summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cache: Clean up leaked resources when loading the cacheCarlos Garcia Campos2014-12-071-0/+80
* SoupConnection: fix connection in TLS_HANDSHAKING event signalDan Winship2014-11-231-2/+37
* soup-message-io: do an async close when doing non-blocking I/ODan Winship2014-11-021-33/+0
* tests: update to handle G_PARAM_DEPRECATED warnings in new glibDan Winship2014-07-223-5/+41
* tests: fix a mutex-handling bug exposed by new glibDan Winship2014-07-221-0/+1
* tests: add data: URI tests to uri-parsingDan Winship2014-07-211-0/+67
* Add tls-interaction property to SoupSessionDan Winship2014-05-031-0/+167
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-0229-329/+781
* soup-socket: add properties to create a SoupSocket from an fd or GSocketDan Winship2014-05-021-0/+231
* 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