Fri, 24 Dec 2010 04:52:13 +0000 Matthew Wild net.dns: resolver:query(): Handle getsocket() failures, and return true on success file | diff | annotate
Fri, 24 Dec 2010 04:51:34 +0000 Matthew Wild net.dns: resolver:getsocket(): Return nil, err on failure file | diff | annotate
Tue, 14 Dec 2010 18:29:40 +0000 Matthew Wild net.dns: Clean up tostring() of returned records, as a result PTR records can now be tostring()'d file | diff | annotate
Tue, 14 Dec 2010 18:28:42 +0000 Matthew Wild net.dns: Add resolver:tohostname() and dns.tohostname() file | diff | annotate
Thu, 09 Dec 2010 23:22:21 +0500 Waqas Hussain net.dns: Removed dependency on util.ztact by moving ztact.get/set in. file | diff | annotate
Fri, 22 Oct 2010 10:45:45 +0500 Waqas Hussain net.dns: Fixed a traceback when util/windows.dll is unavailable on windows. file | diff | annotate
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster). file | diff | annotate
Wed, 06 Oct 2010 00:13:24 +0100 Matthew Wild net.dns: Support for parsing PTR records file | diff | annotate
Tue, 05 Oct 2010 18:55:17 +0100 Matthew Wild net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet even if it doesn't match an outstanding request file | diff | annotate
Wed, 14 Jul 2010 15:32:14 +0100 Matthew Wild net.dns: Call :cancel() on the current resolver instead of the prototype file | diff | annotate
Mon, 05 Jul 2010 12:13:55 +0100 Matthew Wild net.dns: Add dns.settimeout() to set the timeout for the default resolver file | diff | annotate
Mon, 05 Jul 2010 12:09:50 +0100 Matthew Wild net.dns: Make timeout configurable (default 15s) file | diff | annotate
Mon, 05 Jul 2010 12:05:46 +0100 Matthew Wild 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 file | diff | annotate
Mon, 05 Jul 2010 11:51:17 +0100 Matthew Wild net.dns, net.adns: Move coroutine-calling logic into resolver:cancel() file | diff | annotate
Mon, 05 Jul 2010 11:50:21 +0100 Matthew Wild net.dns: Handle our own timeouts, including falling onto other servers in resolv.conf if necessary file | diff | annotate
Thu, 20 May 2010 10:46:08 +0100 Matthew Wild net.dns: Remove redundant locals declaration file | diff | annotate
Thu, 20 May 2010 10:45:29 +0100 Matthew Wild net.dns: Fix dns.lookup from commit e54774bd73a7 file | diff | annotate
Mon, 28 Dec 2009 19:49:55 +0500 Brian Cully net/dns: Fix socket.select timeout. file | diff | annotate
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ file | diff | annotate
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) file | diff | annotate
Thu, 07 Jan 2010 01:26:01 +0000 Matthew Wild net.dns: Make sure math.randomseed() gets passed an integer file | diff | annotate
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...) file | diff | annotate
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 file | diff | annotate
Fri, 05 Mar 2010 18:33:28 +0000 Matthew Wild net.dns: Trailing whitespace file | diff | annotate
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) file | diff | annotate
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) file | diff | annotate
Fri, 12 Feb 2010 15:02:57 +0000 Matthew Wild net.dns: Update for new socket API file | diff | annotate
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. file | diff | annotate
Wed, 10 Feb 2010 00:46:04 +0500 Waqas Hussain net.dns: Fixed whitespace/indentation. file | diff | annotate
Wed, 10 Feb 2010 00:38:07 +0500 Waqas Hussain net.dns: Removed unused function. file | diff | annotate
Wed, 10 Feb 2010 00:34:30 +0500 Waqas Hussain net.dns: Removed some useless indirection to improve readability. file | diff | annotate
Thu, 07 Jan 2010 01:26:01 +0000 Matthew Wild net.dns: Make sure math.randomseed() gets passed an integer file | diff | annotate
Mon, 21 Dec 2009 17:03:47 +0000 Brian Cully net.dns: Update synchronous path for new connection API file | diff | annotate
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...) file | diff | annotate
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 file | diff | annotate
Wed, 02 Dec 2009 20:32:44 +0000 Matthew Wild modulemanager, net.dns: Remove trailing whitespace file | diff | annotate
Wed, 18 Nov 2009 01:09:09 +0000 Matthew Wild net.dns: Be more strict about the records we cache file | diff | annotate
Wed, 18 Nov 2009 01:05:38 +0000 Matthew Wild net.dns: Be more strict about checking the DNS replies we receive file | diff | annotate
Mon, 02 Nov 2009 01:57:33 +0500 Waqas Hussain net.dns: Fixed indentation and coding style. file | diff | annotate
Mon, 02 Nov 2009 00:52:35 +0500 Waqas Hussain net.dns: Initialize default resolver on module load (instead of on first use). file | diff | annotate
Mon, 02 Nov 2009 00:46:43 +0500 Waqas Hussain net.dns: Updated to use util.windows.get_nameservers for enumerating nameservers on Windows. file | diff | annotate
Wed, 21 Oct 2009 00:01:50 +0100 Matthew Wild net.dns: Don't expire records with TTL of 0 instantly file | diff | annotate
Sat, 17 Oct 2009 17:56:51 +0100 Matthew Wild net.dns: Don't cache some records indefinitely file | diff | annotate
Tue, 13 Oct 2009 11:13:52 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Tue, 13 Oct 2009 11:12:49 +0100 Matthew Wild net.dns: Remove sockets from socketset when closing them, fixes a leak file | diff | annotate
Sun, 27 Sep 2009 12:26:51 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Fri, 25 Sep 2009 01:35:46 +0100 Matthew Wild net.dns: Even better parsing of nameservers from resolv.conf file | diff | annotate
Thu, 24 Sep 2009 23:47:16 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Thu, 24 Sep 2009 23:46:12 +0100 Matthew Wild net.dns: Remove elements from the cache when expired so as to not leave holes in the array file | diff | annotate
Thu, 24 Sep 2009 23:25:18 +0100 Matthew Wild net.dns: Stricter matching of nameserver entries in resolv.conf file | diff | annotate
Thu, 24 Sep 2009 11:16:25 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Thu, 24 Sep 2009 11:14:05 +0100 Matthew Wild net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko) file | diff | annotate
Mon, 21 Sep 2009 14:46:12 +0100 Matthew Wild net.dns: (for some reason this commit didn't pull over from 0.5) Remove hard-coded 4.2.2.1 from dns.lua file | diff | annotate
Mon, 21 Sep 2009 14:42:29 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Mon, 21 Sep 2009 14:42:01 +0100 Matthew Wild net.dns: Accidentally committed a hard-coded 4.2.2.1 nameserver file | diff | annotate
Mon, 21 Sep 2009 14:40:14 +0100 Matthew Wild core.s2smanager: Don't recurse CNAMEs infinitely :) file | diff | annotate
Fri, 18 Sep 2009 02:48:52 +0100 Matthew Wild Merge with 0.5 file | diff | annotate
Fri, 18 Sep 2009 02:45:15 +0100 Matthew Wild net.dns: Multiple internal changes and API extensions to allow for more reliable DNS lookups file | diff | annotate
Wed, 02 Sep 2009 19:23:02 +0500 Waqas Hussain net/dns: Fixed regression causing nameserver initialization to fail on Windows file | diff | annotate
Tue, 18 Aug 2009 13:47:21 +0100 Matthew Wild net.dns: Automatically add nameserver 127.0.0.1 if /etc/resolv.conf missing or empty on a non-Windows system (thanks Louis Mamakos) file | diff | annotate
(0) -60 tip

mercurial