summaryrefslogtreecommitdiff
path: root/src/mbgl/util/mapbox.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-0/+10
* [core] include leading slash in URL.pathKonstantin Käfer2017-01-171-5/+5
* [core] refactor URL parsingKonstantin Käfer2016-12-211-135/+93
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] replace <regex> usage with plain string code to reduce binary sizeKonstantin Käfer2016-11-181-7/+14
* [core] Preserve non-access_token query parameters in canonicalizeTileURLSam Matthews2016-10-031-0/+11
* [core] Fix initialization race on util::mapbox::isMapboxURL (#6455)Thiago Marcos P. Santos2016-09-261-4/+8
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-161-6/+24
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-14/+12
* [core] use more const, auto and refsKonstantin Käfer2016-07-191-37/+32
* [core] add check for missing sprite URL file extensionKonstantin Käfer2016-07-191-0/+8
* mapbox: URL containing query string causes infinite loop (#5554)jingsam2016-07-041-5/+6
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
* [core] Set mapbox::DEFAULT_OFFLINE_TILE_COUNT_LIMIT to 6000John Firebaugh2016-03-111-1/+1
* [core] Replaced raw values with util::tileSizeBruno de Oliveira Abinader2016-03-031-1/+2
* [core] Set initial offline tile count limit to 768John Firebaugh2016-02-241-1/+1
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-0/+2
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-3/+9
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-101-57/+30
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-201-0/+6
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-191-6/+0
* [linux] Replace PNG with WebP on tile source URLBruno de Oliveira Abinader2016-01-191-0/+6
* [core] move raster tile URL normalization to source parsingKonstantin Käfer2016-01-131-5/+1
* [core] unify URL prefix detection (asset:// and mapbox://)Konstantin Käfer2016-01-081-1/+1
* [core] Ensure URL normalization is safe. Fixes #2695Tom MacWright2015-10-281-0/+19
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-281-0/+51
* Fixed missing labels and iconsLucas Wojciechowski2015-08-241-2/+11
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-26/+57
* Support new glyph URL syntaxLucas Wojciechowski2015-08-201-12/+8
* Add curly-braces to if-statementsjakepruitt2015-07-271-2/+5
* Adding special case for non-fontstack "glyph" resource URLsjakepruitt2015-07-271-1/+5
* fixes #892: support mapbox:// style URLsJustin R. Miller2015-03-301-4/+14
* Fix conditional in normalizeSourceURLJohn Firebaugh2015-03-061-2/+1
* Insert {ratio} before extension, not inside access tokenMinh Nguyễn2015-03-061-2/+2
* Only add {ratio} to raster tile URLsMinh Nguyễn2015-03-061-8/+12
* Replace regex usage with basic string manipulationMinh Nguyễn2015-03-061-3/+17
* Load 2× raster tiles on HiDPI screensMinh Nguyễn2015-03-061-0/+9
* make most headers privateKonstantin Käfer2014-12-041-0/+44