summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
* [tests] Unit tests for clock skew retry timeoutThiago Marcos P. Santos2016-02-262-0/+40
* [tests] Add a test for the retry delay on expired responseThiago Marcos P. Santos2016-02-261-0/+35
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-242-0/+90
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-242-10/+33
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-241-13/+37
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-7/+7
* [tests] Add utests for HTTP 200 with no dataThiago Marcos P. Santos2016-02-232-0/+29
* [tests] Timer is not needed to keep the main loop aliveThiago Marcos P. Santos2016-02-221-5/+0
* [tests] Fix compilation error in test/storage/headers.cppBruno de Oliveira Abinader2016-02-161-13/+13
* [tests] Fix buildJohn Firebaugh2016-02-111-1/+1
* [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-101-8/+18
* [core] Optimize offline database schemaJohn Firebaugh2016-02-101-5/+6
* [core] Retry errors encountered during offline downloadsJohn Firebaugh2016-02-101-0/+32
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-26/+44
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-0/+72
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-101-0/+32
* Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-17/+0
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-103-0/+451
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-103-7/+61
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-102-6/+3
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-108-975/+422
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-1011-43/+32
* [tests] Add test for AssetFileSource URL encodingJohn Firebaugh2016-02-081-0/+21
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-1/+0
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-0/+50
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-252-4/+5
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-4/+2
* [core] Polyfill std::chrono::absJohn Firebaugh2016-01-221-3/+1
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-1/+0
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-2114-81/+81
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-2112-116/+64
* [core] use stale glyphsKonstantin Käfer2016-01-151-2/+31
* [core] use stale sprite dataKonstantin Käfer2016-01-151-0/+28
* [core] use stale and refreshing TileJSON/GeoJSON dataKonstantin Käfer2016-01-151-0/+23
* [core] use stale stylesKonstantin Käfer2016-01-152-0/+54
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-151-0/+34
* [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+4
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-142-5/+6
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-6/+2
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-143-32/+27
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-141-3/+3
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-132-160/+0
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-6/+7
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-132-92/+19
* [test] Fix test case commentsKonstantin Käfer2016-01-111-2/+2
* [core] only cache successful or NotFound responsesKonstantin Käfer2016-01-082-0/+176
* [core] don't consult cache for asset resourcesKonstantin Käfer2016-01-081-0/+42
* [tests] Sleep more than 1s before refreshing accessed timeThiago Marcos P. Santos2016-01-071-3/+11
* [tests] Added utests for cache versioningThiago Marcos P. Santos2016-01-051-4/+38
* [test] terminate test server when stdin closesKonstantin Käfer2016-01-053-14/+15