summaryrefslogtreecommitdiff
path: root/include/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* Use uv::asyncJohn Firebaugh2015-05-131-2/+2
* Remove unusedJohn Firebaugh2015-05-132-5/+0
* Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-051-2/+0
* Write SQLite tests in terms of ImplJohn Firebaugh2015-05-011-1/+2
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-283-24/+7
* make the request header public as the node module requires itKonstantin Käfer2015-04-171-0/+60
* rename SQLiteCache::Thread to SQLiteCache::ImplKonstantin Käfer2015-04-131-2/+2
* make implementation files private headersKonstantin Käfer2015-04-138-371/+4
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-135-52/+17
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-104-36/+20
* add Thread<T> and RunLoopKonstantin Käfer2015-04-102-28/+18
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-071-0/+2
* fix rare issue that had the notify and cancel callbacks called in the wrong o...Konstantin Käfer2015-03-131-4/+6
* remove unused enumKonstantin Käfer2015-03-061-1/+0
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-064-18/+54
* fix handling around unique_ptr releasesKonstantin Käfer2015-03-061-1/+1
* update uv_zip and add testsKonstantin Käfer2015-02-162-3/+8
* code styleKonstantin Käfer2015-02-131-2/+2
* make sure that the async handle always gets closedKonstantin Käfer2015-02-131-1/+2
* refactor makefileKonstantin Käfer2015-02-046-93/+91
* add missing headersKonstantin Käfer2015-02-041-0/+1
* don't override std::hashKonstantin Käfer2015-02-042-10/+6
* fixes for linuxKonstantin Käfer2015-02-041-0/+1
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-041-0/+4
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-0418-264/+529
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-181-0/+27
|\
| * change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-172-27/+27
| * Make file request overridable by platform implementationsKonstantin Käfer2014-12-171-0/+27
* | Fix commitLeith Bade2014-12-063-29/+7
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-058-233/+66
|\ \ | |/
| * Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-042-4/+9
| * Add CachingHTTPFileSource::clearLoop()John Firebaugh2014-12-042-0/+4
| * Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-042-2/+2
| * remove usage of relative pathsKonstantin Käfer2014-12-044-6/+6
| * make most headers privateKonstantin Käfer2014-12-049-236/+59
| * Add virtual destructor for FileSourceJohn Firebaugh2014-12-041-0/+1
* | Fixup after mergeLeith Bade2014-12-042-3/+6
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-046-7/+12
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-036-7/+12
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-30/+7
|\ \ | |/
| * break out FileSource as an abstract classMike Morris2014-12-031-30/+7
* | Fix debug buildLeith Bade2014-12-032-4/+4
* | Use uv::async and various other fixesLeith Bade2014-12-034-11/+9
* | Share asset_request between platformsLeith Bade2014-12-022-0/+62
|/
* Use noncopyableJohn Firebaugh2014-11-211-7/+2
* move file request baton to its own fileKonstantin Käfer2014-09-301-0/+35
* add reachabilityKonstantin Käfer2014-09-293-0/+7
* add retries in case of connection failuresKonstantin Käfer2014-09-291-0/+2
* don't pass the loop through all function callsKonstantin Käfer2014-09-291-3/+5
* add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-262-1/+2