net.dns: Ensure all pending requests get notified of a timeout when looking up a...
[prosody.git] / net / dns.lua
2014-07-25 Matthew Wildnet.dns: Ensure all pending requests get notified of...
2014-06-30 Kim Alvefurnet.dns: Fix duplicated cache insertions by limiting...
2013-07-10 Kim Alvefurnet.dns, net.adns: Make sure errors from net.server...
2013-05-07 Kim Alvefurnet.dns: Add nicer API to cached records
2013-05-01 Matthew WildMerge with Florob
2013-03-10 Matthew WildMerge 0.9->trunk
2013-03-05 Kim Alvefurnet.dns: Make sure argument to math.randomseed does...
2012-12-26 Kim AlvefurMerge 0.9->trunk
2012-12-22 Kim Alvefurnet.dns: Close voided sockets, so they don't stay in...
2012-12-22 Matthew Wildnet.dns: Clean up query list when a server is marked...
2011-11-26 Matthew WildMerge with Florob
2011-10-26 Matthew WildMerge with Zash
2011-10-26 Florian Zeitzs2smanager, net.dns: Fix handling for NXNAME and SRV...
2011-10-19 Matthew Wildnet.dns: Preserve metatable on manual cache purge
2011-09-02 Kim Alvefurnet.dns: Shorten AAAA records
2011-06-02 Matthew WildMerge 0.8->trunk
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-05-16 Matthew Wildnet.dns: Support for resolving AAAA records
2011-04-15 Matthew WildMerge 0.8->trunk
2011-04-15 Matthew WildMerge Zash->trunk
2011-04-14 Kim Alvefurnet.dns: Fix TXT records
2011-01-21 Matthew WildMerge 0.8->trunk
2011-01-21 Matthew Wildnet.dns: Fix tostring() for SRV records
2010-12-24 Matthew Wildnet.dns: resolver:query(): Handle getsocket() failures...
2010-12-24 Matthew Wildnet.dns: resolver:getsocket(): Return nil, err on failure
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-14 Matthew Wildnet.dns: Clean up tostring() of returned records, as...
2010-12-14 Matthew Wildnet.dns: Add resolver:tohostname() and dns.tohostname()
2010-12-14 Matthew Wildnet.dns: Clean up tostring() of returned records, as...
2010-12-14 Matthew Wildnet.dns: Add resolver:tohostname() and dns.tohostname()
2010-12-24 Matthew Wildnet.dns: resolver:query(): Handle getsocket() failures...
2010-12-24 Matthew Wildnet.dns: resolver:getsocket(): Return nil, err on failure
2010-12-09 Waqas Hussainnet.dns: Removed dependency on util.ztact by moving...
2010-12-09 Waqas Hussainnet.dns: Removed dependency on util.ztact by moving...
2010-10-22 Waqas Hussainnet.dns: Fixed a traceback when util/windows.dll is...
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-10-05 Matthew Wildnet.dns: Support for parsing PTR records
2010-10-05 Matthew Wildnet.dns: Add 'force' parameter to resolver:feed() to...
2010-07-14 Matthew Wildnet.dns: Call :cancel() on the current resolver instead...
2010-07-05 Matthew Wildnet.dns: Add dns.settimeout() to set the timeout for...
2010-07-05 Matthew Wildnet.dns: Make timeout configurable (default 15s)
2010-07-05 Matthew Wildnet.dns, net.adns: Update resolver:cancel() API so...
2010-07-05 Matthew Wildnet.dns, net.adns: Move coroutine-calling logic into...
2010-07-05 Matthew Wildnet.dns: Handle our own timeouts, including falling...
2010-06-29 Matthew WildMerge backout
2010-05-21 Matthew WildMerge with backout
2010-05-20 Matthew Wildnet.dns: Remove redundant locals declaration
2010-05-20 Matthew Wildnet.dns: Remove redundant locals declaration
2010-05-20 Matthew Wildnet.dns: Fix dns.lookup from commit e54774bd73a7
2010-05-20 Matthew Wildnet.dns: Fix dns.lookup from commit e54774bd73a7
2010-05-18 Matthew WildMerge 0.7->trunk
2010-05-18 Matthew WildMerge 0.6->0.7
2010-03-12 Tobias MarkmannMerge with tip.
2010-03-05 Matthew WildMerge with trunk
2010-03-05 Matthew WildMerge with 0.7
2010-03-05 Matthew Wildnet.dns: Trailing whitespace
2010-03-05 Matthew Wildnet.dns: More reliable parsing of resolv.conf - allow...
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-12 Matthew Wildnet.dns: Normalize records before placing them in the...
2010-02-12 Matthew Wildnet.dns: Update for new socket API
2010-02-09 Waqas Hussainnet.dns, net.adns: Changed dns:socket_wrapper_set to...
2010-02-09 Waqas Hussainnet.dns: Fixed whitespace/indentation.
2010-02-09 Waqas Hussainnet.dns: Removed unused function.
2010-02-09 Waqas Hussainnet.dns: Removed some useless indirection to improve...
2010-02-05 Matthew WildMerge with backout
2010-01-07 Matthew Wildnet.dns: Make sure math.randomseed() gets passed an...
2010-01-07 Matthew Wildnet.dns: Make sure math.randomseed() gets passed an...
2009-12-28 Brian Cullynet/dns: Fix socket.select timeout.
2009-12-21 Brian Cullynet.dns: Update synchronous path for new connection API
2009-12-03 Tobias MarkmannMerge with Waqas.
2009-12-03 Matthew Wildnet.dns: Fix for blocking dns lookups to find waiting...
2009-12-03 Matthew Wildnet.dns: Fix for blocking dns lookups to find waiting...
2009-12-03 Matthew Wildnet.dns: Port some DNS fixes to the resolver:feed(...
2009-12-03 Matthew Wildnet.dns: Port some DNS fixes to the resolver:feed(...
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew Wildmodulemanager, net.dns: Remove trailing whitespace
2010-02-12 Matthew Wildnet.dns: Normalize records before placing them in the...
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-18 Matthew Wildnet.dns: Be more strict about the records we cache
2009-11-18 Matthew Wildnet.dns: Be more strict about checking the DNS replies...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-01 Waqas Hussainnet.dns: Fixed indentation and coding style.
2009-11-01 Waqas Hussainnet.dns: Initialize default resolver on module load...
2009-11-01 Waqas Hussainnet.dns: Updated to use util.windows.get_nameservers...
2009-10-20 Matthew Wildnet.dns: Don't expire records with TTL of 0 instantly
2009-10-17 Matthew Wildnet.dns: Don't cache some records indefinitely
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Matthew Wildnet.dns: Remove sockets from socketset when closing...
2009-09-27 Matthew WildMerge with trunk
2009-09-27 Matthew WildMerge with 0.5
next