Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/uv.cc
AgeCommit message (Expand)Author
2016-08-08src: remove unused using declsHaojian Wu
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-01-28node: register modules from DSO constructorsKeith M Wesolowski
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-01src: more lint after cpplint tighteningBen Noordhuis
2013-07-20src: add libuv bindings moduleBen Noordhuis