summaryrefslogtreecommitdiff
path: root/tests/connection-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: stop using SoupRequest API in testsCarlos Garcia Campos2020-10-261-91/+0
* session: add io priority parameter to soup_session_send_async()Carlos Garcia Campos2020-10-261-3/+3
* tests: stop using SoupSession::request-started in testsCarlos Garcia Campos2020-10-251-31/+60
* tests: stop using SoupSession::connection-created in testsCarlos Garcia Campos2020-10-231-20/+30
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-24/+36
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-12/+24
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-12/+12
* Rename soup_client_context_get_socket to soup_client_context_get_soup_socketPatrick Griffis2020-09-191-3/+3
* Make SoupSocket private APIPatrick Griffis2020-09-191-14/+9
* Delete SoupSocket::fd and all fd exposing APIsPatrick Griffis2020-09-191-1/+4
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-1/+0
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-191-53/+11
* Remove soup_session_connect_async() APIPatrick Griffis2020-09-191-183/+0
* Make more APIs privatePatrick Griffis2020-09-191-0/+2
* Remove deprecated proxy APIsPatrick Griffis2020-09-191-14/+14
* tests: plug a series of leaks in different testsClaudio Saavedra2019-09-111-0/+2
* soup-session: Use a separate GCancellable instance for internal and external ...Tom Bailey2019-08-221-0/+93
* Add new API to create a new connection from a SoupSessionCarlos Garcia Campos2018-02-011-0/+181
* Add SoupMessage flag SOUP_MESSAGE_IGNORE_CONNECTION_LIMITSCarlos Garcia Campos2015-03-021-4/+20
* tests: fix a sporadic hang in connection-testDan Winship2015-02-281-8/+24
* 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