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
Use Threads directly instead of WorkerThreads. More... about 23 years ago
Doesn't need org.xbill.Task. More... about 23 years ago
Rename the cache cleaning thread to org.xbill.DNS.Cache.CacheCleaner More... about 23 years ago
Responses to CNAME queries were not handled correctly. More... about 23 years ago
Print the query time. More... about 23 years ago
Slight change to output format. More... about 23 years ago
Avoid calling SimpleResolver.sendAsync() on all calls to More... about 23 years ago
Avoid race conditions. More... about 23 years ago
Cleanup and improvements to the ExtendedResolver class. More... about 23 years ago
Don't create a thread in sendAsync(); have the Resolution object call the More... about 23 years ago
Rewrite send() to be shorter and clearer. More... about 23 years ago
Document how a lookup can be done without the results being cached. More... about 23 years ago
Check for non-absolute names when creating Records. More... about 23 years ago
Add the setMaxCache() method to the Cache class. More... about 23 years ago
Update to 1.3.2. More... about 23 years ago
- Add a 'compile' target to build.xml, and make the 'all' target More... about 23 years ago
Change getSectionRRsets to sort records in the order the rrsets were seen. More... about 23 years ago
- Certain responses with CNAMEs weren't being properly cached. More... about 23 years ago
- Check for SecurityExceptions in the Options static initializer; More... about 23 years ago
Catch SecurityExceptions in the Options static initializer. More... about 23 years ago
Make the base64/base16 code able to handle whitespace in fromString(). More... about 23 years ago
Don't use Message.setTSIG() yet, since it doesn't work for queries. More... about 23 years ago
Define the maximum message length. More... about 23 years ago
Minor optimization for AXFR More... about 23 years ago
minor fix More... about 23 years ago
Use Message.toWire(maxLength) when sending messages. More... about 23 years ago
The toString() function was missing some fields. More... about 23 years ago
Fix maxLength calculation; include an OPT record when responding to a query More... about 23 years ago
Removed Message freezing, which was only useful because of the way jnamed More... about 23 years ago
Remove Record.getWireLength(), which was a hack only needed for jnamed More... about 23 years ago