summaryrefslogtreecommitdiff
path: root/src/storage
Commit message (Expand)AuthorAgeFilesLines
* allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-301-3/+3
* gcc fixesKonstantin Käfer2014-10-233-16/+16
* fix variable shadowingKonstantin Käfer2014-10-222-9/+9
* add missing include headerKonstantin Käfer2014-10-221-0/+2
* fixes for libuv 0.11Konstantin Käfer2014-10-221-1/+0
* Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-221-2/+2
|\
| * adjust file_request_baton and http_request for libuv 0.10 apiMike Morris2014-10-102-7/+8
* | link boost when the boost variable is setKonstantin Käfer2014-10-221-4/+2
* | first attempt at using mason to install packagesKonstantin Käfer2014-10-202-4/+31
|/
* fix headless testsKonstantin Käfer2014-09-303-5/+14
* move file request baton to its own fileKonstantin Käfer2014-09-302-153/+143
* add reachabilityKonstantin Käfer2014-09-293-4/+38
* add retries in case of connection failuresKonstantin Käfer2014-09-291-3/+73
* don't pass the loop through all function callsKonstantin Käfer2014-09-291-10/+15
* add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-262-30/+29
* use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-241-2/+2
* add back CURL requestingKonstantin Käfer2014-09-243-134/+87
* whitespace fixesKonstantin Käfer2014-09-241-1/+0
* move cocoa nsurlrequest code to common folderKonstantin Käfer2014-09-241-150/+0
* add retry timersKonstantin Käfer2014-09-246-41/+228
* convert http(s)://*.tiles.mapbox.com/ to mapbox:// for unified cachingKonstantin Käfer2014-09-241-3/+32
* use asynchronous worker terminationKonstantin Käfer2014-09-241-2/+3
* notifications on request cancellationKonstantin Käfer2014-09-242-14/+37
* use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-241-1/+1
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-245-9/+9
* make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-244-3/+9
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-248-0/+795