summaryrefslogtreecommitdiff
path: root/src/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-0510-88/+93
|/
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-041-19/+27
* get/setBase may be called from main threadJohn Firebaugh2014-12-041-2/+0
* Add CachingHTTPFileSource::clearLoop()John Firebaugh2014-12-041-15/+20
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-041-9/+10
* make most headers privateKonstantin Käfer2014-12-0414-0/+1221