summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* we now always use the fboKonstantin Käfer2014-10-161-4/+0
* first attempt to create an opengl core profile version before falling back to...Konstantin Käfer2014-10-162-19/+82
* lower our expectations towards the pbuffer and use framebuffers insteadKonstantin Käfer2014-10-153-37/+21
* cast to correct int typeKonstantin Käfer2014-10-151-2/+2
* fix errors that prevented compilation/runningKonstantin Käfer2014-10-153-3/+4
* experimental pbuffer supportKonstantin Käfer2014-10-154-29/+60
* bump mapbox-gl-cocoa submodule with make_inactive fixMike Morris2014-10-131-0/+0
* add int status arg to uv_messenger_callbackMike Morris2014-10-131-1/+1
* fix policy namesMike Morris2014-10-131-2/+2
* add policies for mapbox-gl-testing bucketMike Morris2014-10-131-0/+36
* fix node-mapbox-gl-native AWS keysMike Morris2014-10-111-2/+2
* use node-mapbox-gl-native AWS keysMike Morris2014-10-112-5/+5
* Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-101-4/+4
|\
| * Merge pull request #486 from mapbox/mphash-libuv-pkgconfigMike Morris2014-10-101-1/+1
| |\
| * | Protect all possibly-unset env varsJohn Firebaugh2014-10-101-3/+3
* | | use node-mapbox-gl-native AWS bucket for travis cachingMike Morris2014-10-101-1/+1
* | | Merge branch 'mphash-libuv-pkgconfig' into libuv-0.10-headless-displayMike Morris2014-10-101-1/+1
|\ \ \ | | |/ | |/|
| * | bump mapnik-packagingMike Morris2014-10-101-1/+1
| |/
* | call on_timeout with status 0 (success)Mike Morris2014-10-101-1/+1
* | switch http_request_baton_curl to libuv 0.10 apiMike Morris2014-10-101-2/+1
* | adjust file_request_baton and http_request for libuv 0.10 apiMike Morris2014-10-102-7/+8
* | bump mapbox-gl-cocoa to match masterMike Morris2014-10-101-0/+0
* | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-101-4/+4
|\ \ | |/
| * fix TRAVIS unbound var errorMike Morris2014-10-101-4/+4
* | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-10115-862/+5031
|\ \ | |/
| * Upload library tarball only on travis (fixes #485)John Firebaugh2014-10-091-4/+4
| * report a permanent error instead of aborting on unknown error codesKonstantin Käfer2014-10-081-1/+1
| * remove outdated commentKonstantin Käfer2014-10-081-3/+0
| * define variable outside of loop scopeKonstantin Käfer2014-10-011-1/+2
| * fix gcc cannot call member function without object errorKonstantin Käfer2014-10-011-2/+2
| * properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-016-10/+21
| * fix headless testsKonstantin Käfer2014-09-3011-102/+102
| * move file request baton to its own fileKonstantin Käfer2014-09-303-153/+178
| * disable URLcache for NSURLRequestsKonstantin Käfer2014-09-301-1/+1
| * add missing includeKonstantin Käfer2014-09-291-0/+1
| * add reachabilityKonstantin Käfer2014-09-2913-4/+712
| * add retries in case of connection failuresKonstantin Käfer2014-09-292-3/+75
| * don't pass the loop through all function callsKonstantin Käfer2014-09-292-13/+20
| * add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-2613-504/+188
| * use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-246-4/+26
| * add back CURL requestingKonstantin Käfer2014-09-2414-630/+992
| * whitespace fixesKonstantin Käfer2014-09-243-4/+2
| * move cocoa nsurlrequest code to common folderKonstantin Käfer2014-09-242-1/+1
| * add retry timersKonstantin Käfer2014-09-2413-43/+326
| * convert http(s)://*.tiles.mapbox.com/ to mapbox:// for unified cachingKonstantin Käfer2014-09-241-3/+32
| * use asynchronous worker terminationKonstantin Käfer2014-09-244-40/+109
| * make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-2411-33/+34
| * option to pass data parameter, and add more explanationKonstantin Käfer2014-09-243-7/+25
| * add a callback to stop() to allow running the current thread's event loopKonstantin Käfer2014-09-245-3/+26
| * notifications on request cancellationKonstantin Käfer2014-09-246-21/+68