summaryrefslogtreecommitdiff
path: root/tests/cache-test.c
Commit message (Expand)AuthorAgeFilesLines
* metrics: add support for size metricscarlosgc/metricsCarlos Garcia Campos2021-04-131-0/+12
* Add support for collecting metricsCarlos Garcia Campos2021-04-131-0/+110
* Rename soup_message_headers_free as soup_message_headers_unrefCarlos Garcia Campos2021-03-261-1/+1
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* Fix compile warningsPatrick Griffis2021-03-051-1/+1
* Fix some functions that weren't changed from a boolean to an enum.Robert Ancell2021-02-251-1/+1
* cache-test: fix session extra reference on endCarlos Garcia Campos2021-02-241-4/+2
* cache-test: Fix leakPatrick Griffis2020-11-251-3/+5
* Stop using soup_session_cancel_message() in testsCarlos Garcia Campos2020-11-151-16/+4
* Remove non-HTTP SoupStatus valuesCarlos Garcia Campos2020-11-151-10/+3
* Replace SoupURI with GUriPatrick Griffis2020-11-141-20/+20
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-6/+6
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-051-18/+14
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-5/+5
* Remove property aliasesPatrick Griffis2020-10-281-6/+6
* tests: stop using SoupRequest API in testsCarlos Garcia Campos2020-10-261-18/+13
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-21/+30
* Replace SoupDate with GDateTimePatrick Griffis2020-09-191-10/+7
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-6/+0
* tests: More removal of deprecated async sessionPatrick Griffis2020-09-191-6/+8
* 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