summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* SoupSession, SoupAuthManagerNTLM: Use subfeatures for NTLM auth tooDan Winship2010-12-091-4/+4
* SoupAuthManager: implement subfeatures for adding/removing auth typesDan Winship2010-12-091-12/+33
* SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship2010-12-074-374/+2
* SoupSessionSync: fix messages getting stuck foreverDan Winship2010-11-231-0/+126
* misc-test: fix up the new persistent connection timeout testDan Winship2010-11-181-5/+48
* tests/httpd.conf.in: fix passwords-in-uri stuff for srcdir!=builddirDan Winship2010-11-151-1/+1
* Add tests to auth-test for password-in-URISergio Villar Senin2010-11-142-59/+132
* soup-message-io: fix retry-after-unexpected-connection-closeDan Winship2010-11-101-0/+118
* timeout-test: add SOUP_SESSION_IDLE_TIMEOUT tests as wellDan Winship2010-11-091-25/+101
* Appease some gcc 4.5 warningsDan Winship2010-10-141-3/+4
* Do not uppercase percent-encoded triplets when normalizing URIsSergio Villar Senin2010-09-031-1/+1
* Try all IP addrs associated with a hostname if the first failsDan Winship2010-08-141-1/+12
* Fix auto-Accept-Language in locales that use "," for decimalsDan Winship2010-08-111-0/+54
* soup-message-io: fix wrong-Content-Length logicDan Winship2010-07-311-0/+109
* Fix redirects-to-different-hosts to not reuse the same connectionDan Winship2010-06-111-6/+34
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-1120-35/+63
* soup_date_new_from_string: fix an out-of-bounds memory accessDan Winship2010-06-091-4/+21
* tests/auth-test: clean up a bit and fix async auth test logicDan Winship2010-06-091-18/+41
* sniffing-test: be robust against slightly-broken jhbuild configsDan Winship2010-06-081-0/+20
* SoupSession: count redirections and cancel the message after too manyJosé Millán Soto2010-06-081-2/+11
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-05-161-0/+36
* plug a small leak in test-utilsDan Winship2010-05-161-0/+1
* valgrind suppressions file updatesDan Winship2010-05-161-1/+7
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-101-8/+29
* soup_auth_domain_covers: skip the URI path check with proxy auth domainsDan Winship2010-04-101-5/+21
* soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship2010-04-092-3/+3
* Add test that makes sure parameters are preservedGustavo Noronha Silva2010-03-151-1/+27
* Don't bind to public interfaces for tests.Dan Winship2010-03-133-3/+13
* Fix leaks found by valgrindDan Winship2010-03-134-1122/+83
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-211-0/+5
* [SoupURI] additional fixes to previous commitDan Winship2010-02-141-0/+2
* [SoupURI] tolerate bad %-encoding and other common sorts of URI lossageDan Winship2010-02-141-6/+15
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-032-2/+124
* tests/simple-proxy.c: remove obvious dead assignment noted by clangDan Winship2010-01-231-1/+0
* [SoupCodingGzip] discard trailing junk after decoding, for compatibilityDan Winship2010-01-231-3/+44
* Link to GNUTLS hereBenjamin Otte2009-12-181-0/+1
* Don't send URI fragment when requesting via proxyDan Winship2009-12-182-1/+52
* Revert "Warn if the user tries to load a URI containing a fragment."Dan Winship2009-12-181-10/+0
* Warn if the user tries to load a URI containing a fragment.Dan Winship2009-12-171-0/+10
* tests/get: updates for cookie debuggingDan Winship2009-12-171-5/+19
* Clean up accept-language-auto a bitDan Winship2009-12-171-1/+3
* fix distDan Winship2009-12-161-0/+1
* Content-Encoding supportDan Winship2009-12-164-0/+164
* Handle spurious CR/LFs between responsesDan Winship2009-12-141-0/+8
* Don't leak session if message is cancelled during socket connectionDan Winship2009-11-221-0/+56
* soup_multipart_new_from_message: fix to work with binary attachmentsDan Winship2009-11-211-7/+13
* Ensure WSAStartup() is called on Windows more reliablyTor Lillqvist2009-11-051-1/+1
* Don't change HEAD to GET on 303 redirectDan Winship2009-11-051-2/+5
* Fix leaks in test programs, update libsoup.suppDan Winship2009-09-116-29/+389
* Remove SoupPasswordManager from the stable APIDan Winship2009-09-071-86/+0