net.dns: Disable jitter for default resolver (used by blocking dns.lookup() calls)
|
Matthew Wild |
2020-06-28 |
net.dns: Reduce default timeout to 5s
|
Matthew Wild |
2020-06-25 |
net.dns: Increase backoff delays
|
Matthew Wild |
2020-06-25 |
net.dns: Add jitter to spread queries and reduce failures due to congestion
|
Matthew Wild |
2020-06-25 |
net.dns: Fix timeout retry logic
|
Matthew Wild |
2020-06-25 |
net.dns: Add some debug logging
|
Matthew Wild |
2020-06-25 |
net.dns: Handle being loaded outside of Prosody
|
Kim Alvefur |
2020-02-24 |
net.dns: Close resolv.conf handle when done (fixes #1342)
0.11
|
Kim Alvefur |
2019-04-13 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-10 |
net.dns: Lazily generate unknown RR type names
|
Kim Alvefur |
2018-06-10 |
Backed out changeset eae606b9266c: Used a lot of memory
|
Kim Alvefur |
2018-06-10 |
net.dns: Expand table of known RR types from IANA registry
|
Kim Alvefur |
2018-06-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-09 |
net.dns: Syntesize type names for the full range
|
Kim Alvefur |
2018-06-09 |
net.dns: Don't attempt to cache unparsed data (fixes #1056)
|
Kim Alvefur |
2018-06-09 |
net.dns: Also cache records from the 'additional' section
|
Kim Alvefur |
2018-06-02 |
net.dns: Cache all records from the 'answer' section (fixes #487)
|
Kim Alvefur |
2018-06-08 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-12-01 |
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop
|
Kim Alvefur |
2017-12-01 |
net.dns: Use inet_ntop from util.net if available
|
Kim Alvefur |
2017-11-29 |
net.dns: Correctly apply lower bound of RTT (thanks Ge0rG)
|
Kim Alvefur |
2017-09-23 |
Merge 0.9->0.10
|
Kim Alvefur |
2017-06-13 |
net.dns: Prevent answers from immediately expiring even if TTL=0 (see #919)
|
Kim Alvefur |
2017-06-13 |
Merge 0.9->0.10
|
Kim Alvefur |
2017-05-27 |
net.dns: Simplify expiry calculation (fixes #919)
|
Kim Alvefur |
2017-05-22 |
net.dns: remove unused variable unpack [luacheck]
|
Anton Shestakov |
2016-07-28 |
net.dns: remove unused one-letter loop variables [luacheck]
|
Anton Shestakov |
2016-07-14 |
net.dns: don't use "for s,s in pairs..." (unused loop variable s) [luacheck]
|
Anton Shestakov |
2016-07-09 |
net.dns: remove unused one-letter loop variables [luacheck]
|
Anton Shestakov |
2016-07-08 |
net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+)
|
Kim Alvefur |
2016-03-28 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-22 |
net.dns: Remember query only after it was sent, in case it was not (fixes #598)
|
Kim Alvefur |
2016-01-21 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-08 |
Backout 88d54bec26b7 prior to release, as it certainly requires more testing
0.9.9
|
Matthew Wild |
2016-01-08 |
net.dns: Allow a zone id in resolv.conf (eg like %eth0)
|
Kim Alvefur |
2016-01-04 |
net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10]
|
Florian Zeitz |
2013-06-18 |
Merge 0.9->0.10
|
Matthew Wild |
2015-09-25 |
net.dns: Unconditionally cache records found in answers
|
Matthew Wild |
2015-05-25 |
net.dns: Use new IPv4-specific socket factory if available (fixes dns on libevent with latest development version of luasocket)
|
Kim Alvefur |
2015-09-25 |
net.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates dns.resolver()
|
Matthew Wild |
2015-07-06 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-05-03 |
net.dns: Make sure argument to math.randomseed does not overflow a 32 bit *signed* int (blame Lua). Closes #439
|
Kim Alvefur |
2015-04-26 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-04-25 |
net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s
|
Kim Alvefur |
2015-04-24 |
Merge 0.9 -> 0.10
|
Kim Alvefur |
2014-11-09 |
net.dns: Try next server if peer name can not be set (thanks wirehack7)
|
Kim Alvefur |
2014-10-30 |
net.dns: Return new socket from servfail
|
Kim Alvefur |
2014-10-30 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-10-05 |
net.dns: Avoid duplicate cache entries
|
Florian Zeitz |
2014-10-05 |
Merge 0.9->0.10
|
Matthew Wild |
2014-07-25 |
net.dns: Remove unused obsolete code
|
Matthew Wild |
2014-07-25 |
net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb)
|
Matthew Wild |
2014-07-25 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-06-30 |
net.dns: Fix duplicated cache insertions by limiting outstanding queries per name to one
|
Kim Alvefur |
2014-06-30 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-07-10 |
net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix)
|
Kim Alvefur |
2013-07-10 |
net.dns: Support IPv6 addresses in resolv.conf
|
Florian Zeitz |
2013-06-18 |
net.dns: Add nicer API to cached records
|
Kim Alvefur |
2013-05-07 |
net.dns: Make sure argument to math.randomseed does not overflow a 32 bit unsigned int. Closes #320
|
Kim Alvefur |
2013-03-05 |
net.dns: Close voided sockets, so they don't stay in net.server
|
Kim Alvefur |
2012-12-22 |
net.dns: Clean up query list when a server is marked down
|
Matthew Wild |
2012-12-22 |
s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."
|
Florian Zeitz |
2011-10-26 |
net.dns: Preserve metatable on manual cache purge
|
Matthew Wild |
2011-10-19 |
net.dns: Shorten AAAA records
|
Kim Alvefur |
2011-09-02 |
net.dns: Support for resolving AAAA records
|
Matthew Wild |
2011-05-16 |
net.dns: Fix TXT records
|
Kim Alvefur |
2011-04-14 |
net.dns: Fix tostring() for SRV records
|
Matthew Wild |
2011-01-21 |
net.dns: resolver:query(): Handle getsocket() failures, and return true on success
|
Matthew Wild |
2010-12-24 |
net.dns: resolver:getsocket(): Return nil, err on failure
|
Matthew Wild |
2010-12-24 |
net.dns: Clean up tostring() of returned records, as a result PTR records can now be tostring()'d
|
Matthew Wild |
2010-12-14 |
net.dns: Add resolver:tohostname() and dns.tohostname()
|
Matthew Wild |
2010-12-14 |
net.dns: Removed dependency on util.ztact by moving ztact.get/set in.
|
Waqas Hussain |
2010-12-09 |
net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.
|
Waqas Hussain |
2010-10-22 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
net.dns: Support for parsing PTR records
|
Matthew Wild |
2010-10-05 |
net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet even if it doesn't match an outstanding request
|
Matthew Wild |
2010-10-05 |
net.dns: Call :cancel() on the current resolver instead of the prototype
|
Matthew Wild |
2010-07-14 |
net.dns: Add dns.settimeout() to set the timeout for the default resolver
|
Matthew Wild |
2010-07-05 |
net.dns: Make timeout configurable (default 15s)
|
Matthew Wild |
2010-07-05 |
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 |
net.dns: Handle our own timeouts, including falling onto other servers in resolv.conf if necessary
|
Matthew Wild |
2010-07-05 |
net.dns: Remove redundant locals declaration
|
Matthew Wild |
2010-05-20 |
net.dns: Fix dns.lookup from commit e54774bd73a7
|
Matthew Wild |
2010-05-20 |
net/dns: Fix socket.select timeout.
|
Brian Cully |
2009-12-28 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
2010-03-03 |
net.dns: Normalize records before placing them in the cache, fixes issues with CNAME targets in CAPS (fixes #161)
|
Matthew Wild |
2010-02-12 |
net.dns: Make sure math.randomseed() gets passed an integer
|
Matthew Wild |
2010-01-07 |
net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)
|
Matthew Wild |
2009-12-03 |
net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use
|
Matthew Wild |
2009-12-03 |
net.dns: Trailing whitespace
|
Matthew Wild |
2010-03-05 |
net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs on one line (thanks dersd)
|
Matthew Wild |
2010-03-05 |
net.dns: Normalize records before placing them in the cache, fixes issues with CNAME targets in CAPS (fixes #161)
|
Matthew Wild |
2010-02-12 |
net.dns: Update for new socket API
|
Matthew Wild |
2010-02-12 |
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.
|
Waqas Hussain |
2010-02-09 |
net.dns: Fixed whitespace/indentation.
|
Waqas Hussain |
2010-02-09 |
net.dns: Removed unused function.
|
Waqas Hussain |
2010-02-09 |
net.dns: Removed some useless indirection to improve readability.
|
Waqas Hussain |
2010-02-09 |
net.dns: Make sure math.randomseed() gets passed an integer
|
Matthew Wild |
2010-01-07 |
net.dns: Update synchronous path for new connection API
|
Brian Cully |
2009-12-21 |
net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)
|
Matthew Wild |
2009-12-03 |
net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use
|
Matthew Wild |
2009-12-03 |
modulemanager, net.dns: Remove trailing whitespace
|
Matthew Wild |
2009-12-02 |
net.dns: Be more strict about the records we cache
|
Matthew Wild |
2009-11-18 |
net.dns: Be more strict about checking the DNS replies we receive
|
Matthew Wild |
2009-11-18 |
net.dns: Fixed indentation and coding style.
|
Waqas Hussain |
2009-11-01 |
net.dns: Initialize default resolver on module load (instead of on first use).
|
Waqas Hussain |
2009-11-01 |
net.dns: Updated to use util.windows.get_nameservers for enumerating nameservers on Windows.
|
Waqas Hussain |
2009-11-01 |
net.dns: Don't expire records with TTL of 0 instantly
|
Matthew Wild |
2009-10-20 |
net.dns: Don't cache some records indefinitely
|
Matthew Wild |
2009-10-17 |
Merge with 0.5
|
Matthew Wild |
2009-10-13 |
net.dns: Remove sockets from socketset when closing them, fixes a leak
|
Matthew Wild |
2009-10-13 |
Merge with 0.5
|
Matthew Wild |
2009-09-27 |
net.dns: Even better parsing of nameservers from resolv.conf
|
Matthew Wild |
2009-09-25 |
Merge with 0.5
|
Matthew Wild |
2009-09-24 |
net.dns: Remove elements from the cache when expired so as to not leave holes in the array
|
Matthew Wild |
2009-09-24 |
net.dns: Stricter matching of nameserver entries in resolv.conf
|
Matthew Wild |
2009-09-24 |