log net/dns.lua @ 2982:0395f2f34bd5 0.6.2

age author description
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ
Fri, 12 Feb 2010 15:05:48 +0000 Matthew Wild net.dns: Normalize records before placing them in the cache, fixes issues with CNAME targets in CAPS (fixes #161)
Thu, 07 Jan 2010 01:26:01 +0000 Matthew Wild net.dns: Make sure math.randomseed() gets passed an integer
Thu, 03 Dec 2009 01:13:06 +0000 Matthew Wild net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)
Thu, 03 Dec 2009 01:10:08 +0000 Matthew Wild net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use
Fri, 05 Mar 2010 18:33:28 +0000 Matthew Wild net.dns: Trailing whitespace
Fri, 05 Mar 2010 18:15:08 +0000 Matthew Wild net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs on one line (thanks dersd)
Fri, 12 Feb 2010 15:05:48 +0000 Matthew Wild net.dns: Normalize records before placing them in the cache, fixes issues with CNAME targets in CAPS (fixes #161)
Fri, 12 Feb 2010 15:02:57 +0000 Matthew Wild net.dns: Update for new socket API
Wed, 10 Feb 2010 01:58:49 +0500 Waqas Hussain net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.
Wed, 10 Feb 2010 00:46:04 +0500 Waqas Hussain net.dns: Fixed whitespace/indentation.
Wed, 10 Feb 2010 00:38:07 +0500 Waqas Hussain net.dns: Removed unused function.
Wed, 10 Feb 2010 00:34:30 +0500 Waqas Hussain net.dns: Removed some useless indirection to improve readability.
Thu, 07 Jan 2010 01:26:01 +0000 Matthew Wild net.dns: Make sure math.randomseed() gets passed an integer
Mon, 21 Dec 2009 17:03:47 +0000 Brian Cully net.dns: Update synchronous path for new connection API
Thu, 03 Dec 2009 01:13:06 +0000 Matthew Wild net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)
Thu, 03 Dec 2009 01:10:08 +0000 Matthew Wild net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use
Wed, 02 Dec 2009 20:32:44 +0000 Matthew Wild modulemanager, net.dns: Remove trailing whitespace
Wed, 18 Nov 2009 01:09:09 +0000 Matthew Wild net.dns: Be more strict about the records we cache
Wed, 18 Nov 2009 01:05:38 +0000 Matthew Wild net.dns: Be more strict about checking the DNS replies we receive
Mon, 02 Nov 2009 01:57:33 +0500 Waqas Hussain net.dns: Fixed indentation and coding style.
Mon, 02 Nov 2009 00:52:35 +0500 Waqas Hussain net.dns: Initialize default resolver on module load (instead of on first use).
Mon, 02 Nov 2009 00:46:43 +0500 Waqas Hussain net.dns: Updated to use util.windows.get_nameservers for enumerating nameservers on Windows.
Wed, 21 Oct 2009 00:01:50 +0100 Matthew Wild net.dns: Don't expire records with TTL of 0 instantly
Sat, 17 Oct 2009 17:56:51 +0100 Matthew Wild net.dns: Don't cache some records indefinitely
Tue, 13 Oct 2009 11:13:52 +0100 Matthew Wild Merge with 0.5
Tue, 13 Oct 2009 11:12:49 +0100 Matthew Wild net.dns: Remove sockets from socketset when closing them, fixes a leak
Sun, 27 Sep 2009 12:26:51 +0100 Matthew Wild Merge with 0.5
Fri, 25 Sep 2009 01:35:46 +0100 Matthew Wild net.dns: Even better parsing of nameservers from resolv.conf
Thu, 24 Sep 2009 23:47:16 +0100 Matthew Wild Merge with 0.5