0
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding IANA-reserved ports list to svn More... about 17 years ago
Adding capability to define sets of source ports (e.g. res.add_src_port(60000..60256) More... about 17 years ago
Fixing src_address issue More... about 17 years ago
Upping version for new Gem release More... about 17 years ago
Adding DLV to known types, and test for working DLV. More... about 17 years ago
Updating version for release More... about 17 years ago
Made code_mapper accept unknown codes. This allows unknown fields in network packets to be accepted. An error may be raised if they are processed (i.e. a DS RR is checked using an unknown algorithm). More... about 17 years ago
DNSSEC fixes for Ruby 1.9 - all tests now pass with Ruby 1.9 (although still to look at EventMachine) More... about 17 years ago
Fixes for Ruby 1.9 More... about 17 years ago
Fixing updates for Ruby 1.9 More... about 17 years ago
Fixing RR comparison for Ruby 1.9 More... about 17 years ago
TXT records for Ruby 1.9 More... about 17 years ago
Fixing preference in RT for Ruby 1.9 More... about 17 years ago
Fixing preference in PX for Ruby 1.9 More... about 17 years ago
More work to get running under Ruby 1.9.1 More... about 17 years ago
Ignores LoadError for openssl. CodeMapper fixed for Ruby 1.9.1 More... about 17 years ago
Upping version for beta More... about 17 years ago
Added DLV record More... about 17 years ago
Tweaking test harness More... about 17 years ago
Added SHA-2 support to DS. DS digests now work correctly. More... about 17 years ago
NSEC3 mnemonics now stored correctly in Algorithms, so strings are now output for algorithm types. More... over 17 years ago
Algorithm code now printed instead of string. CodeMapper couldn't cope with RSASHA1-NSEC3-SHA1 mnemonic. More... over 17 years ago
Changing RRSIG to display time as YYYYMMDDHHMMSS format. More... over 17 years ago
Getting OPT records to parse properly. As a side effect, Dnsruby::Message::Header::rcode() has been deprecated. Use Dnsruby::Message::rcode() instead - this checks the OPT exended rcode. More... over 17 years ago
Giving queue test some more time More... over 17 years ago
Turning tick frequency down to 2Hz. Adding test for Queue. More... over 17 years ago
Checking for EADDRINUSE in SingleResolver - if raised, and random source ports in use, then another port will be tried. Fixing tc_tcp.rb to use a random source port More... over 17 years ago
Fixing solaris bug More... over 17 years ago
Added answerip to Message (as well as answerfrom). A new QID is now chosen for each DNS packet which is sent if timeouts or server round-robin is used. A check is now made that the IP we received a response from is the IP we sent the query to. More... over 17 years ago
Returning errors from socket connect to client. More... over 17 years ago