summaryrefslogtreecommitdiff
path: root/libsoup/soup-multipart-input-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DECLARE_FINAL_TYPE when applicablePatrick Griffis2021-07-281-4/+4
* Use g_object_notify_by_pspec instead of g_object_notifyCarlos Garcia Campos2021-05-041-4/+10
* Rename soup_message_headers_free as soup_message_headers_unrefCarlos Garcia Campos2021-03-261-2/+2
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* docs: use Returns instead of Return value in documentationCarlos Garcia Campos2021-02-111-3/+3
* docs: remove since tags from documentationCarlos Garcia Campos2021-02-111-6/+0
* docs: Reach 100% documentation coveragePatrick Griffis2020-11-031-0/+6
* Remove last reminants of SoupRequestPatrick Griffis2020-10-301-1/+1
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-1/+1
* Modernize GObject declarationsPatrick Griffis2020-09-191-23/+30
* Always use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-131-1/+2
* Port more classes to the new private apiIgnacio Casal Quinteiro2016-12-031-11/+8
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-8/+9
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-3/+1
* port to GTaskDan Winship2012-10-221-34/+18
* Be more aggressive when looking for the termination boundaryGustavo Noronha Silva2012-10-151-2/+4
* Add SoupMultipartInputStream for handling multipart responsesGustavo Noronha Silva2012-08-201-0/+608