index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dns.js
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-16
dns: include host name in error message if available
Maciej Małecki
1
-1
/
+1
2014-08-20
dns: throw if hostname is not string or falsey
cjihrig
1
-1
/
+3
2014-08-08
dns: always set variable family in lookup()
cjihrig
1
-1
/
+3
2014-08-04
dns: fix GetAddrInfo assert
Trevor Norris
1
-6
/
+1
2014-08-04
net: don't prefer IPv4 addresses during resolution
cjihrig
1
-11
/
+31
2014-06-27
dns: introduce lookupService function
Saúl Ibarra Corretgé
1
-0
/
+32
2014-06-24
dns: send lookup c-ares errors to callback
Chris Dickinson
1
-1
/
+5
2014-02-09
dns: validate arguments in resolver
Kenan Sulayman
1
-0
/
+6
2014-02-09
dns: verify argument is valid function in resolve
Kenan Sulayman
1
-1
/
+3
2013-12-31
dns: add resolveSoa and 'SOA' rrtype
Tuğrul Topuz
1
-0
/
+1
2013-12-19
windows: fix dns lookup of localhost with ipv6
Alexis Campailla
1
-9
/
+0
2013-10-16
dns: set hostname property on error object
Ben Noordhuis
1
-7
/
+14
2013-10-16
dns: rename domain to hostname
Ben Noordhuis
1
-9
/
+9
2013-09-20
dns: fix c-ares error reporting regression
Ben Noordhuis
1
-3
/
+6
2013-08-12
cares_wrap: don't set oncomplete property from c++
Ben Noordhuis
1
-31
/
+33
2013-08-01
src: Replace macros with util functions
isaacs
1
-3
/
+3
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-3
/
+3
2013-07-20
src, lib: update after internal api change
Ben Noordhuis
1
-24
/
+41
2013-07-20
src, lib: deduplicate errnoException
Ben Noordhuis
1
-20
/
+5
2013-05-14
dns: add getServers and setServers
Timothy J Fontaine
1
-0
/
+49
2013-03-06
DNS: Support NAPTR queries
Pavel Lang
1
-0
/
+1
2013-03-04
dns: fix ReferenceError in resolve() error path
Xidorn Quan
1
-1
/
+1
2013-02-28
lib, src: remove errno global
Ben Noordhuis
1
-4
/
+4
2013-01-18
dns: make error message match errno
Dan Milon
1
-1
/
+2
2012-06-16
Revert "DNS: Support NAPTR queries"
isaacs
1
-1
/
+0
2012-06-16
DNS: Support NAPTR queries
ssuda
1
-0
/
+1
2012-04-18
dns: add more error codes
Erik Dubbelboer
1
-8
/
+20
2012-04-13
dns: remove unused functions
Ben Noordhuis
1
-17
/
+0
2012-02-18
Lint all the JavaScripts.
isaacs
1
-1
/
+1
2011-10-21
getaddrinfo returns ENOTFOUND for invalid domain names
Ryan Dahl
1
-1
/
+1
2011-10-20
dns.lookup uses cares_wrap::GetAddrInfo
Ryan Dahl
1
-32
/
+18
2011-10-11
Remove dns_legacy
Ryan Dahl
1
-0
/
+236
2011-07-05
Bindings for libuv-integrated c-ares
Bert Belder
1
-266
/
+0
2011-06-08
Use timer_wrap instead of the old timer binding
Bert Belder
1
-2
/
+2
2011-05-16
Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
koichik
1
-1
/
+1
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-02-07
Fix dns on windows
Bert Belder
1
-2
/
+8
2010-12-01
more lint
Ryan Dahl
1
-49
/
+58
2010-11-21
Support CNAME lookups in DNS module.
Ben Noordhuis
1
-7
/
+11
2010-10-30
De-indent dns.lookup
Ryan Dahl
1
-38
/
+44
2010-10-30
Make sure watcher.set() isn't being called when active
Ryan Dahl
1
-8
/
+6
2010-10-06
syntax fixes to pass jslint
Joshaven Potter
1
-9
/
+9
2010-09-28
quicker loops
Aaron Heckmann
1
-10
/
+4
2010-09-17
Move IOWatcher and Timer to process.binding
Ryan Dahl
1
-3
/
+4
2010-09-16
Move dns.isIP to net.isIP
Paul Querna
1
-4
/
+3
2010-08-12
added dns.getHostByAddr() -- resolve an external IP address to hostname(s)
Rasmus Andersson
1
-4
/
+18
2010-08-10
[dgram] only look up hostname for the requested address family
Rasmus Andersson
1
-26
/
+73
2010-07-15
Datagram socket refactor. Add tests and documentation.
Matt Ranney
1
-1
/
+1
2010-06-29
Resolve .local domains with getaddrinfo()
Ryan Dahl
1
-13
/
+23
2010-04-26
Add support for MX queries in dns module, works with c-ares upstream patch.
Jérémy Lal
1
-0
/
+2
[next]