summaryrefslogtreecommitdiff
path: root/include/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-2/+4
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-163-68/+18
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-162-2/+2
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-162-4/+2
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-022-6/+33
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-0/+1
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+1
* [core] do not use std::atomic_* with shared_ptrsKonstantin Käfer2015-10-261-4/+4
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+4
* [node] Handle tiles which 404 betterbsudekum2015-09-291-1/+1
* Create SharedSQLiteCacheLeith Bade2015-09-161-0/+10
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-2/+2
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-012-2/+3
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-1/+0
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-262-4/+10
* 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