summaryrefslogtreecommitdiff
path: root/tests/proxy-test.c
Commit message (Expand)AuthorAgeFilesLines
* Handle io errors on connect message while tunnelingCarlos Garcia Campos2022-10-111-1/+36
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Replace SoupURI with GUriPatrick Griffis2020-11-141-24/+28
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-8/+4
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-051-2/+1
* message: add SoupMessage::accept-certificate signalCarlos Garcia Campos2020-11-041-1/+10
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-5/+5
* auth: replace host property with authorityCarlos Garcia Campos2020-10-281-0/+21
* Move authenticate signal from SoupSession to SoupMessageCarlos Garcia Campos2020-10-281-19/+14
* Remove property aliasesPatrick Griffis2020-10-281-6/+6
* tests: stop using SoupRequest API in testsCarlos Garcia Campos2020-10-261-72/+3
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-5/+7
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-3/+3
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-3/+0
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-191-41/+24
* Remove deprecated proxy APIsPatrick Griffis2020-09-191-8/+5
* Remove deprecated SoupSession APIsPatrick Griffis2020-09-191-12/+13
* Fix runtime critical warning when loading an authenticated proxy resource fro...Carlos Garcia Campos2015-10-081-0/+79
* 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-3/+2
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-6/+15
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-6/+0
* tests: skip individual tests rather than whole test programsDan Winship2014-02-171-14/+8
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-124/+66
* soup-socket: fix another leak in soup_socket_get_http_proxy_uri()Dan Winship2013-06-081-11/+28
* tests: fix to pass when glib-networking TLS isn't availableDan Winship2013-04-171-0/+3
* tests: do skipped tests properlyDan Winship2013-02-191-0/+12
* test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin2013-02-121-1/+1
* 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-5/+2
* valgrindageDan Winship2012-08-111-0/+2
* tests: parallelize proxy-test to make it fasterDan Winship2012-08-101-7/+59
* test-utils: simplify the SoupRequest test utils a bitDan Winship2012-07-251-9/+2
* Add some test-utils helpers for async SoupRequest usageDan Winship2012-07-131-35/+20
* Clean up includesDan Winship2012-07-131-14/+1
* proxy-test: unskip accidentally skipped testsDan Winship2012-05-271-1/+0
* Correctly handle unsuccessful CONNECTs via request APIDan Winship2012-05-151-59/+76
* Test caseSergio Villar Senin2012-05-151-1/+95
* Call soup_message_clean_response() when restarting a messageDan Winship2011-08-081-0/+40
* Fix memory leaks, update libsoup.suppDan Winship2011-04-071-4/+3
* Add glib-networking to the MISSING_REGRESSION_TEST_PACKAGES checksDan Winship2010-12-101-0/+3
* SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship2010-12-071-6/+0
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-101-8/+29
* Don't send URI fragment when requesting via proxyDan Winship2009-12-181-0/+51
* Fix error code when trying to https with --disable-sslDan Winship2009-08-091-3/+3
* Fix hostname resolution behaviorDan Winship2009-06-061-1/+1
* Verify that soup_auth_is_for_proxy() is returning the right thingDan Winship2009-04-281-3/+19
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-1/+1