add missing slash in %configure
[platform/upstream/libsoup.git] / tests / misc-test.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-04-18 Dan Winshipmisc-test: skip the IPv6 server test if there's no...
2013-04-17 Dan Winshiptests: fix to pass when glib-networking TLS isn't available
2013-02-18 Sergio Villar Senintest-utils: Added SOUP_TEST_REQUEST_CANCEL_IMMEDIATE...
2013-02-12 Sergio Villar Senintest-utils: add cancellation support to soup_test_reque...
2012-12-10 Dan WinshipMove SoupRequester API into SoupSession, declare SoupRe...
2012-11-17 Dan WinshipSoupLogger: fix printing of Host header with IPv6 literal
2012-10-31 Dan Winshiptests: fix some race conditions
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-05-15 Dan Winshipsoup-message-io: keep cancellable alive for duration...
2012-05-04 Dan WinshipFix a few recent request API bugs, add some more tests
2012-04-11 Dan Winshipsoup-session: unpause messages when cancelling them
2012-03-04 Dan Winshiptests: split connection-test out of misc-test
2012-02-14 Dan WinshipSoupSessionAsync: don't queue idles from dispose()
2012-02-14 Dan Winshipsoup-message-server-io: fix processing of IPv6 HTTP...
2012-01-18 Raphael Kubo da... SoupSession: Do not actually send a request if it was...
2012-01-16 Dan WinshipBelatedly add regression test for CVE-2011-2524
2011-12-22 Dan WinshipForce some SoupMessages to use a fresh SoupConnection
2011-12-01 Dan Winshipsoup-session: fix some http-aliases/https-aliases problems
2011-12-01 Dan Winshipmisc-test: fix a bug
2011-12-01 Dan WinshipRequire glib 2.31 and update to new thread APIs
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-09-17 Dan Winshiptests: fix a few leaks, update valgrind suppressions...
2011-01-10 Dan Winshipsoup_session_cancel_message: fix up, especially in...
2010-11-23 Dan WinshipSoupSessionSync: fix messages getting stuck forever
2010-11-18 Dan Winshipmisc-test: fix up the new persistent connection timeout...
2010-11-10 Dan Winshipsoup-message-io: fix retry-after-unexpected-connection...
2010-08-11 Dan WinshipFix auto-Accept-Language in locales that use "," for...
2010-07-31 Dan Winshipsoup-message-io: fix wrong-Content-Length logic
2010-06-11 Dan WinshipAllow calling soup_test_server_new() multiple times...
2010-05-16 Dan WinshipFix SoupSessionAsync to handle very early aborts better
2010-03-13 Dan WinshipDon't bind to public interfaces for tests.
2009-11-22 Dan WinshipDon't leak session if message is cancelled during socke...
2009-09-11 Dan WinshipFix leaks in test programs, update libsoup.supp
2009-08-09 Dan WinshipSupport "OPTIONS *" in SoupServer
2009-04-28 Dan WinshipFix a crash when cancelling a message from a "restarted...
2009-03-27 Dan Winship Bug 576583 - Tests fail if "localhost" resolves to ::1
2008-11-03 Dan Winshipdon't leak the header string
2008-11-03 Dan WinshipFix the signal handler disconnection here: for "finishe...
2008-09-30 Dan Winshipsoup_value_hash_insert_value() copies the value, so...
2008-09-30 Dan Winshipstore the GSource in priv, don't ref the session. Other...
2008-07-26 Dan Winshipdon't add a Host header to the message if the caller...