3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stage one of the conversion to concurrent collections More... over 16 years ago
Stage one of the conversion to concurrent collections More... over 16 years ago
Fixed a bug in the cache conversion More... over 16 years ago
Modified Files: More... over 16 years ago
Reorganization of the DNS Cache and the DNSMessage More... over 16 years ago
Reorganization of the DNS Cache More... over 16 years ago
Cleanup warnings + some generics More... over 16 years ago
Cleanup warnings More... over 16 years ago
Cleanup warnings More... over 16 years ago
Cleanup warnings More... over 16 years ago
Modified Files: More... over 16 years ago
Modified Files: More... over 16 years ago
Modified Files: More... over 16 years ago
Modified Files: More... over 16 years ago
Modified Files: More... over 16 years ago
---------------------------------------------------------------------- More... over 17 years ago
---------------------------------------------------------------------- More... over 17 years ago
Fix for jre 1.5 Integer.valueOf(int) call. Replaced with Integer.valueOf(int+""), which is in JRE 1.4. More... over 17 years ago
added fulllogging.properties More... over 17 years ago
Bring all up to date More... over 17 years ago
Added apache license verbage More... about 18 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... about 18 years ago
---------------------------------------------------------------------- More... over 18 years ago
MovedTimerTasks out of JmDNSImpl into toplevel classes in a new package: More... over 18 years ago
Added code to make it easier to debug communication with other mdns implementations. More... over 18 years ago
Moved implementation classes into a impl package. This paves the way for further More... over 18 years ago
Fixed an error in the way ServiceInfo was constructing the text array for the TXT More... over 18 years ago
Consolidated most places where the ServiceInfo object was turned into a set of dns records. More... over 18 years ago
Changed Logger.getLogger parameter to use class.getName instead of class.toString. This is because More... over 18 years ago
Added eclipse code formating configuration files. They should match follow the turbine More... over 18 years ago