aboutsummaryrefslogtreecommitdiffstats
path: root/net/dns.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.dns: Correctly apply lower bound of RTT (thanks Ge0rG)Kim Alvefur2017-09-241-1/+1
|
* Merge 0.9->0.10Kim Alvefur2017-06-131-1/+1
|\
| * net.dns: Prevent answers from immediately expiring even if TTL=0 (see #919)Kim Alvefur2017-06-131-1/+1
| |
* | Merge 0.9->0.10Kim Alvefur2017-05-271-8/+2
|\|
| * net.dns: Simplify expiry calculation (fixes #919)Kim Alvefur2017-05-221-8/+2
| |
* | net.dns: remove unused variable unpack [luacheck]Anton Shestakov2016-07-281-2/+2
| |
* | net.dns: remove unused one-letter loop variables [luacheck]Anton Shestakov2016-07-141-4/+4
| |
* | net.dns: don't use "for s,s in pairs..." (unused loop variable s) [luacheck]Anton Shestakov2016-07-091-2/+2
| |
* | net.dns: remove unused one-letter loop variables [luacheck]Anton Shestakov2016-07-091-4/+4
| |
* | net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+)Kim Alvefur2016-03-281-2/+2
| |
* | Merge 0.9->0.10Kim Alvefur2016-01-221-7/+7
|\|
| * net.dns: Remember query only after it was sent, in case it was not (fixes #598)Kim Alvefur2016-01-211-5/+5
| |
* | Merge 0.9->0.10Kim Alvefur2016-01-081-2/+4
|\|
| * Backout 88d54bec26b7 prior to release, as it certainly requires more testing0.9.9Matthew Wild2016-01-081-1/+3
| |
| * net.dns: Allow a zone id in resolv.conf (eg like %eth0)Kim Alvefur2016-01-041-1/+1
| |
| * net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10]Florian Zeitz2013-06-181-6/+13
| |
* | Merge 0.9->0.10Matthew Wild2015-09-251-3/+1
|\|
| * net.dns: Unconditionally cache records found in answersMatthew Wild2015-05-251-3/+1
| |
* | net.dns: Use new IPv4-specific socket factory if available (fixes dns on ↵Kim Alvefur2015-09-251-1/+1
| | | | | | | | libevent with latest development version of luasocket)
* | net.*: Remove use of module() functionKim Alvefur2015-02-211-2/+2
| |
* | net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates ↵Matthew Wild2015-07-061-11/+0
| | | | | | | | dns.resolver()
* | Merge 0.9->0.10Kim Alvefur2015-05-031-1/+1
|\|
| * net.dns: Make sure argument to math.randomseed does not overflow a 32 bit ↵Kim Alvefur2015-04-261-1/+1
| | | | | | | | *signed* int (blame Lua). Closes #439
* | Merge 0.9->0.10Kim Alvefur2015-04-261-3/+8
|\|
| * net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2sKim Alvefur2015-04-241-3/+8
| |
* | Merge 0.9 -> 0.10Kim Alvefur2014-11-091-7/+12
|\|
| * net.dns: Try next server if peer name can not be set (thanks wirehack7)Kim Alvefur2014-10-301-6/+10
| |
| * net.dns: Return new socket from servfailKim Alvefur2014-10-301-3/+4
| |
* | Merge 0.9->0.10Kim Alvefur2014-10-051-4/+9
|\|
| * net.dns: Avoid duplicate cache entriesFlorian Zeitz2014-10-051-4/+9
| |
* | Merge 0.9->0.10Matthew Wild2014-07-251-9/+6
|\|
| * net.dns: Remove unused obsolete codeMatthew Wild2014-07-251-4/+1
| |
| * net.dns: Ensure all pending requests get notified of a timeout when looking ↵Matthew Wild2014-07-251-5/+5
| | | | | | | | up a record (fix for d122420542fb)
* | Merge 0.9->0.10Kim Alvefur2014-06-301-1/+8
|\|
| * net.dns: Fix duplicated cache insertions by limiting outstanding queries per ↵Kim Alvefur2014-06-301-1/+8
| | | | | | | | name to one
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-3/+3
| |
* | Merge 0.9->trunkKim Alvefur2013-07-101-1/+1
|\|
| * net.dns, net.adns: Make sure errors from net.server are propagated (thanks ↵Kim Alvefur2013-07-101-1/+1
| | | | | | | | asterix)
* | net.dns: Support IPv6 addresses in resolv.confFlorian Zeitz2013-06-181-6/+13
|/
* net.dns: Add nicer API to cached recordsKim Alvefur2013-05-071-0/+4
|
* net.dns: Make sure argument to math.randomseed does not overflow a 32 bit ↵Kim Alvefur2013-03-051-1/+1
| | | | unsigned int. Closes #320
* net.dns: Close voided sockets, so they don't stay in net.serverKim Alvefur2012-12-221-0/+1
|
* net.dns: Clean up query list when a server is marked downMatthew Wild2012-12-221-0/+5
|
* s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."Florian Zeitz2011-10-261-0/+1
|
* net.dns: Preserve metatable on manual cache purgeMatthew Wild2011-10-191-1/+1
|
* net.dns: Shorten AAAA recordsKim Alvefur2011-09-021-1/+12
|
* net.dns: Support for resolving AAAA recordsMatthew Wild2011-05-161-0/+8
|
* net.dns: Fix TXT recordsKim Alvefur2011-04-151-1/+1
|
* net.dns: Fix tostring() for SRV recordsMatthew Wild2011-01-211-10/+7
|
* net.dns: resolver:query(): Handle getsocket() failures, and return true on ↵Matthew Wild2010-12-241-7/+12
| | | | success