1. 0aad60c Few fixes and local optimizations: by Pavlin Radoslavov · 11 years ago
  2. e86bbfc Moved op.commit() call where it is actually needed: only if there by Pavlin Radoslavov · 11 years ago
  3. d822679 * Bug fix inside method LinkStorageImpl.getLinks(Long dpid, short port) by Pavlin Radoslavov · 11 years ago
  4. 64647d2 Added new method SwitchStorageImpl.getPorts(String dpid) to get the by Pavlin Radoslavov · 11 years ago
  5. 43781cd * Added new method LinkStorageImpl.getReverseLinks(Long dpid, short port) by Pavlin Radoslavov · 11 years ago
  6. 3d99e70 Fix a bug inside SwitchStorageImpl.deletePort() when deleting a port: by Pavlin Radoslavov · 11 years ago
  7. 4f01b00 Merge pull request #446 from jonohart/master by Pankaj Berde · 11 years ago
  8. c934b4a * Added new method LinkStorageImpl.getReverseLinks() to get the list by Pavlin Radoslavov · 11 years ago
  9. 13ccdca Fix for ports not being re-attached to switches which was manifesting as link discovery errors by Jonathan Hart · 11 years ago
  10. 49000bc Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  11. 987a572 Squashed commit of the following: by Naoki Shiota · 11 years ago
  12. 6bba59f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  13. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  14. 0eac86d Removed hard-coded reference to "/tmp/cassandra.titan" configuration by Pavlin Radoslavov · 11 years ago
  15. b2d17e8 Refactored LinkStorage and SwitchStorage preparing for event notification implementation. by Naoki Shiota · 11 years ago
  16. 5972893 Moved variable decl to commented out section to eliminate unused variable warning by Yuta HIGUCHI · 11 years ago
  17. 57e67f2 Suppress spurious warnings by Yuta HIGUCHI · 11 years ago
  18. 4996353 Fix unused import warnings by Yuta HIGUCHI · 11 years ago
  19. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  20. 55a6aff Fix for ports being left INACTIVE after restarting ONOS by Jonathan Hart · 11 years ago
  21. e7c2152 Set Port Inactive when down instead of removing the vertex by Pankaj Berde · 11 years ago
  22. 5d0567f Merge branch 'javadoc' into release by Naoki Shiota · 11 years ago
  23. 1c393ce Modify pom.xml to enable javadoc options. by Naoki Shiota · 11 years ago
  24. fabb003 Avoid NetworkGraph commit() if newSwitch() failed to create NetworkGraph vertex. by HIGUCHI Yuta · 11 years ago
  25. d31e850 Merged with origin/master by Pankaj Berde · 11 years ago
  26. bbd3861 Index ports for faster search by Pankaj Berde · 11 years ago
  27. ef0cb00 Fix a typo in Javadoc: gabage -> garbage by Pavlin Radoslavov · 11 years ago
  28. 38646d6 rename onos.util to onos.graph by Pankaj Berde · 11 years ago
  29. 4fd5864 Merged with the latest master by Teru · 11 years ago
  30. ef33dc3 Add the switchStorageImpl unit tests. by Teru · 11 years ago
  31. 8575b2a Merge branch 'original' into netgraphrefactor by Naoki Shiota · 11 years ago
  32. c88d956 Merge branch 'master' into netgraphrefactor by Naoki Shiota · 11 years ago
  33. 783afb7 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  34. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  35. e92f6b0 Revert TestDatabaseManager to old version. by Naoki Shiota · 11 years ago
  36. 44ef5ab Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  37. bfe9b92 add another GraphDBOperation constructor which creates an instance directry from GraphDBConnection configuration path. by Toshio Koide · 11 years ago
  38. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  39. f05c480 Moce ONOS Service Impl to core package by HIGUCHI Yuta · 11 years ago
  40. 2d01158 Gather I*Storage and it's impl to core by HIGUCHI Yuta · 11 years ago
  41. 45aca60 Merge branch 'dev1' by Toshio Koide · 11 years ago
  42. ed49ef7 Moved pure ONOS code in net.floodlightcontroller.core.internal to onos package namespace by HIGUCHI Yuta · 11 years ago