summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-202-69/+149
* [core] recreate offline database when it is deleted out from under our feetKonstantin Käfer2018-08-141-2/+5
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-142-22/+29
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-143-132/+236
* [core] make the offline DB schema a regular include fileKonstantin Käfer2018-07-163-25/+30
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-252-2/+2
* [core] consolidate database opening workflowKonstantin Käfer2018-06-122-54/+63
* [test] verify log messages of OfflineDatabase testsKonstantin Käfer2018-06-121-1/+1
* [core] offline database - batch region resource insertsIvo van Dongen2018-06-044-20/+77
* [core] offline database - move transaction scope to public api levelIvo van Dongen2018-06-041-14/+4
* Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-092-34/+48
* [core] Streaming TileCover for polygonal regions (#11267)Asheem Mamoowala2018-04-261-1/+1
* [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-022-276/+244
* [core] refactor SQLite error/status codesKonstantin Käfer2018-03-021-3/+3
* [core] Add space in OfflineDatabase::updateMetadata SQL queryBruno de Oliveira Abinader2018-02-271-1/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+13
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+2
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-162-4/+4
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-0/+31
* Fix platform dependent number type `unsigned long` -> `uint64_t`Asheem Mamoowala2017-09-201-1/+1
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-082-10/+27
* [core] Remove database on schema downgradeThiago Marcos P. Santos2017-08-221-1/+1
* [core] finish must-revalidate supportKonstantin Käfer2017-08-084-85/+111
* [core] fix undefined access for HTTP responses that don't contain a bodyKonstantin Käfer2017-07-131-2/+2
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-4/+4
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-7/+22
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-011-0/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-121-22/+35
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-6/+5
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-9/+18
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-3/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-274-6/+6
* [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] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-1/+1
* [core] Optimize OfflineDownload::ensureResource (#6707)Tore Halset2016-10-173-9/+77
* [core] Extract some GlyphRange-related constantsJohn Firebaugh2016-09-261-3/+3
* [core] Provide rationale for blocking queue while errors resolveJohn Firebaugh2016-09-261-0/+17
* [core] Don't allow OfflineDownload to flood the request queueJohn Firebaugh2016-09-262-80/+67
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-202-0/+15
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-2/+2
* [build] add specific .clang-tidy file for things that use RapidJSON writersKonstantin Käfer2016-09-151-0/+2
* [core] Remove schema v4 migration pathJason Wray2016-09-142-7/+6
* [core] Revert SQLite WAL journalingJason Wray2016-09-142-5/+13
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-261-2/+2
* [core] Update SQLite schema with WAL journal mode and normal syncJason Wray2016-08-232-2/+12
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-1/+1
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-36/+50