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-08-31src: add error handling to `uv_uptime` callJuan José Arboleda
2022-08-30lib: add diagnostics channel for process and workertheanarkh
2022-08-29os: add machine methodtheanarkh
2022-08-28cluster: fix cluster rr distribute errortheanarkh
2022-08-28lib: codify findSourceMap return value when not foundChengzhong Wu
2022-08-27stream: fix `ReadableStreamReader.releaseLock()`Daeyeon Jeong
2022-08-27tools: refactor `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-08-27lib: use safe `Promise` alternatives when availableAntoine du Hamel
2022-08-25inspector: prevent integer overflow in open()Tobias Nießen
2022-08-24tty: fix TypeError when stream is closedAntoine du Hamel
2022-08-24debugger: decrease timeout used to wait for the port to be freeJoyee Cheung
2022-08-24test_runner: support programmatically running `--test`Moshe Atlow
2022-08-23stream: use null for the error argumentLuigi Pinca
2022-08-21perf_hooks: add resourcetiming buffer limitChengzhong Wu
2022-08-21test_runner: fix test runner hooks failure stackMoshe Atlow
2022-08-19src: support diagnostics channel in the snapshotJoyee Cheung
2022-08-18bootstrap: fixup Error.stackTraceLimit for user-land snapshotJoyee Cheung
2022-08-18stream: fix `isDetachedBuffer` validationsDaeyeon Jeong
2022-08-17lib: refactor to avoid prototype pollutionAntoine du Hamel
2022-08-17typings: add JSDoc for `internal/validators`Yagiz Nizipli
2022-08-17http: add writeEarlyHints function to ServerResponseWing
2022-08-17dgram: add dgram send queue infotheanarkh
2022-08-17tls: use logical OR operatorMohammed Keyvanzadeh
2022-08-16http: add max for http keepalivetheanarkh
2022-08-16report: skip report if uncaught exception is handledChengzhong Wu
2022-08-15stream: improve views validation on `BYOBRequest`Daeyeon Jeong
2022-08-13errors: refactor to use optional chainingSindreXie
2022-08-13tls,http2: send fatal alert on ALPN mismatchTobias Nießen
2022-08-12crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2Filip Skokan
2022-08-12crypto: allow zero-length secret KeyObjectFilip Skokan
2022-08-12crypto: fix webcrypto deriveBits validationsFilip Skokan
2022-08-12crypto: fix webcrypto EC key namedCurve validation errorsFilip Skokan
2022-08-12crypto: fix webcrypto generateKey() AES key length validation errorFilip Skokan
2022-08-12crypto: fix webcrypto operation errors to be OperationErrorFilip Skokan
2022-08-11assert: add `getCalls` and `reset` to callTrackerMoshe Atlow
2022-08-11assert: add assert.SnapshotMoshe Atlow
2022-08-11net: remove unused callbacktheanarkh
2022-08-10events: use bitset to save memoryBasit Chonka
2022-08-09http: fix error message when specifying headerTimeout for createServerNick Sia
2022-08-08src: disambiguate terms used to refer to builtins and addonsJoyee Cheung
2022-08-08esm: do not bind loader hook functionsAntoine du Hamel
2022-08-06src,lib: print prinstine source when source map source not foundlegendecas
2022-08-05http: trace http request / responsetheanarkh
2022-08-05lib: reset `RegExp` statics before running user codeAntoine du Hamel
2022-08-05lib: pass env variables to child process on z/OSalexcfyung
2022-08-05module: protect against prototype mutationAntoine du Hamel
2022-08-05stream: update TextEncoderStream to align the latest specKohei Ueno
2022-08-05esm: fix loader hooks accepting too many argumentsJacob Smith
2022-08-04bootstrap: support more builtins in the embedded code cacheJoyee Cheung
2022-08-04lib: refactor transferable AbortSignalflakey5