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-03-02workers: fix spawning from preload scriptsJames M Snell
2021-02-28stream: move duplicated code to an internal moduleRich Trott
2021-02-28worker: fix interaction of terminate() with messaging portAnna Henningsen
2021-02-28child_process: fix spawn and fork abort behaviorNitzan Uziely
2021-02-28doc: document the NO_COLOR and FORCE_COLOR env varsJames M Snell
2021-02-28crypto: refactor hasAnyNotIn to avoid unsafe array iterationAntoine du Hamel
2021-02-28fs: fix writeFile signal does not close fileNitzan Uziely
2021-02-28fs: fix pre-aborted writeFile AbortSignal file leakNitzan Uziely
2021-02-28stream: add AbortSignal support to finishedNitzan Uziely
2021-02-28crypto: check ed/x webcrypto key import algorithm namesFilip Skokan
2021-02-28lib: use <array>.push and <array>.unshift instead of <array>.concatAntoine du Hamel
2021-02-28crypto: make FIPS related options always awailableVít Ondruch
2021-02-28fs: fixup negative length in fs.truncateJames M Snell
2021-02-28assert: refactor to avoid unsafe array iterationAntoine du Hamel
2021-02-28doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-02-28crypto: refactor to avoid unsafe array iterationAntoine du Hamel
2021-02-28bootstrap: include v8 module into the builtin snapshotJoyee Cheung
2021-02-28bootstrap: include fs module into the builtin snapshotJoyee Cheung
2021-02-28lib: remove outdated todo commentAntoine du Hamel
2021-02-28module: improve support of data: URLsAntoine du Hamel
2021-02-28lib: add URI handling functions to primordialsAntoine du Hamel
2021-02-28stream: add AbortSignal to promisified pipelineNitzan Uziely
2021-02-28fs: use createDeferredPromise() in promises.watch()cjihrig
2021-02-28buffer: make Blob's constructor more spec-compliantMichaël Zasso
2021-02-28buffer: make Blob's slice method more spec-compliantMichaël Zasso
2021-02-20http2: add unknownProtocol timeoutDaniel Bevenius
2021-02-16lib: simplify check in child_processDarshan Sen
2021-02-16worker: refactor to avoid unsafe array iterationAntoine du Hamel
2021-02-16repl: refactor to avoid unsafe array iterationAntoine du Hamel
2021-02-16policy: fix cascade getting scopeBradley Farias
2021-02-16fs: add fsPromises.watch()James M Snell
2021-02-16buffer: add @@toStringTag to Blobcjihrig
2021-02-16perf_hooks: introduce createHistogramJames M Snell
2021-02-16url: fix definitions of `URL`/`SearchParams` methods and accessorsExE Boss
2021-02-16url: move `URLSearchParams` method definitionsExE Boss
2021-02-16async_hooks: set unhandledRejection async contextSajal Khandelwal
2021-02-16errors: align source-map stacks with specbcoe
2021-02-16child_process: fix bad abort signal leakNitzan Uziely
2021-02-16http: explain the possibilty of refactor unused argumentQingyu Deng
2021-02-16http: explain the unused argument in IncomingMessage._readQingyu Deng
2021-02-16crypto: fix subtle.importKey JWK OKP public key importFilip Skokan
2021-02-16lib: fix WebIDL `object` and dictionary type conversionExE Boss
2021-02-16module: use optional chaining in cjs/loader.jsDarshan Sen
2021-02-16util: use assert for unreachable codeRich Trott
2021-02-16lib: add weak event handlersBenjamin Gruenbaum
2021-02-16crypto: fix and simplify prime option validationTobias Nießen
2021-02-16timers: fix unsafe array iterationDarshan Sen
2021-02-16repl: add auto‑completion for dynamic import callsExE Boss
2021-02-16fs: allow passing negative zero fdDarshan Sen
2021-02-16fs: use a default callback for fs.close()James M Snell