summaryrefslogtreecommitdiff
path: root/common/foundation_request.mm
Commit message (Collapse)AuthorAgeFilesLines
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-119/+0
|
* parse cache-control and last-modified headersKonstantin Käfer2014-09-241-0/+4
|
* remove uv.h dependency in darwin-specific codeKonstantin Käfer2014-08-121-16/+15
|
* rename llmr => mbglKonstantin Käfer2014-07-161-8/+8
|
* retain the uv loop until all things deconstructedKonstantin Käfer2014-05-301-3/+3
| | | | fixes #261
* increase http timeoutKonstantin Käfer2014-05-261-1/+1
|
* move to libuv for the rendering loopKonstantin Käfer2014-04-301-21/+7
|
* use an event loop per map that is not the render threadKonstantin Käfer2014-04-251-9/+11
|
* unify request object to use uv_queue_work for both corefoundation + curlKonstantin Käfer2014-04-241-57/+61
|
* ensure UI thread safetyJustin R. Miller2014-04-221-2/+6
|
* properly pass booleanJustin R. Miller2014-04-221-2/+2
|
* safer name for parsing queueJustin R. Miller2014-04-221-1/+3
|
* update activity indicator on iosKonstantin Käfer2014-04-151-11/+39
|
* make processing more parallelKonstantin Käfer2014-04-151-13/+35
| | | | restores 669b342332a643f54693488e0da91e964111257d
* derive from GLKViewControllerKonstantin Käfer2014-04-141-1/+6
| | | | | | this handles resizing the view/framebuffer much better fixes #130, #131, #133, #118
* clean up os x + ios request codeKonstantin Käfer2014-04-141-0/+63
fixes #129