summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* valgrinding updatesDan Winship2010-06-222-0/+19
* soup_date_new_from_string: fix an out-of-bounds memory accessDan Winship2010-06-221-4/+21
* sniffing-test: be robust against slightly-broken jhbuild configsDan Winship2010-06-221-0/+20
* SoupSession: count redirections and cancel the message after too manyJosé Millán Soto2010-06-221-2/+11
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-06-221-0/+36
* 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
* SoupURI: an empty query is distinct from no queryDan Winship2009-09-071-1/+5
* Skip termios stuff in tests/get if building on WindowsDan Winship2009-09-071-1/+12
* Fix timeout-test without SSL supportMarvin Schmidt2009-08-311-0/+2
* Add SoupPasswordManager and SoupPasswordManagerGNOMEDan Winship2009-08-121-0/+75
* Fix error code when trying to https with --disable-sslDan Winship2009-08-091-3/+3
* Add soup_message_disable_feature()Dan Winship2009-08-091-9/+52
* Support "OPTIONS *" in SoupServerDan Winship2009-08-091-1/+94
* Don't crash when a request is redirected to an invalid/non-http URIDan Winship2009-07-271-26/+42
* Do not discard the request body after sending, even if !accumulateDan Winship2009-07-271-0/+4
* distcheck fixes for sniffing-testDan Winship2009-07-132-15/+23
* Make gcc happy with body handling in sniffing-testGustavo Noronha Silva2009-07-131-4/+5
* Miscellaneous content-sniffing fixesDan Winship2009-07-102-58/+150
* Actually test chunked encoding, and fix some hangsGustavo Noronha Silva2009-07-101-1/+8
* Implement content sniffingGustavo Noronha Silva2009-07-027-0/+519
* Fix POST 301 redirect behaviorDan Winship2009-06-221-1/+2
* Remove -r flag from tests/getDan Winship2009-06-091-182/+16
* Fix hostname resolution behaviorDan Winship2009-06-061-1/+1
* Don't emit "authenticate" until a message is actually sent and fails.Dan Winship2009-05-211-14/+58