summaryrefslogtreecommitdiff
path: root/include/mbgl/storage
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-049-236/+59
* Add virtual destructor for FileSourceJohn Firebaugh2014-12-041-0/+1
* Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-036-7/+12
* break out FileSource as an abstract classMike Morris2014-12-031-30/+7
* 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
* use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-241-1/+1
* add back CURL requestingKonstantin Käfer2014-09-242-29/+23
* whitespace fixesKonstantin Käfer2014-09-241-1/+0
* add retry timersKonstantin Käfer2014-09-245-2/+80
* notifications on request cancellationKonstantin Käfer2014-09-243-6/+26
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-246-16/+12
* make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-242-3/+5
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-249-0/+325