summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* [tests] Fix buildJohn Firebaugh2016-02-111-1/+1
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-2/+2
* [core] return std::move() prevents copy elisionKonstantin Käfer2016-02-111-1/+1
* [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-102-3/+3
* [core] Eliminate tilesets tableJohn Firebaugh2016-02-103-88/+65
* [core] Optimize offline database schemaJohn Firebaugh2016-02-103-73/+84
* [core] Retry errors encountered during offline downloadsJohn Firebaugh2016-02-101-2/+2
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-102-64/+54
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-102-25/+128
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-102-112/+130
* [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-105-13/+606
* [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-105-0/+484