| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: forbid concurrent operations on Dir handle | Anna Henningsen | 2020-05-15 | 2 | -0/+38 |
* | Revert "vm: add importModuleDynamically option to compileFunction" | Matteo Collina | 2020-05-15 | 2 | -29/+28 |
* | module: do not check circular dependencies for exported proxies | Ruben Bridgewater | 2020-05-15 | 1 | -5/+13 |
* | repl: improve repl autocompletion for require calls | Ruben Bridgewater | 2020-05-15 | 1 | -52/+44 |
* | repl: replace hard coded core module list with actual list | Ruben Bridgewater | 2020-05-15 | 2 | -50/+13 |
* | repl: show reference errors during preview | Ruben Bridgewater | 2020-05-15 | 2 | -6/+26 |
* | repl: improve repl preview | Ruben Bridgewater | 2020-05-15 | 2 | -11/+35 |
* | src: add support for TLA | Gus Caplan | 2020-05-14 | 5 | -24/+29 |
* | tls: fix --tls-keylog option | Alba Mendez | 2020-05-14 | 1 | -37/+32 |
* | src: add primordials to arguments comment | Daniel Bevenius | 2020-05-13 | 1 | -1/+1 |
* | http: don't destroy completed request | Robert Nagy | 2020-05-11 | 1 | -1/+4 |
* | http: emit 'error' on aborted server request | Robert Nagy | 2020-05-10 | 2 | -1/+13 |
* | lib: fix typo in timers insert function comment | Daniel Bevenius | 2020-05-10 | 1 | -1/+1 |
* | perf_hooks: fix error message for invalid entryTypes | Michaƫl Zasso | 2020-05-10 | 1 | -5/+6 |
* | http: return this from OutgoingMessage#destroy() | cjihrig | 2020-05-09 | 1 | -1/+3 |
* | http: return this from ClientRequest#destroy() | cjihrig | 2020-05-09 | 1 | -1/+3 |
* | http: return this from IncomingMessage#destroy() | cjihrig | 2020-05-09 | 1 | -0/+1 |
* | buffer: improve copy() performance | Nikolai Vavilov | 2020-05-09 | 1 | -1/+1 |
* | tls: reset secureConnecting on client socket | David Halls | 2020-05-09 | 1 | -0/+2 |
* | fs: add .ref() and .unref() methods to watcher classes | rickyes | 2020-05-09 | 2 | -2/+59 |
* | http: set IncomingMessage.destroyed | Robert Nagy | 2020-05-09 | 3 | -1/+14 |
* | http: expose http.validate-header-name/value | osher | 2020-05-09 | 2 | -0/+6 |
* | zlib: reject windowBits=8 when mode=GZIP | Ben Noordhuis | 2020-05-09 | 1 | -1/+3 |
* | async_hooks: move PromiseHook handler to JS | Stephen Belanger | 2020-05-09 | 2 | -5/+74 |
* | lib: refactored scheduling policy assignment | Yash Ladha | 2020-05-09 | 1 | -10/+11 |
* | module: better error for named exports from cjs | Myles Borins | 2020-05-08 | 1 | -0/+27 |
* | http: cleanup end argument handling | Robert Nagy | 2020-05-08 | 1 | -39/+46 |
* | lib: fix grammar in internal/bootstrap/loaders.js | szTheory | 2020-05-08 | 1 | -1/+1 |
* | module: lazy load 'getOptionValue' in initializeLoader | himself65 | 2020-05-08 | 1 | -2/+2 |
* | stream: make from read one at a time | Robert Nagy | 2020-05-06 | 1 | -0/+2 |
* | http: fixes memory retention issue with FreeList and HTTPParser | John Leidegren | 2020-05-05 | 1 | -2/+2 |
* | http: ensure client request emits close | Robert Nagy | 2020-05-04 | 2 | -25/+22 |
* | test: update c8 ignore comment | bcoe | 2020-05-03 | 1 | -1/+1 |
* | esm: improve commonjs hint on module not found | Daniele Belardi | 2020-05-03 | 1 | -6/+84 |
* | http: simplify sending header | Robert Nagy | 2020-05-03 | 1 | -13/+5 |
* | http: set default timeout in agent keepSocketAlive | Owen Smith | 2020-04-30 | 1 | -5/+5 |
* | stream: remove unused _transformState | Robert Nagy | 2020-04-30 | 1 | -6/+0 |
* | stream: fix stream.finished on Duplex | Robert Nagy | 2020-04-30 | 1 | -4/+12 |
* | vm: fix vm.measureMemory() and introduce execution option | Joyee Cheung | 2020-04-30 | 1 | -5/+12 |
* | stream: simplify Readable push/unshift logic | himself65 | 2020-04-30 | 1 | -7/+9 |
* | module: no type module resolver side effects | Guy Bedford | 2020-04-29 | 1 | -8/+1 |
* | lib: cosmetic change to builtinLibs list for maintainability | James M Snell | 2020-04-29 | 1 | -5/+33 |
* | stream: add null check in Readable.from | Pranshu Srivastava | 2020-04-29 | 1 | -5/+11 |
* | worker: add stack size resource limit option | Anna Henningsen | 2020-04-29 | 1 | -1/+5 |
* | stream: let Duplex re-use Writable properties | Robert Nagy | 2020-04-29 | 1 | -37/+14 |
* | console: support console constructor groupIndentation option | rickyes | 2020-04-29 | 1 | -6/+21 |
* | crypto: generator must be int32 in DiffieHellman() | Ben Noordhuis | 2020-04-28 | 1 | -1/+3 |
* | crypto: key size must be int32 in DiffieHellman() | Ben Noordhuis | 2020-04-28 | 1 | -1/+11 |
* | cluster: fix error on worker disconnect/destroy | Santiago Gimeno | 2020-04-28 | 1 | -2/+9 |
* | lib: fix validateport error message when allowZero is false | rickyes | 2020-04-28 | 2 | -3/+7 |