summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-20stream: add null push transform in async_iteratorDavid Mark Clements
2019-07-20inspector: add inspector.waitForDebugger()Aleksei Koziatinskii
2019-07-20http2: compat req.completeRobert Nagy
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-20lib: rename lib/internal/readline.jscjihrig
2019-07-19vm: fix gc bug with modules and compiled functionsGus Caplan
2019-07-19zlib: remove usage of public util moduleKaren He
2019-07-19vm: remove usage of public util moduleKaren He
2019-07-18http: avoid extra listenerRobert Nagy
2019-07-18tty: expose stream API from readline methodscjihrig
2019-07-17repl: fix some repl context issuesRuben Bridgewater
2019-07-17repl: fix autocomplete while using .loadRuben Bridgewater
2019-07-16http: add response.writableFinishedRobert Nagy
2019-07-16readline: expose stream API in cursorTo()cjihrig
2019-07-16readline: expose stream API in moveCursor()cjihrig
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