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
2020-03-19zlib: align with streamsRobert Nagy
2020-03-19Revert "assert: fix line number calculation after V8 upgrade"Michaël Zasso
2020-03-18http: don't emit 'finish' after 'error'Robert Nagy
2020-03-17errors: drop pronouns from ERR_WORKER_PATH messagecjihrig
2020-03-17src,cli: support compact (one-line) JSON reportsSam Roberts
2020-03-17stream: don't emit 'finish' after 'error'Robert Nagy
2020-03-15doc,lib,src,test: make --experimental-report a nopcjihrig
2020-03-13esm: port loader code to JSAnna Henningsen
2020-03-13util: text decoding allows SharedArrayBufferBradley Farias
2020-03-13http2: rename counter in `mapToHeaders` inner loopMateusz Krawczuk
2020-03-13worker: allow URL in Worker constructorAntoine du HAMEL
2020-03-13repl: align preview with the actual executed codeRuben Bridgewater
2020-03-12util: use a global symbol for `util.promisify.custom`ExE Boss
2020-03-12lib: use spread operator on clusterhimself65
2020-03-12lib: change var to let/consthimself65
2020-03-12stream: avoid destroying writable sourceRobert Nagy
2020-03-11stream: avoid destroying http1 objectsRobert Nagy
2020-03-11crypto: optimize sign.update() and verify.update()Ben Noordhuis
2020-03-11esm: remove unused parameter on module.instantiatehimself65
2020-03-11http, async_hooks: remove unneeded reference to wrapping resourceGerhard Stoebich
2020-03-11zlib: emits 'close' event after readable 'end'Sergey Zelenov
2020-03-11fs: make fs.read params optionalLucas Holmquist
2020-03-11stream: do not swallow errors with async iterators and pipelineMatteo Collina
2020-03-11http: detach socket from IncomingMessage on keep-aliveRobert Nagy
2020-03-10http: align OutgoingMessage and ClientRequest destroyRobert Nagy
2020-03-09async_hooks: add sync enterWith to ALSStephen Belanger
2020-03-09src: create a getter for kernel versionJuan José Arboleda
2020-03-09fs: fix valid id range on chown, lchown, fchownhimself65
2020-03-08wasi: add returnOnExit optioncjihrig
2020-03-08stream: don't destroy final readable stream in pipelineRobert Nagy
2020-03-07http: fix socket re-use racesRobert Nagy
2020-03-07events: fix removeListener for Symbolszfx
2020-03-07stream: add comments to pipeline implementationRobert Nagy
2020-03-07fs: fix writeFile[Sync] for non-seekable filesAlba Mendez
2020-03-07http,stream: make virtual methods throw an errorLuigi Pinca
2020-03-06async_hooks: fix ctx loss after nested ALS callsAndrey Pechkurov
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2020-03-05crypto: make update(buf, enc) ignore encodingBen Noordhuis
2020-03-03stream: eos make const state constRobert Nagy
2020-03-03dgram: make UDPWrap more reusableAnna Henningsen
2020-03-03stream: fix finished w/ 'close' before 'end'Robert Nagy
2020-03-03events: convert errorMonitor to a normal propertyGerhard Stoebich
2020-03-02perf,src: add HistogramBase and internal/histogram.jsJames M Snell
2020-02-29stream: fix multiple destroy callsRobert Nagy
2020-02-28errors: remove unused ERR_SOCKET_CANNOT_SEND errorcjihrig
2020-02-28dgram: don't hide implicit bind errorscjihrig
2020-02-28module: port source map sort logic from chromiumbcoe
2020-02-27async_hooks: add store arg in AsyncLocalStorageAndrey Pechkurov
2020-02-27repl: eager-evaluate input in parensShelley Vohr
2020-02-27stream: ensure pipeline always destroys streamsRobert Nagy