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
2021-12-02lib: add AbortSignal.timeoutJames M Snell
2021-12-02events: propagate weak option for kNewListenerJames M Snell
2021-12-01stream: remove whatwg streams experimental warningJames M Snell
2021-12-01readline: skip escaping characters againRuben Bridgewater
2021-12-01stream: cleanup eosRobert Nagy
2021-11-29esm: working mock testBradley Farias
2021-11-29perf_hooks: use spec-compliant `structuredClone`Michaƫl Zasso
2021-11-29lib,test,tools: use consistent JSDoc typesRich Trott
2021-11-29cluster: use linkedlist for round_robin_handletwchn
2021-11-27stream: drain Transform with 0 highWaterMarkRobert Nagy
2021-11-26stream: stricter isReadableNodeStreamRobert Nagy
2021-11-25stream: fix the ReadableStreamBYOBReader error messageJames M Snell
2021-11-25repl: fix and extend require/import tab completeMestery
2021-11-24module: import assertions improvementsGeoffrey Booth
2021-11-24doc: fix spelling of 'WebAssembly'Geoffrey Booth
2021-11-24lib: add reason to AbortSignalJames M Snell
2021-11-22stream: pipeline with end optionRobert Nagy
2021-11-22stream: fix finished regression when working with legacy StreamMatteo Collina
2021-11-18stream: unify writableErrored and readableErroredRobert Nagy
2021-11-18Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen
2021-11-18Revert "lib: use helper for readability"Darshan Sen
2021-11-18stream: pipeline should drain empty readableRobert Nagy
2021-11-18stream: add writableAbortedRobert Nagy
2021-11-17process: support hrtime in the snapshotJoyee Cheung
2021-11-15stream: fix non readable Duplex readableAbortedRobert Nagy
2021-11-14stream: allow calling callback before promiseRobert Nagy
2021-11-13async_hooks: eliminate require side effectsStephen Belanger
2021-11-13stream: add errored and closed propsRobert Nagy
2021-11-13lib: fix typos in lib code commentsYoshiki
2021-11-13async_hooks: expose async_wrap providersRafael Gonzaga
2021-11-12fs: nullish coalescing to respect zero positional readsOmar El-Mihilmy
2021-11-10src: add x509.fingerprint512 to crypto module3nprob
2021-11-10http: change totalSocketCount only on socket creation/closeSubhi Al Hasan
2021-11-09test: add semicolons for linter updateRich Trott
2021-11-06process: refactor executionVoltrex
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-11-01v8: multi-tenant promise hook apiStephen Belanger
2021-10-31typings: add JSDoc typings for inspectorVoltrex
2021-10-25dgram: fix send with out of bounds offset + lengthNitzan Uziely
2021-10-25http: response should always emit 'close'Robert Nagy
2021-10-25policy: fix message for invalid manifest specifierRich Trott
2021-10-25module: resolver & spec hardening /w refactoringGuy Bedford
2021-10-24stream: remove no longer necessary ComposeDuplexRobert Nagy
2021-10-23tty: support more CI services in `getColorDepth`Richie Bendall
2021-10-21lib: fix regular expression to detect `/` and `\`Francesco Trotta
2021-10-20stream: support array of streams in promises pipelineMestery
2021-10-19lib: add unsubscribe method to non-active DC channelssimon-id
2021-10-19lib: add return value for DC channel.unsubscribesimon-id
2021-10-19stream: fix fromAsyncGenRobert Nagy
2021-10-16src: get embedder options on-demandJoyee Cheung