1. 43781cd * Added new method LinkStorageImpl.getReverseLinks(Long dpid, short port) by Pavlin Radoslavov · 11 years ago
  2. 4f01b00 Merge pull request #446 from jonohart/master by Pankaj Berde · 11 years ago
  3. c934b4a * Added new method LinkStorageImpl.getReverseLinks() to get the list by Pavlin Radoslavov · 11 years ago
  4. 13ccdca Fix for ports not being re-attached to switches which was manifesting as link discovery errors by Jonathan Hart · 11 years ago
  5. 49000bc Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  6. 987a572 Squashed commit of the following: by Naoki Shiota · 11 years ago
  7. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  8. b2d17e8 Refactored LinkStorage and SwitchStorage preparing for event notification implementation. by Naoki Shiota · 11 years ago
  9. 5972893 Moved variable decl to commented out section to eliminate unused variable warning by Yuta HIGUCHI · 11 years ago
  10. 57e67f2 Suppress spurious warnings by Yuta HIGUCHI · 11 years ago
  11. 4996353 Fix unused import warnings by Yuta HIGUCHI · 11 years ago
  12. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  13. e7c2152 Set Port Inactive when down instead of removing the vertex by Pankaj Berde · 11 years ago
  14. 1c393ce Modify pom.xml to enable javadoc options. by Naoki Shiota · 11 years ago
  15. 38646d6 rename onos.util to onos.graph by Pankaj Berde · 11 years ago
  16. 8575b2a Merge branch 'original' into netgraphrefactor by Naoki Shiota · 11 years ago
  17. c88d956 Merge branch 'master' into netgraphrefactor by Naoki Shiota · 11 years ago
  18. 783afb7 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  19. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  20. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  21. f05c480 Moce ONOS Service Impl to core package by HIGUCHI Yuta · 11 years ago
  22. 2d01158 Gather I*Storage and it's impl to core by HIGUCHI Yuta · 11 years ago[Renamed (98%) from src/main/java/net/onrc/onos/ofcontroller/linkdiscovery/internal/LinkStorageImpl.java]
  23. 6bfb480 Move pure ONOS code LinkStorageImpl to onos package by HIGUCHI Yuta · 11 years ago[Renamed (98%) from src/main/java/net/floodlightcontroller/linkdiscovery/internal/LinkStorageImpl.java]
  24. 45aca60 Merge branch 'dev1' by Toshio Koide · 11 years ago
  25. 7bdea5b refactor LinkStorageImpl class to use GraphDBOperation class. by Toshio Koide · 11 years ago
  26. 909de46 Moved pure ONOS code in net.floodlightcontroller.linkdiscovery.web to onos package namespace by HIGUCHI Yuta · 11 years ago
  27. 80c3ab8 Moved pure ONOS code in net.floodlightcontroller.linkdiscovery to onos package namespace by HIGUCHI Yuta · 11 years ago
  28. 2051490 Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace by HIGUCHI Yuta · 11 years ago
  29. 254abb4 Duplicate method names confuse profiling by Pankaj Berde · 11 years ago
  30. 6201614 Single Graph handle across all controller by Pankaj Berde · 11 years ago
  31. 86a0d41 getPort from frames is buggy...reverting to gremlin by Pankaj Berde · 11 years ago
  32. 77b5851 Port search improved by Pankaj Berde · 11 years ago
  33. 5fb2763 addPort fails occassionally...do better exception handling by Pankaj Berde · 11 years ago
  34. 2239f0d migrate to Titan 0.3.0 by Pankaj Berde · 11 years ago
  35. 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
  36. 57a32a9 REST API for flow summary /wm/flow/getsummary/{0}/{0}/json by Umesh Krishnaswamy · 11 years ago
  37. 1cde50b Cleanup interfaces and fix port state issue by Pankaj Berde · 11 years ago
  38. 1e2f731 Frames initial commit by Pankaj Berde · 11 years ago
  39. d18c762 Add finalize to clean up file handles to Titan by Pankaj Berde · 11 years ago
  40. 1f10be0 fix for multiple links per switch by Pankaj Berde · 11 years ago
  41. 5024ec1 Added Link REST and service for active links by Pankaj Berde · 11 years ago
  42. ff42180 Rest API and Services for TopoSwitch by Pankaj Berde · 11 years ago
  43. c56a8cc Fix Bug005 - remoteSwitches not initialized. by Umesh Krishnaswamy · 11 years ago
  44. 9306f95 More informative log messages. by Umesh Krishnaswamy · 11 years ago
  45. 11060ed Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Umesh Krishnaswamy · 11 years ago
  46. f962d64 Added functionality to delete links and to add links to remote switches that have a link to a local switch. by Umesh Krishnaswamy · 11 years ago
  47. d613a4a Fixed bug in addLink where it didn't find ports correctly by Jonathan Hart · 11 years ago
  48. 6debb04 Search for dest port for duplicate search by Pankaj Berde · 11 years ago
  49. 8b231d3 Merged LinkStorageImpl changes by Jonathan Hart · 11 years ago
  50. b7e3d2c Started unit testing for link storage API and modified the Titan queries used by the link storage API by Jonathan Hart · 11 years ago
  51. 67f88fb added config properties for titan by Pankaj Berde · 11 years ago
  52. 0a31dab Avoid duplicate links by Pankaj Berde · 11 years ago
  53. 0fc4e43 integrated and added checks to avoid duplicate links by Pankaj Berde · 11 years ago
  54. b676ca2 Link Storage graph implementation using Titan graph apis. by Umesh Krishnaswamy · 11 years ago