aboutsummaryrefslogtreecommitdiffstats
path: root/net/adns.lua
Commit message (Expand)AuthorAgeFilesLines
* Add log message when DNS lookup is cancelledMatthew Wild2009-05-281-0/+1
* net.adns: Fix for calling handler when cancelling DNS lookupMatthew Wild2009-05-281-1/+1
* net.adns: Add support for cancelling a non-blocking lookup, optionally callin...Matthew Wild2009-05-261-1/+8
* net.adns: Call handler for records already cachedMatthew Wild2009-04-181-5/+9
* net.adns: Flush buffer after sending DNS requestMatthew Wild2009-04-111-1/+1
* net.adns: Catch errors in DNS response callbacksMatthew Wild2009-04-101-2/+5
* net.adns: Set new send in net.server after 'connecting UDP' socketMatthew Wild2009-03-071-1/+1
* net.adns: Return _MMatthew Wild2009-03-041-0/+2
* net.adns: Load the correct dns libMatthew Wild2009-03-041-1/+1
* net.adns: Add helper module for performing non-blocking DNS lookupsMatthew Wild2009-03-041-0/+38