add missing slash in %configure
[platform/upstream/libsoup.git] / tests / redirect-test.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-02-12 Sergio Villar Senintest-utils: add cancellation support to soup_test_reque...
2012-12-11 Dan Winshiptests: fix memory leaks
2012-12-10 Dan WinshipSoupSession: add soup_session_request_http() and _reque...
2012-12-10 Dan WinshipMove SoupRequester API into SoupSession, declare SoupRe...
2012-08-12 Dan Winshipvalgrindage
2012-07-25 Dan Winshiptest-utils: simplify the SoupRequest test utils a bit
2012-07-13 Dan WinshipAdd some test-utils helpers for async SoupRequest usage
2012-07-13 Dan WinshipClean up includes
2012-04-18 Dan Winshiptests: add some more SoupRequester-based tests
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
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...