summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-03-04tests: split connection-test out of misc-testDan Winship3-482/+523
2012-02-27requester-test: add some more testsDan Winship1-23/+124
2012-02-25SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)Dan Winship1-1/+51
2012-02-24SoupAuthManagerNTLM: fix don't-fallback-to-Basic codeDan Winship1-42/+90
2012-02-13SoupSessionAsync: don't queue idles from dispose()Dan Winship1-0/+33
2012-02-13soup-message-server-io: fix processing of IPv6 HTTP/1.0 messagesDan Winship1-0/+51
2012-02-12valgrind run...Dan Winship2-6/+77
2012-02-10soup-uri: revert some of the previously-added return-if-failsDan Winship1-0/+102
2012-02-08tests: sniffing: Avoid loop with uninitialised lengthRobert Swain1-1/+1
2012-02-08tests: simple-httpd: Don't leak index_path stringRobert Swain1-0/+1
2012-02-03uri-parsing test: add a case that was exercised by a protocol fuzzerSimon McVittie1-0/+3
2012-02-03uri-parsing test: verify that URIs are split correctlySimon McVittie1-89/+243
2012-02-03Header parsing test: verify that a full URI can appear after the "GET"Simon McVittie1-0/+24
2012-01-30requester-test: add some more testsDan Winship1-5/+26
2012-01-27chunk-test: add a check that wrote-body-data gives the right dataDan Winship1-0/+56
2012-01-18SoupSession: Do not actually send a request if it was cancelled before.Raphael Kubo da Costa1-0/+26
2012-01-16Belatedly add regression test for CVE-2011-2524Dan Winship1-0/+28
2011-12-22Force some SoupMessages to use a fresh SoupConnectionDan Winship1-4/+71
2011-12-21soup-headers: misc improvementsDan Winship1-5/+118
2011-12-01soup-session: fix some http-aliases/https-aliases problemsDan Winship1-3/+103
2011-12-01misc-test: fix a bugDan Winship1-5/+10
2011-12-01Require glib 2.31 and update to new thread APIsDan Winship4-31/+22
2011-11-30SoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TRUSTED flagDan Winship1-0/+15
2011-11-21Fix distcheckDan Winship1-2/+4
2011-11-17coding-test.c: refactored and added deflate support.Sergio Villar Senin1-205/+166
2011-11-17Adding zlib and raw encoded versions of mbox file for the coding-testSergio Villar Senin2-0/+0
2011-11-13SoupAuthManagerNTLM: allow non-ASCII usernames/passwordsDan Winship2-3/+9
2011-11-13auth-test: add a test for server-closes-connection-during-authDan Winship1-0/+95
2011-11-13auth-test: reorganize this a bit to be more like other test programsDan Winship1-127/+136
2011-11-12context-test: fix cleanup code to avoid a crashDan Winship1-4/+5
2011-11-12soup-uri: %-encode non-ASCII characters when parsing URIsDan Winship1-1/+4
2011-11-08Add SoupSession:use-thread-contextDan Winship1-24/+156
2011-11-05SoupSession: add some API for handling redirectionsDan Winship5-28/+9
2011-10-26remove unnecessary libgthread referencesDan Winship6-6/+0
2011-10-20oops, I apparently didn't run "make check" after the tls changes...Dan Winship1-0/+6
2011-10-20tests: make "./tests/foo" work from the toplevel dirDan Winship1-1/+1
2011-10-20Fix SoupMessage https status information to be set more reliablyDan Winship1-0/+7
2011-09-29libsoup.supp: belatedly commit some fixesDan Winship1-1/+8
2011-09-29redirect-test: add a test for accidental connection sharingDan Winship1-11/+129
2011-09-19tests/ssl-test: belatedly commit thisDan Winship1-0/+166
2011-09-19tests/ssl-test: add a test of https-related functionalityDan Winship1-0/+3
2011-09-19tests: update the test ssl keyDan Winship3-34/+40
2011-09-17tests: fix a few leaks, update valgrind suppressions fileDan Winship4-2/+137
2011-08-16Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodiesDan Winship1-44/+68
2011-08-15Fix distcheckDan Winship1-1/+4
2011-08-08SoupContentSniffer: don't use gio anymorearno4-21/+17
2011-08-08Call soup_message_clean_response() when restarting a messageDan Winship2-1/+41
2011-07-31soup-request-http: fix usage with non-default-contextDan Winship2-0/+216
2011-06-03Fix few memory leaksMilan Crha1-0/+2
2011-05-22SoupContentDecoder: deal with broken apache Content-EncodingDan Winship1-32/+138