summaryrefslogtreecommitdiff
path: root/libsoup/soup-form.c
Commit message (Expand)AuthorAgeFilesLines
* 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