summaryrefslogtreecommitdiff
path: root/platform/node/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-011-1/+1
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-2/+5
* [node] Fix build on GCC 4.9.2Thiago Marcos P. Santos2015-11-265-8/+4
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-252-2/+2
* [core] Rewrite image handlingJohn Firebaugh2015-11-252-14/+12
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-2/+1
* [node] Allow GC in spite of reference loops through the request methodJohn Firebaugh2015-11-205-71/+35
* [node] Need to have a singleton RunLoop instanceJohn Firebaugh2015-11-164-11/+27
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-164-207/+47
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-162-3/+4
* [node] Fixes 'make xnode' to configure HOST_SLUG.gypiMike Morris2015-11-055-0/+5
* [node] make ratio optional, default to 1.0Mike Morris2015-11-041-6/+7
* [node] swap array order to [lng, lat] for render option centerMike Morris2015-11-041-3/+3
* [node] add pitch optionbsudekum2015-11-021-0/+6
* [core] Make DefaultFileSource react to all NetworkStatus changesKonstantin Käfer2015-11-021-6/+5
* Document node-mapbox-gl-native with JSDocTom MacWright2015-10-291-0/+75
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-282-1/+10
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-2/+2
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-1/+0
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-142-7/+8
* [node] Handle tiles which 404 betterbsudekum2015-09-291-1/+3
* [node] throw if a render is already pending, fixes #2247Mike Morris2015-09-151-0/+4
* [node] change request semanticsMike Morris2015-09-102-6/+7
* Add anonymous lambda for HandleScopeJohn Firebaugh2015-09-091-1/+4
* add io.js v3.x supportMike Morris2015-09-092-2/+2
* Use nan with https://github.com/nodejs/nan/pull/443 fixedMike Morris2015-09-091-1/+1
* Nan 2.0John Firebaugh2015-09-099-240/+237
* Return raw image buffer instead of an objectbsudekum2015-09-041-7/+1
* drop ratio from RenderOptionsMike Morris2015-09-011-2/+0
* Remove debug loggingJohn Firebaugh2015-08-311-3/+0
* more logging, don't respond to cancelled requestsMike Morris2015-08-271-2/+3
* add request/respond loggingMike Morris2015-08-271-1/+5
* update mbgl::ResourceMike Morris2015-08-251-2/+4
* move node-mbgl to platform/node/ directoryMike Morris2015-08-2110-0/+1033