0
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update version and release notes ready for 1.60.1 release More... almost 9 years ago
keep travis happy More... almost 9 years ago
fix cache test to use example.com More... almost 9 years ago
Merge pull request #126 from mimuret/rr-tlsa More... almost 9 years ago
Merge pull request #125 from tangofoxtrot/master More... almost 9 years ago
Add support for TLSA RRs More... almost 9 years ago
Adding support for CAA records More... almost 9 years ago
raise error on string parsing in MX record (ref github issue #110) More... almost 9 years ago
Remove introduced bug on name decoding, having fixed tests More... almost 9 years ago
Replace tc_update assert_nil with assert(is_empty test for delete More... almost 9 years ago
Just use Coveralls formatter for SimpleCov to stop errors regarding initialisation More... almost 9 years ago
Merge pull request #121 from keithrbennett/fix-issue-112 More... almost 9 years ago
Fix issue https://github.com/alexdalitz/dnsruby/issues/112 by removing top level 'include dnsruby'. More... almost 9 years ago
Merge pull request #120 from keithrbennett/fix-message-class-reference More... almost 9 years ago
Fix test bug, add run-tests-individually script. More... almost 9 years ago
Merge pull request #119 from keithrbennett/fix-third-party-deprecation-issues More... almost 9 years ago
Changed assert_equal...nil to assert_nil to accommodate Minitest deprecation. More... almost 9 years ago
Address SimpleCov deprecation warning in spec_helper.rb: [DEPRECATION] ::[] is deprecated. Use ::new instead More... almost 9 years ago
Merge pull request #117 from mimuret/master More... about 9 years ago
Update version.rb More... about 9 years ago
Merge pull request #116 from keithrbennett/remove-fixnum-and-bignum More... about 9 years ago
ZoneTransfer supported for source address using transfer. More... about 9 years ago
Fix missing paren. More... about 9 years ago
Fix https://github.com/alexdalitz/dnsruby/issues/115; remove Fixnum, replace with Integer. More... about 9 years ago
Merge pull request #114 from keithrbennett/move-include-dnsruby-inside-class More... about 9 years ago
Change PacketSender to put include inside class instead of outside. Add Socket:: modifiers to vars in preparation to remove include, but leave it in for now. More... about 9 years ago
Addresses https://github.com/alexdalitz/dnsruby/issues/113. Moves include statements inside definitions. Also, change some occurrences of "*9" to "* 9" to eliminate warnings. More... about 9 years ago
Fix https://github.com/alexdalitz/dnsruby/issues/112. tc_resolv.rb had an "include Dnsruby" outside of a class definition that was interfering with something. An exception class specifier was also corrected. More... about 9 years ago
Merge pull request #111 from mimuret/master More... about 9 years ago
Add support for APL RR More... about 9 years ago