1. f6fa7f0 Added new method IDBUtils.searchActiveSwitch() by Pavlin Radoslavov · 11 years ago
  2. 83d8338 Build errors fixed by Pankaj Berde · 11 years ago
  3. b4bdf70 Missed to add the impl by Pankaj Berde · 11 years ago
  4. fc30d3f Missed to add the impl by Pankaj Berde · 11 years ago
  5. f537921 Merged conflicts by Pankaj Berde · 11 years ago
  6. 6a97eb8 Listen to edge removal and invoke flow reconciliation by Pankaj Berde · 11 years ago
  7. 2b858f8 * Update the Flow Entry Switch State in the Network MAP to by Pavlin Radoslavov · 11 years ago
  8. e057529 * Implement method FlowManager::reconcileFlows() by Pavlin Radoslavov · 11 years ago
  9. 6b6f4a8 * Add missing @Override annotations * Update Javadoc comments. by Pavlin Radoslavov · 11 years ago
  10. b9fe6b4 Work toward implementing Shortest Path Flow installation and by Pavlin Radoslavov · 11 years ago
  11. 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
  12. 81b7084 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  13. d0ae0ff Interface for Flow manager abstraction in ONOS by Pankaj Berde · 11 years ago
  14. c9da09e Fixes toward bug #248: by Masayoshi Kobayashi · 11 years ago
  15. 56b296e Fixed IndexOutOfBoundsException in ZookeeperRegistry by Jonathan Hart · 11 years ago
  16. 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
  17. 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
  18. 4baf3be Improved thread-safety of the PathChildrenCaches used to supply registry information to REST by Jonathan Hart · 11 years ago
  19. 1519309 Reduced graph handles and thread locals by Pankaj Berde · 11 years ago
  20. f02a093 Removed log statements to prevent log clutter by Jonathan Hart · 11 years ago
  21. 519d478 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  22. cbb4b95 Removed some more log messages from the ZookeeperRegistry by Jonathan Hart · 11 years ago
  23. da7187b fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  24. 66ba53a Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  25. 99fcee1 fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  26. f495765 Removed superfluous log statements from ZookeeperRegistry that pollute the logs by Jonathan Hart · 11 years ago
  27. 0b3eee4 Bug fix for controller registry to ensure the controller node is put back after Zookeeper connection loss by Jonathan Hart · 11 years ago
  28. 017960a Null pointer exception for non-existent switch by Pankaj Berde · 11 years ago
  29. 260b55a Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  30. f08d5ff Implemented Cleanup thread to periodically detect inactive switches by Pankaj Berde · 11 years ago
  31. 44e56fc Cleaned up ZookeeperRegistry code by Jonathan Hart · 11 years ago
  32. 8918737 Re-architected ZookeeperRegistry to use LeaderLatch change notifications and to improve thread safety by Jonathan Hart · 11 years ago
  33. 48f816f Merged in changes from master - bug fixes by Jonathan Hart · 11 years ago
  34. 0de0949 Began trying to use the LeaderLatch with notifications by Jonathan Hart · 11 years ago
  35. 3c0eccd Fixes a RuntimeException thrown when we try and take control of a switch we're already contending by Jonathan Hart · 11 years ago
  36. 4bfd2e2 Merge remote-tracking branch 'origin/master' by Jonathan Hart · 11 years ago
  37. 706df05 Fixed Issue #207: Implement remaining API for getting flow state by Pavlin Radoslavov · 11 years ago
  38. b6f5354 * Added initial support for add/get/delete Flow state to the Network MAP via the REST API by Pavlin Radoslavov · 11 years ago
  39. 7bf6217 Documentation and cleanup of registry code by Jonathan Hart · 11 years ago
  40. 65e6937 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  41. ac1a8c3 Devices REST API by Pankaj Berde · 11 years ago
  42. 97801ac Fixed standalone bug, documented and cleaned up the registry API by Jonathan Hart · 11 years ago
  43. cc957a0 Controller now uses the registry module to enable fault tolerance\! by Jonathan Hart · 11 years ago
  44. d10008d Minor Registry changes and Controller now registers itself on startup using the registry by Jonathan Hart · 11 years ago
  45. fcfebfb Merged in new registry code by Jonathan Hart · 11 years ago
  46. 8c49639 merge conflicts by Pankaj Berde · 11 years ago
  47. c2e95ee Merged registry code into master by Jonathan Hart · 11 years ago