soup-message-io: keep cancellable alive for duration of io_run_until
[platform/upstream/libsoup.git] / tests /
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-05-02 Dan Winshiprequester-test: add an early-cancellation test
2012-04-28 Dan Winshiptests/get: use GProxyResolverDefault
2012-04-18 Dan Winshiptests: add some more SoupRequester-based tests
2012-04-18 Dan Winshipsoup-message-io: use gio streams rather than SoupSocket
2012-04-17 Dan WinshipAdd gettext support
2012-04-11 Dan Winshipsoup-session: unpause messages when cancelling them
2012-04-10 Dan Winshipsoup-session: fix up TLS/SSL property interactions
2012-03-05 Dan WinshipUse G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)
2012-03-04 Dan Winshipconnection-test, requester-test: test non-persistent...
2012-03-04 Dan Winshiptests: split connection-test out of misc-test
2012-02-28 Dan Winshiprequester-test: add some more tests
2012-02-25 Dan WinshipSoupURI: fix fallback handling of soup_uri_set_path...
2012-02-24 Dan WinshipSoupAuthManagerNTLM: fix don't-fallback-to-Basic code
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-02-12 Dan Winshipvalgrind run...
2012-02-10 Dan Winshipsoup-uri: revert some of the previously-added return...
2012-02-08 Robert Swaintests: sniffing: Avoid loop with uninitialised length
2012-02-08 Robert Swaintests: simple-httpd: Don't leak index_path string
2012-02-03 Simon McVittieuri-parsing test: add a case that was exercised by...
2012-02-03 Simon McVittieuri-parsing test: verify that URIs are split correctly
2012-02-03 Simon McVittieHeader parsing test: verify that a full URI can appear...
2012-01-30 Dan Winshiprequester-test: add some more tests
2012-01-27 Dan Winshipchunk-test: add a check that wrote-body-data gives...
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-21 Dan Winshipsoup-headers: misc improvements
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-30 Dan WinshipSoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TR...
2011-11-21 Dan WinshipFix distcheck
2011-11-17 Sergio Villar Senincoding-test.c: refactored and added deflate support.
2011-11-17 Sergio Villar SeninAdding zlib and raw encoded versions of mbox file for...
2011-11-13 Dan WinshipSoupAuthManagerNTLM: allow non-ASCII usernames/passwords
2011-11-13 Dan Winshipauth-test: add a test for server-closes-connection...
2011-11-13 Dan Winshipauth-test: reorganize this a bit to be more like other...
2011-11-12 Dan Winshipcontext-test: fix cleanup code to avoid a crash
2011-11-12 Dan Winshipsoup-uri: %-encode non-ASCII characters when parsing...
2011-11-08 Dan WinshipAdd SoupSession:use-thread-context
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-10-26 Dan Winshipremove unnecessary libgthread references
2011-10-20 Dan Winshipoops, I apparently didn't run "make check" after the...
2011-10-20 Dan Winshiptests: make "./tests/foo" work from the toplevel dir
2011-10-20 Dan WinshipFix SoupMessage https status information to be set...
2011-09-29 Dan Winshiplibsoup.supp: belatedly commit some fixes
2011-09-29 Dan Winshipredirect-test: add a test for accidental connection...
2011-09-19 Dan Winshiptests/ssl-test: belatedly commit this
2011-09-19 Dan Winshiptests/ssl-test: add a test of https-related functionality
2011-09-19 Dan Winshiptests: update the test ssl key
2011-09-17 Dan Winshiptests: fix a few leaks, update valgrind suppressions...
2011-08-16 Dan WinshipAdd SOUP_MESSAGE_CAN_REBUILD, for regeneratable streame...
2011-08-16 Dan WinshipFix distcheck
2011-08-08 arnoSoupContentSniffer: don't use gio anymore
2011-08-08 Dan WinshipCall soup_message_clean_response() when restarting...
2011-07-31 Dan Winshipsoup-request-http: fix usage with non-default-context
2011-06-03 Milan CrhaFix few memory leaks
2011-05-22 Dan WinshipSoupContentDecoder: deal with broken apache Content...
2011-04-07 Dan WinshipFix memory leaks, update libsoup.supp
2011-04-07 Dan Winshipheader-parsing: update tests for RFC 5987 and multipart...
2011-03-21 David WoodhouseAdd restarted streaming chunk-test, which is where...
2011-03-21 David WoodhouseAdd client streaming test to chunk-test.c
2011-03-11 Dan Winshiptests: remove a redundant GOptionEntry flag that now...
2011-03-08 Christian DywanParse month names regardless of case
2011-01-18 Sven NeumannAdd test for soup_form_decode().
2011-01-10 Dan Winshipsoup_session_cancel_message: fix up, especially in...
2010-12-10 Dan WinshipRemove SoupCoding, SoupCodingGZip, use GZlibDecompressor
2010-12-10 Dan WinshipAdd glib-networking to the MISSING_REGRESSION_TEST_PACK...
2010-12-09 Dan WinshipSoupSession, SoupAuthManagerNTLM: Use subfeatures for...
2010-12-09 Dan WinshipSoupAuthManager: implement subfeatures for adding/remov...
2010-12-07 Dan WinshipSoupSocket: port to GSocketConnection/GTlsConnection
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-15 Dan Winshiptests/httpd.conf.in: fix passwords-in-uri stuff for...
2010-11-14 Sergio Villar SeninAdd tests to auth-test for password-in-URI
2010-11-10 Dan Winshipsoup-message-io: fix retry-after-unexpected-connection...
2010-11-09 Dan Winshiptimeout-test: add SOUP_SESSION_IDLE_TIMEOUT tests as...
2010-10-14 Dan WinshipAppease some gcc 4.5 warnings
2010-09-03 Sergio Villar SeninDo not uppercase percent-encoded triplets when normaliz...
2010-08-14 Dan WinshipTry all IP addrs associated with a hostname if the...
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-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-10 Dan Winshipsoup_date_new_from_string: fix an out-of-bounds memory...
2010-06-09 Dan Winshiptests/auth-test: clean up a bit and fix async auth...
2010-06-08 Dan Winshipsniffing-test: be robust against slightly-broken jhbuil...
2010-06-08 José Millán SotoSoupSession: count redirections and cancel the message...
2010-05-16 Dan WinshipFix SoupSessionAsync to handle very early aborts better
2010-05-16 Dan Winshipplug a small leak in test-utils
2010-05-16 Dan Winshipvalgrind suppressions file updates
2010-04-10 Dan WinshipFix for proxies that close the connection when 407...
2010-04-10 Dan Winshipsoup_auth_domain_covers: skip the URI path check with...
2010-04-09 Dan Winshipsoup_header_g_string_append_param: if @value is a token...
2010-03-15 Gustavo Noronha... Add test that makes sure parameters are preserved
2010-03-13 Dan WinshipDon't bind to public interfaces for tests.
2010-03-13 Dan WinshipFix leaks found by valgrind
next