Fix the retry-on-broken-connection codepath for SoupRequest
[platform/upstream/libsoup.git] / tests / proxy-test.c
2012-07-13 Dan WinshipAdd some test-utils helpers for async SoupRequest usage
2012-07-13 Dan WinshipClean up includes
2012-05-27 Dan Winshipproxy-test: unskip accidentally skipped tests
2012-05-16 Dan WinshipCorrectly handle unsuccessful CONNECTs via request API
2012-05-16 Sergio Villar SeninTest case
2011-08-08 Dan WinshipCall soup_message_clean_response() when restarting...
2011-04-07 Dan WinshipFix memory leaks, update libsoup.supp
2010-12-10 Dan WinshipAdd glib-networking to the MISSING_REGRESSION_TEST_PACK...
2010-12-07 Dan WinshipSoupSocket: port to GSocketConnection/GTlsConnection
2010-06-11 Dan WinshipAllow calling soup_test_server_new() multiple times...
2010-04-10 Dan WinshipFix for proxies that close the connection when 407...
2009-12-18 Dan WinshipDon't send URI fragment when requesting via proxy
2009-08-09 Dan WinshipFix error code when trying to https with --disable-ssl
2009-06-07 Dan WinshipFix hostname resolution behavior
2009-04-28 Dan WinshipVerify that soup_auth_is_for_proxy() is returning the...
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-04-05 Dan Winship Misc fixes noticed by "sparse" or by running gcc with...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipdon't leak the SoupAddress.
2007-10-28 Dan WinshipMake these less verbose by default (to make it easier...
2007-10-09 Dan WinshipUpdate for current soup-ssl.h prototypes
2007-03-16 Dan Winshipupdate the handling of CONNECT: it has no response...