fixed typo enable_sqllite -> enable_sqlite
[platform/upstream/libsoup.git] / libsoup / soup-message-headers.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2012-11-08 Dan WinshipAdd per-version deprecation/availability warnings
2012-08-24 Alexander LarssonAvoid double free of hash key
2012-07-16 Dan Winshipsoup_message_headers_get_content_length: recheck encoding
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipUse G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPE
2012-07-13 Dan WinshipUse g_clear_object(), g_clear_pointer()
2012-06-12 Dan Winshipsoup_message_headers_get_content_type: annotate @params
2011-09-29 Dan WinshipUpdate for GStaticMutex deprecation in glib master
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-08-04 Evan NemersonSoup-2.4.gir: add missing introspection data from Vala...
2011-07-31 Dan WinshipAdd/update some "Since" flags
2011-05-23 Sergio Villar Seninsoup-cache: do not store hop-by-hop headers.
2010-12-07 Lucas Rochasoup-message-headers: add missing annotations in get_co...
2010-09-13 Dan WinshipFixes and additions for new introspection scanner
2010-04-26 Andreas RottmannAdd gobject-introspection support
2009-07-12 Dan WinshipFix a content-sniffer crash with redirected URLs
2009-07-02 Gustavo Noronha... Implement content sniffing
2009-04-19 Dan Winshipsoup_message_headers_append: require @name to be non...
2009-04-05 Dan Winship Don't allow CR/LF in header names or values
2009-04-03 Dan Winship Bug 577630 - libsoup should ignore broken Content...
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2009-02-20 Gustavo Noronha... now returns NULL if there is no Content-Type header...
2009-02-19 Dan Winship Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
2009-01-12 Dan WinshipDon't pass NULL to soup_message_headers_replace(),...
2008-12-23 Dan Winshipadd some more warning CFLAGS, inspired by Benjamin...
2008-11-04 Dan Winshipmisc doc fixes
2008-11-03 Dan Winshipdon't leak the header string
2008-10-10 Dan Winshipif the caller passed the total_length of the message...
2008-10-01 Dan WinshipNew type and methods for working with multipart HTTP...
2008-10-01 Dan WinshipUpdate these to deal with RFC2231-encoded UTF-8 header...
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-09 Dan WinshipAdd an iterator type for SoupMessageHeaders.
2008-02-01 Dan WinshipUse GObject properties. (soup_address_new, soup_address...
2008-01-27 Dan WinshipFix leak introduced by patch for 511980.
2008-01-27 Srinivasa Ragavan** Fix for bug #511980
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk