summaryrefslogtreecommitdiff
path: root/test/storage/offline_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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