summaryrefslogtreecommitdiff
path: root/src/storage/http_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-279/+0
* Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-031-12/+12
* Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2
* gcc fixesKonstantin Käfer2014-10-231-2/+2
* fix variable shadowingKonstantin Käfer2014-10-221-7/+7
* first attempt at using mason to install packagesKonstantin Käfer2014-10-201-0/+9
* fix headless testsKonstantin Käfer2014-09-301-3/+11
* add reachabilityKonstantin Käfer2014-09-291-4/+22
* 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-261-16/+12
* add back CURL requestingKonstantin Käfer2014-09-241-19/+85
* add retry timersKonstantin Käfer2014-09-241-21/+16
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-1/+1
* make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-241-1/+1
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+112