summaryrefslogtreecommitdiff
path: root/test/parallel/test-dns.js
AgeCommit message (Expand)Author
2019-08-10dns: update lookupService() first arg namecjihrig
2019-07-22dns: fix unsigned record valuesBrian White
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2019-04-01test: add IPv6 brackets but no port to test-dnsRich Trott
2019-03-23errors: update error nameRuben Bridgewater
2019-02-06deps: patch to fix *.onion MX query on c-aresXadillaX
2018-10-20dns: fix inconsistent (hostname vs host)Ulises Gascón
2018-10-04dns: deprecate passing falsy hostname to dns.lookupOuyang Yadong
2018-09-25errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-08-06test: check arg type for dnsPromises.resolveMasashi Hirano
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-06-20dns: add promisified dns modulecjihrig
2018-06-08dns: improve setServers() errors and performanceJamie Davis
2018-04-14errors: alter ERR_INVALID_IP_ADDRESSdavidmarkclements
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-12-11test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-15net: convert to using internal/errorsmatzavinos
2017-07-24errors: migrate dns to use internal/errorsWeijia Wang
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-20dns: make `dns.setServers` support customized portXadillaX
2017-05-28dns: return TypeError on invalid resolve() inputRich Trott
2017-05-24test: refactor test-dnsRich Trott
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2016-11-29test: refactor and fix test-dnsMichaël Zasso
2016-10-10test: various test improvementsJames M Snell
2016-09-20dns: handle array holes in setServers()cjihrig
2016-08-22dns: lookupService() callback must be a functioncjihrig
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-03test: fix test-dns.js flakinessRich Trott
2016-02-01dns: coerce port to number in lookupServiceEvan Lucas
2016-01-25dns: throw a TypeError in lookupService with invalid portEvan Lucas
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny