Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-12-27zlib: allow writes after readable 'end' to finishAnna Henningsen
2019-12-26repl: use public getCursorPos()cjihrig
2019-12-26src: port --bash-completion to C++Joyee Cheung
2019-12-25stream: pipeline should use req.abort() to destroy responseRobert Nagy
2019-12-25timers: fix refresh for expired timersAnatoli Papirovski
2019-12-25timers: do less work in insertAnatoli Papirovski
2019-12-25tls: add PSK supportDenys Otrishko
2019-12-25stream: reset flowing state if no 'readable' or 'data' listenersRobert Nagy
2019-12-25stream: simplify isBufRobert Nagy
2019-12-25dgram: test to add and to drop specific membershipA. Volgin
2019-12-25util: add (typed) array length to the default outputRuben Bridgewater
2019-12-25readline: set null as callback return in case there's no errorRuben Bridgewater
2019-12-25readline: small refactoringRuben Bridgewater
2019-12-25repl: implement reverse searchRuben Bridgewater
2019-12-25repl: fix preview of lines that exceed the terminal columnsRuben Bridgewater
2019-12-25util: add colors to debuglog()Ruben Bridgewater
2019-12-25http2: wait for session socket writable end on close/destroyDenys Otrishko
2019-12-25http2: wait for session to finish writing before destroyDenys Otrishko
2019-12-25doc,vm,test: remove _sandbox_ from vm documentationRich Trott
2019-12-23lib: further simplify assertions in vm/moduleAnna Henningsen
2019-12-23events: add EventEmitter.on to async iterate over eventsMatteo Collina
2019-12-22lib: improve spelling and grammar in commentDavid Newman
2019-12-20dgram: use for...ofTrivikram Kamat
2019-12-20bootstrap: use different scripts to setup different configurationsJoyee Cheung
2019-12-20errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater
2019-12-20buffer: improve .from() error detailsRuben Bridgewater
2019-12-20events: allow monitoring error eventsGerhard Stoebich
2019-12-20stream: pipe should not swallow errorRobert Nagy
2019-12-18fs: allow overriding fs for streamsRobert Nagy
2019-12-18doc,lib,src,test: rename WASI CLI flagcjihrig
2019-12-18assert: use for...ofSoar
2019-12-17http: use for...of in http library codeTrivikram Kamat
2019-12-17tls: for...of in _tls_common.jsTrivikram Kamat
2019-12-17async_hooks: ensure proper handling in runInAsyncScopeAnatoli Papirovski
2019-12-17wasi: require CLI flag to require() wasi modulecjihrig
2019-12-17stream: use for...ofTrivikram Kamat
2019-12-16process: refs --unhandled-rejections documentation in warning messageAntoine du HAMEL
2019-12-16readline: promote _getCursorPos to public apiJeremy Albright
2019-12-16process: fix promise catchingRongjian Zhang
2019-12-16lib: replace Symbol.species by SymbolSpeciesSebastien Ahkrin
2019-12-16lib: replace Symbol.hasInstance by SymbolHasInstanceSebastien Ahkrin
2019-12-16lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin
2019-12-16lib: enforce use of Promise from primordialsMichaƫl Zasso
2019-12-16v8: use of TypedArray constructors from primordialsSebastien Ahkrin
2019-12-16lib: add TypedArray constructors to primordialsSebastien Ahkrin
2019-12-15repl: fix preview bug in case of long linesRuben Bridgewater
2019-12-15repl: add completion previewRuben Bridgewater
2019-12-15repl: improve completionRuben Bridgewater
2019-12-15repl,readline: refactor for simplicityRuben Bridgewater
2019-12-15repl,readline: refactor common codeRuben Bridgewater