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 |
net.dns: Remove unused obsolete code
|
Matthew Wild |
2014-07-25 |
net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb)
|
Matthew Wild |
2014-07-25 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-06-30 |
net.dns: Fix duplicated cache insertions by limiting outstanding queries per name to one
|
Kim Alvefur |
2014-06-30 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-07-10 |
net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix)
|
Kim Alvefur |
2013-07-10 |
net.dns: Support IPv6 addresses in resolv.conf
|
Florian Zeitz |
2013-06-18 |
net.dns: Add nicer API to cached records
|
Kim Alvefur |
2013-05-07 |
net.dns: Make sure argument to math.randomseed does not overflow a 32 bit unsigned int. Closes #320
|
Kim Alvefur |
2013-03-05 |
net.dns: Close voided sockets, so they don't stay in net.server
|
Kim Alvefur |
2012-12-22 |
net.dns: Clean up query list when a server is marked down
|
Matthew Wild |
2012-12-22 |
s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."
|
Florian Zeitz |
2011-10-26 |
net.dns: Preserve metatable on manual cache purge
|
Matthew Wild |
2011-10-19 |
net.dns: Shorten AAAA records
|
Kim Alvefur |
2011-09-02 |
net.dns: Support for resolving AAAA records
|
Matthew Wild |
2011-05-16 |
net.dns: Fix TXT records
|
Kim Alvefur |
2011-04-14 |
net.dns: Fix tostring() for SRV records
|
Matthew Wild |
2011-01-21 |