summaryrefslogtreecommitdiff
path: root/test/storage/http_load.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tests] Rationalize storage testsJohn Firebaugh2016-04-141-49/+0
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-1/+1
* [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-221-1/+1
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-1/+1
* [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-2/+2
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-4/+2
* [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-3/+2
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-1/+1
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-1/+4
* [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-5/+9
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-281-3/+1
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-3/+2
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-2/+3
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-1/+5
* 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-4/+2
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-0/+44