summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/resource.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-4/+12
|
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+2
|
* [core] use std::move() to prevent copiesKonstantin Käfer2016-02-111-1/+1
|
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-2/+2
| | | | This results in OnlineFileSource containing precisely the logic we want for reuse by OfflineFileSource, and no more.
* [core] Change TileData pixelRatio to an integerJohn Firebaugh2016-01-291-1/+1
|
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-14/+27
|
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-291-0/+12
|
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-12/+13
| | | | This allows the FileSource interface itself to support revalidation. We could (and probably should) now rewrite HTTPContextBase implementations as FileSource implementations.
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
|
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-2/+2
|
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-4/+6
|
* don't override std::hashKonstantin Käfer2015-02-041-9/+5
|
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-0/+39