0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tidying tests More... over 16 years ago
Adding some more SHA2 tests More... over 16 years ago
Adding SHA2 support to dnsruby (including tests) - should all work now More... over 16 years ago
Adding SHA2 support now that IETF has produced new draft and assigned IANA numbers. Also tidying up formatting More... over 16 years ago
Upping version to 1.37 for next release More... over 16 years ago
Adding copyright to demo and test, and removing redundant EventMachine test files More... over 16 years ago
Adding copyright notices and removing event_machine_interface.rb More... over 16 years ago
Upping version to 1.36 for release More... over 16 years ago
Adding RR.clone method to copy RRs More... over 16 years ago
Adding DNSKEY#key_tag_pre_revoked method to return the key tag that the key had before it was revoked More... over 16 years ago
Adding CodeMapper.strings method More... over 16 years ago
removing comments from test code More... over 16 years ago
Removing rdata compare in RR#==. Now only instance variables compared More... over 16 years ago
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 recv_nonblock.\n TCP read now nonblocking - previously, badly behaved server could block select for LONG time. More... over 16 years ago
Fixing typo More... over 16 years ago
Adding socket poke patch (for all platforms). TCPServer used to emulate socketpair if not availble on platform. Thanks Michael Graff More... over 16 years ago
Upgrading version for release of 1.34 More... over 16 years ago
Optimising CodeMapper for performance for large zone files. More... over 16 years ago
Adding nameservers as alias for nameserver in Resolver. Select now listens for query response before query is sent (to avoid any race conditions). More... over 16 years ago
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 More... over 16 years ago
Upping version to 1.33 for release More... over 16 years ago
Upping select frequency from 2Hz to 10Hz More... over 16 years ago
Fixing RRSet to return name as nil if no RRs stored yet More... over 16 years ago
Fixing single_verifier warnings when an array of keys is used to verify_rrset. Name.create should now be considerably faster. Labels are now Comparable. Minor changes from Michael Graff added (more to follow) More... over 16 years ago
Fixing bugs introduced by previous change (labels stored in wire format) More... over 16 years ago
Name now stores labels in wire form, rather than presentation. This speeds up reading zone files considerably More... over 16 years ago
Fixing DecodeError bug More... over 16 years ago
Updating version for release More... over 16 years ago
Fixing salt wire encoding for NSEC3/NSEC3PARAM, and fixing from_string for DS More... over 16 years ago
Using Name#canonical to compare. Fixing RRSIG from string to cope with GMT offsets More... over 16 years ago