summaryrefslogtreecommitdiff
path: root/src/mbgl/storage/request.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-061-2/+2
* 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
* refactor makefileKonstantin Käfer2015-02-041-2/+10
* 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-041-28/+65
* make most headers privateKonstantin Käfer2014-12-041-0/+49