summaryrefslogtreecommitdiff
path: root/test/storage/http_retry_network_status.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tests] Add utest for NetworkStatus::Online/OfflineThiago Marcos P. Santos2016-03-081-0/+33
* [tests] Timer is not needed to keep the main loop aliveThiago Marcos P. Santos2016-02-221-5/+0
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-2/+2
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-3/+3
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-6/+6
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-2/+0
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-231-3/+3
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-14/+13
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-5/+5
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-4/+4
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-2/+2
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-2/+7
* [core] Make DefaultFileSource react to all NetworkStatus changesKonstantin Käfer2015-11-021-0/+57
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-2/+1
* Don't create libuv objects on the stackJohn Firebaugh2015-10-271-8/+6
* [http] don't retry when there's already a request in progressKonstantin Käfer2015-10-271-0/+52