| Commit message (Expand) | Author | Age | Files | Lines |
* | net.dns: remove unused variable unpack [luacheck] | Anton Shestakov | 2016-07-28 | 1 | -2/+2 |
* | net.dns: remove unused one-letter loop variables [luacheck] | Anton Shestakov | 2016-07-14 | 1 | -4/+4 |
* | net.dns: don't use "for s,s in pairs..." (unused loop variable s) [luacheck] | Anton Shestakov | 2016-07-09 | 1 | -2/+2 |
* | net.dns: remove unused one-letter loop variables [luacheck] | Anton Shestakov | 2016-07-09 | 1 | -4/+4 |
* | net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+) | Kim Alvefur | 2016-03-28 | 1 | -2/+2 |
* | Merge 0.9->0.10 | Kim Alvefur | 2016-01-22 | 1 | -7/+7 |
|\ |
|
| * | net.dns: Remember query only after it was sent, in case it was not (fixes #598) | Kim Alvefur | 2016-01-21 | 1 | -5/+5 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2016-01-08 | 1 | -2/+4 |
|\| |
|
| * | Backout 88d54bec26b7 prior to release, as it certainly requires more testing0.9.9 | Matthew Wild | 2016-01-08 | 1 | -1/+3 |
| * | net.dns: Allow a zone id in resolv.conf (eg like %eth0) | Kim Alvefur | 2016-01-04 | 1 | -1/+1 |
| * | net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10] | Florian Zeitz | 2013-06-18 | 1 | -6/+13 |
* | | Merge 0.9->0.10 | Matthew Wild | 2015-09-25 | 1 | -3/+1 |
|\| |
|
| * | net.dns: Unconditionally cache records found in answers | Matthew Wild | 2015-05-25 | 1 | -3/+1 |
* | | net.dns: Use new IPv4-specific socket factory if available (fixes dns on libe... | Kim Alvefur | 2015-09-25 | 1 | -1/+1 |
* | | net.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -2/+2 |
* | | net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates d... | Matthew Wild | 2015-07-06 | 1 | -11/+0 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2015-05-03 | 1 | -1/+1 |
|\| |
|
| * | net.dns: Make sure argument to math.randomseed does not overflow a 32 bit *si... | Kim Alvefur | 2015-04-26 | 1 | -1/+1 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2015-04-26 | 1 | -3/+8 |
|\| |
|
| * | net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s | Kim Alvefur | 2015-04-24 | 1 | -3/+8 |
* | | Merge 0.9 -> 0.10 | Kim Alvefur | 2014-11-09 | 1 | -7/+12 |
|\| |
|
| * | net.dns: Try next server if peer name can not be set (thanks wirehack7) | Kim Alvefur | 2014-10-30 | 1 | -6/+10 |
| * | net.dns: Return new socket from servfail | Kim Alvefur | 2014-10-30 | 1 | -3/+4 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-10-05 | 1 | -4/+9 |
|\| |
|
| * | net.dns: Avoid duplicate cache entries | Florian Zeitz | 2014-10-05 | 1 | -4/+9 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-07-25 | 1 | -9/+6 |
|\| |
|
| * | net.dns: Remove unused obsolete code | Matthew Wild | 2014-07-25 | 1 | -4/+1 |
| * | net.dns: Ensure all pending requests get notified of a timeout when looking u... | Matthew Wild | 2014-07-25 | 1 | -5/+5 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-06-30 | 1 | -1/+8 |
|\| |
|
| * | net.dns: Fix duplicated cache insertions by limiting outstanding queries per ... | Kim Alvefur | 2014-06-30 | 1 | -1/+8 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -3/+3 |
* | | Merge 0.9->trunk | Kim Alvefur | 2013-07-10 | 1 | -1/+1 |
|\| |
|
| * | net.dns, net.adns: Make sure errors from net.server are propagated (thanks as... | Kim Alvefur | 2013-07-10 | 1 | -1/+1 |
* | | net.dns: Support IPv6 addresses in resolv.conf | Florian Zeitz | 2013-06-18 | 1 | -6/+13 |
|/ |
|
* | net.dns: Add nicer API to cached records | Kim Alvefur | 2013-05-07 | 1 | -0/+4 |
* | net.dns: Make sure argument to math.randomseed does not overflow a 32 bit uns... | Kim Alvefur | 2013-03-05 | 1 | -1/+1 |
* | net.dns: Close voided sockets, so they don't stay in net.server | Kim Alvefur | 2012-12-22 | 1 | -0/+1 |
* | net.dns: Clean up query list when a server is marked down | Matthew Wild | 2012-12-22 | 1 | -0/+5 |
* | s2smanager, net.dns: Fix handling for NXNAME and SRV target of "." | Florian Zeitz | 2011-10-26 | 1 | -0/+1 |
* | net.dns: Preserve metatable on manual cache purge | Matthew Wild | 2011-10-19 | 1 | -1/+1 |
* | net.dns: Shorten AAAA records | Kim Alvefur | 2011-09-02 | 1 | -1/+12 |
* | net.dns: Support for resolving AAAA records | Matthew Wild | 2011-05-16 | 1 | -0/+8 |
* | net.dns: Fix TXT records | Kim Alvefur | 2011-04-15 | 1 | -1/+1 |
* | net.dns: Fix tostring() for SRV records | Matthew Wild | 2011-01-21 | 1 | -10/+7 |
* | net.dns: resolver:query(): Handle getsocket() failures, and return true on su... | Matthew Wild | 2010-12-24 | 1 | -7/+12 |
* | net.dns: resolver:getsocket(): Return nil, err on failure | Matthew Wild | 2010-12-24 | 1 | -1/+5 |
* | net.dns: Clean up tostring() of returned records, as a result PTR records can... | Matthew Wild | 2010-12-14 | 1 | -22/+17 |
* | net.dns: Add resolver:tohostname() and dns.tohostname() | Matthew Wild | 2010-12-14 | 1 | -0/+7 |
* | net.dns: Removed dependency on util.ztact by moving ztact.get/set in. | Waqas Hussain | 2010-12-09 | 1 | -5/+43 |
* | net.dns: Fixed a traceback when util/windows.dll is unavailable on windows. | Waqas Hussain | 2010-10-22 | 1 | -1/+1 |