summaryrefslogtreecommitdiff
path: root/libsoup/soup-form.c
Commit message (Expand)AuthorAgeFilesLines
* Update gi annotationsPatrick Griffis2021-08-081-4/+4
* 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-6/+6
* docs: remove since tags from documentationCarlos Garcia Campos2021-02-111-2/+0
* docs: Misc fixupsPatrick Griffis2020-12-081-2/+9
* forms: remove soup_form_request_new APIscarlosgc/form-messageCarlos Garcia Campos2020-11-041-142/+0
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-2/+2
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-17/+9
* forms: Use GBytes instead of SoupMessageBodyCarlos Garcia Campos2020-10-081-4/+11
* Stop using soup_message_set_requestCarlos Garcia Campos2020-10-081-4/+5
* docs: More doc cleanups and organizingPatrick Griffis2020-09-201-0/+1
* docs: Mass docs fixupsPatrick Griffis2020-09-201-3/+1
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-6/+6
* soup_form_decode*: fix transfer annotationLionel Landwerlin2016-01-151-2/+2
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-2/+2
* append_form_encoded: sync urlencode with php RFC1738 implementation.Alban Browaeys2013-09-241-1/+2
* Clean up includesDan Winship2012-07-131-2/+1
* Replace g_hash_table_foreach() with GHashTableIterDan Winship2012-07-131-7/+5
* soup_form_decode_multipart: check that msg really is a non-NULL messageSimon McVittie2012-02-131-0/+2
* soup_form_decode_multipart: allow file_control_name to be NULL as documentedSimon McVittie2012-02-131-2/+2
* soup_form_decode_multipart: document all (out) parameters as nullableSimon McVittie2012-02-081-4/+4
* form: Check file pointer before dereferencingRobert Swain2012-02-081-1/+2
* soup-form: fix soup_form_decode() for multiple values with the same keySven Neumann2011-01-181-1/+1
* Fix parsing/generation of URI queries that aren't HTML formsDan Winship2010-11-091-1/+4
* Fixes and additions for new introspection scannerDan Winship2010-09-131-14/+14
* Fix leak of uri in soup_form_request_for_data()Jonathon Jongsma2010-05-281-0/+1
* Annotate all hash table parameters and return values for introspectionGustavo Noronha Silva2010-05-241-3/+4
* Add gobject-introspection supportAndreas Rottmann2010-04-261-4/+6
* soup-form.c: change some code to make clang happy and to be more obviousDan Winship2010-01-231-8/+7
* Handle PUT methods in soup_form_request_for_dataRoss Burton2009-05-081-1/+1
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+8
* Correctly handle forms that have URI-encoded parameter names. #563302,Dan Winship2008-12-051-4/+4
* New type and methods for working with multipart HTTP bodies (eg,Dan Winship2008-10-011-1/+152
* newDan Winship2008-02-011-16/+178
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-0/+163