1. 5caa044 Moved old REST APIs to point to the new network graph/topology implementation. by Jonathan Hart · 10 years ago
  2. a47045f Add an explicit check while reading the Topology from RAMCloud whether Blueprints vertex attributes are not null (ONOS-1004) by Pavlin Radoslavov · 10 years ago
  3. 4bf118e Fix toward ONOS-1004: fix the formatting of some of the code so by Pavlin Radoslavov · 10 years ago
  4. 5804ce9 Allow RAMCloud to start from a configurable option by Yoshi Muroi · 10 years ago
  5. 4b5bbb5 Began integration with ONOS discovery code by implementing add switch and add link by Jonathan Hart · 10 years ago
  6. b582072 Merge branch 'RAMCloud-master' into RAMCloud-new_dynamics by Yuta HIGUCHI · 10 years ago
  7. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 10 years ago
  8. ce479d6 Fix ramcloud configuration by yoshi · 10 years ago
  9. 391d68d Allow RAMCloud to start from a configurable option by yoshi · 10 years ago
  10. b6a66eb Fix ramcloud configuration path by yoshi · 10 years ago
  11. df051d4 Removed FireBugs warnings. by Naoki Shiota · 10 years ago
  12. 511b3e5 Merge branch 'ONOS-ONRC2014-Measurements' of https://github.com/OPENNETWORKINGLAB/ONOS into RAMCloud-merge by Pavlin Radoslavov · 10 years ago
  13. 8bf09af Change the Topology.enableOptimizedRead flag to true. by Pavlin Radoslavov · 10 years ago
  14. e929d0d Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into RAMCloud by yoshi · 11 years ago
  15. 337e46d Merge branch 'ONOS-ONRC2014-Measurements' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-merge by Yuta HIGUCHI · 11 years ago
  16. f74d5f3 Squashed commit of the following: by Naoki Shiota · 11 years ago
  17. 007eaf3 Fix a bug inside method readFromDatabase() : add missing calls to addPort() by Pavlin Radoslavov · 11 years ago
  18. 2cef9ba Merge Naoki's whole Topology read code by Yuta HIGUCHI · 11 years ago
  19. d0b598d Merge branch 'master' into ONOS-ONRC2014-Measurements by Pavlin Radoslavov · 11 years ago
  20. 67a7a3e Fix fingbug warning FI_PUBLIC_SHOULD_BE_PROTECTED by Yuta HIGUCHI · 11 years ago
  21. 8252fee * Added new method FlowDatabaseOperation.getFlowSourceDpid() that by Pavlin Radoslavov · 11 years ago
  22. 1de920a Merge branch 'RAMCloud' of github.com:yoshitomo0912/ONOS into RAMCloud by Toshio Koide · 11 years ago
  23. acfc992 Merge branch 'ONOS-ONRC2014-Measurements' of https://github.com/OPENNETWORKINGLAB/ONOS into topodev by Naoki Shiota · 11 years ago
  24. 0abe38d Modified FlowManager to read topology from DB instead of Datagrid. by Naoki Shiota · 11 years ago
  25. d6d88a7 remove unused GraphDBOperation class by Toshio Koide · 11 years ago
  26. d8c3724 Naoki's Periodic whole topology read code, simply adapted to RC by Yuta HIGUCHI · 11 years ago
  27. 7ea78be Merge latests ONOS codes by yoshi · 11 years ago
  28. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  29. ef3828d Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  30. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  31. b32edf5 Separated ONOS specific REST API modules from floodlight. by Naoki Shiota · 11 years ago
  32. fbb9ef3 Fix a bug in the shortest path computation: by Pavlin Radoslavov · 11 years ago
  33. b1a1f33 Merge from upstream/master by yoshi · 11 years ago
  34. 4839f6d Replaced "default" switch case statements with explicit case value statements. by Pavlin Radoslavov · 11 years ago
  35. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  36. b7d84c7 Deleted get DB object by yoshi · 11 years ago
  37. d38cd31 Modified getting GraphDB object by yoshi · 11 years ago
  38. f7424e4 Modified how to get DBOperator object by yoshi · 11 years ago
  39. 29bba84 Modified how to get DBOperator object by yoshi · 11 years ago
  40. b292c62 Success complication by yoshitomo · 11 years ago
  41. c8f6328 Fixed conflict by yoshitomo · 11 years ago
  42. 0fee3de Merge branch 'master' into RAMCloud by yoshi · 11 years ago
  43. 2fd4c7e first commit by yoshi · 11 years ago
  44. 823f322 Fix a bug when removing a port. by Pavlin Radoslavov · 11 years ago
  45. aa6006a Removed the TopologyElement.switchPorts container, because it is not by Pavlin Radoslavov · 11 years ago
  46. ed0f4a8 Update the REST shortest-path computation backend to use the in-memory by Pavlin Radoslavov · 11 years ago
  47. df656d6 Use TreeMap instead of HashMap to store topology-related state. by Pavlin Radoslavov · 11 years ago
  48. f9161ca Update some of the comments. by Pavlin Radoslavov · 11 years ago
  49. 63ee5a8 Update Javadoc to clarify content of each Map Key by Yuta HIGUCHI · 11 years ago
  50. dbc8c44 bug fix: portsMap key is PortID by Yuta HIGUCHI · 11 years ago
  51. cfe7b40 Fix a bug inside method Topology.removeNode() when iterating and by Pavlin Radoslavov · 11 years ago
  52. 0e9ffb4 Merge pull request #447 from y-higuchi/pluggable_path_computation by pavlin-r · 11 years ago
  53. 2a8336e Added method TopologyElement.toString() by Pavlin Radoslavov · 11 years ago
  54. e1038fb Update Javadoc better describe what this class does by Yuta HIGUCHI · 11 years ago
  55. 3ecd41e Refactoring: by Pavlin Radoslavov · 11 years ago
  56. a23e541 * Update the Topology class implementation: by Pavlin Radoslavov · 11 years ago
  57. 4dc9904 Minor edit: move a method next to other methods that are logically related. by Pavlin Radoslavov · 11 years ago
  58. 2a091bf * Misc. fixes/updates to the TopologyElement implementation. by Pavlin Radoslavov · 11 years ago
  59. aaace7f Added initial pieces for topology related notifications. by Pavlin Radoslavov · 11 years ago
  60. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  61. c685c0d Removed unused "import" statements. by Pavlin Radoslavov · 11 years ago
  62. 15954d4 Refactor the TopologyManager: by Pavlin Radoslavov · 11 years ago
  63. 0367d35 Minor cleanup in the TopologyManager API: by Pavlin Radoslavov · 11 years ago
  64. 5d8d77e Update the TopologyManager so it is now a module (IFloodlightModule). by Pavlin Radoslavov · 11 years ago
  65. 3afc3a6 Merge branch 'master' into suppress_warnings by Yuta HIGUCHI · 11 years ago
  66. 1278ac7 Renamed interface by Pavlin Radoslavov · 11 years ago
  67. e1b37bc Renamed class routing.TopoRouteService to topology.TopologyManager by Pavlin Radoslavov · 11 years ago
  68. 9f0379f Renamed file routing/TopoRouteService.java to topology/TopologyManager.java by Pavlin Radoslavov · 11 years ago
  69. ddd01ba Cleanup the TopoRouteService so it is not a Floodlight module anymore. by Pavlin Radoslavov · 11 years ago
  70. f0499b0 RouteResource is now rewritten using ONOS, moving to ONOS pacakge by HIGUCHI Yuta · 11 years ago