summaryrefslogtreecommitdiff
path: root/tests/sniffing-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+4
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-2/+0
* sniffing: Add audio/video sniffingGustavo Noronha Silva2014-02-171-0/+19
* sniffing: Bring image sniffing up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-171-1/+10
* sniffing: Bring feed vs HTML up-to-date with the MIMESNIFF specGustavo Noronha Silva2014-02-171-5/+8
* sniffing: test that it allows leading whitespace in doctype headersAlberto Garcia2014-02-171-0/+3
* 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-171-1/+10
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-081-52/+28
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-168/+156
* test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin2013-02-121-2/+2
* Revert the mirroring of SoupMessage API onto SoupRequestHTTP.Dan Winship2012-12-281-1/+3
* tests: fix memory leaksDan Winship2012-12-111-2/+6
* SoupRequest: add soup_request_disable_feature()Dan Winship2012-12-101-51/+75
* soup_header_parse_param_list: return empty GHashTable instead of NULLDan Winship2012-10-291-6/+1
* Clean up includesDan Winship2012-07-131-6/+0
* tests: sniffing: Avoid loop with uninitialised lengthRobert Swain2012-02-081-1/+1
* SoupContentSniffer: don't use gio anymorearno2011-08-081-21/+14
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* sniffing-test: be robust against slightly-broken jhbuild configsDan Winship2010-06-081-0/+20
* soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship2010-04-091-1/+1
* Add test that makes sure parameters are preservedGustavo Noronha Silva2010-03-151-1/+27
* Fix leaks in test programs, update libsoup.suppDan Winship2009-09-111-8/+12
* Add soup_message_disable_feature()Dan Winship2009-08-091-9/+52
* distcheck fixes for sniffing-testDan Winship2009-07-131-6/+6
* Make gcc happy with body handling in sniffing-testGustavo Noronha Silva2009-07-131-4/+5
* Miscellaneous content-sniffing fixesDan Winship2009-07-101-58/+102
* Actually test chunked encoding, and fix some hangsGustavo Noronha Silva2009-07-101-1/+8
* Implement content sniffingGustavo Noronha Silva2009-07-021-0/+429