summaryrefslogtreecommitdiff
path: root/src/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-042-510/+0
* make ios compileKonstantin Käfer2015-02-041-11/+27
* fixes for linuxKonstantin Käfer2015-02-041-8/+8
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-041-23/+28
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-0413-962/+591
* Fix buildLeith Bade2014-12-182-97/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-185-265/+6
|\
| * change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-171-3/+3
| * Make file request overridable by platform implementationsKonstantin Käfer2014-12-174-260/+0
| * fix CachingHTTPFileSource::clearLoopMike Morris2014-12-151-0/+4
* | Fix commitLeith Bade2014-12-066-22/+150