summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-03-28, Version 11.13.0 (Current)v11.13.0v11.13.0-proposalMichaël Zasso2019-03-288-11/+202
* timers: move big impl comment to /internal/Jeremiah Senkpiel2019-03-272-72/+72
* timers: fix refresh inside callbackAnatoli Papirovski2019-03-272-1/+15
* process: check no handle or request is active after bootstrapJoyee Cheung2019-03-271-0/+6
* worker: create per-Environment message port after bootstrapJoyee Cheung2019-03-275-38/+45
* process: delay creation of process.env after bootstrap/node.jsJoyee Cheung2019-03-272-12/+10
* lib: lazy load `v8` in error-serdesRichard Lau2019-03-272-8/+4
* timers: refactor timer callback initializationJoyee Cheung2019-03-274-430/+469
* timers: reduce usage of public utilJoyee Cheung2019-03-271-8/+11
* timers: refactor to use module.exportsJoyee Cheung2019-03-271-30/+30
* process: refactor global.queueMicrotask()Joyee Cheung2019-03-2712-86/+89
* process: set the trace category update handler during bootstrapJoyee Cheung2019-03-274-33/+27
* test: refactor trace event category testsJoyee Cheung2019-03-272-88/+42
* module: do not share the internal require function with public loadersJoyee Cheung2019-03-276-63/+65
* worker: implement worker.moveMessagePortToContext()Anna Henningsen2019-03-276-4/+142
* src,lib: make DOMException available in all ContextsAnna Henningsen2019-03-279-37/+84
* src,lib: allow running multiple per-context filesAnna Henningsen2019-03-274-20/+29
* crypto: improve error handling in parseKeyEncodingTobias Nießen2019-03-272-0/+13
* crypto: allow deriving public from private keysTobias Nießen2019-03-273-25/+78
* process: handle node --debug deprecation in pre-executionJoyee Cheung2019-03-272-12/+17
* stream: fix regression introduced in #26059Matteo Collina2019-03-277-33/+28
* stream: make sure 'readable' is emitted before ending the streamMatteo Collina2019-03-279-33/+191
* doc: mark settings as optional and add callbackRuben Bridgewater2019-03-271-2/+7
* src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung2019-03-274-19/+29
* src: move TrackingTraceStateObserver out of EnvironmentJoyee Cheung2019-03-272-20/+20
* src: move TickInfo out of EnvironmentJoyee Cheung2019-03-273-28/+24
* src: move ImmediateInfo out of EnvironmentJoyee Cheung2019-03-272-40/+33
* src: move AsyncCallbackScope out of EnvironmentJoyee Cheung2019-03-277-28/+36
* src: move AsyncHooks out of EnvironmentJoyee Cheung2019-03-2710-112/+91
* doc: edit "How Can I Help?" in Collaborator GuideRich Trott2019-03-271-27/+21
* tools: windows_boxstarter "choco install python -y" for Python 3cclauss2019-03-272-3/+14
* src: add include guard for trace_event_common.hgengjiawen2019-03-271-0/+5
* inspector: always set process.binding('inspector').callAndPauseOnStartJoyee Cheung2019-03-271-4/+1
* tools: remove eslint rule no-let-in-for-declarationgengjiawen2019-03-274-85/+0
* src: store onread callback in internal fieldAnna Henningsen2019-03-2714-12/+46
* errors: remove usage of require('util')dnlup2019-03-271-6/+7
* doc: add option to require 'process' to api docsdkundel2019-03-271-1/+6
* lib: reduce usage of require('util')dnlup2019-03-271-3/+10
* tools: enable getter-return lint rulecjihrig2019-03-274-4/+5
* process: make stdout and stderr emit 'close' on destroyMatteo Collina2019-03-272-1/+51
* src: guard exit label when inspector disabledDaniel Bevenius2019-03-271-0/+2
* src: micro-optimize ALPN negotiationBen Noordhuis2019-03-272-4/+16
* Revert "net: remove usage of require('util')"Rich Trott2019-03-271-6/+4
* process: remove usage of require('util') in `per_thread.js`dnlup2019-03-271-2/+2
* net: remove usage of require('util')dnlup2019-03-271-4/+6
* module: remove usage of require('util') in `esm/translators.js`dnlup2019-03-271-1/+2
* module: remove usage of require('util') in `esm/loader.js`dnlup2019-03-271-1/+1
* module: remove usage of require('util') in `cjs/loader.js`dnlup2019-03-271-3/+2
* tty: remove util.inherits usagend-021101142019-03-271-3/+6
* lib: remove usage of require('util')dnlup2019-03-271-2/+2