| Commit message (Expand) | Author | Age | Files | Lines |
* | lib,src: move src/node.js to lib/internal/node.js | Jeremiah Senkpiel | 2016-03-22 | 1 | -433/+0 |
* | lib,src: refactor src/node.js into internal files | Jeremiah Senkpiel | 2016-03-22 | 1 | -570/+31 |
* | src,tools: use template literals | Rich Trott | 2016-03-20 | 1 | -8/+8 |
* | src: allow combination of -i and -e cli flags | Rich Trott | 2016-03-15 | 1 | -2/+8 |
* | src,test,tools: modify for more stringent linting | Rich Trott | 2016-02-18 | 1 | -1/+1 |
* | node: set process._eventsCount to 0 on startup | Evan Lucas | 2016-02-15 | 1 | -0/+1 |
* | src: deprecate undocumented variables | Jackson Tian | 2016-02-10 | 1 | -2/+21 |
* | node: improve process.nextTick performance | Ruben Bridgewater | 2016-02-09 | 1 | -95/+26 |
* | src: clean up usage of __proto__ | Jackson Tian | 2016-02-07 | 1 | -2/+3 |
* | node: deprecate process.EventEmitter | Evan Lucas | 2016-02-04 | 1 | -1/+11 |
* | src: attach error to stack on displayErrors | cjihrig | 2016-01-26 | 1 | -2/+3 |
* | process: support symbol events | cjihrig | 2016-01-21 | 1 | -1/+2 |
* | src: fix negative values in process.hrtime() | Ben Noordhuis | 2016-01-20 | 1 | -4/+3 |
* | node: allow preload modules with -i | Evan Lucas | 2016-01-18 | 1 | -0/+1 |
* | src: remove redeclarations of variables | Rich Trott | 2016-01-11 | 1 | -7/+3 |
* | node: improve performance of process.hrtime() | Evan Lucas | 2015-12-30 | 1 | -8/+16 |
* | node: improve performance of hrtime() | Trevor Norris | 2015-12-17 | 1 | -0/+15 |
* | node: fix erroneously named function call | Trevor Norris | 2015-12-17 | 1 | -2/+2 |
* | module,src: do not wrap modules with -1 lineOffset | cjihrig | 2015-12-16 | 1 | -2/+2 |
* | src: fix line numbers on core errors | cjihrig | 2015-12-14 | 1 | -1/+4 |
* | tools: add --prof-process flag to node binary | Matt Loring | 2015-12-08 | 1 | -0/+3 |
* | node: s/doNTCallbackX/nextTickCallbackWithXArgs/ | Rod Vagg | 2015-12-07 | 1 | -15/+15 |
* | module,repl: remove repl require() hack | Ben Noordhuis | 2015-11-30 | 1 | -1/+1 |
* | module: fix column offsets in errors | Tristian Flanagan | 2015-11-20 | 1 | -1/+1 |
* | process: throw on non-function to nextTick() | yorkie | 2015-11-18 | 1 | -0/+2 |
* | src: Revert "nix stdin _readableState.reading" | Roman Reiss | 2015-11-08 | 1 | -2/+2 |
* | src: wrap source before doing syntax check | Evan Lucas | 2015-10-29 | 1 | -0/+2 |
* | node: improve GetActiveRequests performance | Trevor Norris | 2015-10-21 | 1 | -0/+11 |
* | src: fix --abort-on-uncaught-exception | Jeremy Whitlock | 2015-10-05 | 1 | -7/+0 |
* | node: add -c|--check CLI arg to syntax check script | Dave Eddy | 2015-10-03 | 1 | -0/+16 |
* | src: fix function and variable names in comments | Sakthipriyan Vairamani | 2015-09-25 | 1 | -3/+4 |
* | lib,src: remove usage of events.EventEmitter | Sakthipriyan Vairamani | 2015-09-23 | 1 | -1/+1 |
* | node: rename from io.js to node | cjihrig | 2015-08-23 | 1 | -1/+1 |
* | doc: fix spelling mistake in node.js comment | Jacob Edelman | 2015-08-20 | 1 | -1/+1 |
* | events: deprecate static listenerCount function | Sakthipriyan Vairamani | 2015-08-20 | 1 | -2/+1 |
* | deps: update v8 to 4.4.63.9 | Ben Noordhuis | 2015-08-04 | 1 | -5/+4 |
* | process: resize stderr on SIGWINCH | Jeremiah Senkpiel | 2015-07-23 | 1 | -0/+5 |
* | src: nix stdin _readableState.reading manipulation | Chris Dickinson | 2015-06-26 | 1 | -2/+2 |
* | node: mark promises as handled as soon as possible | Vladimir Kurchatkin | 2015-06-13 | 1 | -5/+7 |
* | src: fix module search path for preload modules | Ali Ijaz Sheikh | 2015-05-30 | 1 | -4/+1 |
* | src: remove old code | Brendan Ashworth | 2015-05-30 | 1 | -19/+0 |
* | src: fix deferred events not working with -e | Ben Noordhuis | 2015-05-26 | 1 | -2/+7 |
* | src: fix preload when used with prior flags | Yosuke Furukawa | 2015-05-15 | 1 | -9/+12 |
* | lib: fix eslint styles | Yosuke Furukawa | 2015-05-09 | 1 | -2/+3 |
* | repl: fix for a+ fd clearing the file on read | Chris Dickinson | 2015-05-04 | 1 | -1/+2 |
* | repl: fix _debugger by properly proxying repl | Chris Dickinson | 2015-05-04 | 1 | -1/+1 |
* | node: improve nextTick performance | Brian White | 2015-05-01 | 1 | -22/+99 |
* | repl: add mode detection, cli persistent history | Chris Dickinson | 2015-04-30 | 1 | -14/+13 |
* | node: allow multiple arguments passed to nextTick | Trevor Norris | 2015-04-15 | 1 | -4/+18 |
* | src: setup cluster workers before preloading | Ali Ijaz Sheikh | 2015-04-04 | 1 | -10/+11 |