summaryrefslogtreecommitdiff
path: root/src/node.js
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Fix child_process.kill odditiesBert Belder1-0/+2
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny1-2/+3
2012-05-21cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen1-0/+3
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs1-0/+4
2012-05-14node: delete NODE_CHANNEL_FD from envBen Noordhuis1-0/+4
2012-05-09Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs1-24/+16
2012-05-09Fix process.nextTick throw call sitesFelix Geisendörfer1-16/+8
2012-05-01process: ensure that "exit" doesn't get emitted twice on a natural exitNathan Rajlich1-4/+2
2012-04-25process: lintNathan Rajlich1-1/+1
2012-04-24process: make --eval and reading scripts from stdin act the sameNathan Rajlich1-10/+15
2012-04-17Domain hooks in ReqWrap<T> and MakeCallbackisaacs1-1/+4
2012-04-17Domain featureisaacs1-2/+10
2012-03-28Reapply "debug: Wait 50ms before running the main module"isaacs1-4/+25
2012-03-27repl: add a 'useColors' option to the replNathan Rajlich1-0/+3
2012-03-28Revert "debug: Wait 50ms before running the main module"Fedor Indutny1-25/+4
2012-03-26repl: fix 'terminal' mode autodetection on global replsNathan Rajlich1-4/+6
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich1-1/+11
2012-03-21cmd: add a -i / --interactive flag to force the REPLNathan Rajlich1-2/+2
2012-03-20debug: Wait 50ms before running the main moduleisaacs1-4/+25
2012-03-15process: add `process.config`Nathan Rajlich1-0/+16
2012-03-13process: listen for the "exit" even on the main replNathan Rajlich1-0/+3
2012-02-23Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`"Maciej Małecki1-2/+6
2012-02-21Pause process.stdin in stdin getterisaacs1-0/+4
2012-02-21Pause process.stdin in stdin getterisaacs1-0/+4
2012-02-20startup: use `path.resolve` instead of `path.join(cwd, ...)`Maciej Małecki1-6/+2
2012-02-20startup: move `EventEmitter` closer to the lookupMaciej Małecki1-3/+1
2012-02-20startup: use `.hasOwnProperty` instead of `in`Maciej Małecki1-1/+1
2012-02-15process: remove old notices about removed methodsMaciej Małecki1-33/+0
2012-02-06Revert support for isolates.Ben Noordhuis1-32/+0
2012-01-31Merge remote-tracking branch 'ry/master' into merge-v0.6isaacs1-5/+20
2012-01-31Merge remote-tracking branch 'ry/v0.6' into masterisaacs1-4/+6
2012-01-31support for sharing streams accross isolatesIgor Zinkovsky1-5/+20
2012-01-30core: make .deprecate() warn only onceBrandon Benvie1-6/+15
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie1-0/+20
2012-01-29Change removed process methods to be non-enumerable.Brandon Benvie1-1/+7
2012-01-26Fix #2507 Raise errors less agressively when destroying stdio streamsisaacs1-4/+6
2012-01-20ref isolate loopIgor Zinkovsky1-0/+2
2012-01-06child_process: add isolates supportBen Noordhuis1-0/+15
2012-01-04cluster improvements: Worker class and isolate internal messagesAndreas Madsen1-2/+2
2011-12-06Remove unused variable.Ben Noordhuis1-3/+2
2011-12-05process: fix stack overflow when recursively calling process.exit()Ben Noordhuis1-1/+6
2011-12-01cli: add -p switch, print result of --evalBen Noordhuis1-2/+2
2011-11-10throw from stdout.end and stderr.endIgor Zinkovsky1-2/+8
2011-11-09make stdout stream non-destroyableIgor Zinkovsky1-0/+1
2011-11-09make stderr stream non-destroyableIgor Zinkovsky1-0/+1
2011-11-08process.kill doesn't create error obj correctlyRyan Dahl1-1/+1
2011-11-04new cluster apiRyan Dahl1-1/+1
2011-11-03stdout and stderr are blocking when referring to regular filesRyan Dahl1-1/+1
2011-11-02process.kill to use uv_killIgor Zinkovsky1-21/+27
2011-11-01process: fix process.nextTick() error case regressionBen Noordhuis1-0/+3