1. d097744 Fixing a couple of NPE's for when configuration does not exist by Saurav Das · 10 years ago
  2. 6459712 Added ip info for CLI (show host) by Fahad Naeem Khan · 10 years ago
  3. 1f8fb2e Improved CLI. Still need to edit submitted code by Fahad Naeem Khan · 10 years ago
  4. 2ed83dd Added ipAddress field to Host related test modules by Sangho Shin · 10 years ago
  5. 2f26369 1. Added SegmentRoutingManager so that it can spawn any required objects such as ArpHandler or IcmpHandler by Sangho Shin · 10 years ago
  6. 8c802b4 Use ONOS LinkTuple instead of link discovery specific Link class by Jonathan Hart · 10 years ago
  7. fb93c25 NetworkConfigManager loads a configuration file and exposes an interface for by Saurav Das · 10 years ago
  8. 656fdde Updated API visibility: changed most of remaining constructors and by Pavlin Radoslavov · 10 years ago
  9. d8fd2f5 Rename MastershipEvent -> MastershipData by Yuta HIGUCHI · 10 years ago
  10. 93d35ea Rename {Switch,Port,Link,Host}Event -> {...}Data by Yuta HIGUCHI · 10 years ago
  11. 98eaab5 Clean/Update some comments by Yuta HIGUCHI · 10 years ago
  12. d423ac1 Add a method to concatenate 2 TopologyBatchOperations. by Yuta HIGUCHI · 10 years ago
  13. 0651845 Topology related util class. by Yuta HIGUCHI · 10 years ago
  14. 4f32884 Test + Bugfix for ImmutableTopologySnapshot. by Yuta HIGUCHI · 10 years ago
  15. ab9dc7b Add mastership to Topology by Yuta HIGUCHI · 10 years ago
  16. eb3733a ImmutableTopology prototype. by Yuta HIGUCHI · 10 years ago
  17. a5c48bc Comparator for MastershipEvent by Yuta HIGUCHI · 10 years ago
  18. c58a316 TopologyBatchTarget -> TopologyEvent by Yuta HIGUCHI · 10 years ago
  19. 9e6223d Fixing topology related internal interface/class tree by Yuta HIGUCHI · 10 years ago
  20. 2440967 Added an interface for the TopologyPublisher to publish operations to by Pavlin Radoslavov · 10 years ago
  21. d92b10c Fixing topology related interface/class tree by Yuta HIGUCHI · 10 years ago
  22. a507baf PortNumber fixes by Yuta HIGUCHI · 10 years ago
  23. 000fbae Work toward cleaning up the Topology Manager and the Topology Publisher by Pavlin Radoslavov · 10 years ago
  24. 1bd3667 Fix non usage of Kryo ref in TopoManager by Praseed Balakrishnan · 10 years ago
  25. 7c28ebb TopologyListener interface proto by Yuta HIGUCHI · 10 years ago
  26. 45ccade Adding some PortEvent related internal interfaces. by Yuta HIGUCHI · 10 years ago
  27. 3d322f4 Removed obsolete methods SwitchPort.dpid() and SwitchPort.port() by Pavlin Radoslavov · 10 years ago
  28. 5317ac9 Fix/update Javadoc comments for the topology event classes: by Pavlin Radoslavov · 10 years ago
  29. b46f89b Work toward cleaning up the Topology Manager and the Topology Publisher by Pavlin Radoslavov · 10 years ago
  30. 31f8510 Cleanup the implementation of class TopologyEvent and associated classes. by Pavlin Radoslavov · 10 years ago
  31. 5bf7f6f Modify checkstyle maximum parameter count by Ray Milkey · 10 years ago
  32. dd08e8c ONOS-1846 Added new class TopologyBatchOperation that can be used to by Pavlin Radoslavov · 10 years ago
  33. 7946c61 Fix a bug when processing Port UP/DOWN events from the OpenFlow driver, by Pavlin Radoslavov · 10 years ago
  34. ae7e848 Added support in the TopologyManager for processing explicitly configured by Pavlin Radoslavov · 10 years ago
  35. 4163364 Update the TopologyEvents internals to use ImmutableList to store a copy by Pavlin Radoslavov · 10 years ago
  36. 054cd59 ONOS-1871: Send Topology MastershipEvent info to Topology listeners. by Pavlin Radoslavov · 10 years ago
  37. 8a44b78 Refactor the storage of the Topology Listeners: move the state by Pavlin Radoslavov · 10 years ago
  38. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  39. 845ffdd Use Java labels to break from a block of code instead of by Pavlin Radoslavov · 10 years ago
  40. e82adc6 Fix for cleaner thread to not clean configured topology objects. by Praseed Balakrishnan · 10 years ago
  41. bb17de2 Fix a critical bug when removing entries from the Topology. by Pavlin Radoslavov · 10 years ago
  42. d7b792e Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  43. cac157d Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  44. a5637c0 Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  45. 53b208a Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  46. d0f6801 Fix javadoc errors by Yuta HIGUCHI · 10 years ago
  47. 1766038 Update the JSON serialization of Topology-related objects. by Pavlin Radoslavov · 10 years ago
  48. 695f895 Pushed Switch Mastership Events into the Topology event channel. by Pavlin Radoslavov · 10 years ago
  49. fa21be1 Adding device type by Praseed Balakrishnan · 10 years ago
  50. ccab05d Fix javadoc:javadoc warnings by Yuta HIGUCHI · 10 years ago
  51. c61544e Removed TopologyEvents.timestamp field. by Pavlin Radoslavov · 10 years ago
  52. 2aa6c0b Add state/status to Topology Element by Praseed Balakrishnan · 10 years ago
  53. cd14dda Cosmetic fixes by Yuta HIGUCHI · 10 years ago
  54. c49917c Set the timestamps by using the absolute epoch time in milliseconds by Pavlin Radoslavov · 10 years ago
  55. d4f4037 Added performance-related metrics for the Topology and Intents: by Pavlin Radoslavov · 10 years ago
  56. 8b389a7 Gather topology element info to TopologyImpl by Yuta HIGUCHI · 10 years ago
  57. 9289721 Fix some checkstyle and PMD errors in the topology module. by Ray Milkey · 10 years ago
  58. cef0986 Add the equals function by weibit · 10 years ago
  59. 9da3a6e unsigned PortNumber by Yuta HIGUCHI · 10 years ago
  60. cb8455e Move out element info from {Switch,Port,Link,Host}Impl by Yuta HIGUCHI · 10 years ago
  61. 5f34c1d Remove Long constructor/methods from Topology related Impls by Yuta HIGUCHI · 10 years ago
  62. bfc77f0 rename topology related objects: Device -> Host by Yuta HIGUCHI · 10 years ago
  63. 896019b Fix a device's "lastTimeSeenTime" recording function into topology. by TeruU · 10 years ago
  64. f7c31a4 Unit tests for the topologymanager class by weibit · 10 years ago
  65. 0310213 Renamed OnosDevice classes to Host. by Jonathan Hart · 10 years ago
  66. dbc3312 Change "type" constant name by Yuta HIGUCHI · 10 years ago
  67. 02ccb8c Use LinkTuple as identifier. by Yuta HIGUCHI · 10 years ago
  68. 8313f0b Support multiple Links from a Port by Yuta HIGUCHI · 10 years ago
  69. 1222ac5 Add "type" attributes to Topology elements by Yuta HIGUCHI · 10 years ago
  70. 692e68e Add getType to Topology interfaces. by Yuta HIGUCHI · 10 years ago
  71. 7926ba3 Add string attributes to self-containd objects. (cont'd) by Yuta HIGUCHI · 10 years ago
  72. 284e70f General link discovery module cleanup. by Jonathan Hart · 10 years ago
  73. e2a4e17 Remove constructors/methods using Long by Yuta HIGUCHI · 10 years ago
  74. d830aad Expose String Attributes to JSON by Yuta HIGUCHI · 10 years ago
  75. bf0a871 Add string attributes to self-containd objects. by Yuta HIGUCHI · 10 years ago
  76. 5cf1fe0 Updated and refactored the JSON serialization of Topology-related by Pavlin Radoslavov · 10 years ago
  77. 57ed843 Added Type and ID to support multi layer topology by Praseed Balakrishnan · 10 years ago
  78. 4eaab99 * Added a new class TopologyEvents that encapsulated the collections by Pavlin Radoslavov · 10 years ago
  79. fa74284 Move indices to TopologyImpl. by Yuta HIGUCHI · 10 years ago
  80. a0dcd47 Trigger conversion to JSON earlier. by Yuta HIGUCHI · 10 years ago
  81. b1e2ab7 Rename #getNumber -> #getPortNumber by Yuta HIGUCHI · 10 years ago
  82. 5c8cbeb Remove PortEvent.SwitchPort by Yuta HIGUCHI · 10 years ago
  83. 8f3dfa3 Topology interface to use Dpid, PortNumber by Yuta HIGUCHI · 10 years ago
  84. bc67a05 adding doc to TopologyManager by Yuta HIGUCHI · 10 years ago
  85. c1e80e6 Remove cost from Link by Yuta HIGUCHI · 10 years ago
  86. db1b830 Add string attribute interfaces. by Yuta HIGUCHI · 10 years ago
  87. 703696c Fix some checkstyle warnings by Yuta HIGUCHI · 10 years ago
  88. c45e0b6 Add javadoc by Yuta HIGUCHI · 10 years ago
  89. 8e881a4 Big fix: Move the "try ... catch" block inside the "while (true)" block by Pavlin Radoslavov · 10 years ago
  90. 5d2c939 Deleted device manager's inside global cache and changed to use the topo cache. by TeruU · 10 years ago
  91. d4acc80 Remove @author tag from our code. by Yuta HIGUCHI · 10 years ago
  92. 7d7f0a0 Serializers Cleanup by Ray Milkey · 10 years ago
  93. f34f150 Implement missing equals() and hashCode() like LinkEvent by Sho SHIMIZU · 10 years ago
  94. 83e3c1f Use Dpid class to represent DPID instead of Long for type safety by Sho SHIMIZU · 10 years ago
  95. dc59c15 Fix a bug in the JSON string representation of a MAC address. by Pavlin Radoslavov · 10 years ago
  96. 2fa6ca4 JSON Serializers for Intents by Ray Milkey · 10 years ago
  97. a00e4b9 LogFix: TopologyPublisher logging. by Yuta HIGUCHI · 10 years ago
  98. 308337c Renamed "devices" to "hosts" in the Topology REST API: by Pavlin Radoslavov · 10 years ago
  99. c00f5c2 Enforced Checkstyle rule to limit line length. by Jonathan Hart · 10 years ago
  100. 2ffc3b7 Cosmetics: remove Topology prefix. by Yuta HIGUCHI · 10 years ago