summaryrefslogtreecommitdiff
path: root/tests/coding-test.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09Imported Upstream version 2.62.2upstream/2.62.2Seonah Moon1-3/+2
2014-11-04Imported Upstream version 2.46.0upstream/2.46.0Zhang zhengguang1-353/+337
2013-02-12test-utils: add cancellation support to soup_test_request_sendSergio Villar Senin1-1/+1
2012-12-28Revert the mirroring of SoupMessage API onto SoupRequestHTTP.Dan Winship1-8/+25
2012-12-10SoupSession: add soup_session_request_http() and _request_http_uri()Dan Winship1-62/+44
2012-12-10Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship1-16/+10
2012-08-11valgrindageDan Winship1-1/+11
2012-07-25test-utils: simplify the SoupRequest test utils a bitDan Winship1-2/+2
2012-07-17SoupConverterWrapper: handle empty "compressed" responsesDan Winship1-2/+47
2012-07-13Add some test-utils helpers for async SoupRequest usageDan Winship1-22/+11
2012-07-13Clean up includesDan Winship1-17/+0
2012-05-24Fix the handling of trailing junk with Content-EncodingDan Winship1-32/+271
2011-11-17coding-test.c: refactored and added deflate support.Sergio Villar Senin1-205/+166
2011-05-22SoupContentDecoder: deal with broken apache Content-EncodingDan Winship1-32/+138
2010-12-10Remove SoupCoding, SoupCodingGZip, use GZlibDecompressorDan Winship1-2/+57
2010-06-11Allow calling soup_test_server_new() multiple times in test programsDan Winship1-0/+1
2010-03-13Fix leaks found by valgrindDan Winship1-0/+3
2010-01-23[SoupCodingGzip] discard trailing junk after decoding, for compatibilityDan Winship1-3/+44
2009-12-16Content-Encoding supportDan Winship1-0/+154