summaryrefslogtreecommitdiff
path: root/src/node.js
Commit message (Expand)AuthorAgeFilesLines
* windows: don't blow when a signal handler is attachedBert Belder2012-09-031-0/+4
* Report errors properly from --eval and stdinisaacs2012-07-301-2/+14
* Assign to property of global, instead of implicit global variableJonas Westerlund2012-07-061-1/+1
* stdin.pipe: Replace forgotten opts memberisaacs2012-06-211-2/+2
* Fix #3503: stdin: resume() on pipe(dest)isaacs2012-06-211-0/+8
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-211-29/+0
* node: change the constructor name of process from EventEmitter to processAndreas Madsen2012-06-171-1/+7
* Fix child_process.kill odditiesBert Belder2012-06-121-0/+2
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-2/+3
* cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen2012-05-211-0/+3
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-0/+4
|\
| * node: delete NODE_CHANNEL_FD from envBen Noordhuis2012-05-141-0/+4
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-091-24/+16
|\ \ | |/
| * Fix process.nextTick throw call sitesFelix Geisendörfer2012-05-091-16/+8
| * Pause process.stdin in stdin getterisaacs2012-02-211-0/+4
* | process: ensure that "exit" doesn't get emitted twice on a natural exitNathan Rajlich2012-05-011-4/+2
* | process: lintNathan Rajlich2012-04-251-1/+1
* | process: make --eval and reading scripts from stdin act the sameNathan Rajlich2012-04-241-10/+15
* | Domain hooks in ReqWrap<T> and MakeCallbackisaacs2012-04-171-1/+4
* | Domain featureisaacs2012-04-171-2/+10
* | Reapply "debug: Wait 50ms before running the main module"isaacs2012-03-281-4/+25
* | repl: add a 'useColors' option to the replNathan Rajlich2012-03-271-0/+3
* | Revert "debug: Wait 50ms before running the main module"Fedor Indutny2012-03-281-25/+4
* | repl: fix 'terminal' mode autodetection on global replsNathan Rajlich2012-03-261-4/+6
* | readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich2012-03-261-1/+11
* | cmd: add a -i / --interactive flag to force the REPLNathan Rajlich2012-03-211-2/+2
* | debug: Wait 50ms before running the main moduleisaacs2012-03-201-4/+25
* | process: add `process.config`Nathan Rajlich2012-03-151-0/+16
* | process: listen for the "exit" even on the main replNathan Rajlich2012-03-131-0/+3
* | Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`"Maciej Małecki2012-02-231-2/+6
* | Pause process.stdin in stdin getterisaacs2012-02-211-0/+4
* | startup: use `path.resolve` instead of `path.join(cwd, ...)`Maciej Małecki2012-02-201-6/+2
* | startup: move `EventEmitter` closer to the lookupMaciej Małecki2012-02-201-3/+1
* | startup: use `.hasOwnProperty` instead of `in`Maciej Małecki2012-02-201-1/+1
* | process: remove old notices about removed methodsMaciej Małecki2012-02-151-33/+0
* | Revert support for isolates.Ben Noordhuis2012-02-061-32/+0
* | Merge remote-tracking branch 'ry/master' into merge-v0.6isaacs2012-01-311-5/+20
|\ \
| * | support for sharing streams accross isolatesIgor Zinkovsky2012-01-311-5/+20
* | | Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-01-311-4/+6
|\ \ \ | |/ / |/| / | |/
| * Fix #2507 Raise errors less agressively when destroying stdio streamsisaacs2012-01-261-4/+6
* | core: make .deprecate() warn only onceBrandon Benvie2012-01-301-6/+15
* | core: add `NativeModule.prototype.deprecate`Brandon Benvie2012-01-301-0/+20
* | Change removed process methods to be non-enumerable.Brandon Benvie2012-01-291-1/+7
* | ref isolate loopIgor Zinkovsky2012-01-201-0/+2
* | child_process: add isolates supportBen Noordhuis2012-01-061-0/+15
* | cluster improvements: Worker class and isolate internal messagesAndreas Madsen2012-01-041-2/+2
|/
* Remove unused variable.Ben Noordhuis2011-12-061-3/+2
* process: fix stack overflow when recursively calling process.exit()Ben Noordhuis2011-12-051-1/+6
* cli: add -p switch, print result of --evalBen Noordhuis2011-12-011-2/+2
* throw from stdout.end and stderr.endIgor Zinkovsky2011-11-101-2/+8