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
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
2020-04-14test: mark test-worker-prof flaky on armSam Roberts
2020-04-08test: make sure that inspector tests finishAnna Henningsen
2020-03-30test: harden the tick sampling logicHarshitha KP
2020-03-23test: discard data received by clientHassaan Pasha
2020-03-22test: replace countdown with Promise.all() in cluster-net-listen testsRich Trott
2020-03-22test: replace Map with Array in cluster-net-listen testsRich Trott
2020-03-16test: workaround for V8 8.1 inspector pause issueMatheus Marchini
2020-03-11test: mark test-timers-blocking-callback flaky on osxMyles Borins
2020-03-08test: remove superfluous checks in test-net-reconnect-errorRich Trott
2020-03-08test: apply camelCase in test-net-reconnect-errorRich Trott
2020-03-05test: add coverage for FSWatcher exceptionRich Trott
2020-03-05test: remove common.expectsInternalAssertionRich Trott
2020-03-02test: move test-inspector-module to parallelRich Trott
2020-03-02test: remove common.port from test-tls-securepair-clientRich Trott
2020-02-29test: remove sequential/test-https-keep-alive-large-write.jsRusty Conover
2020-02-28dgram: don't hide implicit bind errorscjihrig
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
2019-12-26test: skip the unsupported test cases for IBM iXu Meng
2019-12-25tls: add PSK supportDenys Otrishko