summaryrefslogtreecommitdiff
path: root/tests/requester-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+12
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-081-22/+5
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-220/+129
* Fix SoupClientInputStream close on errorDan Winship2013-11-041-3/+51
* requester-test: reorganize to be more like other testsDan Winship2013-11-041-84/+108
* Fix soup_client_input_stream_close to not blockDan Winship2013-09-291-2/+92
* requester-test: fix a printf format compiler warningKalev Lember2013-03-201-1/+2
* data: URL requests should serve the whole decoded URLZan Dobersek2013-03-111-0/+86
* Revert the mirroring of SoupMessage API onto SoupRequestHTTP.Dan Winship2012-12-281-13/+17
* tests: fix SoupRequester deprecation warningsDan Winship2012-12-101-0/+3
* SoupRequestHTTP: mirror SoupMessage fields/APIDan Winship2012-12-101-17/+13
* Move SoupRequester API into SoupSession, declare SoupRequest stableDan Winship2012-12-101-13/+38
* SoupSession: allow creating a "plain" SoupSession for use with new APIsDan Winship2012-12-101-19/+44
* valgrindageDan Winship2012-08-111-2/+8
* Clean up includesDan Winship2012-07-131-11/+2
* requester-test: fix some debug printfsDan Winship2012-07-131-2/+2
* requester-test: add an early-cancellation testDan Winship2012-05-021-44/+144
* tests: add some more SoupRequester-based testsDan Winship2012-04-171-1/+136
* connection-test, requester-test: test non-persistent connectionsDan Winship2012-03-041-8/+67
* requester-test: add some more testsDan Winship2012-02-271-23/+124
* requester-test: add some more testsDan Winship2012-01-301-5/+26
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-011-2/+3
* tests: fix a few leaks, update valgrind suppressions fileDan Winship2011-09-171-1/+3
* soup-request-http: fix usage with non-default-contextDan Winship2011-07-311-0/+213