summaryrefslogtreecommitdiff
path: root/src/mbgl/map/raster_tile_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-82/+0
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-40/+34
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-14/+1
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-291-10/+22
* [core] don't store error stateKonstantin Käfer2016-01-151-2/+4
* [core] update the modified/expires debug info for unmodified responses as wellKonstantin Käfer2016-01-151-3/+3
* [core] use stale raster tilesKonstantin Käfer2016-01-151-7/+11
* [core] remove SourceInfo dependency from *TileDataKonstantin Käfer2016-01-131-4/+1
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-8/+2
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-271-1/+4
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-1/+1
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-1/+1
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-1/+1
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-11/+9
* [core] Separate type for RasterTileParseResultJohn Firebaugh2015-10-301-8/+4
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-8/+17
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+4
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-261-5/+1
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-0/+1
* [node] Handle tiles which 404 betterbsudekum2015-09-291-0/+6
* Add simple static method to retrieve the current loopThiago Marcos P. Santos2015-07-061-1/+1
* Report errors when parsing raster tilesThiago Marcos P. Santos2015-07-021-4/+7
* Remove unnecessary virtual methods from TileDataJohn Firebaugh2015-07-021-5/+0
* Don't pass Worker& around so muchJohn Firebaugh2015-07-011-6/+7
* Single-purpose Worker functionsJohn Firebaugh2015-07-011-5/+6
* Push TileMembers members down hierarchyJohn Firebaugh2015-07-011-25/+31
* Make request and reparse pure virtualJohn Firebaugh2015-07-011-1/+43
* Make the state attribute privateThiago Marcos P. Santos2015-05-131-3/+3
* Join worker tasks before destroying TileDataJohn Firebaugh2015-05-041-0/+3
* remove hasData() from Bucket interfaceKonstantin Käfer2015-05-041-5/+1
* build render order array once instead of recursing through lots of different ...Konstantin Käfer2015-05-041-6/+6
* move most private Map code to MapContextKonstantin Käfer2015-04-281-1/+0
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-061-1/+1
* Scope the Tile worker thread to an EnvironmentThiago Marcos P. Santos2015-03-181-2/+2
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-4/+3
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-061-1/+1
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-171-1/+1
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-2/+2
* make most headers privateKonstantin Käfer2014-12-041-0/+34