summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-headers.c
Commit message (Expand)AuthorAgeFilesLines
* Make more APIs privatePatrick Griffis2020-09-191-1/+1
* Remove deprecated SoupMessageHeaders APIPatrick Griffis2020-09-191-26/+0
* Added a comment describing why it is necessary to handleNormen Bolling2019-08-221-0/+6
* Handle response header Transfer-Encoding: identityThomas Bluemel2019-08-221-1/+1
* soup-message-headers.p: add some annotationsДилян Палаузов2019-08-131-3/+3
* soup-message-headers: Add sanity check into content_type_setter()Milan Crha2018-06-251-6/+8
* soup: Use atomic integers for refcountingEdward Hervey2018-06-231-7/+8
* soup-message-headers: Add a missing (optional) annotationPhilip Withnall2017-04-251-2/+2
* soup-message-headers: Correct introspection for get_content_rangeJasper St. Pierre2016-12-011-3/+3
* Include config.h if needed in the files that do not include it yetIgnacio Casal Quinteiro2015-11-041-0/+4
* Fix some signed/unsigned missmatch warningsIgnacio Casal Quinteiro2015-11-021-3/+4
* soup-message-headers: add new APIsLionel Landwerlin2015-03-011-0/+69
* Add missing array annotations for binary dataEvan Nemerson2014-11-231-1/+2
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-6/+7
* Misc docs updatesDan Winship2013-12-111-1/+1
* soup-message-headers: clarify that SoupServer has built-in Range handlingDan Winship2013-08-191-0/+22
* soup-message-server-io: handle unsatisfiable Range requests correctlyDan Winship2013-08-041-39/+75
* Add per-version deprecation/availability warningsDan Winship2012-11-081-2/+2
* Avoid double free of hash keyAlexander Larsson2012-08-241-1/+1
* soup_message_headers_get_content_length: recheck encodingDan Winship2012-07-161-2/+7
* Clean up includesDan Winship2012-07-131-5/+3
* Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPEDan Winship2012-07-131-14/+1
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-2/+1
* soup_message_headers_get_content_type: annotate @paramsDan Winship2012-06-121-2/+3
* Update for GStaticMutex deprecation in glib masterDan Winship2011-09-291-3/+3
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-6/+12
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-8/+11
* Add/update some "Since" flagsDan Winship2011-07-311-1/+2
* soup-cache: do not store hop-by-hop headers.Sergio Villar Senin2011-05-231-0/+24
* soup-message-headers: add missing annotations in get_content_typeLucas Rocha2010-12-071-1/+1
* Fixes and additions for new introspection scannerDan Winship2010-09-131-1/+1
* Add gobject-introspection supportAndreas Rottmann2010-04-261-4/+7
* Fix a content-sniffer crash with redirected URLsDan Winship2009-07-121-2/+18
* Implement content sniffingGustavo Noronha Silva2009-07-021-1/+18
* soup_message_headers_append: require @name to be non-emptyDan Winship2009-04-191-2/+2
* Don't allow CR/LF in header names or valuesDan Winship2009-04-051-2/+31
* Bug 577630 - libsoup should ignore broken Content-Type headersDan Winship2009-04-031-4/+11
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-12/+77
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+22
* now returns NULL if there is no Content-Type header; fix documentation toGustavo Noronha Silva2009-02-201-4/+4
* Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOFDan Winship2009-02-191-0/+7
* Don't pass NULL to soup_message_headers_replace(), callDan Winship2009-01-121-0/+7
* add some more warning CFLAGS, inspired by Benjamin Otte's blog post,Dan Winship2008-12-231-1/+2
* misc doc fixesDan Winship2008-11-041-0/+1
* don't leak the header stringDan Winship2008-11-031-2/+2
* if the caller passed the total_length of the message body, then sort sortDan Winship2008-10-101-2/+29
* New type and methods for working with multipart HTTP bodies (eg,Dan Winship2008-10-011-2/+264
* Update these to deal with RFC2231-encoded UTF-8 header paramsDan Winship2008-10-011-0/+191
* Misc gtk-doc fix-upsDan Winship2008-02-101-2/+20
* Add an iterator type for SoupMessageHeaders.Dan Winship2008-02-091-0/+67