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-15readline: update ansi-regexRuben Bridgewater
2019-12-15repl: simplify codeRuben Bridgewater
2019-12-15repl: simplify repl autocompletionRuben Bridgewater
2019-12-15repl: remove dead codeRuben Bridgewater
2019-12-15stream: error state cleanupRobert Nagy
2019-12-15util: add Set and map size to inspect outputRuben Bridgewater
2019-12-15util: refactor inspect code for constistencyRuben Bridgewater
2019-12-15stream: do not throw multiple callback errors in writableRobert Nagy
2019-12-15stream: do not chunk strings and Buffer in Readable.fromMatteo Collina
2019-12-15stream: ensure finish is emitted in next tickRobert Nagy
2019-12-14lib: change var to let/constrene.herrmann
2019-12-14stream: make all streams error in a pipelineMatteo Collina
2019-12-14cluster: remove unnecessary bindAnatoli Papirovski
2019-12-14http2: remove unnecessary bind from setImmediateAnatoli Papirovski
2019-12-14fs: remove unnecessary bindAnatoli Papirovski
2019-12-14perf_hooks: remove unnecessary bindAnatoli Papirovski
2019-12-14http: remove unnecessary bindAnatoli Papirovski
2019-12-14http,https: increase server headers timeoutTim Costa
2019-12-14lib: use strict equality comparisonDonggeon Lim
2019-12-14console: unregister temporary error listenerRobert Nagy
2019-12-14lib: refactor NativeModuleJoyee Cheung
2019-12-14repl: fix autocomplete when useGlobal is falseMichaël Zasso
2019-12-14lib: replace Symbol.toPrimitive to SymbolToPrimitive primordialsSebastien Ahkrin
2019-12-13lib: update Symbol.toStringTag by SymbolToStringTag primordialSebastien Ahkrin
2019-12-13util: inspect (user defined) prototype propertiesRuben Bridgewater
2019-12-13util: 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-12http2: forward debug message in debugStreamObjDenys Otrishko
2019-12-12url: declare iterator inside loopKamat, Trivikram
2019-12-11lib: replace Symbol.iterator by SymbolIteratorSebastien Ahkrin
2019-12-11lib: replace every Symbol.for by SymbolFor primordialsSebastien Ahkrin
2019-12-11net: remove duplicate _undestroyRobert Nagy
2019-12-10fs: synchronize close with other I/O for streamsAnna Henningsen
2019-12-10fs: retry unlink operations in rimrafcjihrig
2019-12-10fs: only operate on buffers in rimrafcjihrig
2019-12-10module: fix require in node replZYSzys
2019-12-10lib: replace var with let/constjens-cappelle
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-09http: llhttp opt-in insecure HTTP header parsingSam Roberts
2019-12-09fs: reduce unnecessary sync rimraf retriescjihrig
2019-12-09fs: add synchronous retries to rimrafcjihrig
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-07readline: eagerly load string_decoderRuben Bridgewater
2019-12-07lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest
2019-12-07lib: add warning on dynamic import es modulesJuan José Arboleda
2019-12-07util: add internal sleep() functioncjihrig
2019-12-07module: fix dynamic import from evalCorey Farrell
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater