summaryrefslogtreecommitdiff
path: root/test/storage/http_reading.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tests] Rationalize storage testsJohn Firebaugh2016-04-141-181/+0
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-6/+6
* [tests] Mark some tests as requiring serverThiago Marcos P. Santos2016-03-231-1/+1
* [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-221-6/+6
* [tests] Add utests for HTTP 200 with no dataThiago Marcos P. Santos2016-02-231-0/+25
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+50
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-4/+2
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-4/+4
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-9/+9
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-3/+0
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-231-5/+5
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-18/+11
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-6/+7
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-6/+6
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-3/+3
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-9/+39
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-6/+7
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+6
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+3
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-6/+14
* [ios] [android] Use Response::NotFound in other HTTP implementations tooJohn Firebaugh2015-09-291-2/+14
* Remove unusedJohn Firebaugh2015-05-131-17/+0
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-281-10/+4
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-12/+16
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-7/+8
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-4/+13
* make sure that the async handle always gets closedKonstantin Käfer2015-02-131-0/+28
* refactor makefileKonstantin Käfer2015-02-041-1/+1
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-041-13/+13
* rearrange tests and make more robustKonstantin Käfer2015-02-041-2/+2
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-0/+39