Merge 0.11->trunk
|
Kim Alvefur |
2021-01-12 |
net.adns: Prevent empty packets from being sent on "connect" (fix #1619)
0.11
|
Kim Alvefur |
2021-01-12 |
net.adns: Reduce 'Exhausted all servers' message to warning
|
Matthew Wild |
2020-12-08 |
util.dependencies: Tone down lua-unbound dependency for now
|
Kim Alvefur |
2020-06-27 |
net.adns: Log a warning if loaded (because net.unbound wasn't)
|
Kim Alvefur |
2020-06-25 |
net.adns: Add :lookup_promise() method
|
Matthew Wild |
2020-01-24 |
net.adns: Remove unused local [luacheck]
|
Kim Alvefur |
2019-07-30 |
net.*: Remove tostring call from logging
|
Kim Alvefur |
2019-07-30 |
net.adns: Silence individual luacheck warnings instead of ignoring entire file
|
Kim Alvefur |
2018-12-24 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
net.adns: Import setmetatable into a local (fixes traceback on Lua 5.2)
|
Kim Alvefur |
2017-09-27 |
net.adns: Restructure to allow creating separate resolver objects, like net.dns
|
Matthew Wild |
2017-09-25 |
net.adns: remove unused local variables t_insert and t_remove [luacheck]
|
Anton Shestakov |
2016-07-08 |
net.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
Merge 0.9 -> 0.10
|
Kim Alvefur |
2014-11-09 |
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 |
2014-10-30 |
net.adns: Preserve error from setpeername
|
Kim Alvefur |
2014-10-30 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-06-30 |
net.adns: Add missing local declaration
|
Kim Alvefur |
2014-06-25 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix)
|
Kim Alvefur |
2013-07-10 |
net.adns: Fix logging to handle unconnected UDP sockets
|
Matthew Wild |
2011-01-08 |
net.adns: Log the DNS server that a query is sent to
|
Matthew Wild |
2011-01-04 |
net.adns: Handle dns.query() failures, and pass error to handler
|
Matthew Wild |
2010-12-24 |
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 |
2010-07-05 |
net.dns, net.adns: Move coroutine-calling logic into resolver:cancel()
|
Matthew Wild |
2010-07-05 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
Merge with 0.6
|
Matthew Wild |
2010-02-25 |
net.adns: Trailing whitespace
|
Matthew Wild |
2010-01-20 |
net.adns: Don't treat locally-initiated disconnects as fatal with libevent backend in use (thanks Flo)
|
Matthew Wild |
2010-02-18 |
net.adns: Fix potential traceback on DNS responses with libevent enabled (thanks Flo)
|
Matthew Wild |
2010-02-16 |
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.
|
Waqas Hussain |
2010-02-09 |
net.adns: Use different flavour of voodoo to make UDP sockets work smoothly with libevent (no packet merging)
|
Matthew Wild |
2010-01-31 |
net.adns: Trailing whitespace
|
Matthew Wild |
2010-01-31 |
net.adns: Some cleanup, happens to also make it compatible with libevent
|
Matthew Wild |
2009-11-26 |
net.adns: Update for new net.server API (doesn't work with libevent yet)
|
Matthew Wild |
2009-11-22 |
net.adns: Bump log-level of DNS handler errors to, er, 'error'
|
Matthew Wild |
2009-10-05 |
Merge with 0.5
|
Matthew Wild |
2009-09-18 |
net.adns: Utilise new net.dns API to handle DNS network errors
|
Matthew Wild |
2009-09-18 |
net.adns: Add some debug logging to help track down traceback
|
Matthew Wild |
2009-08-18 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
Add log message when DNS lookup is cancelled
|
Matthew Wild |
2009-05-28 |
net.adns: Fix for calling handler when cancelling DNS lookup
|
Matthew Wild |
2009-05-28 |
net.adns: Add support for cancelling a non-blocking lookup, optionally calling the handler
|
Matthew Wild |
2009-05-26 |
net.adns: Call handler for records already cached
|
Matthew Wild |
2009-04-18 |
net.adns: Flush buffer after sending DNS request
|
Matthew Wild |
2009-04-11 |
net.adns: Catch errors in DNS response callbacks
|
Matthew Wild |
2009-04-10 |
net.adns: Set new send in net.server after 'connecting UDP' socket
|
Matthew Wild |
2009-03-07 |
net.adns: Return _M
|
Matthew Wild |
2009-03-04 |
net.adns: Load the correct dns lib
|
Matthew Wild |
2009-03-04 |
net.adns: Add helper module for performing non-blocking DNS lookups
|
Matthew Wild |
2009-03-04 |