Files | Admin

Notes:

Release Name: dnsruby-1.35

Notes:
Fixes bug # 26954.
TCP fixes (for timeout and non-blocking read).
Socket poke patch added for faster select loop (for all platforms). 
CD bit not set on outgoing queries if no keys are configured.


Changes: r224 | alexd | 2009-08-12 11:44:26 +0100 (Wed, 12 Aug 2009) | 1 line removing comments from test code ------------------------------------------------------------------------ r223 | alexd | 2009-08-12 11:44:10 +0100 (Wed, 12 Aug 2009) | 1 line Removing rdata compare in RR#==. Now only instance variables compared ------------------------------------------------------------------------ r222 | alexd | 2009-07-22 14:46:51 +0100 (Wed, 22 Jul 2009) | 1 line CD bit not set on outgoing queries if no keys are configured.\n TCP timeouts now work and are correctly tested.\n Wakeup_msgs are now soaked up in select_thread using rec v_nonblock.\n TCP read now nonblocking - previously, badly behaved server could block select for LONG time. ------------------------------------------------------------------------ r221 | alexd | 2009-07-21 12:56:18 +0100 (Tue, 21 Jul 2009) | 1 line Fixing typo ------------------------------------------------------------------------ r220 | alexd | 2009-07-21 11:39:28 +0100 (Tue, 21 Jul 2009) | 1 line Adding socket poke patch (for all platforms). TCPServer used to emulate socketpair if not availble on platform. Thanks Michael Graff