summaryrefslogtreecommitdiff
path: root/tests/coding-test.c
Commit message (Expand)AuthorAgeFilesLines
* metrics: add support for size metricsCarlos Garcia Campos2021-04-141-0/+18
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-11/+11
* Replace SoupURI with GUriPatrick Griffis2020-11-141-6/+6
* message: remove SOUP_MESSAGE_CONTENT_DECODED flagCarlos Garcia Campos2020-11-071-24/+10
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-2/+1
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-10/+10
* tests: stop using SoupRequest API in testsCarlos Garcia Campos2020-10-261-191/+2
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-15/+24
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-38/+52
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-15/+14
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-1/+0
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-3/+4
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-3/+2
* 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