redirect-test: add a test for accidental connection sharing
[platform/upstream/libsoup.git] / tests / redirect-test.c
2011-09-29 Dan Winshipredirect-test: add a test for accidental connection...
2011-03-11 Dan Winshiptests: remove a redundant GOptionEntry flag that now...
2010-06-12 Dan WinshipFix redirects-to-different-hosts to not reuse the same...
2010-06-11 Dan WinshipAllow calling soup_test_server_new() multiple times...
2010-06-08 José Millán SotoSoupSession: count redirections and cancel the message...
2009-12-18 Dan WinshipRevert "Warn if the user tries to load a URI containing...
2009-12-17 Dan WinshipWarn if the user tries to load a URI containing a fragment.
2009-11-05 Dan WinshipDon't change HEAD to GET on 303 redirect
2009-07-28 Dan WinshipDon't crash when a request is redirected to an invalid...
2009-06-22 Dan WinshipFix POST 301 redirect behavior
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-03-27 Dan Winship Bug 576583 - Tests fail if "localhost" resolves to ::1
2009-03-23 Dan Winship Bug 566530 - Handle (illegal) unencoded spaces in...
2008-09-30 Dan Winshipstore the GSource in priv, don't ref the session. Other...
2008-09-07 Dan Winshipa 302 response to HEAD (or any other safe method) shoul...
2008-04-05 Dan Winship Misc fixes noticed by "sparse" or by running gcc with...
2008-03-14 Dan Winshipadd an orig_http_version field.
2008-02-28 Dan Winshiptypo in a comment
2008-02-28 Dan Winship (redirect_handler): PROPFIND is defined to be "safe and
2008-02-03 Dan WinshipMisc fixes: don't redirect on "300 Multiple Choices...