summaryrefslogtreecommitdiff
path: root/tests/connection-test.c
Commit message (Expand)AuthorAgeFilesLines
* SoupConnection: fix connection in TLS_HANDSHAKING event signalDan Winship2014-11-231-2/+37
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-4/+9
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+8
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-14/+0
* tests: skip individual tests rather than whole test programsDan Winship2014-02-171-8/+4
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-190/+93
* tests/connection-test: Ensure quit source id is reset to 0 between runsColin Walters2013-11-031-1/+5
* tests: fix another test broken by the SoupClientInputStream close changeDan Winship2013-10-081-0/+10
* Fix build on Windows, deprecate soup-portability.hDan Winship2013-04-191-0/+2
* tests: fix to pass when glib-networking TLS isn't availableDan Winship2013-04-171-8/+20
* test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin2013-02-121-2/+2
* Revert the mirroring of SoupMessage API onto SoupRequestHTTP.Dan Winship2012-12-281-4/+5
* SoupRequestHTTP: mirror SoupMessage fields/APIDan Winship2012-12-101-5/+4
* Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship2012-12-101-7/+2
* connection-test: make it not require access to private SoupConnection symbolsDan Winship2012-11-021-6/+3
* tests: fix some race conditionsDan Winship2012-10-311-3/+10
* SoupConnection: fix up ::event signal emissionsDan Winship2012-08-251-0/+116
* SoupConnection: fix up states during connectionDan Winship2012-08-251-0/+133
* valgrindageDan Winship2012-08-111-0/+4
* test-utils: simplify the SoupRequest test utils a bitDan Winship2012-07-251-18/+4
* Fix the retry-on-broken-connection codepath for SoupRequestDan Winship2012-07-131-3/+119
* Clean up includesDan Winship2012-07-131-4/+0
* soup-message-io: use gio streams rather than SoupSocketDan Winship2012-04-171-4/+13
* connection-test, requester-test: test non-persistent connectionsDan Winship2012-03-041-3/+76
* tests: split connection-test out of misc-testDan Winship2012-03-041-0/+519