summaryrefslogtreecommitdiff
path: root/tests/chunk-io-test.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Fix some functions that weren't changed from a boolean to an enum.Robert Ancell2021-02-251-1/+1
* Replace SoupURI with GUriPatrick Griffis2020-11-141-2/+2
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-1/+1
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-1/+1
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-22/+25
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-5/+1
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-2/+0
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-081-26/+22
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-80/+42
* chunk-io-test: fix a bugDan Winship2013-08-271-1/+1
* chunk-io-test: new test of the chunked I/O read/write streamsDan Winship2013-08-251-0/+654