1. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  2. b32edf5 Separated ONOS specific REST API modules from floodlight. by Naoki Shiota · 11 years ago
  3. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  4. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  5. a3b2dfa Merge JavaDoc modification and refactor. by Naoki Shiota · 11 years ago
  6. d00accf Squashed commit of the following: by Naoki Shiota · 11 years ago
  7. 1530ccc Added a function to the registry to allocate a block of numbers unique within the whole cluster using Curator's DistributedAtomicLong by Jonathan Hart · 11 years ago
  8. f4e8084 Refresh switch latch caches before read in getControllerForSwitch to ensure they don't get stuck with out-of-date data by Jonathan Hart · 11 years ago
  9. 0ef75ee Let an inactive switch remove the links from the network map. The link update code will add it back. by Umesh Krishnaswamy · 11 years ago
  10. 56b296e Fixed IndexOutOfBoundsException in ZookeeperRegistry by Jonathan Hart · 11 years ago
  11. 599c6b3 Re-implemented ZookeeperRegistry.getControllerForSwitch so that it works for all switches in Zookeeper, not just switches that the controller is contesting by Jonathan Hart · 11 years ago
  12. 71c0ffc Changed the controller registration to use Curator's service discovery package. This removes some bugs that were in the previous implementation. Additionally it's more flexible and extensible, so should we want to register more information that just controller id, this will be easy to do. by Jonathan Hart · 11 years ago
  13. 4baf3be Improved thread-safety of the PathChildrenCaches used to supply registry information to REST by Jonathan Hart · 11 years ago
  14. f02a093 Removed log statements to prevent log clutter by Jonathan Hart · 11 years ago
  15. 519d478 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  16. cbb4b95 Removed some more log messages from the ZookeeperRegistry by Jonathan Hart · 11 years ago
  17. da7187b fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  18. 66ba53a Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  19. 99fcee1 fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  20. f495765 Removed superfluous log statements from ZookeeperRegistry that pollute the logs by Jonathan Hart · 11 years ago
  21. 0b3eee4 Bug fix for controller registry to ensure the controller node is put back after Zookeeper connection loss by Jonathan Hart · 11 years ago
  22. 017960a Null pointer exception for non-existent switch by Pankaj Berde · 11 years ago
  23. 260b55a Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  24. f08d5ff Implemented Cleanup thread to periodically detect inactive switches by Pankaj Berde · 11 years ago
  25. 44e56fc Cleaned up ZookeeperRegistry code by Jonathan Hart · 11 years ago
  26. 8918737 Re-architected ZookeeperRegistry to use LeaderLatch change notifications and to improve thread safety by Jonathan Hart · 11 years ago
  27. 48f816f Merged in changes from master - bug fixes by Jonathan Hart · 11 years ago
  28. 0de0949 Began trying to use the LeaderLatch with notifications by Jonathan Hart · 11 years ago
  29. 3c0eccd Fixes a RuntimeException thrown when we try and take control of a switch we're already contending by Jonathan Hart · 11 years ago
  30. 7bf6217 Documentation and cleanup of registry code by Jonathan Hart · 11 years ago
  31. 97801ac Fixed standalone bug, documented and cleaned up the registry API by Jonathan Hart · 11 years ago
  32. cc957a0 Controller now uses the registry module to enable fault tolerance\! by Jonathan Hart · 11 years ago
  33. d10008d Minor Registry changes and Controller now registers itself on startup using the registry by Jonathan Hart · 11 years ago
  34. bd76697 Changed the disable zookeeper mechanism. There is now a class (StandaloneRegistry) that implements IControllerRegistryService without needing zookeeper - this is intended for single-node setups e.g. during development by Jonathan Hart · 11 years ago
  35. 3d7730a Implemented the API method to get all switch-controller information from Zookeeper. Also implemented the informational REST APIs for the Registry service by Jonathan Hart · 11 years ago
  36. d82f20d Renamed the Mastership API to use Registry terminology by Jonathan Hart · 11 years ago