summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/storage/offline_database.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Add DefaultFileSource::mergeRegions API and CLI support in the mbgl-of...Asheem Mamoowala2018-08-241-0/+3
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-141-7/+9
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-141-8/+16
* [core] consolidate database opening workflowKonstantin Käfer2018-06-121-0/+1
* [core] offline database - batch region resource insertsIvo van Dongen2018-06-041-0/+10
* Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-091-1/+0
* [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-021-16/+4
* [core] finish must-revalidate supportKonstantin Käfer2017-08-081-0/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] Optimize OfflineDownload::ensureResource (#6707)Tore Halset2016-10-171-0/+4
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-201-0/+2
* [core] Remove schema v4 migration pathJason Wray2016-09-141-1/+0
* [core] Revert SQLite WAL journalingJason Wray2016-09-141-0/+1
* [core] Update SQLite schema with WAL journal mode and normal syncJason Wray2016-08-231-0/+1
* [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