summaryrefslogtreecommitdiff
path: root/tests/streaming-test.c
Commit message (Expand)AuthorAgeFilesLines
* http1: fix crash when skipping respone stream with chunked encondingCarlos Garcia Campos2023-02-081-0/+69
* message: add SoupMessage::got-body-data signalCarlos Garcia Campos2023-01-111-0/+19
* metrics: add support for size metricsCarlos Garcia Campos2021-04-141-0/+55
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Stop using soup_session_cancel_message() in testsCarlos Garcia Campos2020-11-151-1/+1
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-1/+1
* Replace SoupURI with GUriPatrick Griffis2020-11-141-9/+9
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-3/+3
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-15/+24
* tests: stop using soup_session_queue_message in testsCarlos Garcia Campos2020-09-301-4/+6
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-11/+8
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-4/+4
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-5/+2
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+2
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-081-28/+10
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-25/+36
* Clean up includesDan Winship2012-07-131-11/+2
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* Fix leaks in test programs, update libsoup.suppDan Winship2009-09-111-0/+2
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-1/+1
* Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOFDan Winship2009-02-191-0/+187