summaryrefslogtreecommitdiff
path: root/src/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* make the request header public as the node module requires itKonstantin Käfer2015-04-171-60/+0
* Shorten method namesJohn Firebaugh2015-04-152-9/+9
* Stricter Thread<> interfaceJohn Firebaugh2015-04-152-23/+16
* make implementation files private headersKonstantin Käfer2015-04-139-5/+414
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-12/+17
* don't shadow variable namesKonstantin Käfer2015-04-101-7/+7
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-112/+33
* add Thread<T> and RunLoopKonstantin Käfer2015-04-101-5/+1
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-1/+2
* fix rare issue that had the notify and cancel callbacks called in the wrong o...Konstantin Käfer2015-03-131-57/+44
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-062-14/+52
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-0/+1
* update uv_zip and add testsKonstantin Käfer2015-02-161-4/+7
* code styleKonstantin Käfer2015-02-131-25/+25
* make sure that the async handle always gets closedKonstantin Käfer2015-02-131-12/+32
* fix double-free in race conditions when notify() was called twiceKonstantin Käfer2015-02-131-6/+6
* guard boost include with pragma ignoresKonstantin Käfer2015-02-041-0/+6
* refactor makefileKonstantin Käfer2015-02-043-29/+249