summaryrefslogtreecommitdiff
path: root/tests/misc-test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix auto-Accept-Language in locales that use "," for decimalsDan Winship2010-08-111-0/+54
* soup-message-io: fix wrong-Content-Length logicDan Winship2010-07-311-0/+109
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-05-161-0/+36
* Don't bind to public interfaces for tests.Dan Winship2010-03-131-1/+6
* Don't leak session if message is cancelled during socket connectionDan Winship2009-11-221-0/+56
* Fix leaks in test programs, update libsoup.suppDan Winship2009-09-111-0/+1
* Support "OPTIONS *" in SoupServerDan Winship2009-08-091-1/+94
* Fix a crash when cancelling a message from a "restarted" handlerDan Winship2009-04-281-1/+1
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-2/+2
* don't leak the header stringDan Winship2008-11-031-12/+12
* Fix the signal handler disconnection here: for "finished" we were passingDan Winship2008-11-031-7/+119
* soup_value_hash_insert_value() copies the value, so we have toDan Winship2008-09-301-0/+1
* store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship2008-09-301-3/+93
* don't add a Host header to the message if the caller already added one.Dan Winship2008-07-261-0/+112