summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/online_file_source.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-261-3/+5
* [core] add ability to transform URLs before they're requested from the InternetKonstantin Käfer2017-02-201-0/+4
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-0/+5
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-141-6/+2
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-1/+1
* [core] Make {Default,Online}FileSource::Impl more similarJohn Firebaugh2016-02-101-3/+0
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-3/+1
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-141-2/+3
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-131-1/+1
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-131-1/+1
* [core] Refactor to instance methods on OnlineFileRequestImplJohn Firebaugh2016-01-131-0/+2
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-231-0/+34