Notes:
Added Resolver#no_tcp option to suppress the use of TCP (for testing and tools).
IPv6 transport handled better when checking that response came from correct server.
Name#to_s now includes do_absolute flag, which directs any trailing dots to be printed - RR#to_s now prints out same trailing dots as were given to RR#create(s).
Changes:
------------------------------------------------------------------------
r395 | alexd | 2010-05-19 10:15:12 +0100 (Wed, 19 May 2010) | 1 line
Upping version for new release
------------------------------------------------------------------------
r394 | alexd | 2010-05-19 10:06:29 +0100 (Wed, 19 May 2010) | 1 line
Absolute names in rdata
------------------------------------------------------------------------
r393 | alexd | 2010-05-18 15:33:35 +0100 (Tue, 18 May 2010) | 1 line
Remove extra Message#ad accessor
------------------------------------------------------------------------
r392 | alexd | 2010-05-18 14:28:28 +0100 (Tue, 18 May 2010) | 1 line
Fixing nil value in Dnsruby.single_resolvers
------------------------------------------------------------------------
r391 | alexd | 2010-04-28 11:56:09 +0100 (Wed, 28 Apr 2010) | 1 line
Use Regular Expression
------------------------------------------------------------------------
r390 | alexd | 2010-04-22 16:23:00 +0100 (Thu, 22 Apr 2010) | 1 line
Handle queries too big for UDP when no_tcp set
------------------------------------------------------------------------
r389 | alexd | 2010-04-21 14:13:55 +0100 (Wed, 21 Apr 2010) | 1 line
Added Resolver#no_tcp method to suppress the use of TCP for a given (Single)Resolver. This should only be used for testing or debugging purposes.
------------------------------------------------------------------------
r388 | alexd | 2010-04-20 15:09:30 +0100 (Tue, 20 Apr 2010) | 1 line
Handle IPv6 servers when checking where response came from
------------------------------------------------------------------------
r387 | alexd | 2010-04-20 11:05:12 +0100 (Tue, 20 Apr 2010) | 1 line
Don't add two OPT RRs to a Message when sending
------------------------------------------------------------------------
r386 | alexd | 2010-04-09 11:42:16 +0100 (Fri, 09 Apr 2010) | 1 line
Cleaning up transport error reporting
------------------------------------------------------------------------
r385 | alexd | 2010-04-08 10:36:21 +0100 (Thu, 08 Apr 2010) | 1 line
Adding include_absolute flag to Name#to_s, which directs any trailing dots to be printed. Now called by default by RR#to_s, and inherited rdata_to_string() methods - so RR#to_s will print what was given to RR#create(string)
|