summaryrefslogtreecommitdiff
path: root/test/internet
AgeCommit message (Expand)AuthorFilesLines
2016-04-08test: move dns test to test/internetBen Noordhuis1-0/+26
2016-03-21test: remove unneeded bind() and related commentsAayush Naik1-4/+0
2016-02-15test: fix style issues after eslint updateMichaël Zasso5-95/+113
2016-01-19test: remove unused varsRich Trott1-3/+2
2016-01-19test: remove unused modulesRich Trott2-4/+0
2016-01-19test: remove unnecessary assignmentsRich Trott5-5/+5
2016-01-19test: eliminate multicast test FreeBSD flakinessRich Trott1-151/+150
2015-12-23test: skip test if FreeBSD jail will break itRich Trott1-0/+5
2015-10-29test: print helpful err msg on test-dns-ipv6.jsJunliang Yan1-1/+2
2015-10-29test: skip test-dns-ipv6.js if ipv6 is unavailableJunliang Yan1-0/+5
2015-10-29test: apply correct assert.fail() argumentsRich Trott1-1/+1
2015-09-14test: split up internet dns testsRich Trott3-347/+422
2015-09-14test: increase dgram timeout for armv6Rich Trott2-2/+2
2015-09-11test: remove valid hostname check in test-dns.jsRich Trott1-2/+4
2015-09-11test: expect error for test_lookup_ipv6_hint on FreeBSDRich Trott1-1/+13
2015-08-23test: use reserved IP in test-net-connect-timeoutRich Trott1-3/+5
2015-08-22test: add spaces after keywordsBrendan Ashworth2-2/+2
2015-08-09test: clarify dropMembership() callRich Trott1-4/+2
2015-08-04dgram: make send cb act as "error" event handlerMatteo Collina1-0/+37
2015-07-27test: do not use public IPs for timeout testingRich Trott1-42/+13
2015-07-20test: changing process.exit to return while skipping testsSakthipriyan Vairamani4-4/+4
2015-07-08test: add missing crypto checksJohan Bergström2-0/+14
2015-06-16crypto: add cert check to CNNIC WhitelistShigeki Ohtsu1-0/+14
2015-06-15lib,test: fix whitespace issuesRoman Reiss1-3/+0
2015-05-19test: enable linting for testsRoman Reiss10-8/+18
2015-03-13crypto: add deprecated ValiCert CA for cross certShigeki Ohtsu1-0/+7
2015-03-05test: refactor all tests that depends on cryptoJohan Bergström2-0/+10
2015-02-25src: fix intermittent SIGSEGV in resolveTxtEvan Lucas1-0/+8
2015-02-16test: remove flaky test functionalityRod Vagg1-1/+0
2015-02-06dns: allow dns.lookup() to return all addressesRoman Reiss1-10/+96
2015-01-12Remove excessive copyright/license boilerplateisaacs8-168/+0
2015-01-08test: move broadcast/multicast test to internet/Ben Noordhuis1-0/+246
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris1-2/+3
2014-09-16dns: include host name in error message if availableMaciej Małecki1-0/+5
2014-08-13test: fix dns testAlexis Campailla1-13/+6
2014-08-13tests: do not hardcode service name in test-dns.Julien Gilli1-2/+34
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig1-0/+60
2014-07-30tests: fix internet/test-dns.jsJulien Gilli1-1/+8
2014-06-27dns: introduce lookupService functionSaúl Ibarra Corretgé1-0/+38
2014-04-30test: update test-dns.js after a60a9b0Timothy J Fontaine1-1/+3
2014-04-10test: add `reuseAddr` in dgram-multicast...Fedor Indutny1-1/+4
2014-02-25test: internet/test-dns disable implicit ipv6Timothy J Fontaine1-0/+2
2014-02-24test: internet/test-dns handle ESERVFAILTimothy J Fontaine1-1/+10
2014-01-20test: refactor to use common testcfgTimothy J Fontaine1-130/+4
2013-12-31dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz1-0/+34
2013-10-31tls: reuse hostname from underlying net.SocketFedor Indutny1-0/+42
2013-10-16dns: set hostname property on error objectBen Noordhuis1-0/+39
2013-08-12test: fix up internet/test-dns after api changeBen Noordhuis1-5/+6
2013-08-05https: fix default portKoichi Kobayashi1-0/+44
2013-07-20test: move two tests from simple/ to internet/Ben Noordhuis2-0/+275