summaryrefslogtreecommitdiff
path: root/test/storage/http_coalescing.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-131-158/+0
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-231-4/+4
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-8/+6
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-10/+11
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-10/+10
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-12/+7
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-5/+12
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-10/+5
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-5/+10
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+105
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-1/+5
* 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/+3
* refactor makefileKonstantin Käfer2015-02-041-1/+1
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-041-7/+7
* rearrange tests and make more robustKonstantin Käfer2015-02-041-2/+2
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-0/+48