summaryrefslogtreecommitdiff
path: root/src/node.js
AgeCommit message (Expand)Author
2012-12-14tty/stdin: Refactor for streams2isaacs
2012-12-13module: Support cycles in native module requiresisaacs
2012-10-29Print warning when maxTickDepth is reachedisaacs
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-09-03windows: don't blow when a signal handler is attachedBert Belder
2012-08-27lintisaacs
2012-08-21process: use uv_signal instead of ev_signalBert Belder
2012-08-12timers: implement setImmediateTimothy J Fontaine
2012-08-03Merge remote-tracking branch 'ry/v0.8'isaacs
2012-07-30Report errors properly from --eval and stdinisaacs
2012-07-19nextTick: Preserve depth in error/reentry casesisaacs
2012-07-16nextTick: explicitly no-op when _exitingisaacs
2012-07-16nextTick: Handle tick callbacks after each tickisaacs
2012-07-16Move MakeCallback to JSisaacs
2012-07-06Assign to property of global, instead of implicit global variableJonas Westerlund
2012-06-21stdin.pipe: Replace forgotten opts memberisaacs
2012-06-21Fix #3503: stdin: resume() on pipe(dest)isaacs
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-17node: change the constructor name of process from EventEmitter to processAndreas Madsen
2012-06-12Fix child_process.kill odditiesBert Belder
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-21cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-14node: delete NODE_CHANNEL_FD from envBen Noordhuis
2012-05-09Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-09Fix process.nextTick throw call sitesFelix Geisendörfer
2012-05-01process: ensure that "exit" doesn't get emitted twice on a natural exitNathan Rajlich
2012-04-25process: lintNathan Rajlich
2012-04-24process: make --eval and reading scripts from stdin act the sameNathan Rajlich
2012-04-17Domain hooks in ReqWrap<T> and MakeCallbackisaacs
2012-04-17Domain featureisaacs
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-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