3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stage one of the conversion to concurrent collections More... about 15 years ago
Stage one of the conversion to concurrent collections More... about 15 years ago
Fixed a bug in the cache conversion More... about 15 years ago
Modified Files: More... about 15 years ago
Reorganization of the DNS Cache and the DNSMessage More... about 15 years ago
Reorganization of the DNS Cache More... about 15 years ago
Cleanup warnings + some generics More... about 15 years ago
Cleanup warnings More... about 15 years ago
Cleanup warnings More... about 15 years ago
Cleanup warnings More... about 15 years ago
Modified Files: More... about 15 years ago
Modified Files: More... about 15 years ago
Modified Files: More... about 15 years ago
Modified Files: More... about 15 years ago
Modified Files: More... about 15 years ago
---------------------------------------------------------------------- More... almost 16 years ago
---------------------------------------------------------------------- More... almost 16 years ago
Fix for jre 1.5 Integer.valueOf(int) call. Replaced with Integer.valueOf(int+""), which is in JRE 1.4. More... almost 16 years ago
added fulllogging.properties More... almost 16 years ago
Bring all up to date More... almost 16 years ago
Added apache license verbage More... over 16 years ago
Fixes from Scott Lewis/ECF project http://www.eclipse.org/ecf. This fixes ConcurrentModificationExceptions caused during JmDNSImpl.addServiceListener access to the cache. Synchronization is now on the cache object itself (and other threads synchronize on the cache object also) and this prevents the CMEs. More... over 16 years ago
---------------------------------------------------------------------- More... almost 17 years ago
MovedTimerTasks out of JmDNSImpl into toplevel classes in a new package: More... almost 17 years ago
Added code to make it easier to debug communication with other mdns implementations. More... almost 17 years ago
Moved implementation classes into a impl package. This paves the way for further More... almost 17 years ago
Fixed an error in the way ServiceInfo was constructing the text array for the TXT More... almost 17 years ago
Consolidated most places where the ServiceInfo object was turned into a set of dns records. More... almost 17 years ago
Changed Logger.getLogger parameter to use class.getName instead of class.toString. This is because More... almost 17 years ago
Added eclipse code formating configuration files. They should match follow the turbine More... almost 17 years ago