tests/ssl-test: add a test of https-related functionality
[platform/upstream/libsoup.git] / tests /
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
2010-02-21 Dan WinshipAdd SOUP_SESSION_SSL_STRICT, to control whether SSL...
2010-02-15 Dan Winship[SoupURI] additional fixes to previous commit
2010-02-14 Dan Winship[SoupURI] tolerate bad %-encoding and other common...
2010-02-03 Xan LopezImplement acceptance policies in SoupCookieJar
2010-01-23 Dan Winshiptests/simple-proxy.c: remove obvious dead assignment...
2010-01-23 Dan Winship[SoupCodingGzip] discard trailing junk after decoding...
2009-12-18 Benjamin OtteLink to GNUTLS here
2009-12-18 Dan WinshipDon't send URI fragment when requesting via proxy
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-12-17 Dan Winshiptests/get: updates for cookie debugging
2009-12-17 Dan WinshipClean up accept-language-auto a bit
2009-12-16 Dan Winshipfix dist
2009-12-16 Dan WinshipContent-Encoding support
2009-12-14 Dan WinshipHandle spurious CR/LFs between responses
2009-11-22 Dan WinshipDon't leak session if message is cancelled during socke...
2009-11-21 Dan Winshipsoup_multipart_new_from_message: fix to work with binar...
2009-11-05 Tor LillqvistEnsure WSAStartup() is called on Windows more reliably
2009-11-05 Dan WinshipDon't change HEAD to GET on 303 redirect
2009-09-11 Dan WinshipFix leaks in test programs, update libsoup.supp
2009-09-07 Dan WinshipRemove SoupPasswordManager from the stable API
2009-09-07 Dan WinshipSoupURI: an empty query is distinct from no query
2009-09-07 Dan WinshipSkip termios stuff in tests/get if building on Windows
2009-08-31 Marvin SchmidtFix timeout-test without SSL support
2009-08-12 Dan WinshipAdd SoupPasswordManager and SoupPasswordManagerGNOME
2009-08-09 Dan WinshipFix error code when trying to https with --disable-ssl
2009-08-09 Dan WinshipAdd soup_message_disable_feature()
2009-08-09 Dan WinshipSupport "OPTIONS *" in SoupServer
2009-07-28 Dan WinshipDon't crash when a request is redirected to an invalid...
2009-07-27 Dan WinshipDo not discard the request body after sending, even...
2009-07-13 Dan Winshipdistcheck fixes for sniffing-test
2009-07-13 Gustavo Noronha... Make gcc happy with body handling in sniffing-test
2009-07-10 Dan WinshipMiscellaneous content-sniffing fixes
2009-07-10 Gustavo Noronha... Actually test chunked encoding, and fix some hangs
2009-07-02 Gustavo Noronha... Implement content sniffing
2009-06-22 Dan WinshipFix POST 301 redirect behavior
2009-06-09 Dan WinshipRemove -r flag from tests/get
2009-06-07 Dan WinshipFix hostname resolution behavior
2009-05-21 Dan WinshipDon't emit "authenticate" until a message is actually...
2009-04-28 Dan WinshipFix a crash when cancelling a message from a "restarted...
2009-04-28 Dan WinshipVerify that soup_auth_is_for_proxy() is returning the...
2009-04-19 Dan Winshipheader-parsing.c: Add tests for new bad-header-parsing...
2009-04-19 Dan WinshipAdd an "expect_warning" variable to the test framework
2009-04-18 Dan WinshipAdd more tests to tests/date.c
2009-04-18 Enrico TrögerBug 579055 – SOUP_DATE_RFC2822 not handled in soup_date...
2009-04-18 Dan WinshipAdd a regression test for SOUP_SESSION_TIMEOUT
2009-04-03 Dan WinshipFix the -p option in tests/get again
2009-04-03 Dan Winship Bug 577630 - libsoup should ignore broken Content...
2009-04-03 Dan Winship Bug 577728 – soup_header_g_string_append_param should...
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
next