summaryrefslogtreecommitdiff
path: root/src/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Add client defined network statusThiago Marcos P. Santos2016-03-081-0/+22
* [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-101-1/+2
* [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-101-0/+1
* Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-0/+22
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+1
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-44/+0
* [core] Change TileData pixelRatio to an integerJohn Firebaugh2016-01-291-1/+1
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-0/+82
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-223-11/+9
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-212-8/+13
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-6/+0
* [core] Eliminate RequestBaseJohn Firebaugh2016-01-213-40/+17
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-151-1/+0
* [core] move SharedSQLiteCache::get to SQLiteCache::getSharedKonstantin Käfer2016-01-151-9/+2
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-141-2/+1
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-0/+1
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-141-1/+1
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-142-7/+15
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-132-20/+26
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-0/+44
* [core] Remove `Resource` dependency from low-level classesJohn Firebaugh2015-12-234-8/+8
* [core] Move OnlineFileSource to platformJohn Firebaugh2015-12-223-522/+0
* [core] Prepare for OfflineFileSourceJohn Firebaugh2015-12-213-434/+501
* [core] Merge default_file_source_impl.hpp into default_file_source.cppJohn Firebaugh2015-12-182-116/+102
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-034-4/+4
* [core] Introduce Timer abstractionThiago Marcos P. Santos2015-12-012-5/+4
* [core] Removed dependency on uv_loop from the file sourceThiago Marcos P. Santos2015-12-015-24/+18
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-011-1/+1
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-275-28/+23
* [core] more robust max-age parsingKonstantin Käfer2015-11-201-5/+5
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-165-173/+69
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-4/+2
* [core] Fixed bit-shifting error in exponential backoffMinh Nguyễn2015-11-121-2/+2
* [core] Added missing virtual destructor to HTTPContextBaseThiago Marcos P. Santos2015-11-051-0/+1
* [core] Make DefaultFileSource react to all NetworkStatus changesKonstantin Käfer2015-11-022-1/+30
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-027-191/+257
* [core] Move parseCacheControl() up in the class hierarchyThiago Marcos P. Santos2015-10-262-0/+24
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+0
* [core] do not use std::atomic_* with shared_ptrsKonstantin Käfer2015-10-261-26/+25
* [core] set a timer and auto-refresh requests when they expireKonstantin Käfer2015-10-262-3/+33
* [core] add support for stale responsesKonstantin Käfer2015-10-264-23/+70
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-262-0/+38
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-262-5/+11
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-0/+5
* s/AssetContext/AssetContextBase/Bruno de Oliveira Abinader2015-07-283-11/+11
* s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-284-18/+18
* Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-284-11/+29
* Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-281-0/+36
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-062-7/+5