summaryrefslogtreecommitdiff
path: root/tests/session-test.c
Commit message (Expand)AuthorAgeFilesLines
* session: add support for re-prioritizing queue itemsCarlos Garcia Campos2021-06-011-0/+45
* session: Forbid multiple features of the same type to be addedPatrick Griffis2021-05-271-0/+1
* tests: add soup_test_build_filename_abs()Carlos Garcia Campos2021-05-121-3/+4
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: remove the basic APIsCarlos Garcia Campos2021-03-041-179/+0
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-2/+2
* session: fix the queue order for items with same priorityCarlos Garcia Campos2021-02-271-0/+79
* Fix some functions that weren't changed from a boolean to an enum.Robert Ancell2021-02-251-1/+1
* session: add public getters and setters for the SoupSession propertiesCarlos Garcia Campos2021-02-231-12/+3
* session: Remove ssl-use-system-ca-file propertyCarlos Garcia Campos2021-02-191-14/+0
* Stop using soup_session_cancel_message() in testsCarlos Garcia Campos2020-11-151-4/+8
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-23/+17
* Replace SoupURI with GUriPatrick Griffis2020-11-141-13/+12
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-5/+5
* Remove property aliasesPatrick Griffis2020-10-281-8/+8
* Remove SoupRequest APICarlos Garcia Campos2020-10-261-9/+0
* session: Add new simple API to retrieve a URICarlos Garcia Campos2020-10-261-16/+203
* session: add io priority parameter to soup_session_send_async()Carlos Garcia Campos2020-10-261-3/+3
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-6/+5
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-2/+5
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-9/+19
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-1/+1
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-191-25/+1
* Remove deprecated proxy APIsPatrick Griffis2020-09-191-31/+0
* soup-session: soup_session_has_feature doesn't work for requestsCarlos Garcia Campos2020-07-061-0/+41
* tests: plug leaks, update libsoup.suppDan Winship2015-03-021-0/+2
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-24/+25
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+4
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-4/+0
* tests: use TAP, and install the testsDan Winship2014-02-081-1/+7
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-91/+55
* session-test: fix to work with the dummy TLS backendDan Winship2013-11-171-8/+13
* soup-session: don't resolve default proxy-resolver/tlsdb if not neededDan Winship2013-09-291-0/+130
* soup-message-queue: add a priority system to the message queueSergio Villar Senin2013-04-171-0/+57
* tests: add session-testDan Winship2012-12-281-0/+234