summaryrefslogtreecommitdiff
path: root/src/mbgl/util/url.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Remove private header includes from CLI utilitiesKonstantin Käfer2017-03-281-1/+0
|
* [core] refactor URL parsingKonstantin Käfer2016-12-211-0/+41
|
* [core] add util::isURL() for checking whether a string starts with a URL schemeKonstantin Käfer2016-12-071-0/+1
|
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-4/+0
|
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-131-2/+0
| | | | | | | | * Move asset:// URL handling to DefaultFileSource. * AssetFileSource implements FileSource interface and follows familiar implementation patterns. * Move default implementation to platform/default, zip implementation to platform/android. * Don't bother with modified / expires / etag -- assets are not cached so it doesn't matter. * Don't bother with interleaving individual IO calls on the implementation thread. That adds a lot of complexity for very little benefit.
* [core] remove SourceInfo dependency from *TileDataKonstantin Käfer2016-01-131-0/+5
|
* [core] unify URL prefix detection (asset:// and mapbox://)Konstantin Käfer2016-01-081-0/+2
|
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
|
* make most headers privateKonstantin Käfer2014-12-041-0/+15