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
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
2020-11-12test: move test-worker-eventlooputil to sequentialRich Trott
2020-10-30crypto: fixup scrypt regressionsJames M Snell
2020-10-17test: add common.mustSucceedTobias Nießen
2020-10-13inspector: do not hardcode Debugger.CallFrameId in testsDmitry Gozman
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-07src: use node:moduleName as builtin module filenameMichaël Zasso
2020-10-07test: adjust comments for upcoming lint ruleRich Trott
2020-09-22process: change default --unhandled-rejections=throwDan Fabulich
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-09-05test: change var to letPooja D.P
2020-08-26policy: implement scopes fieldBradley Farias
2020-08-18test: move test-inspector-already-activated-cli to parallelRich Trott
2020-08-16test: remove common.rootDirRich Trott
2020-08-10util: add debug and debuglog.enabledBradley Farias
2020-07-20src: allow setting a dir for all diagnostic outputAshCripps
2020-07-20test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen
2020-07-17test: remove common.localhostIPv6Rich Trott
2020-07-16quic: implement QuicSocket Promise API, part 1James M Snell
2020-07-06quic: refactor qlog handlingJames M Snell
2020-07-03crypto: move typechecking for timingSafeEqual into C++Anna Henningsen
2020-06-22quic: temporarily disable preferred address testsJames M Snell
2020-06-17quic: skip test-quic-preferred-address-ipv6.js when no ipv6James M Snell
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-16test: add common/udppair utilityJames M Snell
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-24inspector: throw error when activating an already active inspectorJoyee Cheung
2020-05-10tools: add eslint rule to only pass through 'test' to debuglogRuben Bridgewater
2020-04-30test: skip memory usage tests when ASAN is enabledAnna Henningsen
2020-04-30test: move test-process-title to sequentialAnna Henningsen
2020-04-26test: remove timers-blocking-callbackJeremiah Senkpiel
2020-04-17module: fix memory leak when require error occursQinhui Chen
2020-04-15test: mark cpu-prof-dir-worker flaky on allSam Roberts