summaryrefslogtreecommitdiff
path: root/libsoup/soup-headers.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize source treePatrick Griffis2020-09-191-0/+1
* Fix deprecation warningPatrick Griffis2020-02-131-1/+1
* soup-headers: fix a leak in the strict parsing codeClaudio Saavedra2019-09-111-1/+1
* soup-headers: add strict parameter parsing functionsClaudio Saavedra2018-10-081-5/+66
* soup-headers: accept any 3 digit number as message status codeCarlos Garcia Campos2018-01-091-1/+1
* soup-headers: fix possible null dereferenceIgnacio Casal Quinteiro2016-12-031-1/+3
* soup_headers_parse: deal with NUL bytes in headersDan Winship2016-01-231-7/+16
* Include config.h if needed in the files that do not include it yetIgnacio Casal Quinteiro2015-11-041-0/+4
* soup_header_parse_param_list: return empty GHashTable instead of NULLDan Winship2012-10-291-4/+1
* Clean up includesDan Winship2012-07-131-4/+1
* Use g_slist_free_full()Dan Winship2012-07-131-5/+1
* soup-headers: misc improvementsDan Winship2011-12-211-17/+25
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-1/+1
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-6/+6
* Add/update some "Since" flagsDan Winship2011-07-311-1/+1
* Fix few memory leaksMilan Crha2011-06-031-0/+2
* soup-cache: do not store hop-by-hop headers.Sergio Villar Senin2011-05-231-19/+4
* soup-multipart: Fix generation of Content-Disposition for broken serversDan Winship2011-04-071-36/+56
* soup-headers: Update UTF-8 header param handling for RFC 5987Dan Winship2011-04-071-9/+35
* Fixes and additions for new introspection scannerDan Winship2010-09-131-10/+13
* Annotate all hash table parameters and return values for introspectionGustavo Noronha Silva2010-05-241-4/+4
* Add gobject-introspection supportAndreas Rottmann2010-04-261-13/+20
* soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship2010-04-091-13/+46
* Handle spurious CR/LFs between responsesDan Winship2009-12-141-1/+14
* Remove a redundant checkDan Winship2009-08-091-2/+2
* Add some g_return_if_fail()s to soup-headers.cDan Winship2009-08-091-3/+24
* Bug 579318 – stupid servers that return garbled headersDan Winship2009-04-191-3/+12
* Bug 577728 – soup_header_g_string_append_param should handle NULL valuesDan Winship2009-04-031-3/+8
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-1/+1
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+6
* New type and methods for working with multipart HTTP bodies (eg,Dan Winship2008-10-011-1/+17
* Update these to deal with RFC2231-encoded UTF-8 header paramsDan Winship2008-10-011-1/+104
* doc fixupsDan Winship2008-10-011-8/+8
* Initial HTTP cookie support imported from development git repo,Dan Winship2008-04-091-36/+69
* if the request headers contain an unrecognized Expect: header, returnDan Winship2008-02-031-1/+31
* fix to not sometimes read beyond the end of the string.Dan Winship2008-01-271-5/+7
* Allow autogening even without AM_PATH_LIBGCRYPT availableTor Lillqvist2008-01-241-1/+2
* Deal with Shoutcast servers, which return "ICY 200 OK", but are otherwiseDan Winship2008-01-161-13/+17
* Allow the session authenticate signal to be handled asynchronously, byDan Winship2008-01-161-1/+2
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-188/+369
* minor rfc850-date parsing improvement suggested by RFC2616 19.3.Dan Winship2007-09-251-1/+1
* Fix this to handle "\0"-terminated status lines (eg, from WebDAVDan Winship2007-02-121-4/+13
* Rewrite this to be easier to understand and more correct, and make theDan Winship2007-01-061-131/+153
* document this (in particular, point out that str+len must point to exactlyDan Winship2006-11-051-11/+49
* New client and server API tutorials.Dan Winship2006-06-121-1/+1
* Rewrite Request-Line-parsing code to not have a lame max length. #335040.Dan Winship2006-04-021-10/+23
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-0/+14
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+1
* free the hostent.Dan Winship2003-09-191-4/+4
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-36/+24