summaryrefslogtreecommitdiff
path: root/test/parallel/test-dns.js
Commit message (Expand)AuthorAgeFilesLines
* dns: fix inconsistent (hostname vs host)Ulises Gascón2018-10-201-3/+4
* dns: deprecate passing falsy hostname to dns.lookupOuyang Yadong2018-10-041-1/+1
* errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)2018-09-251-1/+1
* test: check arg type for dnsPromises.resolveMasashi Hirano2018-08-061-8/+25
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-191-2/+0
* dns: add promisified dns modulecjihrig2018-06-201-47/+87
* dns: improve setServers() errors and performanceJamie Davis2018-06-081-0/+25
* errors: alter ERR_INVALID_IP_ADDRESSdavidmarkclements2018-04-141-2/+2
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-32/+21
* test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski2017-12-111-8/+8
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-081-14/+14
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-1/+1
* net: convert to using internal/errorsmatzavinos2017-10-151-18/+17
* errors: migrate dns to use internal/errorsWeijia Wang2017-07-241-25/+65
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-2/+2
* dns: make `dns.setServers` support customized portXadillaX2017-06-201-0/+13
* dns: return TypeError on invalid resolve() inputRich Trott2017-05-281-4/+2
* test: refactor test-dnsRich Trott2017-05-241-35/+42
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-28/+26
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-1/+1
* test: refactor and fix test-dnsMichaël Zasso2016-11-291-22/+24
* test: various test improvementsJames M Snell2016-10-101-93/+51
* dns: handle array holes in setServers()cjihrig2016-09-201-0/+27
* dns: lookupService() callback must be a functioncjihrig2016-08-221-0/+4
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-6/+6
* test: fix test-dns.js flakinessRich Trott2016-04-031-6/+6
* dns: coerce port to number in lookupServiceEvan Lucas2016-02-011-2/+18
* dns: throw a TypeError in lookupService with invalid portEvan Lucas2016-01-251-0/+16
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-4/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+167