1. a7cff3d update javadoc by Toshio Koide · 11 years ago
  2. 1d1a856 add some javadocs by Toshio Koide · 11 years ago
  3. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  4. bfe9b92 add another GraphDBOperation constructor which creates an instance directry from GraphDBConnection configuration path. by Toshio Koide · 11 years ago
  5. 5ff510d Add README about the origin of linkdiscovery by HIGUCHI Yuta · 11 years ago
  6. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  7. dc94944 use commit() and rollback() methods on IDBConnection instead of entTx() method. by Toshio Koide · 11 years ago
  8. 8f2739a switchPortAdded/Removed is sliced out from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  9. 9970197 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into refactor_phase2_simple by HIGUCHI Yuta · 11 years ago
  10. 139d21a Merge pull request #390 from effy/dev2 by Pankaj Berde · 11 years ago
  11. 918f87e Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  12. 1236a9b Fixes to make BgpRoute more stable by Jonathan Hart · 11 years ago
  13. 49cf4d2 Main for ONOS by HIGUCHI Yuta · 11 years ago
  14. f05c480 Moce ONOS Service Impl to core package by HIGUCHI Yuta · 11 years ago
  15. 2d01158 Gather I*Storage and it's impl to core by HIGUCHI Yuta · 11 years ago
  16. 6bfb480 Move pure ONOS code LinkStorageImpl to onos package by HIGUCHI Yuta · 11 years ago
  17. 155cfc5 Rename onoslistener.OnosPublisher -> floodlightlistener.NetworkGraphPublisher by HIGUCHI Yuta · 11 years ago
  18. 60a1014 Renamed package flowcache -> flowmanager by HIGUCHI Yuta · 11 years ago
  19. f0499b0 RouteResource is now rewritten using ONOS, moving to ONOS pacakge by HIGUCHI Yuta · 11 years ago
  20. 36cf076 Separate Port Added/Removed Event added by ONOS from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  21. 7677a6f Separate setupRemoteSwitch from IOFSwitch by HIGUCHI Yuta · 11 years ago
  22. 858c1ea Organize Imports by HIGUCHI Yuta · 11 years ago
  23. 2bab79f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  24. 46dec82 debug by Toshio Koide · 11 years ago
  25. 1326010 debug methods of setIPAddress(), getSwitch() and searchDevice(). by Toshio Koide · 11 years ago
  26. 80f7513 fix some codes by Teru · 11 years ago
  27. 87cd2da 2nd iteration of the unit test. by Teru · 11 years ago
  28. b29b9b3 refactor by Toshio Koide · 11 years ago
  29. 45aca60 Merge branch 'dev1' by Toshio Koide · 11 years ago
  30. 57b99b5 refactor FlowManagerImpl class to use GraphDBOperation class. by Toshio Koide · 11 years ago
  31. f20a507 add close() method to close GraphDBConnection via GraphDBOperation, and update interface class's definition by Toshio Koide · 11 years ago
  32. a41950a add commit() and rollback() methods to IDBOperation class. by Toshio Koide · 11 years ago
  33. 416a78e Merge branch 'dev1' by Toshio Koide · 11 years ago
  34. 0626259 Merge remote-tracking branch 'upstream/master' by Toshio Koide · 11 years ago
  35. 5340380 rearrange methods of GraphDBOperation class in its interface's order. by Toshio Koide · 11 years ago
  36. d1f2325 Added support for gateway configuration files by Jonathan Hart · 11 years ago
  37. 727acfc update test codes by Toshio Koide · 11 years ago
  38. 12004e6 newSwitch() and newPort() require DPID and port number respectively. by Toshio Koide · 11 years ago
  39. 1d50769 change interface definitions. by Toshio Koide · 11 years ago
  40. 9d9faa4 remove unused variables. by Toshio Koide · 11 years ago
  41. d7b7e10 change GraphDBOperation's newXXX() methods to do setType() automatically. by Toshio Koide · 11 years ago
  42. eb88ff6 rename GraphDBUtils to GraphDBOperation and make it to have GraphDBConnection's instance. by Toshio Koide · 11 years ago
  43. 507c04a add interface classes for Graph Databases by Toshio Koide · 11 years ago
  44. f086d8a Moved pure ONOS code in net.floodlightcontroller.util.serializers to onos package namespace by HIGUCHI Yuta · 11 years ago
  45. 356086e Moved pure ONOS code in net.floodlightcontroller.util to onos package namespace by HIGUCHI Yuta · 11 years ago
  46. 4e64f31 Moved pure ONOS code in net.floodlightcontroller.routing to onos package namespace by HIGUCHI Yuta · 11 years ago
  47. 5a5ef6b Moved pure ONOS code in net.floodlightcontroller.onoslistener to onos package namespace by HIGUCHI Yuta · 11 years ago
  48. 909de46 Moved pure ONOS code in net.floodlightcontroller.linkdiscovery.web to onos package namespace by HIGUCHI Yuta · 11 years ago
  49. 8388949 Moved pure ONOS code in net.floodlightcontroller.linkdiscovery.internal to onos package namespace by HIGUCHI Yuta · 11 years ago
  50. 80c3ab8 Moved pure ONOS code in net.floodlightcontroller.linkdiscovery to onos package namespace by HIGUCHI Yuta · 11 years ago
  51. efa5488 Moved pure ONOS code in net.floodlightcontroller.flowcache.web to onos package namespace by HIGUCHI Yuta · 11 years ago
  52. edf81d7 Moved pure ONOS code in net.floodlightcontroller.flowcache to onos package namespace by HIGUCHI Yuta · 11 years ago
  53. e81427f Moved pure ONOS code in net.floodlightcontroller.web to onos package namespace by HIGUCHI Yuta · 11 years ago
  54. 351edcb Moved pure ONOS code in net.floodlightcontroller.devicemanager.internal to onos package namespace by HIGUCHI Yuta · 11 years ago
  55. d3fa44d Moved pure ONOS code in net.floodlightcontroller.devicemanager to onos package namespace by HIGUCHI Yuta · 11 years ago
  56. 8d0d184 Moved pure ONOS code in net.floodlightcontroller.core.web to onos package namespace by HIGUCHI Yuta · 11 years ago
  57. ed49ef7 Moved pure ONOS code in net.floodlightcontroller.core.internal to onos package namespace by HIGUCHI Yuta · 11 years ago
  58. 2051490 Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace by HIGUCHI Yuta · 11 years ago
  59. ea60e5f Moved bgproute package to onos namespace by HIGUCHI Yuta · 11 years ago
  60. c165a52 Simplify port lookup using Groovy by Pankaj Berde · 11 years ago
  61. 03a4180 Merged in a feature to create a unique ID block using Zookeeper by Jonathan Hart · 11 years ago
  62. 5d50641 Move to Titan 0.2.1 by Pankaj Berde · 11 years ago
  63. f748c32 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  64. e6e9187 Fix REST data being out of date and causing fluctuating flows, links and switches by Jonathan Hart · 11 years ago
  65. d1c3859 Speed up flow installation by Pankaj Berde · 11 years ago
  66. 61ce908 Reimplement searchActiveSwitch by Pankaj Berde · 11 years ago
  67. 6201614 Single Graph handle across all controller by Pankaj Berde · 11 years ago
  68. df871be Graph connection cannot be closed by Pankaj Berde · 11 years ago
  69. 86a0d41 getPort from frames is buggy...reverting to gremlin by Pankaj Berde · 11 years ago
  70. a709557 Reverse order of commits by Pankaj Berde · 11 years ago
  71. 53874bc Merged with master by Pankaj Berde · 11 years ago
  72. f5315fb Get flow summary now returns flows in order of FlowId, and we attempt to filter out null flows caused by empty vertices in Titan by Jonathan Hart · 11 years ago
  73. 5fb2763 addPort fails occassionally...do better exception handling by Pankaj Berde · 11 years ago
  74. 73ea7e5 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  75. 2239f0d migrate to Titan 0.3.0 by Pankaj Berde · 11 years ago
  76. 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
  77. 46c759f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  78. 37f037f Flow computation using Titan utilities for BFS by Pankaj Berde · 11 years ago
  79. 2b8e622 Follow-up fix for Bug 308 and commit e815cc608627c416b15c4bafcfb681501caddb2c by Pavlin Radoslavov · 11 years ago
  80. 67b3ef3 Fix for Bug #308: Zombie Flows after Flow add/delete by Pavlin Radoslavov · 11 years ago
  81. 9a8760f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  82. 8f03611 Temporary commit by Pankaj Berde · 11 years ago
  83. f6fa7f0 Added new method IDBUtils.searchActiveSwitch() by Pavlin Radoslavov · 11 years ago
  84. 83d8338 Build errors fixed by Pankaj Berde · 11 years ago
  85. b4bdf70 Missed to add the impl by Pankaj Berde · 11 years ago
  86. fc30d3f Missed to add the impl by Pankaj Berde · 11 years ago
  87. f537921 Merged conflicts by Pankaj Berde · 11 years ago
  88. 6a97eb8 Listen to edge removal and invoke flow reconciliation by Pankaj Berde · 11 years ago
  89. 2b858f8 * Update the Flow Entry Switch State in the Network MAP to by Pavlin Radoslavov · 11 years ago
  90. e057529 * Implement method FlowManager::reconcileFlows() by Pavlin Radoslavov · 11 years ago
  91. 6b6f4a8 * Add missing @Override annotations * Update Javadoc comments. by Pavlin Radoslavov · 11 years ago
  92. b9fe6b4 Work toward implementing Shortest Path Flow installation and by Pavlin Radoslavov · 11 years ago
  93. 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
  94. 81b7084 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  95. d0ae0ff Interface for Flow manager abstraction in ONOS by Pankaj Berde · 11 years ago
  96. c9da09e Fixes toward bug #248: by Masayoshi Kobayashi · 11 years ago
  97. 56b296e Fixed IndexOutOfBoundsException in ZookeeperRegistry by Jonathan Hart · 11 years ago
  98. 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
  99. 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
  100. 4baf3be Improved thread-safety of the PathChildrenCaches used to supply registry information to REST by Jonathan Hart · 11 years ago