Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-headers.c
2012-10-29 Dan Winshipsoup_header_parse_param_list: return empty GHashTable...
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipUse g_slist_free_full()
2011-12-21 Dan Winshipsoup-headers: misc improvements
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-06-03 Milan CrhaFix few memory leaks
2011-05-23 Sergio Villar Seninsoup-cache: do not store hop-by-hop headers.
2011-04-07 Dan Winshipsoup-multipart: Fix generation of Content-Disposition...
2011-04-07 Dan Winshipsoup-headers: Update UTF-8 header param handling for...
2010-09-13 Dan WinshipFixes and additions for new introspection scanner
2010-05-24 Gustavo Noronha... Annotate all hash table parameters and return values...
2010-04-26 Andreas RottmannAdd gobject-introspection support
2010-04-09 Dan Winshipsoup_header_g_string_append_param: if @value is a token...
2009-12-14 Dan WinshipHandle spurious CR/LFs between responses
2009-08-09 Dan WinshipRemove a redundant check
2009-08-09 Dan WinshipAdd some g_return_if_fail()s to soup-headers.c
2009-04-19 Dan WinshipBug 579318 – stupid servers that return garbled headers
2009-04-03 Dan Winship Bug 577728 – soup_header_g_string_append_param should...
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...
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-10-01 Dan Winshipdoc fixups
2008-04-09 Dan Winship Initial HTTP cookie support imported from development...
2008-02-03 Dan Winshipif the request headers contain an unrecognized Expect...
2008-01-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-24 Tor LillqvistAllow autogening even without AM_PATH_LIBGCRYPT available
2008-01-16 Dan WinshipDeal with Shoutcast servers, which return "ICY 200...
2008-01-16 Dan WinshipAllow the session authenticate signal to be handled...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-09-25 Dan Winshipminor rfc850-date parsing improvement suggested by...
2007-02-12 Dan WinshipFix this to handle "\0"-terminated status lines (eg...
2007-01-06 Dan WinshipRewrite this to be easier to understand and more correc...
2006-11-05 Dan Winshipdocument this (in particular, point out that str+len...
2006-06-12 Dan WinshipNew client and server API tutorials.
2006-04-02 Dan WinshipRewrite Request-Line-parsing code to not have a lame...
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-08-20 Dan WinshipMake this a GObject. (Note that since SoupMessage was...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-10-04 Alex GraveleyHandle multiple values in header hash tables. (free_hea...
2001-08-28 Alex GraveleyRemove mega FIXME.
2001-07-30 Alex GraveleyFix dangling pointer error where a resolved SoupAddress...
2001-05-25 Alex GraveleyNo need to free priv->recv_buf as it is now done in
2001-05-22 Alex Graveleygtk-doc fixups.
2001-05-17 JP Rosevearfind the end of the value and g_strndup only that as...
2001-05-16 JP Rosevearg_strdup the response headers when adding them to the...
2001-03-09 Alex Graveleydemonstrate correct behavior here by unref'ing the...
2001-02-15 Alex Graveleyupdate to return void from the callback. (main): do...
2001-02-06 alexremove some cruft.