summaryrefslogtreecommitdiff
path: root/test/storage/cache_response.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-215/+0
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-15/+11
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-12/+12
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-5/+0
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-141-3/+3
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-141-6/+6
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-141-3/+3
* [test] Fix test case commentsKonstantin Käfer2016-01-111-2/+2
* [core] only cache successful or NotFound responsesKonstantin Käfer2016-01-081-0/+172
* [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-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-18/+22
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-4/+2
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-2/+4
* [core] add support for stale responsesKonstantin Käfer2015-10-261-11/+19
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-2/+4
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-281-3/+2
* make implementation files private headersKonstantin Käfer2015-04-131-1/+1
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-5/+4
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-3/+3
* add Thread<T> and RunLoopKonstantin Käfer2015-04-101-2/+3
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-2/+3
* refactor makefileKonstantin Käfer2015-02-041-1/+1
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-041-12/+12
* rearrange tests and make more robustKonstantin Käfer2015-02-041-2/+2
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-0/+39