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
AgeCommit message (Expand)Author
2022-10-11lib: refactor transferable AbortSignalflakey5
2022-10-11fs: fix opts.filter issue in cp asyncTho
2022-10-11buffer: initialize TextDecoder once on blob.text()Yagiz Nizipli
2022-10-11crypto: add causes to applicable webcrypto's OperationErrorFilip Skokan
2022-10-11process: fix uid/gid validation to avoid crashTobias Nießen
2022-10-11fs: add `FileHandle.prototype.readLines`Antoine du Hamel
2022-10-11util: add default value option to parseargManuel Spigolon
2022-10-11lib: require JSDoc in internal validators codeRich Trott
2022-10-11fs: improve promise based readFile performance for big filesRuben Bridgewater
2022-10-11http2: make early hints genericYagiz Nizipli
2022-10-11http: add writeEarlyHints function to ServerResponseWing
2022-10-10test_runner: add --test-name-pattern CLI flagcjihrig
2022-10-05lib: add cause to DOMExceptionflakey5
2022-10-05stream: handle enqueuing chunks when a pending BYOB pull request existsDaeyeon Jeong
2022-10-05fs: don't hard code name in validatePosition()cjihrig
2022-10-05bootstrap: update comments in bootstrap/node.jsJoyee Cheung
2022-10-05dns: support dns module in the snapshotJoyee Cheung
2022-10-04util: increase robustness with primordialsJordan Harband
2022-10-04test: fix test-runner-inspectMoshe Atlow
2022-10-04cluster: use inspector utilsMoshe Atlow
2022-10-04test_runner: support using `--inspect` with `--test`Moshe Atlow
2022-10-02cli: add `--watch`Moshe Atlow
2022-09-27lib: don't match `sourceMappingURL` in stringsAlan Agius
2022-09-27stream: handle a pending pull request from a released readerDaeyeon Jeong
2022-09-27esm,loader: tidy ESMLoader internalsJacob Smith
2022-09-27module: open stat/readPackage to mutationsMaël Nison
2022-09-27http: throw error on content-length mismatchsidwebworks
2022-09-27dns: remove unnecessary parameter from validateOneOfYagiz Nizipli
2022-09-27lib,test: fix bug in InternalSocketAddressTobias Nießen
2022-09-27test_runner: include stack of uncaught exceptionsMoshe Atlow
2022-09-27stream: refactor use es2020 statementSindreXie
2022-09-27dns: refactor default resolverJoyee Cheung
2022-09-27module: exports & imports map invalid slash deprecationGuy Bedford
2022-09-27crypto: restrict PBKDF2 args to signed intTobias Nießen
2022-09-27stream: remove `abortReason` from `WritableStreamDefaultController`Daeyeon Jeong
2022-09-27stream: add `ReadableByteStream.tee()`Daeyeon Jeong
2022-09-26bootstrap: clean up inspector console methods during serializationJoyee Cheung
2022-09-26lib: fix reference leakfalsandtru
2022-09-26stream: fix `writableStream.abort()`Daeyeon Jeong
2022-09-26lib: reset `RegExp` statics before running user codeAntoine du Hamel
2022-09-07test_runner: fix `duration_ms` to be millisecondsMoshe Atlow
2022-09-07stream: fix setting abort reason in `ReadableStream.pipeTo()`Daeyeon Jeong
2022-09-07crypto: handle invalid prepareAsymmetricKey JWK inputsFilip Skokan
2022-09-05cluster: fix cluster rr distribute errortheanarkh
2022-09-05lib: codify findSourceMap return value when not foundChengzhong Wu
2022-09-05stream: fix `ReadableStreamReader.releaseLock()`Daeyeon Jeong
2022-09-05tools: refactor `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-09-05lib: use safe `Promise` alternatives when availableAntoine du Hamel
2022-09-05debugger: decrease timeout used to wait for the port to be freeJoyee Cheung
2022-09-05test_runner: support programmatically running `--test`Moshe Atlow