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
2012-02-01Merge remote-tracking branch 'ry/master' into merge-v0.6isaacs
2012-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-02-01support for sharing streams accross isolatesIgor Zinkovsky
2012-01-30core: make .deprecate() warn only onceBrandon Benvie
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
2012-01-30Change removed process methods to be non-enumerable.Brandon Benvie
2012-01-27Fix #2507 Raise errors less agressively when destroying stdio streamsisaacs
2012-01-21ref isolate loopIgor Zinkovsky
2012-01-06child_process: add isolates supportBen Noordhuis
2012-01-05cluster improvements: Worker class and isolate internal messagesAndreas Madsen
2011-12-07Remove unused variable.Ben Noordhuis
2011-12-06process: fix stack overflow when recursively calling process.exit()Ben Noordhuis
2011-12-01cli: add -p switch, print result of --evalBen Noordhuis
2011-11-11throw from stdout.end and stderr.endIgor Zinkovsky
2011-11-10make stdout stream non-destroyableIgor Zinkovsky
2011-11-10make stderr stream non-destroyableIgor Zinkovsky
2011-11-09process.kill doesn't create error obj correctlyRyan Dahl
2011-11-05new cluster apiRyan Dahl
2011-11-04stdout and stderr are blocking when referring to regular filesRyan Dahl
2011-11-03process.kill to use uv_killIgor Zinkovsky
2011-11-01process: fix process.nextTick() error case regressionBen Noordhuis
2011-11-01process: optimize process.nextTick()Ben Noordhuis
2011-10-27node cluster is now a module instead of CLI interfaceRyan Dahl
2011-10-22Add useGlobal flag for standard node replisaacs
2011-10-21make process.kill a no-op on windowsIgor Zinkovsky
2011-10-13sys has been moved to utilArnout Kazemier
2011-10-12introduce node clusterRyan Dahl
2011-10-12Remove --use-legacy and --use-uvRyan Dahl
2011-10-12Remove tty_legacyRyan Dahl
2011-10-12Remove dgram_legacyRyan Dahl
2011-10-12Remove dns_legacyRyan Dahl
2011-10-12Remove child_process_legacyRyan Dahl
2011-10-12Remove net_legacy timers_legacyRyan Dahl
2011-10-11process.stderr goes through libuv nowRyan Dahl
2011-10-10tty: unbreak --use-legacyBen Noordhuis
2011-10-07Add test-child-process-fork2 and fixes to make it workRyan Dahl
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-10-04http: remove legacy http libraryBen Noordhuis
2011-09-28Remove a few instances of process.binding('stdio') from src/node.jsRyan Dahl
2011-09-28Move process.stdout unref hack to handle_wrap.ccRyan Dahl
2011-09-28scope.Close in GuessHandleType; don't use uv_is_ttyRyan Dahl
2011-09-28Bind/use uv_guess_handleRyan Dahl
2011-09-28Initial pass at new TTY js layerRyan Dahl
2011-09-27Fixes #1726, hack to unref process.stdoutRyan Dahl
2011-09-16Support legacy API: process.stdout.fdRyan Dahl
2011-09-15node: disable uv backend if NODE_USE_UV=0Ben Noordhuis
2011-09-13Fix test-module-load-listRyan Dahl
2011-09-13Use net_uv instead of net_legacy for stdioRyan Dahl
2011-08-29module: remove 'is URL?' check in module loader, dead codeJann Horn
2011-08-25dgram: integrate libuv UDP supportBen Noordhuis