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