summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/storage/offline_database.hpp
Commit message (Expand)AuthorAgeFilesLines
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-2/+2
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-0/+3
* [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-171-0/+2
* [core] Fix offline status reporting with pre-existing tiles (#4147)John Firebaugh2016-03-041-3/+5
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-1/+12
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-241-0/+1
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-241-4/+6
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-7/+7
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-2/+15
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-101-1/+15
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-3/+20
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-0/+50