summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-26stream: resolve perf regression introduced by V8 7.3Matteo Collina
2019-07-26policy: add dependencies map for resourcesBradley Farias
2019-07-26crypto: fix handling of malicious getters (scrypt)Tobias Nießen
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-07-25assert: avoid potentially misleading reference to object identityAnna Henningsen
2019-07-24domain: use strong reference to domain while activeAnna Henningsen
2019-07-23crypto: increase maxmem range from 32 to 53 bitsTobias Nießen
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-07-23lib: support min/max values in validateInteger()cjihrig
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