Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | port curl_request to libuv 0.10.x | Mike Morris | 2014-08-26 | 1 | -7/+7 | |
* | | | | | | | restructure gyp files | Konstantin Käfer | 2014-10-24 | 21 | -2221/+0 | |
|/ / / / / / | ||||||
* | | | | | | curl fixes | Konstantin Käfer | 2014-10-20 | 1 | -7/+16 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | report a permanent error instead of aborting on unknown error codes | Konstantin Käfer | 2014-10-08 | 1 | -1/+1 | |
* | | | | | fix headless tests | Konstantin Käfer | 2014-09-30 | 2 | -0/+5 | |
* | | | | | disable URLcache for NSURLRequests | Konstantin Käfer | 2014-09-30 | 1 | -1/+1 | |
* | | | | | add missing include | Konstantin Käfer | 2014-09-29 | 1 | -0/+1 | |
* | | | | | add reachability | Konstantin Käfer | 2014-09-29 | 2 | -0/+639 | |
* | | | | | add etag support and if-none-match/if-modified-since to cocoa http handling | Konstantin Käfer | 2014-09-26 | 6 | -473/+155 | |
* | | | | | use the default cache location on ios to avoid writing to unwritable file sys... | Konstantin Käfer | 2014-09-24 | 1 | -0/+19 | |
* | | | | | add back CURL requesting | Konstantin Käfer | 2014-09-24 | 3 | -459/+871 | |
* | | | | | whitespace fixes | Konstantin Käfer | 2014-09-24 | 1 | -2/+2 | |
* | | | | | move cocoa nsurlrequest code to common folder | Konstantin Käfer | 2014-09-24 | 1 | -0/+150 | |
* | | | | | option to pass data parameter, and add more explanation | Konstantin Käfer | 2014-09-24 | 1 | -1/+3 | |
* | | | | | add a callback to stop() to allow running the current thread's event loop | Konstantin Käfer | 2014-09-24 | 2 | -1/+6 | |
* | | | | | do 304 requests and cache them in sqlite | Konstantin Käfer | 2014-09-24 | 2 | -120/+0 | |
* | | | | | parse cache-control and last-modified headers | Konstantin Käfer | 2014-09-24 | 2 | -0/+35 | |
| |_|_|/ |/| | | | ||||||
* | | | | Support pixelRatio parameter for render tests | John Firebaugh | 2014-09-22 | 2 | -2/+5 | |
| |_|/ |/| | | ||||||
* | | | Revert "make context active before clearing buffers" | Mike Morris | 2014-09-10 | 1 | -2/+0 | |
* | | | make context active before clearing buffers | Mike Morris | 2014-09-10 | 1 | -0/+2 | |
| |/ |/| | ||||||
* | | Also release the current context | John Firebaugh | 2014-09-03 | 1 | -0/+1 | |
* | | glXDestroyContext, XFree, XCloseDisplay | John Firebaugh | 2014-09-03 | 1 | -0/+6 | |
|/ | ||||||
* | Merge pull request #445 from mapbox/nsstring | Konstantin Käfer | 2014-08-26 | 2 | -0/+46 | |
|\ | ||||||
| * | use platform-specific NSString for case changes on OS X/iOS | Konstantin Käfer | 2014-08-22 | 2 | -0/+46 | |
* | | Indicate gzip support as well as deflate | John Firebaugh | 2014-08-22 | 1 | -1/+1 | |
|/ | ||||||
* | fix warnings | Konstantin Käfer | 2014-08-18 | 1 | -1/+1 | |
* | remove uv.h dependency in darwin-specific code | Konstantin Käfer | 2014-08-12 | 1 | -16/+15 | |
* | remove uv.h dependency from header files | Konstantin Käfer | 2014-08-12 | 2 | -5/+1 | |
* | Eliminate warnings | John Firebaugh | 2014-08-07 | 1 | -1/+1 | |
* | show zom/lat/lon/bearing in window title | Konstantin Käfer | 2014-08-05 | 1 | -0/+8 | |
* | Flip name and units and sign of rotation API | John Firebaugh | 2014-07-21 | 4 | -9/+9 | |
* | add missing header | Konstantin Käfer | 2014-07-16 | 1 | -0/+2 | |
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 14 | -72/+72 | |
* | rename file and fix merge error | Konstantin Käfer | 2014-07-16 | 1 | -0/+2 | |
* | refs #342 & #346: per-map change callbacks | Justin R. Miller | 2014-07-16 | 4 | -18/+12 | |
* | allow for delayed map notifications during animations | Justin R. Miller | 2014-07-15 | 2 | -2/+5 | |
* | fix errors | Konstantin Käfer | 2014-07-14 | 1 | -4/+4 | |
* | add enum class to unify parsing/stringification | Konstantin Käfer | 2014-07-14 | 2 | -8/+8 | |
* | add cstdarg headers | Konstantin Käfer | 2014-07-11 | 2 | -1/+4 | |
* | allow formatted messages | Konstantin Käfer | 2014-07-11 | 4 | -0/+24 | |
* | add nslog and stderr log backends | Konstantin Käfer | 2014-07-11 | 4 | -0/+84 | |
* | fix compile errors | Konstantin Käfer | 2014-07-08 | 1 | -2/+2 | |
* | fix headless rendering on travis and actually execute the headless test | Konstantin Käfer | 2014-07-07 | 2 | -15/+27 | |
* | first draft at glx headless rendering | Konstantin Käfer | 2014-07-07 | 2 | -1/+78 | |
* | move headless to their own files | Konstantin Käfer | 2014-07-07 | 2 | -0/+150 | |
* | add ca bundle to linux build | Konstantin Käfer | 2014-07-07 | 2 | -0/+3867 | |
* | fix up OS X/headless notify_map_change() for new API | Justin R. Miller | 2014-07-03 | 1 | -1/+1 | |
* | saving current state | Konstantin Käfer | 2014-06-23 | 1 | -8/+1 | |
* | make sure to use OpenGL ES 2.0 when compiling for nvidia chips | Konstantin Käfer | 2014-06-17 | 2 | -0/+7 | |
* | load glDiscardFramebufferEXT with a library function if needed | Konstantin Käfer | 2014-06-17 | 1 | -1/+5 |