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-12-14util: simplify constructor retrieval in inspect()Rich Trott
2020-12-14http: use objects with null prototype in AgentMichaël Zasso
2020-12-13tls: forward new SecureContext optionsAlba Mendez
2020-12-12util: fix instanceof checks with null prototypes during inspectionRuben Bridgewater
2020-12-12util: fix module prefixes during inspectionRuben Bridgewater
2020-12-12child_process: add signal support to spawnBenjamin Gruenbaum
2020-12-11Revert "perf_hooks: make PerformanceObserver an AsyncResource"Nicolai Stange
2020-12-11build,lib,test: change whitelist to allowlistMichaël Zasso
2020-12-11stream: support abortsignal in constructorBenjamin Gruenbaum
2020-12-10inspector: refactor to use more primordialsAntoine du Hamel
2020-12-07dns: refactor to use more primordialsAntoine du Hamel
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-12-07net: refactor to use more primordialsAntoine du Hamel
2020-12-07worker: refactor to use more primordialsAntoine du Hamel
2020-12-07lib: add uncurried accessor properties to `primordials`ExE Boss
2020-12-07http2: refactor to use more primordialsAntoine du Hamel
2020-12-07string_decoder: refactor to use more primordialsAntoine du Hamel
2020-12-07lib: fix typo in internal/errors.jsraisinten
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-12-07buffer: refactor to use primordials instead of Array#reduceAntoine du Hamel
2020-12-06child_process: add AbortSignal supportBenjamin Gruenbaum
2020-12-05stream: add FileHandle support to Read/WriteStreamMomtchil Momtchev
2020-12-04readline: refactor to use more primordialsAntoine du Hamel
2020-12-04dgram: refactor to use more primordialsAntoine du Hamel
2020-12-04zlib: refactor to use more primordialsAntoine du Hamel
2020-12-04module: refactor to use more primordialsAntoine du Hamel
2020-12-04child_process: refactor to use more primordialsZijian Liu
2020-12-03querystring: refactor to use more primordialsAntoine du Hamel
2020-12-02path: refactor to use more primordialsAntoine du Hamel
2020-12-02worker: refactor to use more primordialsAntoine du Hamel
2020-12-02tls: refactor to use more primordialsAntoine du Hamel
2020-12-02repl: refactor to use more primordialsAntoine du Hamel
2020-12-02events: support signal in EventTargetBenjamin Gruenbaum
2020-12-02tls: permit null as a cipher valueRich Trott
2020-12-01timers: reject with AbortError on cancellationBenjamin Gruenbaum
2020-12-01buffer: refactor to use more primordialsAntoine du Hamel
2020-12-01worker: add experimental BroadcastChannelJames M Snell
2020-12-01errors: display original symbol namebcoe
2020-12-01perf_hooks: refactor to use more primordialsAntoine du Hamel
2020-12-01v8: refactor to use more primordialsAntoine du Hamel
2020-12-01os: refactor to use more primordialsAntoine du Hamel
2020-11-30module: add isPreloading indicatorJames M Snell
2020-11-30http: enable call chaining with setHeader()pooja d.p
2020-11-29tty: refactor to use more primordialsZijian Liu
2020-11-27fs: pass ERR_DIR_CLOSED asynchronously to dir.closeZijian Liu
2020-11-27fs: refactor to use more primordialsAntoine du Hamel
2020-11-27policy: refactor to use more primordialsAntoine du Hamel
2020-11-27assert: refactor to use more primordialsAntoine du Hamel
2020-11-25quic: refactor to use more primordialsAntoine du Hamel
2020-11-25lib: refactor primordials.uncurryThisAntoine du Hamel