summaryrefslogtreecommitdiff
path: root/libsoup/soup-multipart.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up includesDan Winship2012-07-131-1/+1
* Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPEDan Winship2012-07-131-14/+1
* Use g_ptr_array_new_with_free_func()Dan Winship2012-07-131-8/+2
* Soup-2.4.gir: add missing introspection data from Vala bindingsEvan Nemerson2011-08-041-2/+4
* soup-multipart: Fix generation of Content-Disposition for broken serversDan Winship2011-04-071-2/+2
* soup-multipart: don't use Content-Transfer-Encoding in multipart/form-dataDan Winship2010-04-091-14/+0
* soup-multipart: remove extra CRLF before multipart bodyDan Winship2010-04-091-1/+2
* soup-multipart: don't quote the boundary string if it doesn't need itDan Winship2010-04-091-7/+7
* soup_multipart_new_from_message: fix to work with binary attachmentsDan Winship2009-11-211-15/+26
* Fix some leaks in the error cases of soup_multipart_new_from_message()Dan Winship2009-08-241-0/+4
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+20
* don't leak the header stringDan Winship2008-11-031-0/+4
* New type and methods for working with multipart HTTP bodies (eg,Dan Winship2008-10-011-0/+482