summaryrefslogtreecommitdiff
path: root/tests/cache-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: plug leaks, update libsoup.suppDan Winship2015-03-021-1/+2
* cache: Do not unqueue messages of cached resources until finishedCarlos Garcia Campos2015-03-021-1/+15
* cache: kick the message queue when a cached resource finishesCarlos Garcia Campos2015-03-021-0/+24
* Add SoupMessage::starting signalCarlos Garcia Campos2015-03-021-6/+14
* cache: Do not revalidate resources that haven't expired even if must-revalida...Carlos Garcia Campos2015-02-171-1/+9
* cache: Clean up leaked resources when loading the cacheCarlos Garcia Campos2014-12-071-0/+80
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-2/+1
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+4
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-8/+0
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-148/+66
* cache-test: fix some minor things pointed out by coverityDan Winship2013-09-111-2/+2
* cache-test: fix race conditionDan Winship2013-08-231-9/+20
* soup-cache: update cached headers on revalidationsSergio Villar Senin2013-03-051-31/+130
* cache-test: added a new cancellation testSergio Villar Senin2013-02-181-0/+61
* test-utils: Added SOUP_TEST_REQUEST_CANCEL_IMMEDIATE flagSergio Villar Senin2013-02-181-4/+9
* cache-test: added cancellation testsSergio Villar Senin2013-02-121-0/+125
* 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-1/+4
* tests: add cache-testDan Winship2012-12-261-0/+441