summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-body.c
Commit message (Expand)AuthorAgeFilesLines
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-375/+63
* Remove deprecated SoupMessageBody APIPatrick Griffis2020-09-191-4/+1
* soup: Use atomic integers for refcountingEdward Hervey2018-06-231-11/+13
* Include config.h if needed in the files that do not include it yetIgnacio Casal Quinteiro2015-11-041-0/+4
* Add missing array annotations for binary dataEvan Nemerson2014-11-231-2/+2
* introspection: Fix some g-ir-scanner warningsEvan Nemerson2014-11-231-4/+2
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-1/+1
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-0/+4
* Add per-version deprecation/availability warningsDan Winship2012-11-081-4/+4
* Clean up includesDan Winship2012-07-131-0/+1
* Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPEDan Winship2012-07-131-28/+2
* Use g_slist_free_full()Dan Winship2012-07-131-4/+1
* Fix a warning in last commitDan Winship2012-05-251-1/+3
* soup-message-body: Add a soup_buffer_get_as_bytes methodJasper St. Pierre2012-05-241-0/+18
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-19/+19
* Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodiesDan Winship2011-08-161-4/+7
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-2/+2
* Reset priv->base_offset in soup_message_body_truncate()David Woodhouse2011-03-211-0/+1
* Appease some gcc 4.5 warningsDan Winship2010-10-141-1/+1
* Fixes and additions for new introspection scannerDan Winship2010-09-131-3/+3
* Add some helper functions to aid language bindingsAndreas Rottmann2010-05-031-1/+67
* Add gobject-introspection supportAndreas Rottmann2010-04-261-1/+1
* Do not discard the request body after sending, even if !accumulateDan Winship2009-07-271-16/+22
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+8
* Fix this; previously it would discard the entire message body afterDan Winship2009-01-291-11/+13
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-051-0/+114
* Misc gtk-doc fix-upsDan Winship2008-02-101-0/+7
* New method that lets the application set a callback function to use toDan Winship2008-02-071-25/+106
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-9/+42
* fix to not sometimes read beyond the end of the string.Dan Winship2008-01-271-0/+2
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-0/+429