summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-1525-293/+485
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-1522-246/+13
* tests: split up some test programs into more testsDan Winship2014-03-1510-624/+831
* auth-test: remove some erroneous SKIP_IF_NO_APACHEsDan Winship2014-03-151-6/+0
* redirect-test: remove a flaky testDan Winship2014-03-101-103/+0
* xmlrpc-test: use g_test_skip()Dan Winship2014-03-091-4/+1
* test-utils: change http_debug command-line flagDan Winship2014-03-091-1/+1
* tests: skip individual tests rather than whole test programsDan Winship2014-02-1714-137/+144
* sniffing: Add audio/video sniffingGustavo Noronha Silva2014-02-177-0/+24
* sniffing: Bring image sniffing up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-175-1/+13
* sniffing: Bring feed vs HTML up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-173-5/+41
* sniffing: test that it allows leading whitespace in doctype headersAlberto Garcia2014-02-173-0/+16
* sniffing: Adjust the general unknown MIME type algorithmGustavo Noronha Silva2014-02-171-1/+1
* sniffing: Implement handling of the X-Content-Type-Options headerGustavo Noronha Silva2014-02-171-0/+19
* sniffing: Implement the check-apache-bug flagGustavo Noronha Silva2014-02-173-1/+12
* tests: use TAP, and install the testsDan Winship2014-02-0811-132/+189
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-0812-217/+174
* tests: initial port to the gtestutils frameworkDan Winship2014-02-0836-3849/+2392
* tests: headers: allow checks on non present headers fieldsLionel Landwerlin2014-01-191-2/+23
* tests: headers-parsing: allow checks with case insensitive headers fieldsLionel Landwerlin2014-01-191-1/+1
* tests: ignore proxy settingsDan Winship2014-01-073-0/+7
* soup-tld: accept ASCII-encoded hostnames tooDan Winship2013-12-181-1/+25
* Update the public suffix list (and its test)Dan Winship2013-12-111-9/+16
* fix up non-literal format string issuesRyan Lortie2013-12-091-6/+6
* no-ssl-test: fix indentationDan Winship2013-12-081-151/+151
* no-ssl-test: fix for GDummyTlsBackend changesDan Winship2013-11-201-5/+0
* session-test: fix to work with the dummy TLS backendDan Winship2013-11-171-8/+13
* test-utils: bump up debug_level when running under "make check"Dan Winship2013-11-101-0/+3
* Fix SoupClientInputStream close on errorDan Winship2013-11-041-3/+51
* requester-test: reorganize to be more like other testsDan Winship2013-11-041-84/+108
* tests/connection-test: Ensure quit source id is reset to 0 between runsColin Walters2013-11-031-1/+5
* SoupSession: propagate GErrors to callersDan Winship2013-10-191-2/+2
* tests: fix another test broken by the SoupClientInputStream close changeDan Winship2013-10-081-0/+10
* soup-session: don't resolve default proxy-resolver/tlsdb if not neededDan Winship2013-09-291-0/+130
* Fix soup_client_input_stream_close to not blockDan Winship2013-09-295-2/+146
* test-utils: set GSETTINGS_BACKEND=memoryDan Winship2013-09-291-0/+1
* cache-test: fix some minor things pointed out by coverityDan Winship2013-09-111-2/+2
* timeout-test: fix on very slow machinesDan Winship2013-08-301-14/+39
* chunk-io-test: fix a bugDan Winship2013-08-271-1/+1
* SoupServer: add :http-aliases and :https-aliases propertiesDan Winship2013-08-261-2/+128
* server-test: split SoupServer-specific tests out of misc-testDan Winship2013-08-263-209/+252
* chunk-io-test: new test of the chunked I/O read/write streamsDan Winship2013-08-252-0/+655
* cache-test: fix race conditionDan Winship2013-08-231-9/+20
* More IPv6 scope ID fixesDan Winship2013-08-191-0/+8
* soup-message-server-io: handle unsatisfiable Range requests correctlyDan Winship2013-08-041-12/+73
* soup-uri: fix URI scheme parsingDan Winship2013-07-131-0/+16
* misc-test: add a test that preemptively cancelling a SoupRequest worksDan Winship2013-07-133-1/+20
* build: use AM_CPPFLAGS rather than INCLUDESDan Winship2013-07-101-1/+1
* soup-socket: fix another leak in soup_socket_get_http_proxy_uri()Dan Winship2013-06-081-11/+28
* multipart-test: fix quotes in messagesDan Winship2013-05-211-10/+10