Log

net/dns.lua @ 6956:82baf2609cbe

description author age
Merge 0.9->0.10 Matthew Wild 2015-09-25
net.dns: Unconditionally cache records found in answers Matthew Wild 2015-05-25
net.dns: Use new IPv4-specific socket factory if available (fixes dns on libevent with latest development version of luasocket) Kim Alvefur 2015-09-25
net.*: Remove use of module() function Kim Alvefur 2015-02-21
net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates dns.resolver() Matthew Wild 2015-07-06
Merge 0.9->0.10 Kim Alvefur 2015-05-03
net.dns: Make sure argument to math.randomseed does not overflow a 32 bit *signed* int (blame Lua). Closes #439 Kim Alvefur 2015-04-26
Merge 0.9->0.10 Kim Alvefur 2015-04-25
net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s Kim Alvefur 2015-04-24
Merge 0.9 -> 0.10 Kim Alvefur 2014-11-09
net.dns: Try next server if peer name can not be set (thanks wirehack7) Kim Alvefur 2014-10-30
net.dns: Return new socket from servfail Kim Alvefur 2014-10-30
Merge 0.9->0.10 Kim Alvefur 2014-10-05
net.dns: Avoid duplicate cache entries Florian Zeitz 2014-10-05
Merge 0.9->0.10 Matthew Wild 2014-07-25