summaryrefslogtreecommitdiff
path: root/common/curl_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* port curl_request to libuv 0.10.xMike Morris2014-08-261-7/+7
* Indicate gzip support as well as deflateJohn Firebaugh2014-08-221-1/+1
* remove uv.h dependency from header filesKonstantin Käfer2014-08-121-1/+1
* rename llmr => mbglKonstantin Käfer2014-07-161-10/+10
* add ca bundle to linux buildKonstantin Käfer2014-07-071-0/+1
* handle all CURL actionsKonstantin Käfer2014-06-011-22/+17
* Revert "[hardening] avoid accessing potentially uninitialized memory"Konstantin Käfer2014-06-011-4/+1
* [hardening] avoid accessing potentially uninitialized memoryDane Springmeyer2014-05-301-1/+4
* retain the uv loop until all things deconstructedKonstantin Käfer2014-05-301-2/+2
* move to libuv for the rendering loopKonstantin Käfer2014-04-301-18/+7
* use an event loop per map that is not the render threadKonstantin Käfer2014-04-251-6/+8
* unify request object to use uv_queue_work for both corefoundation + curlKonstantin Käfer2014-04-241-54/+20
* use libuv event loop in the glfw viewKonstantin Käfer2014-04-221-0/+2
* add libcurl loadingKonstantin Käfer2014-04-161-0/+428