Files | Admin

Notes:

Release Name: dnsruby-1.34

Notes: Mainly performance improvements for handling large zone files (used for OpenDNSSEC project). Also, select now listens for response *before* query is sent, to avoid any race conditions with incredibly fast responses.


Changes: ------------------------------------------------------------------------ r216 | alexd | 2009-07-16 11:47:18 +0100 (Thu, 16 Jul 2009) | 1 line Optimising CodeMapper for performance for large zone files. ------------------------------------------------------------------------ r215 | alexd | 2009-07-15 15:04:52 +0100 (Wed, 15 Jul 2009) | 1 line Adding nameservers as alias for nameserver in Resolver. Select now listens for query response before query is sent (to avoid any race conditions). ------------------------------------------------------------------------ r214 | alexd | 2009-07-15 14:11:13 +0100 (Wed, 15 Jul 2009) | 1 line Adding new parameter to RRSet.add, to avoid the taking of a copy of the RR when adding to the RRSet. This is useful mainly when processing large zonefiles. Also fixed some typos in Dnsruby constants