summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-body.c
Commit message (Expand)AuthorAgeFilesLines
* When copying a TEMPORARY buffer, keep a reference to the copy, so that aDan Winship2008-01-111-23/+26
* Move gtk-doc stuff from docs/reference/tmpl/ to the C files themselves.Dan Winship2008-01-071-0/+69
* Register SoupBuffer as a boxed type.Dan Winship2008-01-071-0/+14
* Reorder the arguments to match soup_message_set_request/response, so it'sDan Winship2008-01-041-11/+11
* add data and length parameters like SoupBuffer, to make this easier forDan Winship2008-01-031-64/+55
* new HTML-form-related methods (just URI decoding/encoding at the moment).Dan Winship2008-01-021-2/+2
* Use goffset rather than gsize for references to the entire size of theDan Winship2008-01-021-4/+7
* new opaque type for request/response bodies allowing less hacky handlingDan Winship2007-12-191-0/+349