aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-16readline: expose stream API in clearLine()cjihrig
2019-07-15http: expose headers on an http.ClientRequest "information" eventAustin Wright
2019-07-15Revert "http: fix test where aborted should not be emitted"Rich Trott
2019-07-14stream: use readableEncoding public api for child_processZYSzys
2019-07-14http: fix test where aborted should not be emittedRobert Nagy
2019-07-15stream: simplify `.pipe()` and `.unpipe()` in ReadableWeijia Wang
2019-07-15deps: update acorn to 6.2.0Michaël Zasso
2019-07-14zlib: do not coalesce multiple `.flush()` callsAnna Henningsen
2019-07-14path: move branch to the correct locationRuben Bridgewater
2019-07-14path: using .relative() should not return a trailing slashRuben Bridgewater
2019-07-13readline: expose stream API in clearScreenDown()cjihrig
2019-07-13readline: simplify isFullWidthCodePoint()cjihrig
2019-07-13readline: remove IIFE in SIGCONT handlercjihrig
2019-07-13readline: use named constant for surrogate checkscjihrig
2019-07-12report: modify getReport() to return an ObjectChristopher Hiller
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