summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/storage/offline_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] return std::move() prevents copy elisionKonstantin Käfer2016-02-111-1/+1
* [core] Eliminate tilesets tableJohn Firebaugh2016-02-101-71/+58
* [core] Optimize offline database schemaJohn Firebaugh2016-02-101-38/+37
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-57/+47
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-23/+113
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-101-111/+115
* [core] Disable SQLite busy timeouts so that multiple readers can access the s...John Firebaugh2016-02-101-0/+5
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-10/+161
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-6/+6
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-0/+297