summaryrefslogtreecommitdiff
path: root/src/storage/file_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* break out FileSource as an abstract classMike Morris2014-12-031-106/+0
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-1/+2
* allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-301-3/+3
* gcc fixesKonstantin Käfer2014-10-231-13/+13
* fix headless testsKonstantin Käfer2014-09-301-1/+2
* add reachabilityKonstantin Käfer2014-09-291-0/+12
* use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-241-2/+2
* add retry timersKonstantin Käfer2014-09-241-0/+9
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-2/+2
* make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-241-0/+3
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+80