3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2024 — Jan 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
missed some short -> int conversion More... over 22 years ago
7/18/2003 More... over 22 years ago
- Fix a long-existing bug where empty records (in update messages) More... over 22 years ago
short/byte -> int More... over 22 years ago
short -> int conversion More... over 22 years ago
Oops, missed these before. More... over 22 years ago
short -> int conversion More... over 22 years ago
- DNS types and classes are now represented as ints, not shorts. More... over 22 years ago
short -> int More... over 22 years ago
short -> int conversion More... over 22 years ago
More short -> int conversion. More... over 22 years ago
Convert the rest of Type/DClass from short to int. More... over 22 years ago
Change Type.value() and DClass.value() to return an int, not a short, so that More... over 22 years ago
When parsing a name from text format, exceptions thrown should include the More... over 22 years ago
Throw better exceptions when failing to parse an owner name or $ORIGIN name. More... over 22 years ago
Names also didn't catch truncated \ddd escapes. More... over 22 years ago
When parsing a quoted string from text format, use the Tokenizer to print More... over 22 years ago
Missed the truncated \ddd escape case. More... over 22 years ago
Quoted strings didn't handle \ddd escapes. More... over 22 years ago
Empty quoted strings weren't properly tokenized. The check for newlines More... over 22 years ago
- Fix an ArrayIndexOutofBoundsException triggered by load balancing More... over 22 years ago
toString() was broken. More... over 22 years ago
minor cleanup More... over 22 years ago
"invalid empty label" is more descriptive than "invalid label". More... over 22 years ago
Create add/delete/replace methods that take Record [] and RRset, fix delete. More... over 22 years ago
Add a method to create a clone of a record with a different class. More... over 22 years ago
Fix javadoc and remove extraneous exceptions. More... over 22 years ago
Redo the new Update class. More... over 22 years ago
- Add the Update class, which contains helper routines used to More... over 22 years ago
Remove API documentation from USAGE; add it to examples.html. More... over 22 years ago