summaryrefslogtreecommitdiff
path: root/tests/misc-test.c
Commit message (Expand)AuthorAgeFilesLines
* session: remove soup_session_queue_message and soup_session_send_messagecarlosgc/remove-old-apiCarlos Garcia Campos2020-09-301-4/+0
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-14/+19
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-24/+55
* Remove legacy "*" alias supportPatrick Griffis2020-09-191-8/+0
* Make soup_session_steal_connection() privatePatrick Griffis2020-09-191-0/+1
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-7/+0
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-69/+24
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-191-34/+7
* Make more APIs privatePatrick Griffis2020-09-191-0/+1
* add limit on maximum header size to avoid DOS (bug #792173)Michele Dionisio2018-02-091-0/+33
* tests: plug leaks, update libsoup.suppDan Winship2015-03-021-9/+24
* Add SoupMessage::starting signalCarlos Garcia Campos2015-03-021-7/+15
* soup-session: add soup_session_steal_connection()Dan Winship2015-03-011-0/+168
* tests/misc-tests: add a test for previous fixDan Winship2015-02-271-0/+69
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-35/+19
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-4/+26
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-25/+0
* tests: split up some test programs into more testsDan Winship2014-03-151-2/+18
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-171/+61
* SoupSession: propagate GErrors to callersDan Winship2013-10-191-2/+2
* server-test: split SoupServer-specific tests out of misc-testDan Winship2013-08-261-209/+0
* misc-test: add a test that preemptively cancelling a SoupRequest worksDan Winship2013-07-131-0/+16
* misc-test: skip the IPv6 server test if there's no IPv6 supportDan Winship2013-04-181-0/+5
* tests: fix to pass when glib-networking TLS isn't availableDan Winship2013-04-171-12/+20
* test-utils: Added SOUP_TEST_REQUEST_CANCEL_IMMEDIATE flagSergio Villar Senin2013-02-181-1/+1
* test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin2013-02-121-32/+24
* Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship2012-12-101-25/+9
* SoupLogger: fix printing of Host header with IPv6 literalDan Winship2012-11-171-1/+29
* tests: fix some race conditionsDan Winship2012-10-311-1/+2
* test-utils: simplify the SoupRequest test utils a bitDan Winship2012-07-251-2/+2
* Add some test-utils helpers for async SoupRequest usageDan Winship2012-07-131-34/+12
* Clean up includesDan Winship2012-07-131-6/+0
* soup-message-io: keep cancellable alive for duration of io_run_untilDan Winship2012-05-151-1/+17
* Fix a few recent request API bugs, add some more testsDan Winship2012-05-031-3/+359
* soup-session: unpause messages when cancelling themDan Winship2012-04-111-0/+25
* tests: split connection-test out of misc-testDan Winship2012-03-041-482/+1
* SoupSessionAsync: don't queue idles from dispose()Dan Winship2012-02-131-0/+33
* soup-message-server-io: fix processing of IPv6 HTTP/1.0 messagesDan Winship2012-02-131-0/+51
* SoupSession: Do not actually send a request if it was cancelled before.Raphael Kubo da Costa2012-01-181-0/+26
* Belatedly add regression test for CVE-2011-2524Dan Winship2012-01-161-0/+28
* Force some SoupMessages to use a fresh SoupConnectionDan Winship2011-12-221-4/+71
* soup-session: fix some http-aliases/https-aliases problemsDan Winship2011-12-011-3/+103
* misc-test: fix a bugDan Winship2011-12-011-5/+10
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-9/+6
* SoupSession: add some API for handling redirectionsDan Winship2011-11-051-7/+1
* tests: fix a few leaks, update valgrind suppressions fileDan Winship2011-09-171-0/+7
* soup_session_cancel_message: fix up, especially in sync sessionsDan Winship2011-01-101-0/+90
* SoupSessionSync: fix messages getting stuck foreverDan Winship2010-11-231-0/+126
* misc-test: fix up the new persistent connection timeout testDan Winship2010-11-181-5/+48
* soup-message-io: fix retry-after-unexpected-connection-closeDan Winship2010-11-101-0/+118