summaryrefslogtreecommitdiff
path: root/test/storage/offline_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-647/+0
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-201-0/+13
* [tests] Add v3 & v4 database migration testsJason Wray2016-09-141-0/+58
* [core] Revert SQLite WAL journalingJason Wray2016-09-141-5/+5
* [core] Update SQLite schema with WAL journal mode and normal syncJason Wray2016-08-231-5/+5
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-5/+5
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-30/+30
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-0/+34
* [tests] Rationalize test fixtures (#4834)John Firebaugh2016-04-251-166/+20
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-6/+2
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-0/+36
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+8
| * [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-171-0/+28
* | [tests] Tweak offline tests to work on iOSJohn Firebaugh2016-03-221-17/+8
* | [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-221-6/+8
* | [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-221-1/+2
|/
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-041-2/+2
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-0/+57
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-241-1/+9
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-241-13/+37
* [core] Optimize offline database schemaJohn Firebaugh2016-02-101-5/+6
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-26/+44
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-0/+72
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-101-0/+32
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-0/+76
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-7/+7
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-0/+374