summaryrefslogtreecommitdiff
path: root/tests/forms-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix warnings about unused results from g_string_free()Philip Withnall2023-04-131-4/+10
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-2/+2
* tests: Use TAP format for all outputPatrick Griffis2020-12-181-2/+2
* forms-test: Fix leakPatrick Griffis2020-11-251-1/+4
* uri-utils: add soup_uri_copy()Carlos Garcia Campos2020-11-201-5/+9
* Replace SoupURI with GUriPatrick Griffis2020-11-141-20/+19
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-2/+2
* forms: remove soup_form_request_new APIscarlosgc/form-messageCarlos Garcia Campos2020-11-041-6/+55
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-34/+54
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-2/+4
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-8/+6
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-1/+1
* tests: check for curl at runtimeRoss Burton2020-05-061-12/+12
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-11/+13
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+2
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-8/+0
* tests: split up some test programs into more testsDan Winship2014-03-151-38/+58
* tests: skip individual tests rather than whole test programsDan Winship2014-02-171-12/+15
* tests: use TAP, and install the testsDan Winship2014-02-081-1/+1
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-081-3/+3
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-47/+22
* tests: ignore proxy settingsDan Winship2014-01-071-0/+4
* tests: do skipped tests properlyDan Winship2013-02-191-0/+12
* Clean up includesDan Winship2012-07-131-18/+2
* SoupSession: add some API for handling redirectionsDan Winship2011-11-051-3/+1
* tests: remove a redundant GOptionEntry flag that now causes a warningDan Winship2011-03-111-1/+1
* Add test for soup_form_decode().Sven Neumann2011-01-181-0/+32
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* soup_multipart_new_from_message: fix to work with binary attachmentsDan Winship2009-11-211-7/+13
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-2/+2
* add some more warning CFLAGS, inspired by Benjamin Otte's blog post,Dan Winship2008-12-231-2/+2
* Correctly handle forms that have URI-encoded parameter names. #563302,Dan Winship2008-12-051-3/+3
* New type and methods for working with multipart HTTP bodies (eg,Dan Winship2008-10-011-0/+432