summaryrefslogtreecommitdiff
path: root/include/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-262-4/+10
* [core] Introduce the ResourceTransformThiago Marcos P. Santos2017-06-261-0/+26
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-211-2/+2
* [core] Convert DefaultFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-2/+2
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-2/+4
* [core] default file source - ensure thread safety for cached valuesIvo van Dongen2017-05-271-2/+7
* [core] default file source - ensure thread safety for local file and asset re...Ivo van Dongen2017-05-271-2/+2
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-0/+3
* [ios] Guard against over calling pause or resumeJesse Bounds2017-03-181-3/+0
* [core] Cache file source base URL and access tokenJesse Bounds2017-03-011-0/+18
* [core] Add a pause/resume API to the DefaultFileSourceThiago Marcos P. Santos2017-02-251-0/+3
* [core] add ability to transform URLs before they're requested from the InternetKonstantin Käfer2017-02-202-0/+6
* [core] Do not consider error'ed responses freshThiago Marcos P. Santos2017-02-071-1/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-273-3/+3
* [core] LocalFileSource implementation and testsIvo van Dongen2016-09-301-0/+1
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-201-0/+7
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-2/+2
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-152-0/+8
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-131-1/+5
* [core] Don't allow style mutations to be overwritten by revalidationJohn Firebaugh2016-08-231-0/+4
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-0/+2
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-131-3/+2
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-2/+2
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-133-6/+6
* [core] only perform optional requests if the FileSource supports itKonstantin Käfer2016-06-102-0/+12
* Merge branch 'release-android-v4.1.0'Brad Leege2016-06-091-2/+3
|\
| * [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-061-2/+3
* | [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-022-3/+3
|/
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-256-24/+6
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-132-6/+14
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-1/+1
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-2/+10
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-271-1/+6
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+2
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-141-6/+2
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-243-9/+5
* [core] Remove goOffline() from DefaultFileSourceThiago Marcos P. Santos2016-03-082-3/+2
* [core] Add client defined network statusThiago Marcos P. Santos2016-03-081-0/+10
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-242-0/+22
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-6/+7
* [core] Add a descriptive comment about maximumCacheSizeJohn Firebaugh2016-02-241-0/+7
* [core] use std::move() to prevent copiesKonstantin Käfer2016-02-111-1/+1
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-2/+1
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-20/+9
* [core] Make {Default,Online}FileSource::Impl more similarJohn Firebaugh2016-02-101-3/+0
* Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-0/+2
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-102-0/+258
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+4
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-1/+1
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-6/+9