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-11report: skip report if uncaught exception is handledChengzhong Wu
2022-10-11errors: refactor to use optional chainingSindreXie
2022-10-11assert: add `getCalls` and `reset` to callTrackerMoshe Atlow
2022-10-11net: remove unused callbacktheanarkh
2022-10-11events: use bitset to save memoryBasit Chonka
2022-10-11esm: do not bind loader hook functionsAntoine du Hamel
2022-10-11http: trace http request / responsetheanarkh
2022-10-11lib: pass env variables to child process on z/OSalexcfyung
2022-10-11module: protect against prototype mutationAntoine du Hamel
2022-10-11test_runner: refactor to use more primordialsAntoine du Hamel
2022-10-11test_runner: verbous error when entire test tree is canceledMoshe Atlow
2022-10-11test_runner: empty pending tests queue post runningMoshe Atlow
2022-10-11test_runner: add before/after/each hooksMoshe Atlow
2022-10-11test_runner: fix top level `describe` queuingMoshe Atlow
2022-10-11lib: add missing env vars to --helpcola119
2022-10-11http: reuse socket only when it is drainedywave620
2022-10-11test_runner: graceful termination on `--test` onlyMoshe Atlow
2022-10-11lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-10-11test_runner: validate `concurrency` optionAntoine du Hamel
2022-10-11esm: move package config helpersGeoffrey Booth
2022-08-06esm: fix loader hooks accepting too many argumentsJacob Smith
2022-08-06test: refactor ESM tests to improve performanceJacob Smith
2022-08-02events: expose CustomEvent on global with CLI flagDaeyeon Jeong
2022-08-02events: add `CustomEvent`Daeyeon Jeong
2022-08-02lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-08-02tools,doc: add guards against prototype pollution when creating proxiesAntoine du Hamel
2022-08-02tools: report unsafe string and regex primordials as lint errorsAntoine du Hamel
2022-08-02tools: add `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-08-01events: propagate abortsignal reason in new AbortError ctor in eventsJames M Snell
2022-08-01lib: propagate abortsignal reason in new AbortError constructor in blobJames M Snell
2022-08-01fs: propagate abortsignal reason in new AbortSignal constructorsJames M Snell
2022-08-01http2: propagate abortsignal reason in new AbortError constructorJames M Snell
2022-08-01stream: use cause options in AbortError constructorsJames M Snell
2022-08-01timers: propagate signal.reason in awaitable timersJames M Snell
2022-08-01errors: add support for cause in aborterrorJames M Snell
2022-08-01test_runner: add support for boolean values for `concurrency` optionLenvin Gonsalves
2022-08-01test_runner: validate `timeout` optionAntoine du Hamel
2022-08-01test_runner: pass signal on timeoutMoshe Atlow
2022-08-01test_runner: do not report an error when tests are passingAntoine du Hamel
2022-08-01test_runner: recieve and pass AbortSignalMoshe Atlow
2022-08-01lib: add abortSignal.throwIfAborted()James M Snell
2022-08-01net: fix socket._getpeernameDaeyeon Jeong
2022-08-01process: use `defineProperty` instead of assignmentMark S. Miller
2022-08-01util: remove unicode support todo for perf implicationsRhys
2022-08-01stream: fix 0 transform hwm backpressureRobert Nagy
2022-08-01cluster: send connection to other server when worker drop ittheanarkh
2022-08-01dns: fix getServers return undefinedjiahao.si
2022-08-01http: add drop request event for http servertheanarkh
2022-08-01child_process: do not need to count length when maxBuffer is Infinitytheanarkh
2022-08-01util: add tokens to parseArgsJohn Gee