1. ce690b5 Removed unused import. by Xander Uiterlinden · 11 years ago
  2. 0aeb753 Changed map of tracked items to a LinkedHashMap to make the ServiceTracker behavior on close more deterministic. by Xander Uiterlinden · 11 years ago
  3. 5f9bab1 ServiceTracker did note take the trackAllAspects setting into account in the setInitial method causing the ServiceDependencyImpl to remove rather than swap services in some occasions. by Xander Uiterlinden · 11 years ago
  4. 652065a Several small performance enhancements. by Xander Uiterlinden · 12 years ago
  5. a879ebe Added synchronization blocks to ServiceTracker and AspectFilterIndex to solve and prevent concurrency issues. by Xander Uiterlinden · 12 years ago
  6. ab4f408 FELIX-3218 applied the patch and slightly modified it to hopefully make it even faster (creates less garbage now and the inner class is made static which should save some bytes) and removed some old, commented out code by Marcel Offermans · 13 years ago
  7. cdd0f29 FELIX-2946 Implemented an option to have the tracker track all aspects. Bumped bundle and tracker package versions to 3.1.0. by Marcel Offermans · 13 years ago
  8. 5be5f14 Added an @author tag to all class comments. by Marcel Offermans · 13 years ago
  9. 227dd71 Added several performance improvements, most of them still experimental, plus started to prepare for a release. by Marcel Offermans · 13 years ago
  10. ff4758f Incorrectly dealt with service changed events. by Marcel Offermans · 14 years ago
  11. fcbc623 Fixed a concurrent modification exception caused by improper and missing synchronization. by Marcel Offermans · 14 years ago
  12. 1c944ec Bugfixes related to aspects and general life cycle issues. Committed so others can test against this version. by Marcel Offermans · 14 years ago
  13. f9a7e34 Fixed two issues: by Marcel Offermans · 14 years ago
  14. faaed47 Big refactoring, renamed "Service" to "Component" whenever it was referring to the thing that has dependencies and registers itself as a service. by Marcel Offermans · 14 years ago