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 |