summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-11doc: add line for inspect host:port invocationTim Baverstock
2019-07-12perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-10http2: override authority with optionsLuigi Pinca
2019-07-07process: refactor unhandledRejection logiccjihrig
2019-07-06lib: use `class ... extends` in perf_hooks.jsAnna Henningsen
2019-07-05http: improve parser error messagesAnna Henningsen
2019-07-03worker: assign missing deprecation codeJames M Snell
2019-07-03readline: fix position computationBenoît Zugmeyer
2019-07-02lib: fix stack overflow check to not break on primitiveskball
2019-07-01http2: remove square brackets from parsed hostnameLuigi Pinca
2019-07-01process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-06-30esm: ensure cwd-relative imports for module --evalGuy Bedford
2019-06-28http2: propagate session destroy code to streamscjihrig
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-27tools: update eslintRuben Bridgewater
2019-06-26net: replace _writableState.finished with writableFinishedRich Trott
2019-06-25http2: use writableFinished instead of _writableStatezero1five
2019-06-25stream: add writableFinishedzero1five
2019-06-24crypto: move _impl call out of handleError functDaniel Bevenius
2019-06-24crypto: move _pbkdf2 call out of handleError functDaniel Bevenius
2019-06-24crypto: move _randomBytes call out of handleError functDaniel Bevenius
2019-06-24crypto: move _scrypt call out of handleError functDaniel Bevenius
2019-06-22bootstrap: --frozen-intrinsics override problem workaroundGuy Bedford
2019-06-22child_process: attach child in promisificationcjihrig
2019-06-20worker: only unref port for stdin if we ref’ed it beforeAnna Henningsen
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-19lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-06-17process: hide NodeEnvironmentFlagsSet's `add` functionRuben Bridgewater
2019-06-17tls: remove unnecessary set of DEFAULT_MAX_VERSIONDaniel Bevenius
2019-06-17worker: refactor `worker.terminate()`Anna Henningsen
2019-06-17https: do not automatically use invalid servernameSam Roberts
2019-06-17fs: document the Date conversion in Stats objectsJoyee Cheung
2019-06-17util: use average bias while grouping arraysRuben Bridgewater
2019-06-17util: improve .inspect() array groupingRuben Bridgewater
2019-06-17process: refactor unhandled rejection handlingJoyee Cheung
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-06-16perf_hooks,trace_events: use stricter equalitycjihrig
2019-06-15module: prevent race condition while combining import and requireRuben Bridgewater
2019-06-14fs: add *timeNs properties to BigInt Stats objectsJoyee Cheung
2019-06-12domain: error handler runs outside of its domainJulien Gilli
2019-06-12tls: rename validateKeyCert in _tls_common.jsDaniel Bevenius
2019-06-12assert: add partial support for evaluated code in simple assertRuben Bridgewater
2019-06-12assert: improve regular expression validationRuben Bridgewater
2019-06-12assert: print more lines in the error diffRuben Bridgewater
2019-06-12assert: fix error diffRuben Bridgewater
2019-06-12assert: limit string inspection when logging assertion errorsRuben Bridgewater
2019-06-11module: handle empty require.resolve() optionscjihrig
2019-06-11util: refactor inspecting long linesRuben Bridgewater
2019-06-10readline: error on falsy values for callbackSam Roberts
2019-06-10dgram: fix abort on bad argscjihrig