summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/default_file_source.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] only perform optional requests if the FileSource supports itKonstantin Käfer2016-06-101-0/+4
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-1/+1
* [core] Remove goOffline() from DefaultFileSourceThiago Marcos P. Santos2016-03-081-1/+0
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-0/+6
* [core] Add a descriptive comment about maximumCacheSizeJohn Firebaugh2016-02-241-0/+7
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-2/+1
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-20/+9
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-0/+77
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-6/+9
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-0/+7
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-1/+1
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-3/+4
* [core] Prepare for OfflineFileSourceJohn Firebaugh2015-12-211-14/+7
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-5/+5
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-1/+1
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-0/+4
* Remove unusedJohn Firebaugh2015-05-131-1/+0
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-281-6/+3
* make implementation files private headersKonstantin Käfer2015-04-131-1/+4
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-25/+4
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-30/+15
* remove unused enumKonstantin Käfer2015-03-061-1/+0
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-6/+11
* update uv_zip and add testsKonstantin Käfer2015-02-161-2/+5
* refactor makefileKonstantin Käfer2015-02-041-0/+60