summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/date: Fix compiler warningColin Walters2012-06-061-2/+2
* proxy-test: unskip accidentally skipped testsDan Winship2012-05-271-1/+0
* Fix the handling of trailing junk with Content-EncodingDan Winship2012-05-241-32/+271
* Correctly handle unsuccessful CONNECTs via request APIDan Winship2012-05-151-59/+76
* Test caseSergio Villar Senin2012-05-151-1/+95
* soup-message-io: keep cancellable alive for duration of io_run_untilDan Winship2012-05-151-1/+17
* Fix a few recent request API bugs, add some more testsDan Winship2012-05-031-3/+359
* requester-test: add an early-cancellation testDan Winship2012-05-021-44/+144
* tests/get: use GProxyResolverDefaultDan Winship2012-04-281-15/+2
* tests: add some more SoupRequester-based testsDan Winship2012-04-172-25/+303
* soup-message-io: use gio streams rather than SoupSocketDan Winship2012-04-172-14/+13
* Add gettext supportDan Winship2012-04-171-0/+2
* soup-session: unpause messages when cancelling themDan Winship2012-04-111-0/+25
* soup-session: fix up TLS/SSL property interactionsDan Winship2012-04-101-1/+160
* Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)Dan Winship2012-03-043-0/+14
* connection-test, requester-test: test non-persistent connectionsDan Winship2012-03-042-11/+143
* tests: split connection-test out of misc-testDan Winship2012-03-043-482/+523
* requester-test: add some more testsDan Winship2012-02-271-23/+124
* SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)Dan Winship2012-02-251-1/+51
* SoupAuthManagerNTLM: fix don't-fallback-to-Basic codeDan Winship2012-02-241-42/+90
* SoupSessionAsync: don't queue idles from dispose()Dan Winship2012-02-131-0/+33
* soup-message-server-io: fix processing of IPv6 HTTP/1.0 messagesDan Winship2012-02-131-0/+51
* valgrind run...Dan Winship2012-02-122-6/+77
* soup-uri: revert some of the previously-added return-if-failsDan Winship2012-02-101-0/+102
* tests: sniffing: Avoid loop with uninitialised lengthRobert Swain2012-02-081-1/+1
* tests: simple-httpd: Don't leak index_path stringRobert Swain2012-02-081-0/+1
* uri-parsing test: add a case that was exercised by a protocol fuzzerSimon McVittie2012-02-031-0/+3
* uri-parsing test: verify that URIs are split correctlySimon McVittie2012-02-031-89/+243
* Header parsing test: verify that a full URI can appear after the "GET"Simon McVittie2012-02-031-0/+24
* requester-test: add some more testsDan Winship2012-01-301-5/+26
* chunk-test: add a check that wrote-body-data gives the right dataDan Winship2012-01-271-0/+56
* SoupSession: Do not actually send a request if it was cancelled before.Raphael Kubo da Costa2012-01-181-0/+26
* Belatedly add regression test for CVE-2011-2524Dan Winship2012-01-161-0/+28
* Force some SoupMessages to use a fresh SoupConnectionDan Winship2011-12-221-4/+71
* soup-headers: misc improvementsDan Winship2011-12-211-5/+118
* soup-session: fix some http-aliases/https-aliases problemsDan Winship2011-12-011-3/+103
* misc-test: fix a bugDan Winship2011-12-011-5/+10
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-014-31/+22
* SoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TRUSTED flagDan Winship2011-11-301-0/+15
* Fix distcheckDan Winship2011-11-211-2/+4
* coding-test.c: refactored and added deflate support.Sergio Villar Senin2011-11-171-205/+166
* Adding zlib and raw encoded versions of mbox file for the coding-testSergio Villar Senin2011-11-172-0/+0
* SoupAuthManagerNTLM: allow non-ASCII usernames/passwordsDan Winship2011-11-132-3/+9
* auth-test: add a test for server-closes-connection-during-authDan Winship2011-11-131-0/+95
* auth-test: reorganize this a bit to be more like other test programsDan Winship2011-11-131-127/+136
* context-test: fix cleanup code to avoid a crashDan Winship2011-11-121-4/+5
* soup-uri: %-encode non-ASCII characters when parsing URIsDan Winship2011-11-121-1/+4
* Add SoupSession:use-thread-contextDan Winship2011-11-081-24/+156
* SoupSession: add some API for handling redirectionsDan Winship2011-11-055-28/+9
* remove unnecessary libgthread referencesDan Winship2011-10-266-6/+0