1. 761f004 ONOS-1684 Added support for app dependencies. by Thomas Vachuska · 8 years ago
  2. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  3. 01e05fb Removed usage of deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  4. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  5. adba152 Increased number of retries and added variable delay to better withstand StorageException timeout. by Thomas Vachuska · 9 years ago
  6. d0d5854 Fixed error due to storage exception timeout. Added a delay between retries. by Thomas Vachuska · 9 years ago
  7. 9fa866f Eliminating dump of a stack trace for an expected error. by Thomas Vachuska · 9 years ago
  8. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  9. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  10. 62f04a4 ONOS-1731 Fixed app gossip store & manager to deal with staggered app load on startup. by Thomas Vachuska · 9 years ago
  11. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  12. 3e033bd Added a LogicalClockService for ordering arbitrary events in the cluster. Updated couple of areas that are currently vulnerable to clock skew by Madan Jampani · 9 years ago
  13. 161baf5 ONOS-1418 Fix for intermittent issue with app store. by Thomas Vachuska · 9 years ago
  14. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  15. 4fcdae7 GossipApplicationStore fix to prevent attempt to notify delegate when there isn't one yet. Fixes an intermittent NPE. by Thomas Vachuska · 9 years ago
  16. cf96011 Adding persistence to the gossip application store. by Thomas Vachuska · 9 years ago
  17. 6b5b717 Gave threadpools more appropriate names. by Madan Jampani · 9 years ago
  18. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  19. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  20. 77bdd26 Moved EventuallyConsistentMap classes into their own package. by Jonathan Hart · 9 years ago
  21. 8029205 Explicitly specify charset by Yuta HIGUCHI · 9 years ago
  22. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago