Software /
code /
prosody
Log
net/dns.lua @ 3360:6c07b64e972c
description | author | age |
---|---|---|
net.dns: Call :cancel() on the current resolver instead of the prototype | Matthew Wild | Wed, 14 Jul 2010 15:32:14 +0100 |
net.dns: Add dns.settimeout() to set the timeout for the default resolver | Matthew Wild | Mon, 05 Jul 2010 12:13:55 +0100 |
net.dns: Make timeout configurable (default 15s) | Matthew Wild | Mon, 05 Jul 2010 12:09:50 +0100 |
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 | Matthew Wild | Mon, 05 Jul 2010 12:05:46 +0100 |
net.dns, net.adns: Move coroutine-calling logic into resolver:cancel() | Matthew Wild | Mon, 05 Jul 2010 11:51:17 +0100 |
net.dns: Handle our own timeouts, including falling onto other servers in resolv.conf if necessary | Matthew Wild | Mon, 05 Jul 2010 11:50:21 +0100 |
net.dns: Remove redundant locals declaration | Matthew Wild | Thu, 20 May 2010 10:46:08 +0100 |
net.dns: Fix dns.lookup from commit e54774bd73a7 | Matthew Wild | Thu, 20 May 2010 10:45:29 +0100 |