summaryrefslogtreecommitdiff
path: root/tests/redirect-test.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Stop using soup_session_cancel_message() in testsCarlos Garcia Campos2020-11-151-1/+1
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-29/+43
* Replace SoupURI with GUriPatrick Griffis2020-11-141-13/+14
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-2/+1
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-6/+6
* tests: stop using SoupRequest API in testsCarlos Garcia Campos2020-10-261-92/+0
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-33/+45
* Stop using soup_message_set_requestCarlos Garcia Campos2020-10-081-8/+10
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-3/+4
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-1/+0
* Remove deprecated SoupSessionAsync usagePatrick Griffis2020-09-191-30/+4
* soup-session: Add support for status code 308 Permanent RedirectBenjamin Kaufmann2020-07-191-4/+6
* tests: plug leaks, update libsoup.suppDan Winship2015-03-021-0/+1
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-10/+10
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-36/+41
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-13/+0
* redirect-test: remove a flaky testDan Winship2014-03-101-103/+0
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-149/+118
* Fix soup_client_input_stream_close to not blockDan Winship2013-09-291-0/+8
* test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin2013-02-121-1/+1
* tests: fix memory leaksDan Winship2012-12-111-0/+2
* SoupSession: add soup_session_request_http() and _request_http_uri()Dan Winship2012-12-101-15/+11
* Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship2012-12-101-6/+2
* valgrindageDan Winship2012-08-111-0/+4
* test-utils: simplify the SoupRequest test utils a bitDan Winship2012-07-251-8/+2
* Add some test-utils helpers for async SoupRequest usageDan Winship2012-07-131-28/+6
* Clean up includesDan Winship2012-07-131-14/+1
* tests: add some more SoupRequester-based testsDan Winship2012-04-171-24/+167
* SoupSession: add some API for handling redirectionsDan Winship2011-11-051-8/+2
* redirect-test: add a test for accidental connection sharingDan Winship2011-09-291-11/+129
* tests: remove a redundant GOptionEntry flag that now causes a warningDan Winship2011-03-111-1/+1
* Fix redirects-to-different-hosts to not reuse the same connectionDan Winship2010-06-111-6/+34
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* SoupSession: count redirections and cancel the message after too manyJosé Millán Soto2010-06-081-2/+11
* Revert "Warn if the user tries to load a URI containing a fragment."Dan Winship2009-12-181-10/+0
* Warn if the user tries to load a URI containing a fragment.Dan Winship2009-12-171-0/+10
* Don't change HEAD to GET on 303 redirectDan Winship2009-11-051-2/+5
* Don't crash when a request is redirected to an invalid/non-http URIDan Winship2009-07-271-26/+42
* Fix POST 301 redirect behaviorDan Winship2009-06-221-1/+2
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-1/+2
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-1/+1
* Bug 566530 - Handle (illegal) unencoded spaces in URIsDan Winship2009-03-231-0/+19
* store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship2008-09-301-4/+2
* a 302 response to HEAD (or any other safe method) should be treated like aDan Winship2008-09-071-6/+40
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-051-6/+2
* add an orig_http_version field.Dan Winship2008-03-141-0/+11
* typo in a commentDan Winship2008-02-281-1/+1
* (redirect_handler): PROPFIND is defined to be "safe andDan Winship2008-02-281-1/+2
* Misc fixes: don't redirect on "300 Multiple Choices", "304 Not Modified",Dan Winship2008-02-031-0/+266