0
I Use This!
Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added space around operators, parens around parameters. More... about 11 years ago
Replaced 1.8 key/value => notation. minor refactoring of an options hash. More... about 11 years ago
Prefixed names of unused variables with '_'. More... about 11 years ago
Remove redundant 'return's. More... about 11 years ago
Replaced "if !" with unless. More... about 11 years ago
Replaced occurrences of "#" plus a nonspace with "# " plus the nonspace, using https://gist.github.com/keithrbennett/58d12e9a12452b47032a. More... about 11 years ago
Remove redundant parentheses in if statements. More... about 11 years ago
Merge pull request #33 from keithrbennett/refactor-resource More... about 11 years ago
Add comment to dnsruby describing CodeMapper subclasses found in code_mappers.rb. More... about 11 years ago
Merge branch 'master' into refactor-resource More... about 11 years ago
Merge pull request #32 from keithrbennett/restructure-message-files More... about 11 years ago
Move CodeMapper subclasses out of dnsruby.rb and into code_mappers.rb. Extract Resolv from dnsruby.rb and put in resolv.rb. More... about 11 years ago
Extracted RR and RRSet classes from resource and put them in their own files. More... about 11 years ago
Move message classes to subdirectory; remove 'message_' from filenames. More... about 11 years ago
Extract inner classes from Message into separate files; classes are now not nested. More... about 11 years ago
Merge pull request #31 from keithrbennett/cleanup-and-simplify-message-rb More... over 11 years ago
Clean up and simplify code in message.rb, partly based on warnings in RubyMine. More... over 11 years ago
Merge pull request #30 from keithrbennett/clarify-question-ctor More... over 11 years ago
Moved qname processing out of ctor and into set_qname to eliminate duplication. More... over 11 years ago
More simplifying Question constructor. More... over 11 years ago
Start simplifying Question constructor. More... over 11 years ago
Merge pull request #26 from keithrbennett/fix-message-2eq More... over 11 years ago
Merge branch 'fix-message-2eq' of github.com:keithrbennett/dnsruby into fix-message-2eq More... over 11 years ago
Add @qname.absolute = true in another place. More... over 11 years ago
use correct travis service? More... over 11 years ago
Add == method to Question class. More... over 11 years ago
Add == method to Question class. More... over 11 years ago
Merge pull request #28 from keithrbennett/simplify-getopt More... over 11 years ago
Removing jruby-head from build because travs cannot seem to load it. Removing rbx-2 from biuld because travis does not seem to be able to configure it More... over 11 years ago
More mods for multiple Google DNS records under IPv6 More... over 11 years ago