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-28console: fixup error messageJames M Snell
2020-03-28fs: fixup error message for invalid options.recursiveJames M Snell
2020-03-27http: fixup options.method error messageJames M Snell
2020-03-27repl: fixup error messageJames M Snell
2020-03-27stream: make pipeline try to wait for 'close'Robert Nagy
2020-03-26stream: emit 'pause' on unpipeRobert Nagy
2020-03-25stream: align stream.Duplex with net.SocketRobert Nagy
2020-03-25stream: fix pipeline with dest in objectModeRobert Nagy
2020-03-24net: make readable/writable start as trueRobert Nagy
2020-03-23module: add hook for global preload codeJan Krems
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