summaryrefslogtreecommitdiff
path: root/test/storage/offline_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-30/+30
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-0/+34
* [tests] Rationalize test fixtures (#4834)John Firebaugh2016-04-251-166/+20
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-6/+2
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-0/+36
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+8
| * [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-171-0/+28
* | [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-221-6/+8
* | [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-221-1/+2
|/
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-041-2/+2
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-0/+57
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-241-1/+9
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-241-13/+37
* [core] Optimize offline database schemaJohn Firebaugh2016-02-101-5/+6
* [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
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-0/+76
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-7/+7
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-0/+374