summaryrefslogtreecommitdiff
path: root/test/storage/http_timeout.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tests] Rationalize storage testsJohn Firebaugh2016-04-141-37/+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-3/+3
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-2/+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] set a timer and auto-refresh requests when they expireKonstantin Käfer2015-10-261-0/+37