summaryrefslogtreecommitdiff
path: root/tests/coding-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+28
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-39/+0
* tests: split up some test programs into more testsDan Winship2014-03-151-265/+304
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-081-17/+14
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-110/+69
* fix up non-literal format string issuesRyan Lortie2013-12-091-6/+6
* test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin2013-02-121-1/+1
* Revert the mirroring of SoupMessage API onto SoupRequestHTTP.Dan Winship2012-12-281-8/+25
* SoupSession: add soup_session_request_http() and _request_http_uri()Dan Winship2012-12-101-62/+44
* Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship2012-12-101-16/+10
* valgrindageDan Winship2012-08-111-1/+11
* test-utils: simplify the SoupRequest test utils a bitDan Winship2012-07-251-2/+2
* SoupConverterWrapper: handle empty "compressed" responsesDan Winship2012-07-171-2/+47
* Add some test-utils helpers for async SoupRequest usageDan Winship2012-07-131-22/+11
* Clean up includesDan Winship2012-07-131-17/+0
* Fix the handling of trailing junk with Content-EncodingDan Winship2012-05-241-32/+271
* coding-test.c: refactored and added deflate support.Sergio Villar Senin2011-11-171-205/+166
* SoupContentDecoder: deal with broken apache Content-EncodingDan Winship2011-05-221-32/+138
* Remove SoupCoding, SoupCodingGZip, use GZlibDecompressorDan Winship2010-12-101-2/+57
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* Fix leaks found by valgrindDan Winship2010-03-131-0/+3
* [SoupCodingGzip] discard trailing junk after decoding, for compatibilityDan Winship2010-01-231-3/+44
* Content-Encoding supportDan Winship2009-12-161-0/+154