summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-02-09crypto: include 'Buffer' in error output of Hash.update methodAmit Zur
2019-02-09http2: makes response.writeHead return the responseMark S. Everitt
2019-02-09http: makes response.writeHead return the responseMark S. Everitt
2019-02-08worker: use correct ctor for error serializationAnna Henningsen
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-08deps: update acorn to 6.0.7Michaƫl Zasso
2019-02-08lib: remove dollar symbol for private functionMaleDong
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-08assert: create internal/assert micro-moduleRich Trott
2019-02-08assert: refactor internal assert.jsRich Trott
2019-02-08lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-02-08lib: move signal event handling into bootstrap/node.jsJoyee Cheung
2019-02-06perf_hooks: only enable GC tracking when it's requestedJoyee Cheung
2019-02-06http: remove redundant call to socket.setTimeout()Luigi Pinca
2019-02-06tls: null not valid as a renegotiate callbackSam Roberts
2019-02-06worker: remove undocumented .onclose propertyRich Trott
2019-02-06lib: fix a few minor issues flagged by lgtmRobin Neatherway
2019-02-06child_process: close pipe ends that are re-pipedGireesh Punathil
2019-02-06repl: remove obsolete buffer clearingRuben Bridgewater
2019-02-06repl: fix eval return valueRuben Bridgewater
2019-02-06repl: simplify and improve completionRuben Bridgewater
2019-02-05process: stub unsupported worker methodscjihrig
2019-02-05tls: in-line comments and other cleanupsSam Roberts
2019-02-05tls: don't shadow the tls global with a localSam Roberts
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-04tls: check arg types of renegotiate()Sam Roberts
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-02-01tls: introduce client 'session' eventSam Roberts
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-02-02process: move process mutation into bootstrap/node.jsJoyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-02-01worker: refactor thread id managementAnna Henningsen
2019-02-01http: return HTTP 431 on HPE_HEADER_OVERFLOW errorAlbert Still
2019-01-31report: fix typo in error messagecjihrig
2019-01-31http: make timeout event work with agent timeoutLuigi Pinca
2019-01-30process: simplify report uncaught exception logiccjihrig
2019-01-30lib: refactor ERR_SYNTHETICcjihrig
2019-01-30module: do not use `process.exit()`Anna Henningsen
2019-01-30module: silence ModuleJob unhandled rejection warningsAnna Henningsen
2019-01-30worker: export workerData to ESM workersAnna Henningsen
2019-01-30worker: move worker thread setup code into the main scriptJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-29policy: ensure workers do not read fs for policyBradley Farias
2019-01-28timers: truncate decimal valuesJeremiah Senkpiel
2019-01-29src: in-source comments and minor TLS cleanupsSam Roberts
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis