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
AgeCommit message (Expand)Author
2013-04-17handle_wrap: fix NULL pointer dereferenceBen Noordhuis
2013-03-13core: Move UNWRAP_NO_ABORT to handle_wrap.hisaacs
2013-03-06handle_wrap: add close callback supportBen Noordhuis
2013-03-06handle_wrap: replace unref_ field with flags_ fieldBen Noordhuis
2013-02-26src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Undefined()Ben Noordhuis
2013-01-07src: pass node_isolate to Null()Ben Noordhuis
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-09-22handle_wrap: don't abort if wrap == NULLBen Noordhuis
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-22Make UNWRAP macro generic.Oleg Efimov
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-20fs, handle_wrap: use Loop(), not uv_default_loop()Ben Noordhuis
2012-01-12Merge branch 'v0.6'Fedor Indutny
2012-01-09handle_wrap: guard against uninitialized handle or double closeBen Noordhuis
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-12-06Fix #2257 pause/resume semantics for stdinisaacs
2011-11-02Add missing copyright headersRyan Dahl
2011-10-20Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-09-28Move process.stdout unref hack to handle_wrap.ccRyan Dahl
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-21upgrade libuv to 6e50576Ryan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl