summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-07-13Clean up includesDan Winship32-418/+132
2012-07-13Remove an unnecessary old demo program that doesn't work any moreDan Winship2-155/+0
2012-07-13requester-test: fix some debug printfsDan Winship1-2/+2
2012-07-10SoupCookie: ignore values on httponly and secure attributesDan Winship1-2/+110
2012-07-10Fix cookies-test.c indentationDan Winship1-52/+52
2012-06-14soup-tld: added soup_tld_* utilsSergio Villar Senin2-0/+134
2012-06-06tests/date: Fix compiler warningColin Walters1-2/+2
2012-05-27proxy-test: unskip accidentally skipped testsDan Winship1-1/+0
2012-05-24Fix the handling of trailing junk with Content-EncodingDan Winship1-32/+271
2012-05-15Correctly handle unsuccessful CONNECTs via request APIDan Winship1-59/+76
2012-05-15Test caseSergio Villar Senin1-1/+95
2012-05-15soup-message-io: keep cancellable alive for duration of io_run_untilDan Winship1-1/+17
2012-05-03Fix a few recent request API bugs, add some more testsDan Winship1-3/+359
2012-05-02requester-test: add an early-cancellation testDan Winship1-44/+144
2012-04-28tests/get: use GProxyResolverDefaultDan Winship1-15/+2
2012-04-17tests: add some more SoupRequester-based testsDan Winship2-25/+303
2012-04-17soup-message-io: use gio streams rather than SoupSocketDan Winship2-14/+13
2012-04-17Add gettext supportDan Winship1-0/+2
2012-04-11soup-session: unpause messages when cancelling themDan Winship1-0/+25
2012-04-10soup-session: fix up TLS/SSL property interactionsDan Winship1-1/+160
2012-03-04Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)Dan Winship3-0/+14
2012-03-04connection-test, requester-test: test non-persistent connectionsDan Winship2-11/+143
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