0
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #50 from tg90nor/string-import-in-reader More... about 11 years ago
Improve the descriptions of process_file and process_io More... about 11 years ago
Shorten process_file by removing superfluous zone variable. More... about 11 years ago
Only test process_file, since process_io is used anyway. More... about 11 years ago
Do not close file objects passed to process_file More... about 11 years ago
Moved dns zone data inside test source file. Also uses assert_equal instead of assert More... about 11 years ago
Test multiple ways of accessing the zone reader More... about 11 years ago
Allow passing IO objects to process_file More... about 11 years ago
Close the file opened by process_file More... about 11 years ago
Use io.inspect rather than passing the filename as a parameter to process_io More... about 11 years ago
Add tests for the zone reader. More... about 11 years ago
Add process_io method to read zone data from IO object. Make process_file use process_io. More... about 11 years ago
Fix for message equality. github issue #57 More... about 11 years ago
Remove queries to dead server More... about 11 years ago
Merge pull request #56 from keithrbennett/branch-1.57.0 More... about 11 years ago
New version 1.57.0. Add to RELEASE_NOTES.md. Remove test print statement. More... about 11 years ago
Merge pull request #55 from keithrbennett/add-gpos-rr-squashed More... about 11 years ago
Fix encode bug (wrong method name used). Add test for decode/encode. More... about 11 years ago
Add support for NXT RR (resource record). More... about 11 years ago
Add comment explaining that test response came from a BIND server. More... about 11 years ago
Merge pull request #53 from keithrbennett/fix_rr_hash More... about 11 years ago
Merge pull request #52 from otahi/improve_travis_ci More... about 11 years ago
Add unit test for RR hash fix. More... about 11 years ago
Fixed instance variable array subtraction. More... about 11 years ago
Add sudo: false configuration for faster build on Travis CI More... about 11 years ago
Merge pull request #51 from tg90nor/strip-comments-early-in-reader More... about 11 years ago
Strip comments from lines earlier in zone reader. Prevents failure when line contains whitespace before comment. More... about 11 years ago
Add string import to zone reader More... about 11 years ago
Merge pull request #49 from keithrbennett/query_raw More... about 11 years ago
Use CustomError now to more reliably determine that the error is the expected one. More... about 11 years ago