summaryrefslogtreecommitdiff
path: root/src/node.js
AgeCommit message (Expand)Author
2012-03-28Reapply "debug: Wait 50ms before running the main module"isaacs
2012-03-27repl: add a 'useColors' option to the replNathan Rajlich
2012-03-28Revert "debug: Wait 50ms before running the main module"Fedor Indutny
2012-03-26repl: fix 'terminal' mode autodetection on global replsNathan Rajlich
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-21cmd: add a -i / --interactive flag to force the REPLNathan Rajlich
2012-03-20debug: Wait 50ms before running the main moduleisaacs
2012-03-15process: add `process.config`Nathan Rajlich
2012-03-13process: listen for the "exit" even on the main replNathan Rajlich
2012-02-23Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`"Maciej Małecki
2012-02-21Pause process.stdin in stdin getterisaacs
2012-02-20startup: use `path.resolve` instead of `path.join(cwd, ...)`Maciej Małecki
2012-02-20startup: move `EventEmitter` closer to the lookupMaciej Małecki
2012-02-20startup: use `.hasOwnProperty` instead of `in`Maciej Małecki
2012-02-15process: remove old notices about removed methodsMaciej Małecki
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-31Merge remote-tracking branch 'ry/master' into merge-v0.6isaacs
2012-01-31Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-31support 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-29Change removed process methods to be non-enumerable.Brandon Benvie
2012-01-26Fix #2507 Raise errors less agressively when destroying stdio streamsisaacs
2012-01-20ref isolate loopIgor Zinkovsky
2012-01-06child_process: add isolates supportBen Noordhuis
2012-01-04cluster improvements: Worker class and isolate internal messagesAndreas Madsen
2011-12-06Remove unused variable.Ben Noordhuis
2011-12-05process: fix stack overflow when recursively calling process.exit()Ben Noordhuis
2011-12-01cli: add -p switch, print result of --evalBen Noordhuis
2011-11-10throw from stdout.end and stderr.endIgor Zinkovsky
2011-11-09make stdout stream non-destroyableIgor Zinkovsky
2011-11-09make stderr stream non-destroyableIgor Zinkovsky
2011-11-08process.kill doesn't create error obj correctlyRyan Dahl
2011-11-04new cluster apiRyan Dahl
2011-11-03stdout and stderr are blocking when referring to regular filesRyan Dahl
2011-11-02process.kill to use uv_killIgor Zinkovsky
2011-11-01process: fix process.nextTick() error case regressionBen Noordhuis
2011-10-31process: optimize process.nextTick()Ben Noordhuis
2011-10-26node cluster is now a module instead of CLI interfaceRyan Dahl
2011-10-21Add 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-11Remove --use-legacy and --use-uvRyan Dahl
2011-10-11Remove tty_legacyRyan Dahl
2011-10-11Remove dgram_legacyRyan Dahl
2011-10-11Remove dns_legacyRyan Dahl
2011-10-11Remove child_process_legacyRyan Dahl
2011-10-11Remove net_legacy timers_legacyRyan Dahl
2011-10-10process.stderr goes through libuv nowRyan Dahl