summaryrefslogtreecommitdiff
path: root/src/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-2/+2
* [core] DefaultFileSource dynamic support for cache-only requestsBruno de Oliveira Abinader2019-06-251-0/+10
* [core] Remove priority from the constructorThiago Marcos P. Santos2019-05-281-20/+12
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* [core] ResoureOptions explicit copy via clone()Bruno de Oliveira Abinader2019-03-251-1/+5
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-231-12/+12
* [core] Replace shared_ptr with unique_ptr in {Map,Resource}OptionsBruno de Oliveira Abinader2019-03-221-13/+16
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-203-1/+111
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-211-4/+4
* [core] define number of concurrent downloads in online file source variableHuyen Chau Nguyen2018-11-151-2/+0
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-231-12/+20
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-25/+0
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-2/+2
* [core] Align URL token replacement behavior with GL JSJohn Firebaugh2018-05-181-4/+4
* [core] align implementations of local and asset file sourceKonstantin Käfer2018-01-251-0/+2
* [core] correctly alter sprite URLs when attaching sprite.png/sprite.json file...Konstantin Käfer2017-10-171-8/+10
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-2/+2
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-282-68/+0
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-091-2/+2
* [core] finish must-revalidate supportKonstantin Käfer2017-08-081-0/+1
* [core] Introduce the ResourceTransformThiago Marcos P. Santos2017-06-261-0/+13
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-212-4/+4
* [core] Convert LocalFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-2/+3
* [core] Convert AssetFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-2/+3
* [core] Added the ThreadedObjectThiago Marcos P. Santos2017-06-212-0/+68
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-0/+7
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] LocalFileSource implementation and testsIvo van Dongen2016-09-301-0/+25
* [core] ensure network::Reachable is called only onceIvo van Dongen2016-09-231-3/+3
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-1/+1
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-131-2/+4
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-0/+4
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-131-1/+1
* Quadkey tokens in tile URL templates, limited WMS support (#5628)Minh Nguyễn2016-07-121-0/+38
* [core] Fix typo in mbgl::ResponseBruno de Oliveira Abinader2016-06-181-1/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-061-1/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-252-8/+2
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+8
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-2/+2
* [Qt] Introduce the Qt HTTPRequest and HTTPFileSourceThiago Marcos P. Santos2016-04-201-2/+2
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-145-90/+25
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-1/+1
* [core] Add client defined network statusThiago Marcos P. Santos2016-03-081-0/+22
* [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-101-1/+2
* [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-101-0/+1
* Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-0/+22
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+1
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-44/+0