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
2022-10-11crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2Filip Skokan
2022-10-11crypto: allow zero-length secret KeyObjectFilip Skokan
2022-10-11crypto: fix webcrypto deriveBits validationsFilip Skokan
2022-10-11crypto: fix webcrypto EC key namedCurve validation errorsFilip Skokan
2022-10-11crypto: fix webcrypto operation errors to be OperationErrorFilip Skokan
2022-10-11crypto: fix webcrypto generateKey() AES key length validation errorFilip Skokan
2022-10-11fs: don't hard code name in validatePosition()cjihrig
2022-10-11child_process: remove lookup of undefined propertycjihrig
2022-10-11bootstrap: update comments in bootstrap/node.jsJoyee Cheung
2022-10-11path: change basename() argument from ext to suffixRich Trott
2022-10-11util: increase robustness with primordialsJordan Harband
2022-10-11esm,loader: tidy ESMLoader internalsJacob Smith
2022-10-11module: open stat/readPackage to mutationsMaël Nison
2022-10-11http: throw error on content-length mismatchsidwebworks
2022-10-11lib,test: fix bug in InternalSocketAddressTobias Nießen
2022-10-11test_runner: include stack of uncaught exceptionsMoshe Atlow
2022-10-11fs: remove unused option in `fs.fstatSync()`Livia Medeiros
2022-10-11src: make ReqWrap weakRafael Gonzaga
2022-10-11stream: refactor use es2020 statementSindreXie
2022-10-11win: fix fs.realpath.native for long pathsStefanStojanovic
2022-10-11inspector: expose inspector.close on workersChengzhong Wu
2022-10-11crypto: restrict PBKDF2 args to signed intTobias Nießen
2022-10-11stream: add `ReadableByteStream.tee()`Daeyeon Jeong
2022-10-11v8: add setHeapSnapshotNearHeapLimittheanarkh
2022-10-11lib: fix reference leakfalsandtru
2022-10-11crypto: handle invalid prepareAsymmetricKey JWK inputsFilip Skokan
2022-10-11lib: add diagnostics channel for process and workertheanarkh
2022-10-11os: add machine methodtheanarkh
2022-10-11inspector: prevent integer overflow in open()Tobias Nießen
2022-10-11typings: add JSDoc for `internal/validators`Yagiz Nizipli
2022-10-11lib: reset `RegExp` statics before running user codeAntoine du Hamel
2022-10-11util: add `maxArrayLength` option to Set and MapKohei Ueno
2022-10-11net,tls: pass a valid socket on `tlsClientError`Daeyeon Jeong
2022-10-11src: use a typed array internally for process._exitingDarshan Sen
2022-10-11lib: refactor `validateInt32` and `validateUint32`mawaregetsuka
2022-10-11buffer: fix `atob` input validationAustin Kelleher
2022-10-11bootstrap: stop delaying instantiation of maps in per-context scriptsDarshan Sen
2022-10-11lib: make `validateObject` less affected by prototype tamperingAntoine du Hamel
2022-10-11http: make idle http parser count configurabletheanarkh
2022-10-11net: add local familytheanarkh
2022-10-11src: add error handling to `uv_uptime` callJuan José Arboleda
2022-10-11cluster: fix cluster rr distribute errortheanarkh
2022-10-11tty: fix TypeError when stream is closedAntoine du Hamel
2022-10-11debugger: decrease timeout used to wait for the port to be freeJoyee Cheung
2022-10-11lib: use safe `Promise` alternatives when availableAntoine du Hamel
2022-10-11lib: add diagnostics channel and perf hooks detailDanielle Adams
2022-10-11test_runner: fix test runner hooks failure stackMoshe Atlow
2022-10-11lib: refactor to avoid prototype pollutionAntoine du Hamel
2022-10-11tls: use logical OR operatorMohammed Keyvanzadeh
2022-10-11http: add max for http keepalivetheanarkh