summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-16/+8
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-133-63/+63
* [test] Rename Stress test to LoadThiago Marcos P. Santos2016-06-091-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-16/+16
* [core] allow creating optional requestsKonstantin Käfer2016-05-181-0/+252
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-133-10/+10
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-30/+19
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-0/+34
* [tests] Rationalize test fixtures (#4834)John Firebaugh2016-04-252-225/+79
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+1
* [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