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-12dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-02-05test: enable no-empty ESLint ruleRich Trott
2021-09-19test: do not run `test-corepack-yarn-install` with no internetAntoine du Hamel
2021-09-15dns: runtime deprecate type coercion of `dns.lookup` optionsAntoine du Hamel
2021-09-11test: fix internet/test-dnsRich Trott
2021-08-31test: use `assert.match` instead of `regexp.test`Michaël Zasso
2021-06-13test: remove obsolete TLS testRich Trott
2021-04-18test: fix flaky test-dns and test-dns-lookupRich Trott
2021-04-17test: fixup failing test/internet/test-dns.jsJames M Snell
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2020-11-05test: fix error in test/internet/test-dns.jsRich Trott
2020-10-17test: add common.mustSucceedTobias Nießen
2020-10-16net: add support for resolving DNS CAA recordsDanny Sonnenschein
2020-10-07test: adjust comments for upcoming lint ruleRich Trott
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-30test: make test-tls-reuse-host-from-socket pass without internetRich Trott
2020-07-20test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen
2020-05-23test: mark test-dgram-multicast-ssmv6-multi-process flakyAshCripps
2020-05-15test: fix test-dns-idna2008Rich Trott
2020-04-23http2: wait for secureConnect before initializingbcoe
2020-03-02test: fix flaky test-dns-any.jsRich Trott
2020-02-10test: improve assertion message in test-dns-anyRich Trott
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
2019-12-20errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater
2019-11-22test: refactor test-dgram-multicast-set-interface-lo.jsTaylor Gagne
2019-11-21test: move test not requiring internet from internet to parallelRich Trott
2019-11-21test: use reserved .invalid TLD for invalid address in testRich Trott
2019-11-21test: improve assertion message in internet dgram testRich Trott
2019-11-06tools: make doctool work if no internet availableRichard Lau
2019-10-17dgram: add source-specific multicast supportLucas Pardue
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-06-01doc,tools: get altDocs versions from CHANGELOG.mdRichard Lau
2019-05-14test: use common.PORT instead of an extraneous variableBenjamin Ki
2019-05-14test: move dgram invalid host test to internet testsBenjamin Ki
2019-04-15test: fix test-dns-idna2008.jsRich Trott
2019-03-24test: refactor test-dgram-broadcast-multi-processRich Trott
2019-03-12test: fix syntax error in test-dns-idna2008.js when failingRefael Ackermann
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-09test: de-flake test-dns-idna2008.jsRefael Ackermann
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2019-01-08test: tune test-uv-threadpool-scheduleRich Trott
2018-12-30test: regression test for uv threadpool congestionGireesh Punathil
2018-12-12test: improve internet/test-dnsIlarion Halushka
2018-11-18test: fixed the arguments order in `assert.strictEqual`Lakshmi Shanmugam
2018-11-06test: remove unused catch bindingscjihrig
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-09-27test: add dns.onlookupall() to increase coverageMasashi Hirano
2018-09-18test: don't inspect values if not necessaryRuben Bridgewater