summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/storage/offline_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove database on schema downgradeThiago Marcos P. Santos2017-08-221-1/+1
* [core] finish must-revalidate supportKonstantin Käfer2017-08-081-85/+106
* [core] fix undefined access for HTTP responses that don't contain a bodyKonstantin Käfer2017-07-131-2/+2
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
* [core] Replace sqlite3.h dependency in offline databaseBruno de Oliveira Abinader2017-01-231-3/+2
* [core] Move lastInsertRowId/changes to sqlite::StatementBruno de Oliveira Abinader2017-01-231-7/+7
* [core] Evict cached resources and tiles equally by access time (#7770)Eric Wolfe2017-01-181-4/+29
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] Optimize OfflineDownload::ensureResource (#6707)Tore Halset2016-10-171-0/+57
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-201-0/+13
* [core] Remove schema v4 migration pathJason Wray2016-09-141-6/+6
* [core] Revert SQLite WAL journalingJason Wray2016-09-141-5/+12
* [core] Update SQLite schema with WAL journal mode and normal syncJason Wray2016-08-231-2/+11
* [core] code style cleanupsKonstantin Käfer2016-07-011-9/+53
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-12/+12
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-1/+0
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-23/+29
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-271-12/+17
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-1/+1
* [core] Fix race condition that could lead to a UNIQUE constraint failure (#4677)John Firebaugh2016-04-111-0/+14
* [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+1
* [core] Add additional logging for exceptions during database connection / cre...John Firebaugh2016-03-181-10/+23
* [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-171-17/+22
* [core] Fix offline status reporting with pre-existing tiles (#4147)John Firebaugh2016-03-041-6/+17
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-14/+100
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-241-10/+11
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-241-70/+148
* [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