summaryrefslogtreecommitdiff
path: root/test/internet
Commit message (Expand)AuthorAgeFilesLines
* dns: expose getDefaultResultOrderbtea2023-04-261-0/+24
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-051-4/+0
* test: move `test-tls-autoselectfamily-servername` to `test/internet`Antoine du Hamel2023-03-111-0/+38
* test: fix assertions in test-snapshot-dns-lookup*Tobias Nießen2023-02-181-2/+2
* test: add trailing commas in `test/internet`Antoine du Hamel2023-02-0117-56/+56
* test: update uses of _jabber._tcp.google.comcjihrig2022-11-151-2/+2
* dns: support dns module in the snapshotJoyee Cheung2022-09-292-0/+70
* net,tls: pass a valid socket on `tlsClientError`Daeyeon Jeong2022-08-011-0/+31
* test: fix `internet/test-inspector-help-page`Daeyeon Jeong2022-07-311-1/+1
* dns: accept `'IPv4'` and `'IPv6'` for `family`Antoine du Hamel2022-06-155-5/+5
* dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel2022-04-121-10/+3
* net: make `server.address()` return an integer for `family`Antoine du Hamel2022-04-125-4/+6
* test: enable no-empty ESLint ruleRich Trott2022-02-054-4/+12
* test: do not run `test-corepack-yarn-install` with no internetAntoine du Hamel2021-09-181-0/+64
* dns: runtime deprecate type coercion of `dns.lookup` optionsAntoine du Hamel2021-09-151-0/+15
* test: fix internet/test-dnsRich Trott2021-09-111-1/+1
* test: use `assert.match` instead of `regexp.test`Michaël Zasso2021-08-313-5/+5
* test: remove obsolete TLS testRich Trott2021-06-131-13/+0
* test: fix flaky test-dns and test-dns-lookupRich Trott2021-04-182-36/+36
* test: fixup failing test/internet/test-dns.jsJames M Snell2021-04-161-2/+2
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-016-6/+6
* test: fix error in test/internet/test-dns.jsRich Trott2020-11-051-1/+2
* test: add common.mustSucceedTobias Nießen2020-10-174-48/+22
* net: add support for resolving DNS CAA recordsDanny Sonnenschein2020-10-162-0/+40
* test: adjust comments for upcoming lint ruleRich Trott2020-10-072-27/+25
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-2/+2
* test: make test-tls-reuse-host-from-socket pass without internetRich Trott2020-08-291-37/+0
* test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen2020-07-203-5/+5
* test: mark test-dgram-multicast-ssmv6-multi-process flakyAshCripps2020-05-221-0/+26
* test: fix test-dns-idna2008Rich Trott2020-05-151-19/+25
* http2: wait for secureConnect before initializingbcoe2020-04-221-0/+80
* test: fix flaky test-dns-any.jsRich Trott2020-03-021-22/+0
* test: improve assertion message in test-dns-anyRich Trott2020-02-101-3/+4
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-5/+5
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-1/+1
* test: refactor test-dgram-multicast-set-interface-lo.jsTaylor Gagne2019-11-211-16/+17
* test: move test not requiring internet from internet to parallelRich Trott2019-11-211-37/+0
* test: use reserved .invalid TLD for invalid address in testRich Trott2019-11-211-1/+1
* test: improve assertion message in internet dgram testRich Trott2019-11-211-1/+1
* tools: make doctool work if no internet availableRichard Lau2019-11-051-59/+0
* dgram: add source-specific multicast supportLucas Pardue2019-10-172-0/+458
* lib: correct error.errno to always be numericJoyee Cheung2019-06-171-20/+40
* doc,tools: get altDocs versions from CHANGELOG.mdRichard Lau2019-06-011-0/+59
* test: use common.PORT instead of an extraneous variableBenjamin Ki2019-05-131-5/+3
* test: move dgram invalid host test to internet testsBenjamin Ki2019-05-131-0/+21
* test: fix test-dns-idna2008.jsRich Trott2019-04-141-2/+12
* test: refactor test-dgram-broadcast-multi-processRich Trott2019-03-231-22/+18
* test: fix syntax error in test-dns-idna2008.js when failingRefael Ackermann2019-03-121-3/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-1/+1
* test: de-flake test-dns-idna2008.jsRefael Ackermann2019-03-091-9/+27