summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-04-09soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship2-3/+3
2010-03-15Add test that makes sure parameters are preservedGustavo Noronha Silva1-1/+27
2010-03-13Don't bind to public interfaces for tests.Dan Winship3-3/+13
2010-03-13Fix leaks found by valgrindDan Winship4-1122/+83
2010-02-21Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship1-0/+5
2010-02-14[SoupURI] additional fixes to previous commitDan Winship1-0/+2
2010-02-14[SoupURI] tolerate bad %-encoding and other common sorts of URI lossageDan Winship1-6/+15
2010-02-03Implement acceptance policies in SoupCookieJarXan Lopez2-2/+124
2010-01-23tests/simple-proxy.c: remove obvious dead assignment noted by clangDan Winship1-1/+0
2010-01-23[SoupCodingGzip] discard trailing junk after decoding, for compatibilityDan Winship1-3/+44
2009-12-18Link to GNUTLS hereBenjamin Otte1-0/+1
2009-12-18Don't send URI fragment when requesting via proxyDan Winship2-1/+52
2009-12-18Revert "Warn if the user tries to load a URI containing a fragment."Dan Winship1-10/+0
2009-12-17Warn if the user tries to load a URI containing a fragment.Dan Winship1-0/+10
2009-12-17tests/get: updates for cookie debuggingDan Winship1-5/+19
2009-12-17Clean up accept-language-auto a bitDan Winship1-1/+3
2009-12-16fix distDan Winship1-0/+1
2009-12-16Content-Encoding supportDan Winship4-0/+164
2009-12-14Handle spurious CR/LFs between responsesDan Winship1-0/+8
2009-11-22Don't leak session if message is cancelled during socket connectionDan Winship1-0/+56
2009-11-21soup_multipart_new_from_message: fix to work with binary attachmentsDan Winship1-7/+13
2009-11-05Ensure WSAStartup() is called on Windows more reliablyTor Lillqvist1-1/+1
2009-11-05Don't change HEAD to GET on 303 redirectDan Winship1-2/+5
2009-09-11Fix leaks in test programs, update libsoup.suppDan Winship6-29/+389
2009-09-07Remove SoupPasswordManager from the stable APIDan Winship1-86/+0
2009-09-07SoupURI: an empty query is distinct from no queryDan Winship1-1/+5
2009-09-07Skip termios stuff in tests/get if building on WindowsDan Winship1-1/+12
2009-08-31Fix timeout-test without SSL supportMarvin Schmidt1-0/+2
2009-08-12Add SoupPasswordManager and SoupPasswordManagerGNOMEDan Winship1-0/+75
2009-08-09Fix error code when trying to https with --disable-sslDan Winship1-3/+3
2009-08-09Add soup_message_disable_feature()Dan Winship1-9/+52
2009-08-09Support "OPTIONS *" in SoupServerDan Winship1-1/+94
2009-07-27Don't crash when a request is redirected to an invalid/non-http URIDan Winship1-26/+42
2009-07-27Do not discard the request body after sending, even if !accumulateDan Winship1-0/+4
2009-07-13distcheck fixes for sniffing-testDan Winship2-15/+23
2009-07-13Make gcc happy with body handling in sniffing-testGustavo Noronha Silva1-4/+5
2009-07-10Miscellaneous content-sniffing fixesDan Winship2-58/+150
2009-07-10Actually test chunked encoding, and fix some hangsGustavo Noronha Silva1-1/+8
2009-07-02Implement content sniffingGustavo Noronha Silva7-0/+519
2009-06-22Fix POST 301 redirect behaviorDan Winship1-1/+2
2009-06-09Remove -r flag from tests/getDan Winship1-182/+16
2009-06-06Fix hostname resolution behaviorDan Winship1-1/+1
2009-05-21Don't emit "authenticate" until a message is actually sent and fails.Dan Winship1-14/+58
2009-04-28Fix a crash when cancelling a message from a "restarted" handlerDan Winship1-1/+1
2009-04-28Verify that soup_auth_is_for_proxy() is returning the right thingDan Winship1-3/+19
2009-04-19header-parsing.c: Add tests for new bad-header-parsing rulesDan Winship1-28/+61
2009-04-19Add an "expect_warning" variable to the test frameworkDan Winship2-2/+10
2009-04-18Add more tests to tests/date.cDan Winship1-42/+214
2009-04-18Bug 579055 – SOUP_DATE_RFC2822 not handled in soup_date_to_string()Enrico Tröger1-3/+1
2009-04-18Add a regression test for SOUP_SESSION_TIMEOUTDan Winship4-3/+147