net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code.
[prosody.git] / net / dns.lua
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
2009-09-27 Matthew WildMerge with waqas
2009-09-25 Matthew Wildnet.dns: Even better parsing of nameservers from resolv...
2009-09-24 Matthew WildMerge with 0.5
2009-09-24 Matthew Wildnet.dns: Remove elements from the cache when expired...
2009-09-24 Matthew Wildnet.dns: Stricter matching of nameserver entries in...
2009-09-24 Matthew WildMerge with trunk
2009-09-24 Matthew WildMerge with 0.5
2009-09-24 Matthew Wildnet.dns: Respect commented nameserver entries in resolv...
2009-09-21 Matthew Wildnet.dns: (for some reason this commit didn't pull over...
2009-09-21 Matthew WildMerge with 0.5
2009-09-21 Matthew Wildcore.s2smanager: Don't recurse CNAMEs infinitely :)
2009-09-18 Matthew WildMerge with 0.5
2009-09-18 Matthew Wildnet.dns: Multiple internal changes and API extensions...
2009-09-02 Waqas Hussainnet/dns: Fixed regression causing nameserver initializa...
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-18 Matthew Wildnet.dns: Automatically add nameserver 127.0.0.1 if...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-05-26 Matthew Wildnet.dns: Add support for cancelling a coroutine-based...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-04 Matthew Wildnet.dns: Add methods necessary for allowing non-blockin...
2009-01-30 Matthew Wild0.2->0.3
2008-12-16 Matthew WildMerge from waqas
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-29 Tobias MarkmannForced merge.
2008-11-28 Matthew WildMerge from waqas
2008-11-28 Waqas HussainQuickfix for dns.lua to not crash on failed connection...
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Waqas HussainAdded temporary fix for srv on windows: using opendns...
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildFix various mistakes in dns.lua
2008-11-23 Matthew WildFix dns for poor Windows users, who have never seen...
2008-11-18 Matthew WildWe have SRV resolving \o/