| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Reach 100% documentation coverage | Patrick Griffis | 2020-11-03 | 1 | -0/+2 |
* | Split SoupMessage into client and server partscarlosgc/split-io | Carlos Garcia Campos | 2020-10-19 | 1 | -1/+1 |
* | docs: More doc cleanups and organizing | Patrick Griffis | 2020-09-20 | 1 | -0/+7 |
* | Reorganize source tree | Patrick Griffis | 2020-09-19 | 1 | -0/+1 |
* | Fix deprecation warning | Patrick Griffis | 2020-02-13 | 1 | -1/+1 |
* | soup-headers: fix a leak in the strict parsing code | Claudio Saavedra | 2019-09-11 | 1 | -1/+1 |
* | soup-headers: add strict parameter parsing functions | Claudio Saavedra | 2018-10-08 | 1 | -5/+66 |
* | soup-headers: accept any 3 digit number as message status code | Carlos Garcia Campos | 2018-01-09 | 1 | -1/+1 |
* | soup-headers: fix possible null dereference | Ignacio Casal Quinteiro | 2016-12-03 | 1 | -1/+3 |
* | soup_headers_parse: deal with NUL bytes in headers | Dan Winship | 2016-01-23 | 1 | -7/+16 |
* | Include config.h if needed in the files that do not include it yet | Ignacio Casal Quinteiro | 2015-11-04 | 1 | -0/+4 |
* | soup_header_parse_param_list: return empty GHashTable instead of NULL | Dan Winship | 2012-10-29 | 1 | -4/+1 |
* | Clean up includes | Dan Winship | 2012-07-13 | 1 | -4/+1 |
* | Use g_slist_free_full() | Dan Winship | 2012-07-13 | 1 | -5/+1 |
* | soup-headers: misc improvements | Dan Winship | 2011-12-21 | 1 | -17/+25 |
* | Lots of gtk-doc fixes (no code changes) | Dan Winship | 2011-09-22 | 1 | -1/+1 |
* | Soup-2.4.gir: add missing introspection data from Vala bindings | Evan Nemerson | 2011-08-04 | 1 | -6/+6 |
* | Add/update some "Since" flags | Dan Winship | 2011-07-31 | 1 | -1/+1 |
* | Fix few memory leaks | Milan Crha | 2011-06-03 | 1 | -0/+2 |
* | soup-cache: do not store hop-by-hop headers. | Sergio Villar Senin | 2011-05-23 | 1 | -19/+4 |
* | soup-multipart: Fix generation of Content-Disposition for broken servers | Dan Winship | 2011-04-07 | 1 | -36/+56 |
* | soup-headers: Update UTF-8 header param handling for RFC 5987 | Dan Winship | 2011-04-07 | 1 | -9/+35 |
* | Fixes and additions for new introspection scanner | Dan Winship | 2010-09-13 | 1 | -10/+13 |
* | Annotate all hash table parameters and return values for introspection | Gustavo Noronha Silva | 2010-05-24 | 1 | -4/+4 |
* | Add gobject-introspection support | Andreas Rottmann | 2010-04-26 | 1 | -13/+20 |
* | soup_header_g_string_append_param: if @value is a token, don't quote it | Dan Winship | 2010-04-09 | 1 | -13/+46 |
* | Handle spurious CR/LFs between responses | Dan Winship | 2009-12-14 | 1 | -1/+14 |
* | Remove a redundant check | Dan Winship | 2009-08-09 | 1 | -2/+2 |
* | Add some g_return_if_fail()s to soup-headers.c | Dan Winship | 2009-08-09 | 1 | -3/+24 |
* | Bug 579318 – stupid servers that return garbled headers | Dan Winship | 2009-04-19 | 1 | -3/+12 |
* | Bug 577728 – soup_header_g_string_append_param should handle NULL values | Dan Winship | 2009-04-03 | 1 | -3/+8 |
* | Bug 576760 – soup_message_headers_get_content_type returns bad headers | Dan Winship | 2009-04-03 | 1 | -1/+1 |
* | gtk-doc updates. In particular, document a bunch of convenience #defines, | Dan Winship | 2009-03-08 | 1 | -0/+6 |
* | New type and methods for working with multipart HTTP bodies (eg, | Dan Winship | 2008-10-01 | 1 | -1/+17 |
* | Update these to deal with RFC2231-encoded UTF-8 header params | Dan Winship | 2008-10-01 | 1 | -1/+104 |
* | doc fixups | Dan Winship | 2008-10-01 | 1 | -8/+8 |
* | Initial HTTP cookie support imported from development git repo, | Dan Winship | 2008-04-09 | 1 | -36/+69 |
* | if the request headers contain an unrecognized Expect: header, return | Dan Winship | 2008-02-03 | 1 | -1/+31 |
* | fix to not sometimes read beyond the end of the string. | Dan Winship | 2008-01-27 | 1 | -5/+7 |
* | Allow autogening even without AM_PATH_LIBGCRYPT available | Tor Lillqvist | 2008-01-24 | 1 | -1/+2 |
* | Deal with Shoutcast servers, which return "ICY 200 OK", but are otherwise | Dan Winship | 2008-01-16 | 1 | -13/+17 |
* | Allow the session authenticate signal to be handled asynchronously, by | Dan Winship | 2008-01-16 | 1 | -1/+2 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -188/+369 |
* | minor rfc850-date parsing improvement suggested by RFC2616 19.3. | Dan Winship | 2007-09-25 | 1 | -1/+1 |
* | Fix this to handle "\0"-terminated status lines (eg, from WebDAV | Dan Winship | 2007-02-12 | 1 | -4/+13 |
* | Rewrite this to be easier to understand and more correct, and make the | Dan Winship | 2007-01-06 | 1 | -131/+153 |
* | document this (in particular, point out that str+len must point to exactly | Dan Winship | 2006-11-05 | 1 | -11/+49 |
* | New client and server API tutorials. | Dan Winship | 2006-06-12 | 1 | -1/+1 |
* | Rewrite Request-Line-parsing code to not have a lame max length. #335040. | Dan Winship | 2006-04-02 | 1 | -10/+23 |
* | add/fix gtk-doc comments, make functions match prototypes, etc | Dan Winship | 2005-06-14 | 1 | -0/+14 |