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
Address and DNSSEC cannot be initialized; remove the default constructors. More... almost 24 years ago
Performance enhancements to the Name object. More... almost 24 years ago
Message.getSection() -> Message.getSectionArray() More... almost 24 years ago
Name.fromStringNoException() -> Name.fromConstantString() More... almost 24 years ago
Hashtable -> HashMap More... almost 24 years ago
Vector -> List More... almost 24 years ago
remove dead code More... almost 24 years ago
Vector -> ArrayList More... almost 24 years ago
collections stuff More... almost 24 years ago
- Add Zone.toMasterFile() (based on code from Adam Cassar) More... almost 24 years ago
- Add Zone.removeRecord() (based on code from Adam Cassar) More... almost 24 years ago
more collections stuff More... almost 24 years ago
typo More... almost 24 years ago
more collections stuff More... almost 24 years ago
remove unused variable More... almost 24 years ago
more collection stuff More... almost 24 years ago
more collections stuff, fix broken error messages. More... almost 24 years ago
Change the requirements to list JDK 1.2, update the version to 1.3. More... almost 24 years ago
update More... almost 24 years ago
Update lots of code to use Collections instead of JDK 1.1 Vectors & Hashtables. More... almost 24 years ago
make the 'origin' and 'zone' commands do the same thing. More... almost 24 years ago
The 'zone' keyword should set the origin, if the origin is not set. More... almost 24 years ago
- rename Name.fromStringNoValidate(String) to Name.fromStringNoException(String) More... almost 24 years ago
exception thrown when failing to convert a name from text format. More... almost 24 years ago
- add fromString(String) More... almost 24 years ago
Oops, forgot to mention that Name(String) and Name(String, Name) are now More... almost 24 years ago
don't call Name(String). Call Name.fromString() or Name.fromStringNoValidate(). More... almost 24 years ago
spacing More... almost 24 years ago
Use Name.root, not Name(".") More... almost 24 years ago
call Name.fromString, not Name(String) More... almost 24 years ago