summaryrefslogtreecommitdiff
path: root/src/handle_wrap.cc
AgeCommit message (Expand)Author
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-21Make 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-05Fix #2257 pause/resume semantics for stdinisaacs
2011-11-02Add missing copyright headersRyan Dahl
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-09-27Move process.stdout unref hack to handle_wrap.ccRyan Dahl
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-20upgrade libuv to 6e50576Ryan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl