| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -9/+9 |
* | net.dns: Support for parsing PTR records | Matthew Wild | 2010-10-06 | 1 | -0/+3 |
* | net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet ... | Matthew Wild | 2010-10-05 | 1 | -2/+2 |
* | net.dns: Call :cancel() on the current resolver instead of the prototype | Matthew Wild | 2010-07-14 | 1 | -1/+1 |
* | net.dns: Add dns.settimeout() to set the timeout for the default resolver | Matthew Wild | 2010-07-05 | 1 | -0/+4 |
* | net.dns: Make timeout configurable (default 15s) | Matthew Wild | 2010-07-05 | 1 | -4/+9 |
* | net.dns, net.adns: Update resolver:cancel() API so that a table doesn't need ... | Matthew Wild | 2010-07-05 | 1 | -5/+5 |
* | net.dns, net.adns: Move coroutine-calling logic into resolver:cancel() | Matthew Wild | 2010-07-05 | 1 | -1/+4 |
* | net.dns: Handle our own timeouts, including falling onto other servers in res... | Matthew Wild | 2010-07-05 | 1 | -1/+25 |
* | net.dns: Remove redundant locals declaration | Matthew Wild | 2010-05-20 | 1 | -1/+0 |
* | net.dns: Fix dns.lookup from commit e54774bd73a7 | Matthew Wild | 2010-05-20 | 1 | -1/+1 |
* | net/dns: Fix socket.select timeout. | Brian Cully | 2009-12-28 | 1 | -1/+8 |
* | net.dns: Trailing whitespace | Matthew Wild | 2010-03-05 | 1 | -2/+2 |
* | net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs... | Matthew Wild | 2010-03-05 | 1 | -2/+7 |
* | net.dns: Normalize records before placing them in the cache, fixes issues wit... | Matthew Wild | 2010-02-12 | 1 | -4/+5 |
* | net.dns: Update for new socket API | Matthew Wild | 2010-02-12 | 1 | -1/+1 |
* | net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set f... | Waqas Hussain | 2010-02-10 | 1 | -1/+1 |
* | net.dns: Fixed whitespace/indentation. | Waqas Hussain | 2010-02-10 | 1 | -3/+2 |
* | net.dns: Removed unused function. | Waqas Hussain | 2010-02-10 | 1 | -5/+0 |
* | net.dns: Removed some useless indirection to improve readability. | Waqas Hussain | 2010-02-10 | 1 | -10/+9 |
* | net.dns: Make sure math.randomseed() gets passed an integer | Matthew Wild | 2010-01-07 | 1 | -1/+1 |
* | net.dns: Update synchronous path for new connection API | Brian Cully | 2009-12-21 | 1 | -1/+1 |
* | net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (n... | Matthew Wild | 2009-12-03 | 1 | -1/+1 |
* | net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use | Matthew Wild | 2009-12-03 | 1 | -8/+5 |
* | modulemanager, net.dns: Remove trailing whitespace | Matthew Wild | 2009-12-02 | 1 | -1/+1 |
* | net.dns: Be more strict about the records we cache | Matthew Wild | 2009-11-18 | 1 | -5/+4 |
* | net.dns: Be more strict about checking the DNS replies we receive | Matthew Wild | 2009-11-18 | 1 | -1/+2 |
* | net.dns: Fixed indentation and coding style. | Waqas Hussain | 2009-11-02 | 1 | -719/+751 |
* | net.dns: Initialize default resolver on module load (instead of on first use). | Waqas Hussain | 2009-11-02 | 1 | -1/+1 |
* | net.dns: Updated to use util.windows.get_nameservers for enumerating nameserv... | Waqas Hussain | 2009-11-02 | 1 | -13/+25 |