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-04-18typings: add JSDoc to os module functionsDavid Brownman
2021-04-18typings: add JSDoc Types to lib/querystringSimon Knott
2021-04-17buffer,errors: add missing n literal in range error stringCactysman
2021-04-17lib: enforce using `primordials.globalThis` instead of `global`Antoine du Hamel
2021-04-16stream: fix multiple Writable.destroy() callsRobert Nagy
2021-04-16typings: add JSDoc typings for httpVoltrex
2021-04-15typings: add JSDoc typings for assertVoltrex
2021-04-15lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel
2021-04-14typings: add JSDoc types to lib/pathSimon Knott
2021-04-14typings: add types for internalBinding('fs')Michaël Zasso
2021-04-13module: clarify CJS global-like variables not defined error messageAntoine du Hamel
2021-04-13repl: fix error message printingAnna Henningsen
2021-04-13lib: add `globalThis` to primordialsAntoine du Hamel
2021-04-13util: add getSystemErrorMap() impleladkeyshawn
2021-04-13lib: add `WeakRef` and `FinalizationRegistry` to `primordials`ExE Boss
2021-04-13crypto: reduce range of size to int maxQingyu Deng
2021-04-13esm: use correct URL for error decorationBradley Farias
2021-04-13fs: use byteLength to handle ArrayBuffer viewsMichaël Zasso
2021-04-13tls: fix session and keylog add listener segfaultNitzan Uziely
2021-04-13crypto: fix webcrypto derive(Bits|Key) resolve values and docsFilip Skokan
2021-04-12tls: extract out SecureContext configurationJames M Snell
2021-04-12fs: validate encoding to binding.writeString()cjihrig
2021-04-11deps: update llhttp to 5.1.0Fedor Indutny
2021-04-10http: fixup perf regressionJames M Snell
2021-04-10crypto: fixup randomFill size and offset handlingJames M Snell
2021-04-08lib: add tsconfig for code completionsBradley Farias
2021-04-08tls: fix typoArkerone
2021-04-08net: fix typoLuigi Pinca
2021-04-08crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan
2021-04-08lib: properly process JavaScript exceptions on async_hooks fatal errorlegendecas
2021-04-07tools: relax max-len lint rule for template stringsRich Trott
2021-04-07worker: fix exit code for error thrown in handlerNitzan Uziely
2021-04-07crypto: remove check for condition that is always trueRich Trott
2021-04-06fs: move constants to internal/fs/utils.jsDarshan Sen
2021-04-06process: do not lazily load AsyncResourceMichaël Zasso
2021-04-06path: fix POSIX path.resolve() perf regressionBrian White
2021-04-06lib: refactor to use primordials in lib/internal/cli_tableAkhil Marsonya
2021-04-04fs: add support for async iterators to `fsPromises.writeFile`HiroyukiYagihashi
2021-04-04crypto: use correct webcrypto RSASSA-PKCS1-v1_5 algorithm nameFilip Skokan
2021-04-03module: improve error message for invalid data URLAntoine du Hamel
2021-04-03crypto: add buffering to randomIntTobias Nießen
2021-04-03fs: fix chown abortDarshan Sen
2021-04-03path: fix posix.relative() on WindowsRich Trott
2021-04-02net: allow net.BlockList to use net.SocketAddress objectsJames M Snell
2021-04-02net: add SocketAddress classJames M Snell
2021-04-02net: make net.BlockList cloneableJames M Snell
2021-04-01perf_hooks: make performance a globalJames M Snell
2021-04-01lib: change wording in lib/domain.js commentAkhil Marsonya
2021-04-01lib: change wording in lib/internal/child_process commentAkhil Marsonya
2021-04-01readline: fix pre-aborted signal question handlingNitzan Uziely