Commit graph

130 commits

Author SHA1 Message Date
Matthew Wild
ff7b482c6d net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates dns.resolver() 2015-07-06 19:11:39 +01:00
Kim Alvefur
a7606f77d9 Merge 0.9->0.10 2015-05-03 18:38:39 +02:00
Kim Alvefur
3e6b35b5d4 Merge 0.9->0.10 2015-04-26 00:06:44 +02:00
Kim Alvefur
486335f3db Merge 0.9 -> 0.10 2014-11-09 20:30:04 +01:00
Kim Alvefur
e4a6b7e39a Merge 0.9->0.10 2014-10-05 15:37:21 +02:00
Matthew Wild
999a5a0cb3 Merge 0.9->0.10 2014-07-25 13:01:57 +01:00
Kim Alvefur
75c19f9f6c Merge 0.9->0.10 2014-06-30 13:11:01 +02:00
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Kim Alvefur
7cbbf991bc Merge 0.9->trunk 2013-07-10 07:47:54 +02:00
Kim Alvefur
5b13d561ee net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix) 2013-07-10 07:45:10 +02:00
Florian Zeitz
4f709973f8 net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10] 2013-06-18 23:02:20 +02:00
Florian Zeitz
15c9e030d7 net.dns: Support IPv6 addresses in resolv.conf 2013-06-18 23:02:20 +02:00
Kim Alvefur
694d42d322 net.dns: Add nicer API to cached records 2013-05-07 16:51:25 +02:00
Kim Alvefur
cd8da4a60d net.dns: Make sure argument to math.randomseed does not overflow a 32 bit unsigned int. Closes #320 2013-03-05 10:04:31 +01:00
Kim Alvefur
a7f6283a2e net.dns: Close voided sockets, so they don't stay in net.server 2012-12-22 14:20:12 +01:00
Matthew Wild
81b3ba1442 net.dns: Clean up query list when a server is marked down 2012-12-22 12:06:36 +00:00
Florian Zeitz
a71b403617 s2smanager, net.dns: Fix handling for NXNAME and SRV target of "." 2011-10-26 02:03:33 +02:00
Matthew Wild
3df40be7ea net.dns: Preserve metatable on manual cache purge 2011-10-19 16:21:56 -04:00
Kim Alvefur
17c863797d net.dns: Shorten AAAA records 2011-09-02 18:54:42 +02:00
Matthew Wild
db55e7da51 net.dns: Support for resolving AAAA records 2011-05-16 19:33:02 +01:00
Kim Alvefur
66a908d35f net.dns: Fix TXT records 2011-04-15 00:54:10 +02:00
Matthew Wild
75862530f2 net.dns: Fix tostring() for SRV records 2011-01-21 14:02:02 +00:00
Matthew Wild
d3f1852729 net.dns: resolver:query(): Handle getsocket() failures, and return true on success 2010-12-24 04:52:13 +00:00
Matthew Wild
b186a9c3bf net.dns: resolver:getsocket(): Return nil, err on failure 2010-12-24 04:51:34 +00:00
Matthew Wild
91b6b03395 net.dns: Clean up tostring() of returned records, as a result PTR records can now be tostring()'d 2010-12-14 18:29:40 +00:00
Matthew Wild
b05ec98945 net.dns: Add resolver:tohostname() and dns.tohostname() 2010-12-14 18:28:42 +00:00
Waqas Hussain
d359b28db2 net.dns: Removed dependency on util.ztact by moving ztact.get/set in. 2010-12-09 23:22:21 +05:00
Waqas Hussain
d82ce21414 net.dns: Fixed a traceback when util/windows.dll is unavailable on windows. 2010-10-22 10:45:45 +05:00
Waqas Hussain
b7e51a203d Monster whitespace commit (beware the whitespace monster). 2010-10-16 23:00:42 +05:00
Matthew Wild
26cf54ee8b net.dns: Support for parsing PTR records 2010-10-06 00:13:24 +01:00
Matthew Wild
0f6754746c net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet even if it doesn't match an outstanding request 2010-10-05 18:55:17 +01:00
Matthew Wild
1c51f969da net.dns: Call :cancel() on the current resolver instead of the prototype 2010-07-14 15:32:14 +01:00
Matthew Wild
90b0ef76c6 net.dns: Add dns.settimeout() to set the timeout for the default resolver 2010-07-05 12:13:55 +01:00
Matthew Wild
d2b5e885a8 net.dns: Make timeout configurable (default 15s) 2010-07-05 12:09:50 +01:00
Matthew Wild
cad77ed8cf net.dns, net.adns: Update resolver:cancel() API so that a table doesn't need to be created for each cancellation internal to net.dns 2010-07-05 12:05:46 +01:00
Matthew Wild
e23e53d3b8 net.dns, net.adns: Move coroutine-calling logic into resolver:cancel() 2010-07-05 11:51:17 +01:00
Matthew Wild
4b2249df84 net.dns: Handle our own timeouts, including falling onto other servers in resolv.conf if necessary 2010-07-05 11:50:21 +01:00
Matthew Wild
fd55f81b12 net.dns: Remove redundant locals declaration 2010-05-20 10:46:08 +01:00
Matthew Wild
dbe5e5fc2b net.dns: Fix dns.lookup from commit e54774bd73a7 2010-05-20 10:45:29 +01:00
Brian Cully
f135b2f4a4 net/dns: Fix socket.select timeout. 2009-12-28 19:49:55 +05:00
Matthew Wild
a201db970b net.dns: Trailing whitespace 2010-03-05 18:33:28 +00:00
Matthew Wild
322f02b17f net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs on one line (thanks dersd) 2010-03-05 18:15:08 +00:00
Matthew Wild
d6548d9810 net.dns: Normalize records before placing them in the cache, fixes issues with CNAME targets in CAPS (fixes #161) 2010-02-12 15:05:48 +00:00
Matthew Wild
706c63594e net.dns: Update for new socket API 2010-02-12 15:02:57 +00:00
Waqas Hussain
9939a23f32 net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency. 2010-02-10 01:58:49 +05:00
Waqas Hussain
958fddede9 net.dns: Fixed whitespace/indentation. 2010-02-10 00:46:04 +05:00
Waqas Hussain
667b411e63 net.dns: Removed unused function. 2010-02-10 00:38:07 +05:00
Waqas Hussain
588d6d7490 net.dns: Removed some useless indirection to improve readability. 2010-02-10 00:34:30 +05:00
Matthew Wild
76940508d1 net.dns: Make sure math.randomseed() gets passed an integer 2010-01-07 01:26:01 +00:00
Brian Cully
f6f447b421 net.dns: Update synchronous path for new connection API 2009-12-21 17:03:47 +00:00