summaryrefslogtreecommitdiff
path: root/test/internet/test-dns.js
AgeCommit message (Expand)Author
2019-06-17lib: correct error.errno to always be numericJoyee Cheung
2018-12-12test: improve internet/test-dnsIlarion Halushka
2018-11-17test: fixed the arguments order in `assert.strictEqual`Lakshmi Shanmugam
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-06-20dns: add promisified dns modulecjihrig
2018-06-04test: update test-dns error messageRich Trott
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-11-08test: use internet.addresses in internet testsJoyee Cheung
2017-08-23dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-19test: use invalid host according to RFC2606Tobias Nießen
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-02test: replace indexOf with includes and startsWithNataly Shrits
2017-06-01test: improve dns internet test caseBrian White
2017-05-24test: refactor test-dnsRich Trott
2017-05-09dns: support promisified `lookup(Service)`Anna Henningsen
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-04-12test: remove common.fail()Rich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-23test: use common.fail() instead of assert(false)cjihrig
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: increase usage of assert.ifError()cjihrig
2016-11-18dns: implement {ttl: true} for dns.resolve6()Ben Noordhuis
2016-11-18dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis
2016-10-10test: refactor `assert` in internet test-dns.jsJunshu Okamoto
2016-02-08dns: add resolvePtr to query plain DNS PTR recordsDaniel Turing
2016-02-08dns: add failure test for dns.resolveXXXDaniel Turing
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2016-01-05test: remove unused varsRich Trott
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-09-12test: split up internet dns testsRich Trott
2015-09-10test: remove valid hostname check in test-dns.jsRich Trott
2015-09-08test: expect error for test_lookup_ipv6_hint on FreeBSDRich Trott
2015-08-22test: add spaces after keywordsBrendan Ashworth
2015-05-19test: enable linting for testsRoman Reiss
2015-02-06dns: allow dns.lookup() to return all addressesRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-09-16dns: include host name in error message if availableMaciej Małecki
2014-08-13test: fix dns testAlexis Campailla
2014-08-13tests: do not hardcode service name in test-dns.Julien Gilli
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig
2014-07-30tests: fix internet/test-dns.jsJulien Gilli
2014-06-27dns: introduce lookupService functionSaúl Ibarra Corretgé
2014-04-30test: update test-dns.js after a60a9b0Timothy J Fontaine
2014-02-25test: internet/test-dns disable implicit ipv6Timothy J Fontaine
2014-02-24test: internet/test-dns handle ESERVFAILTimothy J Fontaine
2013-12-31dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz