summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-1/+1
* [tests] Rationalize storage testsJohn Firebaugh2016-04-1417-899/+639
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-6/+2
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-072-22/+0
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-302-4/+96
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+8
| * [core] Stop download when tile limit is reachedJesse Bounds2016-03-171-4/+60
| * [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-171-0/+28
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-2411-38/+38
* | [tests] Mark some tests as requiring serverThiago Marcos P. Santos2016-03-233-5/+5
* | [tests] Tweak offline tests to work on iOSJohn Firebaugh2016-03-221-17/+8
* | [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-2213-28/+37
* | [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-225-8/+6
* | [tests] Add utest to make sure prior expiration time is being respectedThiago Marcos P. Santos2016-03-171-0/+35
|/
* [core] Deactivate offline region upon completionMinh Nguyễn2016-03-111-6/+15
* [core] Deactivate OfflineDownload when the tile count limit is hitJohn Firebaugh2016-03-091-1/+13
* [core] Fix offline status reporting regressionsJohn Firebaugh2016-03-081-12/+38
* [tests] Add utest for NetworkStatus::Online/OfflineThiago Marcos P. Santos2016-03-081-0/+33
* [core] Ensure OfflineRegionStatus::downloadState is accurately reportedJohn Firebaugh2016-03-071-0/+31
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-041-2/+2
* [core] Fix offline status reporting with pre-existing tiles (#4147)John Firebaugh2016-03-041-0/+75
* [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