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
Update UDPClient/TCPClient APIs. More... almost 21 years ago
Don't need to close/reopen connection when falling back from IXFR to AXFR. More... almost 21 years ago
Remove the dns class, which has been deprecated for over 1.5 years. More... almost 21 years ago
If no message id is provided, delay creating a random ID until we need one. More... almost 21 years ago
Use a slightly different code path. More... almost 21 years ago
Make sure to create a resolver. More... almost 21 years ago
Use Collections.EMPTY_LIST. More... almost 21 years ago
Use Collections.singletonList(). More... almost 21 years ago
Add a comment. More... almost 21 years ago
Don't use a deprecated API. More... almost 21 years ago
Add new factory methods that take SocketAddress parameters, mark the factory More... almost 21 years ago
Add setTimeout(). More... almost 21 years ago
Use TCPClient/UDPClient instead of DatagramSocket/Socket code in More... almost 21 years ago
Add udp/tcp message implementations using java.nio. More... almost 21 years ago
AXFR queries shouldn't be sent to multiple servers. More... almost 21 years ago
Trivial update. More... almost 21 years ago
"name server", not "nameserver". More... almost 21 years ago
Update a comment. More... almost 21 years ago
javadoc updates More... almost 21 years ago
cleanup More... almost 21 years ago
Require JDK 1.4 now. More... almost 21 years ago
Use java.net.InetAddress for IPv6 addresses rather than a custom class. More... almost 21 years ago
Use java.net.InetAddress for IPv6 addresses. More... almost 21 years ago
Refuse IPv6 addresses. More... almost 21 years ago
Move IPv6 address parsing from Inet6Address. More... almost 21 years ago
update to new Address functionality. More... almost 21 years ago
Add toByteArray() and minimal IPv6 support. More... almost 21 years ago
- Fix several bugs in ResolverConfig on Windows. More... almost 21 years ago
Clean up the synchronization in the RRset class More... almost 21 years ago
Don't check the wrong variable. More... almost 21 years ago