1. d1c5b65 Change for device discovery on new-data model. by TeruU · 10 years ago
  2. 02a59e4 Removed Floodlight devicemanager, topology, routing and forwarding modules by Jonathan Hart · 10 years ago
  3. 70c2b36 Renamed class RCNetworkGraphPublisher to NetworkGraphPublisher. by Pavlin Radoslavov · 10 years ago
  4. c0aa4bf Renamed obsoleted class NetworkGraphPublisher to OldNetworkGraphPublisher. by Pavlin Radoslavov · 10 years ago
  5. 4cf8ee5 Removed INetMapStorage.java and INetMapTopologyObjects.java and the by Pavlin Radoslavov · 10 years ago
  6. 697f698 Removed directory src/main/java/net/onrc/onos/graph/ by Pavlin Radoslavov · 10 years ago
  7. 5fe7188 Removed obsoleted Graph-based Network Storage and associated interfaces: by Pavlin Radoslavov · 10 years ago
  8. 1237e39 Work toward fixing ONOS-1031: Remove or comment-out references to the old TopologyManager by Pavlin Radoslavov · 10 years ago
  9. 6b3b4ad Work toward fixing ONOS-1031: Moved file PerformanceMonitor.java from by Pavlin Radoslavov · 10 years ago
  10. c35229e The order of calling startUp() for each module should take into account the by Pavlin Radoslavov · 10 years ago
  11. 018d533 Network Graph Refactoring: WIP: extract the events by canceling matching events by Pavlin Radoslavov · 10 years ago
  12. 6ea84a4 Network Graph Refactoring: renamed the NetworkGraphDiscoveryInterface methods: by Pavlin Radoslavov · 10 years ago
  13. 4c26327 Integrate port up/down events with discovery by Jonathan Hart · 10 years ago
  14. 369875b Added cleanup thread to RCNetworkGraphPublisher by Jonathan Hart · 10 years ago
  15. 5804ce9 Allow RAMCloud to start from a configurable option by Yoshi Muroi · 10 years ago
  16. 22eb988 Added outline of the path taken through the NetworkGraph by an event generated from the discovery modules by Jonathan Hart · 10 years ago
  17. cb95198 WIP: use Event object on NetworkGraphImpl by Yuta HIGUCHI · 10 years ago
  18. fa01c24 Renamed SouthboundNetworkGraph to NetworkGraphDatastore, as this will sit inside the NetworkGraph module and write to the datastore by Jonathan Hart · 10 years ago
  19. 4701671 Built REST APIs to look into Ramcloud for debugging by Jonathan Hart · 10 years ago
  20. 2f570c1 update NetworkGraph objects by Toshio Koide · 10 years ago
  21. 4b5bbb5 Began integration with ONOS discovery code by implementing add switch and add link by Jonathan Hart · 10 years ago
  22. 897533f remove debug println by Yuta HIGUCHI · 10 years ago
  23. b582072 Merge branch 'RAMCloud-master' into RAMCloud-new_dynamics by Yuta HIGUCHI · 10 years ago
  24. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 10 years ago
  25. b1f4070 Fix ramcloud configuration by yoshi · 10 years ago
  26. ffad7dd Allow RAMCloud to start from a configurable option by yoshi · 10 years ago
  27. 391d68d Allow RAMCloud to start from a configurable option by yoshi · 10 years ago
  28. b6a66eb Fix ramcloud configuration path by yoshi · 10 years ago
  29. 8975b68 Merge branch 'ONOS-ONRC2014-Measurements' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-merge by Yuta HIGUCHI · 11 years ago
  30. 8bd6d11 Replaced the aggregated Performance Measurement reports for by Pavlin Radoslavov · 11 years ago
  31. e249767 * Add performance monitoring points by Pavlin Radoslavov · 11 years ago
  32. 78d9df8 Merge branch 'master' into arprefactor by Jonathan Hart · 11 years ago
  33. 7804bea Refactored packet broadcasting framework. Previously only ARP packets were being broadcasted, but as part of reactive forwarding we need to broadcast all packets that we don't know where to send. This commit refactors the Hazelcast notification system used to tell other instances to send packet-outs. by Jonathan Hart · 11 years ago
  34. 7ea78be Merge latests ONOS codes by yoshi · 11 years ago
  35. a93ada2 Merge branch 'thread_name' into cosmetic4 by Yuta HIGUCHI · 11 years ago
  36. 1412e8c Use original ThreadPool specific name, by Yuta HIGUCHI · 11 years ago
  37. 490ad8f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into thread_name by Yuta HIGUCHI · 11 years ago
  38. ef3828d Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  39. 0092603 fixed the wrong device attachment points by pingping-lin · 11 years ago
  40. 3ab1fd0 Cosmetic changes, annotations by Yuta HIGUCHI · 11 years ago
  41. 61509a4 Give each Thread a name for easier debugging by Yuta HIGUCHI · 11 years ago
  42. d857ad6 Removed Floodlight DeviceManager and created a stripped-down device manager that pushes device data from every packet seen into the network map by Jonathan Hart · 11 years ago
  43. b1a1f33 Merge from upstream/master by yoshi · 11 years ago
  44. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  45. b7d84c7 Deleted get DB object by yoshi · 11 years ago
  46. 38805cd Merge from master by onlab-qa · 11 years ago
  47. f96c585 Added get DB object by yoshi · 11 years ago
  48. 8b972bc Modified get DB object of Runnable by yoshi · 11 years ago
  49. 55e1e8f Added get db object in SwitchCleanup by yoshi · 11 years ago
  50. 8a5d097 Workaround to prevent links being added to the database before ports are there - fixes ONOS-713 by Jonathan Hart · 11 years ago
  51. d38cd31 Modified getting GraphDB object by yoshi · 11 years ago
  52. 34bcb3e Added debut log by yoshi · 11 years ago
  53. a0839b5 Added debut log by yoshi · 11 years ago
  54. 0fee3de Merge branch 'master' into RAMCloud by yoshi · 11 years ago
  55. 2fd4c7e first commit by yoshi · 11 years ago
  56. d300325 Implemented ARP reply notifications when a new device is written to the database. Created an ArpMessage class which is the object put into hazelcast for both requests and replies by Jonathan Hart · 11 years ago
  57. adc6389 Fixed switches and ports being deleted from the database by Jonathan Hart · 11 years ago
  58. 6d4ff27 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  59. fb15728 Update in the logic of emitting notifications: by Pavlin Radoslavov · 11 years ago
  60. 5ffff62 Merge branch ARP and DeviceStorageImpl fixes branch. by Jonathan Hart · 11 years ago
  61. 649c97d When adding a switch, add explicit TopologyElement for each port of the by Pavlin Radoslavov · 11 years ago
  62. 0fe7002 If a switch is (re)connected, send notifications for all by Pavlin Radoslavov · 11 years ago
  63. 4fce4ed Fixed the handling of removeDevice events to ensure devices are removed from the database by Jonathan Hart · 11 years ago
  64. 8442e49 Publish the Network Graph events into the datagrid. by Pavlin Radoslavov · 11 years ago
  65. 49000bc Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  66. 987a572 Squashed commit of the following: by Naoki Shiota · 11 years ago
  67. 6bba59f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Naoki Shiota · 11 years ago
  68. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  69. 2806940 Modify NetworkGraphPublisher to implement a service (empty): by Pavlin Radoslavov · 11 years ago
  70. b2d17e8 Refactored LinkStorage and SwitchStorage preparing for event notification implementation. by Naoki Shiota · 11 years ago
  71. e7c2d2f Changed floodlightlistener link logging for easier debugging by Jonathan Hart · 11 years ago
  72. bbd3861 Index ports for faster search by Pankaj Berde · 11 years ago
  73. 38646d6 rename onos.util to onos.graph by Pankaj Berde · 11 years ago
  74. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  75. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  76. 2d01158 Gather I*Storage and it's impl to core by HIGUCHI Yuta · 11 years ago
  77. 6bfb480 Move pure ONOS code LinkStorageImpl to onos package by HIGUCHI Yuta · 11 years ago
  78. 155cfc5 Rename onoslistener.OnosPublisher -> floodlightlistener.NetworkGraphPublisher by HIGUCHI Yuta · 11 years ago