summaryrefslogtreecommitdiff
path: root/src/node.js
Commit message (Expand)AuthorAgeFilesLines
* lib,src: move src/node.js to lib/internal/node.jsJeremiah Senkpiel2016-03-221-433/+0
* lib,src: refactor src/node.js into internal filesJeremiah Senkpiel2016-03-221-570/+31
* src,tools: use template literalsRich Trott2016-03-201-8/+8
* src: allow combination of -i and -e cli flagsRich Trott2016-03-151-2/+8
* src,test,tools: modify for more stringent lintingRich Trott2016-02-181-1/+1
* node: set process._eventsCount to 0 on startupEvan Lucas2016-02-151-0/+1
* src: deprecate undocumented variablesJackson Tian2016-02-101-2/+21
* node: improve process.nextTick performanceRuben Bridgewater2016-02-091-95/+26
* src: clean up usage of __proto__Jackson Tian2016-02-071-2/+3
* node: deprecate process.EventEmitterEvan Lucas2016-02-041-1/+11
* src: attach error to stack on displayErrorscjihrig2016-01-261-2/+3
* process: support symbol eventscjihrig2016-01-211-1/+2
* src: fix negative values in process.hrtime()Ben Noordhuis2016-01-201-4/+3
* node: allow preload modules with -iEvan Lucas2016-01-181-0/+1
* src: remove redeclarations of variablesRich Trott2016-01-111-7/+3
* node: improve performance of process.hrtime()Evan Lucas2015-12-301-8/+16
* node: improve performance of hrtime()Trevor Norris2015-12-171-0/+15
* node: fix erroneously named function callTrevor Norris2015-12-171-2/+2
* module,src: do not wrap modules with -1 lineOffsetcjihrig2015-12-161-2/+2
* src: fix line numbers on core errorscjihrig2015-12-141-1/+4
* tools: add --prof-process flag to node binaryMatt Loring2015-12-081-0/+3
* node: s/doNTCallbackX/nextTickCallbackWithXArgs/Rod Vagg2015-12-071-15/+15
* module,repl: remove repl require() hackBen Noordhuis2015-11-301-1/+1
* module: fix column offsets in errorsTristian Flanagan2015-11-201-1/+1
* process: throw on non-function to nextTick()yorkie2015-11-181-0/+2
* src: Revert "nix stdin _readableState.reading"Roman Reiss2015-11-081-2/+2
* src: wrap source before doing syntax checkEvan Lucas2015-10-291-0/+2
* node: improve GetActiveRequests performanceTrevor Norris2015-10-211-0/+11
* src: fix --abort-on-uncaught-exceptionJeremy Whitlock2015-10-051-7/+0
* node: add -c|--check CLI arg to syntax check scriptDave Eddy2015-10-031-0/+16
* src: fix function and variable names in commentsSakthipriyan Vairamani2015-09-251-3/+4
* lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani2015-09-231-1/+1
* node: rename from io.js to nodecjihrig2015-08-231-1/+1
* doc: fix spelling mistake in node.js commentJacob Edelman2015-08-201-1/+1
* events: deprecate static listenerCount functionSakthipriyan Vairamani2015-08-201-2/+1
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-5/+4
* process: resize stderr on SIGWINCHJeremiah Senkpiel2015-07-231-0/+5
* src: nix stdin _readableState.reading manipulationChris Dickinson2015-06-261-2/+2
* node: mark promises as handled as soon as possibleVladimir Kurchatkin2015-06-131-5/+7
* src: fix module search path for preload modulesAli Ijaz Sheikh2015-05-301-4/+1
* src: remove old codeBrendan Ashworth2015-05-301-19/+0
* src: fix deferred events not working with -eBen Noordhuis2015-05-261-2/+7
* src: fix preload when used with prior flagsYosuke Furukawa2015-05-151-9/+12
* lib: fix eslint stylesYosuke Furukawa2015-05-091-2/+3
* repl: fix for a+ fd clearing the file on readChris Dickinson2015-05-041-1/+2
* repl: fix _debugger by properly proxying replChris Dickinson2015-05-041-1/+1
* node: improve nextTick performanceBrian White2015-05-011-22/+99
* repl: add mode detection, cli persistent historyChris Dickinson2015-04-301-14/+13
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-151-4/+18
* src: setup cluster workers before preloadingAli Ijaz Sheikh2015-04-041-10/+11