summaryrefslogtreecommitdiff
path: root/src/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-012-26/+19
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-2/+0
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-1/+1
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-262-4/+3
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-2/+23
* Use uv::asyncJohn Firebaugh2015-05-131-31/+7
* Remove unusedJohn Firebaugh2015-05-131-11/+1
* make DefaultFileRequest movable onlyKonstantin Käfer2015-05-082-2/+8
* don't trigger a HTTP request twiceKonstantin Käfer2015-05-081-1/+3
* Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-051-2/+1
* lower thread priority of worker threadsKonstantin Käfer2015-05-041-1/+1
* fix compile with clang-3.6Dane Springmeyer2015-05-011-2/+1
* Copy resourceJohn Firebaugh2015-04-301-2/+2
* Restructure *Request and ContextJohn Firebaugh2015-04-289-192/+83
* Encapsulate access to Thread's uv_loop_tJohn Firebaugh2015-04-282-11/+13
* Provide Thread objects with access to loopJohn Firebaugh2015-04-282-2/+4
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-283-41/+5
* Remove RequestBase::startJohn Firebaugh2015-04-284-23/+18
* Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-286-215/+178
* Privatize SharedRequestBase::sourceJohn Firebaugh2015-04-283-5/+4
* Make subscribe and unsubscribe parallelJohn Firebaugh2015-04-282-12/+10
* Assert that notify gets a responseJohn Firebaugh2015-04-281-5/+4
* Keep observers encapsulatedJohn Firebaugh2015-04-283-14/+13
* pointer ⇢ referenceJohn Firebaugh2015-04-284-13/+9
* Remove unnecessary moves / castsJohn Firebaugh2015-04-281-2/+2
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-1/+1