118 Commits (df57d8bdccdc94e4d8327fc769d93dbadf8772c7)

Author SHA1 Message Date
Ben Noordhuis e007f66ae2 dns: add `verbatim` option to dns.lookup() 7 years ago
Tobias Nießen 467385a49b test: use invalid host according to RFC2606 7 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 7 years ago
Vse Mozhet Byt 2d2986ae72 test: simplify test skipping 7 years ago
Vse Mozhet Byt cc1a47dc6b test: fix require nits in some test-tls-* tests 7 years ago
Nataly Shrits 20b00f3a36 test: replace indexOf with includes and startsWith 7 years ago
Steven Winston e42b1b16b7 test: remove unnecessary Buffer import 7 years ago
XadillaX 27de36926b
dns: add resolveAny support 8 years ago
Brian White 8d7ff6dd75
test: improve dns internet test case 8 years ago
Rich Trott 235cbbe4d8 test: refactor test-dns 8 years ago
XadillaX 5a948f6f64
dns: fix crash using dns.setServers after resolve4 8 years ago
Rich Trott 47e3d00241
test: refactor test-dns-regress-6244.js 8 years ago
Anna Henningsen faf6654ff7
dns: support promisified `lookup(Service)` 8 years ago
Vse Mozhet Byt 8b76c3e60c test: reduce string concatenations 8 years ago
Rich Trott 06c29a66d4 test: remove common.fail() 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Benjamin Fleischer 4897ae2114
benchmark,build,doc,lib,src,test: correct typos 8 years ago
Alexander 55d202a346 test: remove unused args and comparison fix 8 years ago
cjihrig 7dd82dd1c3 test: add common.mustNotCall() 8 years ago
cjihrig aa0e4f3843 test: use common.fail() instead of assert(false) 8 years ago
Sam Roberts 822bbe0bb2 test: fix linting for test-tls-add-ca-cert.js 8 years ago
Sam Roberts ea72331afc test: check tls server verification with addCACert 8 years ago
Gibson Fahnestock 3d2aef3979 test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago
cjihrig ff1efa6087 test: use const for all require() calls 8 years ago
cjihrig 746a46ebdd test: increase usage of assert.ifError() 8 years ago
Adrian Estrada 4d3b487b79 test: refactor the code in test-dns-ipv4 8 years ago
Adrian Estrada 5e781a3883 test: refactor the code in test-dns-ipv6 8 years ago
Adrian Estrada 75ac109998 test: refactor test-http-dns-fail 8 years ago
Ben Noordhuis 6b1a8d03c7 dns: implement {ttl: true} for dns.resolve6() 8 years ago
Ben Noordhuis c31b507b94 dns: implement {ttl: true} for dns.resolve4() 8 years ago
Isobel Redelmeier b9f6a2dc05 test: clean up dgram-broadcast-multi-process test 8 years ago
Junshu Okamoto 528c8449e1 test: refactor `assert` in internet test-dns.js 8 years ago
Gibson Fahnestock 3504a98b72 test: fix ::1 error in test-dns-ipv6 8 years ago
Santiago Gimeno dee0e3a333 test: use common platform helpers everywhere 9 years ago
cjihrig 04b4d15b39 test: use mustCall() for simple flow tracking 8 years ago
cjihrig 6510eb5ddc test: s/assert.fail/common.fail as appropriate 8 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
Ben Noordhuis ede98a7767 test: remove internet/test-tls-connnect-cnnic 8 years ago
Rich Trott 395cc885f4 test: refactor test-tls-reuse-host-from-socket 9 years ago
Rich Trott 78520fa472 test,dgram: add tests for setBroadcast() 9 years ago
Rich Trott 1a0c80a1da test: remove common.getServiceName() 9 years ago
Jeremiah Senkpiel 52bae222a3 test: abstract skip functionality to common 9 years ago
Rich Trott 8f56958658 test,tools: adjust function argument alignment 9 years ago
Ben Noordhuis de92a66527 test: move dns test to test/internet 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Aayush Naik 93bacfd00f test: remove unneeded bind() and related comments 9 years ago
Daniel Turing dbdbdd4998 dns: add resolvePtr to query plain DNS PTR records 9 years ago
Daniel Turing c4ab861a49 dns: add failure test for dns.resolveXXX 9 years ago