Log

net/adns.lua @ 13247:1bb4aa803b32 0.12

description author age
Merge 0.11->trunk Kim Alvefur Tue, 12 Jan 2021 19:19:15 +0100
net.adns: Prevent empty packets from being sent on "connect" (fix #1619) 0.11 Kim Alvefur Tue, 12 Jan 2021 13:25:08 +0100
net.adns: Reduce 'Exhausted all servers' message to warning Matthew Wild Tue, 08 Dec 2020 15:49:25 +0000
util.dependencies: Tone down lua-unbound dependency for now Kim Alvefur Sat, 27 Jun 2020 14:25:57 +0200
net.adns: Log a warning if loaded (because net.unbound wasn't) Kim Alvefur Thu, 25 Jun 2020 17:55:24 +0200
net.adns: Add :lookup_promise() method Matthew Wild Fri, 24 Jan 2020 13:50:02 +0000
net.adns: Remove unused local [luacheck] Kim Alvefur Tue, 30 Jul 2019 02:36:15 +0200
net.*: Remove tostring call from logging Kim Alvefur Tue, 30 Jul 2019 02:35:17 +0200
net.adns: Silence individual luacheck warnings instead of ignoring entire file Kim Alvefur Mon, 24 Dec 2018 03:00:27 +0100
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
net.adns: Import setmetatable into a local (fixes traceback on Lua 5.2) Kim Alvefur Wed, 27 Sep 2017 17:34:54 +0200
net.adns: Restructure to allow creating separate resolver objects, like net.dns Matthew Wild Mon, 25 Sep 2017 23:06:00 +0100
net.adns: remove unused local variables t_insert and t_remove [luacheck] Anton Shestakov Sat, 09 Jul 2016 00:58:16 +0800
net.*: Remove use of module() function Kim Alvefur Sat, 21 Feb 2015 10:45:24 +0100
Merge 0.9 -> 0.10 Kim Alvefur Sun, 09 Nov 2014 20:30:04 +0100
net.adns: Log peername recorded from wrapped setpeername instead of calling sock:getpeername, it exists and throws an error on unconnected sockets (thanks wirehack7) Kim Alvefur Thu, 30 Oct 2014 12:08:05 +0100
net.adns: Preserve error from setpeername Kim Alvefur Thu, 30 Oct 2014 12:05:24 +0100
Merge 0.9->0.10 Kim Alvefur Mon, 30 Jun 2014 13:11:01 +0200
net.adns: Add missing local declaration Kim Alvefur Wed, 25 Jun 2014 15:33:49 +0200
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix) Kim Alvefur Wed, 10 Jul 2013 07:45:10 +0200
net.adns: Fix logging to handle unconnected UDP sockets Matthew Wild Sat, 08 Jan 2011 23:20:36 +0000
net.adns: Log the DNS server that a query is sent to Matthew Wild Tue, 04 Jan 2011 16:37:57 +0000
net.adns: Handle dns.query() failures, and pass error to handler Matthew Wild Fri, 24 Dec 2010 04:52:40 +0000
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
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
Merge with 0.6 Matthew Wild Thu, 25 Feb 2010 18:03:15 +0000
net.adns: Trailing whitespace Matthew Wild Wed, 20 Jan 2010 02:44:38 +0000
net.adns: Don't treat locally-initiated disconnects as fatal with libevent backend in use (thanks Flo) Matthew Wild Thu, 18 Feb 2010 16:44:26 +0000
net.adns: Fix potential traceback on DNS responses with libevent enabled (thanks Flo) Matthew Wild Tue, 16 Feb 2010 15:05:18 +0000
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency. Waqas Hussain Wed, 10 Feb 2010 01:58:49 +0500
net.adns: Use different flavour of voodoo to make UDP sockets work smoothly with libevent (no packet merging) Matthew Wild Sun, 31 Jan 2010 19:54:56 +0000
net.adns: Trailing whitespace Matthew Wild Sun, 31 Jan 2010 18:09:37 +0000
net.adns: Some cleanup, happens to also make it compatible with libevent Matthew Wild Thu, 26 Nov 2009 22:08:10 +0000
net.adns: Update for new net.server API (doesn't work with libevent yet) Matthew Wild Sun, 22 Nov 2009 04:42:47 +0000
net.adns: Bump log-level of DNS handler errors to, er, 'error' Matthew Wild Mon, 05 Oct 2009 09:56:08 +0100
Merge with 0.5 Matthew Wild Fri, 18 Sep 2009 02:48:52 +0100
net.adns: Utilise new net.dns API to handle DNS network errors Matthew Wild Fri, 18 Sep 2009 02:46:11 +0100
net.adns: Add some debug logging to help track down traceback Matthew Wild Tue, 18 Aug 2009 15:59:11 +0100
Add copyright header to those files missing one Matthew Wild Fri, 10 Jul 2009 03:08:38 +0100
Add log message when DNS lookup is cancelled Matthew Wild Thu, 28 May 2009 02:17:19 +0100
net.adns: Fix for calling handler when cancelling DNS lookup Matthew Wild Thu, 28 May 2009 02:16:43 +0100
net.adns: Add support for cancelling a non-blocking lookup, optionally calling the handler Matthew Wild Tue, 26 May 2009 21:48:32 +0100
net.adns: Call handler for records already cached Matthew Wild Sat, 18 Apr 2009 17:48:30 +0100
net.adns: Flush buffer after sending DNS request Matthew Wild Sat, 11 Apr 2009 16:13:40 +0100
net.adns: Catch errors in DNS response callbacks Matthew Wild Fri, 10 Apr 2009 10:30:50 +0100
net.adns: Set new send in net.server after 'connecting UDP' socket Matthew Wild Sat, 07 Mar 2009 19:57:28 +0000
net.adns: Return _M Matthew Wild Wed, 04 Mar 2009 15:52:05 +0000
net.adns: Load the correct dns lib Matthew Wild Wed, 04 Mar 2009 14:44:28 +0000
net.adns: Add helper module for performing non-blocking DNS lookups Matthew Wild Wed, 04 Mar 2009 12:59:35 +0000