summaryrefslogtreecommitdiff
path: root/src/node.js
Commit message (Expand)AuthorAgeFilesLines
* node: emit 'exit' when exiting with errorisaacs2012-12-291-0/+8
* domain: use camelCase instead of snake_caseisaacs2012-12-291-1/+1
* domain: Do not use uncaughtException handlerisaacs2012-12-291-0/+44
* stdio: Do not read from stdout/errisaacs2012-12-211-5/+15
* tty/stdin: Refactor for streams2isaacs2012-12-141-14/+23
* module: Support cycles in native module requiresisaacs2012-12-131-1/+1
* Print warning when maxTickDepth is reachedisaacs2012-10-291-1/+14
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-09-041-0/+4
|\
| * windows: don't blow when a signal handler is attachedBert Belder2012-09-031-0/+4
* | lintisaacs2012-08-271-2/+2
* | process: use uv_signal instead of ev_signalBert Belder2012-08-211-16/+23
* | timers: implement setImmediateTimothy J Fontaine2012-08-121-0/+10
* | Merge remote-tracking branch 'ry/v0.8'isaacs2012-08-031-2/+14
|\ \ | |/
| * Report errors properly from --eval and stdinisaacs2012-07-301-2/+14
* | nextTick: Preserve depth in error/reentry casesisaacs2012-07-191-6/+33
* | nextTick: explicitly no-op when _exitingisaacs2012-07-161-0/+4
* | nextTick: Handle tick callbacks after each tickisaacs2012-07-161-19/+42
* | Move MakeCallback to JSisaacs2012-07-161-4/+38
|/
* 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