summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/request.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-52/+0
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-1/+1
* [core] do not use std::atomic_* with shared_ptrsKonstantin Käfer2015-10-261-4/+4
* Use uv::asyncJohn Firebaugh2015-05-131-2/+2
* Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-051-2/+0
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-281-7/+1
* make the request header public as the node module requires itKonstantin Käfer2015-04-171-0/+60
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-41/+0
* remove usage of relative pathsKonstantin Käfer2014-12-041-2/+2
* make most headers privateKonstantin Käfer2014-12-041-2/+3
* Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-031-1/+2
* notifications on request cancellationKonstantin Käfer2014-09-241-3/+3
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-3/+3
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+39