summaryrefslogtreecommitdiff
path: root/test/storage/http_cancel.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tests] Rationalize storage testsJohn Firebaugh2016-04-141-55/+0
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-2/+2
* [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-221-2/+2
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-2/+2
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-3/+3
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-1/+0
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-231-3/+3
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-6/+4
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-2/+3
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-5/+5
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-3/+3
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-4/+8
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-2/+1
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+2
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+1
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-1/+2
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-281-6/+3
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-8/+7
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-7/+8
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-5/+9
* refactor makefileKonstantin Käfer2015-02-041-1/+1
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-041-6/+6
* rearrange tests and make more robustKonstantin Käfer2015-02-041-3/+3
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-0/+50