summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
* [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
* [test] Remove terminate-when-inactive behavior from the test serverJohn Firebaugh2016-01-041-13/+0
* [tests] Add unit tests for SQLiteCache size limitThiago Marcos P. Santos2015-12-281-0/+232
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-2314-45/+45
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [tests] Fix/improve Asset utestsThiago Marcos P. Santos2015-12-012-17/+90
* [core] Removed libuv dependency from AssetFSContextThiago Marcos P. Santos2015-12-012-2/+2
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-0116-109/+76
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-2714-66/+76