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-04-12test: only skip slow tests on Raspberry Pi devicesRichard Lau
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-04-05v8: make v8.writeHeapSnapshot() error codes consistentDarshan Sen
2022-03-14test: fix failure in test/sequential/test-heapdump.jsDarshan Sen
2022-02-17debugger: add debugger alias for exec(expr)Xuguang Mei
2022-02-15test: fix typographical errorRich Trott
2022-02-09lib: add internal genericNodeError() functionRich Trott
2022-02-05test: enable no-empty ESLint ruleRich Trott
2022-02-02test: exclude ibm i tests until we resolveMichael Dawson
2022-01-25test: remove error allowance in debugger testJithil P Ponnan
2022-01-23test: simplify test-gc-http-clientLuigi Pinca
2022-01-22test: move test-gc-http-client-onerror to sequentialLuigi Pinca
2022-01-14tools,lib,test: enable ESLint no-regex-spaces ruleRich Trott
2022-01-12v8: make writeHeapSnapshot throw if fopen failsAntonio Román
2022-01-06test: mark test-performance-eventloopdelay flakyMichael Dawson
2022-01-05tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2021-12-20lib: fix checking syntax of esm moduleQingyu Deng
2021-12-14process: add `getActiveResourcesInfo()`Darshan Sen
2021-11-02test: avoid deep comparisons with literalsTobias Nießen
2021-09-12dns: default to verbatim=true in dns.lookup()Ben Noordhuis
2021-08-31test: use `assert.match` instead of `regexp.test`Michaël Zasso
2021-08-09test: fix test-debugger-heap-profiler for workersRichard Lau
2021-08-05debugger: prevent simultaneous heap snapshotsRich Trott
2021-08-01test: add test-debugger-breakpoint-existsRich Trott
2021-07-12debugger: indicate server is endingRich Trott
2021-07-10test: move debugger test case to parallelRich Trott
2021-07-10test: use common.PORT instead of hardcoded port numberRich Trott
2021-07-06test: remove workaround code in debugger testRich Trott
2021-07-05test: remove checks for armv6Rich Trott
2021-07-04test: move test-debugger-address to parallelRich Trott
2021-06-28test: replace "inspector-cli" with "debugger"Rich Trott
2021-06-21test: move inspector-cli tests to sequentialRich Trott
2021-05-04test: move test-net-connect-econnrefused from pummel to sequentialRich Trott
2021-04-27test: move slower tests into pummel and skip on slow devicesRich Trott
2021-04-12perf_hooks: fix loop delay resolution validationAntoine du Hamel
2021-04-03test: use faster variant for rssPooja D P
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-22test: fix flaky test-vm-timeout-escape-promise-module-2Rich Trott
2021-02-24module: runtime deprecate invalid package.json main entriesAntoine du Hamel
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-20test: fix flaky test-worker-profRich Trott
2021-02-03test: remove flaky designation for test-http2-large-fileRich Trott
2021-01-30quic: remove quicJames M Snell
2021-01-27test,doc,lib: adjust object literal newlines for lint ruleRich Trott
2021-01-26crypto: add generatePrime/checkPrimeJames M Snell
2021-01-19buffer: introduce BlobJames M Snell
2021-01-19test,benchmark: stop requiring URL and URLSearchParamsraisinten
2021-01-19perf_hooks: throw ERR_INVALID_ARG_VALUE if histogram.percentile param is NaNZiJian Liu
2021-01-05lib,src: update cluster to use ParentMichael Dawson
2020-11-27test: fix flaky sequential/test-fs-watchRich Trott