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-18http: use for...of in http library codeTrivikram Kamat
2019-12-18tls: for...of in _tls_common.jsTrivikram Kamat
2019-12-18async_hooks: ensure proper handling in runInAsyncScopeAnatoli Papirovski
2019-12-18wasi: require CLI flag to require() wasi modulecjihrig
2019-12-18stream: use for...ofTrivikram Kamat
2019-12-18process: refs --unhandled-rejections documentation in warning messageAntoine du HAMEL
2019-12-18readline: promote _getCursorPos to public apiJeremy Albright
2019-12-18process: fix promise catchingRongjian Zhang
2019-12-18lib: replace Symbol.species by SymbolSpeciesSebastien Ahkrin
2019-12-18lib: replace Symbol.hasInstance by SymbolHasInstanceSebastien Ahkrin
2019-12-18lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin
2019-12-18lib: enforce use of Promise from primordialsMichaël Zasso
2019-12-18v8: use of TypedArray constructors from primordialsSebastien Ahkrin
2019-12-18lib: add TypedArray constructors to primordialsSebastien Ahkrin
2019-12-18repl: fix preview bug in case of long linesRuben Bridgewater
2019-12-18repl: add completion previewRuben Bridgewater
2019-12-18repl: improve completionRuben Bridgewater
2019-12-18repl,readline: refactor for simplicityRuben Bridgewater
2019-12-18repl,readline: refactor common codeRuben Bridgewater
2019-12-18readline: update ansi-regexRuben Bridgewater
2019-12-18repl: simplify codeRuben Bridgewater
2019-12-18repl: simplify repl autocompletionRuben Bridgewater
2019-12-18repl: remove dead codeRuben Bridgewater
2019-12-18util: add Set and map size to inspect outputRuben Bridgewater
2019-12-18util: refactor inspect code for constistencyRuben Bridgewater
2019-12-18stream: do not chunk strings and Buffer in Readable.fromMatteo Collina
2019-12-18lib: change var to let/constrene.herrmann
2019-12-18stream: make all streams error in a pipelineMatteo Collina
2019-12-18cluster: remove unnecessary bindAnatoli Papirovski
2019-12-18http2: remove unnecessary bind from setImmediateAnatoli Papirovski
2019-12-18fs: remove unnecessary bindAnatoli Papirovski
2019-12-18perf_hooks: remove unnecessary bindAnatoli Papirovski
2019-12-18http: remove unnecessary bindAnatoli Papirovski
2019-12-18http,https: increase server headers timeoutTim Costa
2019-12-18lib: use strict equality comparisonDonggeon Lim
2019-12-18console: unregister temporary error listenerRobert Nagy
2019-12-18lib: refactor NativeModuleJoyee Cheung
2019-12-18repl: fix autocomplete when useGlobal is falseMichaël Zasso
2019-12-18lib: replace Symbol.toPrimitive to SymbolToPrimitive primordialsSebastien Ahkrin
2019-12-18lib: update Symbol.toStringTag by SymbolToStringTag primordialSebastien Ahkrin
2019-12-18util: inspect (user defined) prototype propertiesRuben Bridgewater
2019-12-18util: fix built-in detectionRuben Bridgewater
2019-12-13lib: enforce use of BigInt from primordialsMichaël Zasso
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-13http2: forward debug message in debugStreamObjDenys Otrishko
2019-12-13url: declare iterator inside loopKamat, Trivikram
2019-12-13lib: replace Symbol.iterator by SymbolIteratorSebastien Ahkrin
2019-12-13lib: replace every Symbol.for by SymbolFor primordialsSebastien Ahkrin
2019-12-11net: remove duplicate _undestroyRobert Nagy
2019-12-11fs: synchronize close with other I/O for streamsAnna Henningsen