summaryrefslogtreecommitdiff
path: root/include/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-103-5/+10
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-1/+0
* [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-222-14/+15
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-3/+4
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-5/+0
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-0/+3
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-142-30/+3
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-131-1/+1
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-1/+1
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-131-1/+1
* [core] Refactor to instance methods on OnlineFileRequestImplJohn Firebaugh2016-01-131-0/+2
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-082-47/+4
* [core] Make it possible to limit the size of the SQLite cacheThiago Marcos P. Santos2015-12-271-0/+3
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-231-0/+34
* [core] Prepare for OfflineFileSourceJohn Firebaugh2015-12-211-14/+7
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-036-9/+9
* [core] Removed dependency on uv_loop from the file sourceThiago Marcos P. Santos2015-12-011-6/+8
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-2/+4
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-163-68/+18
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-162-2/+2
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-162-4/+2
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-022-6/+33
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-0/+1
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+1
* [core] do not use std::atomic_* with shared_ptrsKonstantin Käfer2015-10-261-4/+4
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+4
* [node] Handle tiles which 404 betterbsudekum2015-09-291-1/+1
* Create SharedSQLiteCacheLeith Bade2015-09-161-0/+10
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-2/+2
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-012-2/+3
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-1/+0
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-262-4/+10
* Use uv::asyncJohn Firebaugh2015-05-131-2/+2
* Remove unusedJohn Firebaugh2015-05-132-5/+0
* Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-051-2/+0
* Write SQLite tests in terms of ImplJohn Firebaugh2015-05-011-1/+2
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-283-24/+7
* make the request header public as the node module requires itKonstantin Käfer2015-04-171-0/+60
* rename SQLiteCache::Thread to SQLiteCache::ImplKonstantin Käfer2015-04-131-2/+2
* make implementation files private headersKonstantin Käfer2015-04-138-371/+4
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-135-52/+17
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-104-36/+20
* add Thread<T> and RunLoopKonstantin Käfer2015-04-102-28/+18
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-071-0/+2
* fix rare issue that had the notify and cancel callbacks called in the wrong o...Konstantin Käfer2015-03-131-4/+6
* remove unused enumKonstantin Käfer2015-03-061-1/+0
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-064-18/+54