summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2019-07-22http2: compat req.completeRobert Nagy
2019-07-22policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-22lib: rename lib/internal/readline.jscjihrig
2019-07-20deps: update acorn to 6.2.0Michaël Zasso
2019-07-20readline: simplify isFullWidthCodePoint()cjihrig
2019-07-20readline: use named constant for surrogate checkscjihrig
2019-07-20report: modify getReport() to return an ObjectChristopher Hiller
2019-07-20doc: add line for inspect host:port invocationTim Baverstock
2019-07-20perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-20http2: override authority with optionsLuigi Pinca
2019-07-20process: refactor unhandledRejection logiccjihrig
2019-07-20worker: assign missing deprecation codeJames M Snell
2019-07-02lib: fix stack overflow check to not break on primitiveskball
2019-07-02http2: remove square brackets from parsed hostnameLuigi Pinca
2019-07-02process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-07-02esm: ensure cwd-relative imports for module --evalGuy Bedford
2019-07-02http2: propagate session destroy code to streamscjihrig
2019-07-02process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-07-02tools: update eslintRuben Bridgewater
2019-07-02http2: use writableFinished instead of _writableStatezero1five
2019-07-02crypto: move _impl call out of handleError functDaniel Bevenius
2019-07-02crypto: move _pbkdf2 call out of handleError functDaniel Bevenius
2019-07-02crypto: move _randomBytes call out of handleError functDaniel Bevenius
2019-07-02crypto: move _scrypt call out of handleError functDaniel Bevenius
2019-07-02bootstrap: --frozen-intrinsics override problem workaroundGuy Bedford
2019-07-02worker: only unref port for stdin if we ref’ed it beforeAnna Henningsen
2019-07-02src: refactor uncaught exception handlingJoyee Cheung
2019-07-02lib: refactor unhandled rejection deprecation warning emissionJoyee Cheung
2019-07-02process: hide NodeEnvironmentFlagsSet's `add` functionRuben Bridgewater
2019-06-18worker: refactor `worker.terminate()`Anna Henningsen
2019-06-18util: use average bias while grouping arraysRuben Bridgewater
2019-06-18util: improve .inspect() array groupingRuben Bridgewater
2019-06-18process: refactor unhandled rejection handlingJoyee Cheung
2019-06-18module: prevent race condition while combining import and requireRuben Bridgewater
2019-06-17assert: print more lines in the error diffRuben Bridgewater
2019-06-17assert: fix error diffRuben Bridgewater
2019-06-17assert: limit string inspection when logging assertion errorsRuben Bridgewater
2019-06-17module: handle empty require.resolve() optionscjihrig
2019-06-17util: refactor inspecting long linesRuben Bridgewater
2019-06-17http2: do not register unnecessary listenersAntonio Kukas
2019-06-17process: improve queueMicrotask performanceAnatoli Papirovski
2019-06-17util: use Set to store deprecation codesDaniel Nalborczyk
2019-06-17util: special handle `maxArrayLength` while grouping arraysRuben Bridgewater
2019-06-17src: only run preloadModules if the preload array is not emptySamuel Attard
2019-06-17process: code cleanup for nextTickAnatoli Papirovski
2019-06-17util: support AsyncGeneratorFunction in .inspectRuben Bridgewater
2019-06-02http2: respect inspect() depthcjihrig
2019-06-01errors: create internal connResetExceptionRich Trott
2019-05-31crypto: fix KeyObject handle type error messageAlexander Avakov
2019-05-31console: fix table() outputBrian White