aboutsummaryrefslogtreecommitdiffstats
path: root/net/dns.lua
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 u...Matthew Wild2014-07-251-5/+5
* | 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
* | 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 as...Kim Alvefur2013-07-101-1/+1
* | 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 uns...Kim Alvefur2013-03-051-1/+1
* 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 su...Matthew Wild2010-12-241-7/+12
* net.dns: resolver:getsocket(): Return nil, err on failureMatthew Wild2010-12-241-1/+5
* net.dns: Clean up tostring() of returned records, as a result PTR records can...Matthew Wild2010-12-141-22/+17
* net.dns: Add resolver:tohostname() and dns.tohostname()Matthew Wild2010-12-141-0/+7
* net.dns: Removed dependency on util.ztact by moving ztact.get/set in.Waqas Hussain2010-12-091-5/+43
* net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.Waqas Hussain2010-10-221-1/+1
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-9/+9
* net.dns: Support for parsing PTR recordsMatthew Wild2010-10-061-0/+3
* net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet ...Matthew Wild2010-10-051-2/+2
* net.dns: Call :cancel() on the current resolver instead of the prototypeMatthew Wild2010-07-141-1/+1
* net.dns: Add dns.settimeout() to set the timeout for the default resolverMatthew Wild2010-07-051-0/+4
* net.dns: Make timeout configurable (default 15s)Matthew Wild2010-07-051-4/+9
* net.dns, net.adns: Update resolver:cancel() API so that a table doesn't need ...Matthew Wild2010-07-051-5/+5
* net.dns, net.adns: Move coroutine-calling logic into resolver:cancel()Matthew Wild2010-07-051-1/+4
* net.dns: Handle our own timeouts, including falling onto other servers in res...Matthew Wild2010-07-051-1/+25
* net.dns: Remove redundant locals declarationMatthew Wild2010-05-201-1/+0
* net.dns: Fix dns.lookup from commit e54774bd73a7Matthew Wild2010-05-201-1/+1
* net/dns: Fix socket.select timeout.Brian Cully2009-12-281-1/+8
* net.dns: Trailing whitespaceMatthew Wild2010-03-051-2/+2
* net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs...Matthew Wild2010-03-051-2/+7
* net.dns: Normalize records before placing them in the cache, fixes issues wit...Matthew Wild2010-02-121-4/+5
* net.dns: Update for new socket APIMatthew Wild2010-02-121-1/+1
* net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set f...Waqas Hussain2010-02-101-1/+1
* net.dns: Fixed whitespace/indentation.Waqas Hussain2010-02-101-3/+2
* net.dns: Removed unused function.Waqas Hussain2010-02-101-5/+0
* net.dns: Removed some useless indirection to improve readability.Waqas Hussain2010-02-101-10/+9
* net.dns: Make sure math.randomseed() gets passed an integerMatthew Wild2010-01-071-1/+1