summaryrefslogtreecommitdiff
path: root/common/curl_request.cpp
Commit message (Collapse)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
| | | libcurl supports both: http://curl.haxx.se/dev/readme-encoding.html
* 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
| | | | This reverts commit 7adbc8371f9dbac7ac19b12f7690d6707d688427.
* [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
| | | | fixes #261
* 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
| | | | | | Integrates libuv's default loop with GLFW's glfwWaitEvents() call. See https://github.com/joyent/libuv/issues/1246 for more details on integrating event loops. fixes #149
* add libcurl loadingKonstantin Käfer2014-04-161-0/+428