summaryrefslogtreecommitdiff
path: root/test/disabled/test-dns.js
Commit message (Expand)AuthorAgeFilesLines
* Mark tests which are broken in libuvRyan Dahl2011-08-231-0/+3
* dns: Force the DNS module to invoke callbacks asynchronously.koichik2011-08-241-0/+52
* Update copyright headersRyan Dahl2011-03-141-0/+21
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-051-70/+74
* Fix global leaksRyan Dahl2010-12-041-2/+2
* Support CNAME lookups in DNS module.Ben Noordhuis2010-11-211-0/+10
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-2/+1
* syntax fixes to pass jslintJoshaven Potter2010-10-061-1/+1
* Update tests to work with module contextsRyan Dahl2010-07-151-1/+2
* fix whitespace errorsBlake Mizerany2010-06-291-3/+3
* :%s/sys.puts/console.log/gRyan Dahl2010-06-231-2/+2
* test-dns so that NXDOMAIN does not rise errorsJérémy Lal2010-04-261-8/+12
* Add support for MX queries in dns module, works with c-ares upstream patch.Jérémy Lal2010-04-261-1/+1
* Remove udnsRyan Dahl2010-04-071-1/+1
* Make test-dns.js use dns_cares.Krishna Rajendran2010-04-071-4/+5
* Check for callback argument in PTR lookupKrishna Rajendran2010-03-171-1/+4
* Check for callback argument in DNS functionsRyan Dahl2010-03-161-0/+8
* Update test-dns.js to work with latest apiKrishna Rajendran2010-03-161-18/+24
* Remove process.mixin dependency from all tests.isaacs2010-03-081-1/+1
* Tests on common port.arlolra2010-02-261-1/+1
* Split tests.arlolra2010-02-251-0/+119