1. 1bd3667 Fix non usage of Kryo ref in TopoManager by Praseed Balakrishnan · 10 years ago
  2. 7c28ebb TopologyListener interface proto by Yuta HIGUCHI · 10 years ago
  3. 45ccade Adding some PortEvent related internal interfaces. by Yuta HIGUCHI · 10 years ago
  4. 3d322f4 Removed obsolete methods SwitchPort.dpid() and SwitchPort.port() by Pavlin Radoslavov · 10 years ago
  5. 5317ac9 Fix/update Javadoc comments for the topology event classes: by Pavlin Radoslavov · 10 years ago
  6. b46f89b Work toward cleaning up the Topology Manager and the Topology Publisher by Pavlin Radoslavov · 10 years ago
  7. 31f8510 Cleanup the implementation of class TopologyEvent and associated classes. by Pavlin Radoslavov · 10 years ago
  8. 5bf7f6f Modify checkstyle maximum parameter count by Ray Milkey · 10 years ago
  9. dd08e8c ONOS-1846 Added new class TopologyBatchOperation that can be used to by Pavlin Radoslavov · 10 years ago
  10. 7946c61 Fix a bug when processing Port UP/DOWN events from the OpenFlow driver, by Pavlin Radoslavov · 10 years ago
  11. ae7e848 Added support in the TopologyManager for processing explicitly configured by Pavlin Radoslavov · 10 years ago
  12. 4163364 Update the TopologyEvents internals to use ImmutableList to store a copy by Pavlin Radoslavov · 10 years ago
  13. 054cd59 ONOS-1871: Send Topology MastershipEvent info to Topology listeners. by Pavlin Radoslavov · 10 years ago
  14. 8a44b78 Refactor the storage of the Topology Listeners: move the state by Pavlin Radoslavov · 10 years ago
  15. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  16. 845ffdd Use Java labels to break from a block of code instead of by Pavlin Radoslavov · 10 years ago
  17. e82adc6 Fix for cleaner thread to not clean configured topology objects. by Praseed Balakrishnan · 10 years ago
  18. bb17de2 Fix a critical bug when removing entries from the Topology. by Pavlin Radoslavov · 10 years ago
  19. d7b792e Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  20. cac157d Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  21. a5637c0 Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  22. 53b208a Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  23. d0f6801 Fix javadoc errors by Yuta HIGUCHI · 10 years ago
  24. 1766038 Update the JSON serialization of Topology-related objects. by Pavlin Radoslavov · 10 years ago
  25. 695f895 Pushed Switch Mastership Events into the Topology event channel. by Pavlin Radoslavov · 10 years ago
  26. fa21be1 Adding device type by Praseed Balakrishnan · 10 years ago
  27. ccab05d Fix javadoc:javadoc warnings by Yuta HIGUCHI · 10 years ago
  28. c61544e Removed TopologyEvents.timestamp field. by Pavlin Radoslavov · 10 years ago
  29. 2aa6c0b Add state/status to Topology Element by Praseed Balakrishnan · 10 years ago
  30. cd14dda Cosmetic fixes by Yuta HIGUCHI · 10 years ago
  31. c49917c Set the timestamps by using the absolute epoch time in milliseconds by Pavlin Radoslavov · 10 years ago
  32. d4f4037 Added performance-related metrics for the Topology and Intents: by Pavlin Radoslavov · 10 years ago
  33. 8b389a7 Gather topology element info to TopologyImpl by Yuta HIGUCHI · 10 years ago
  34. 9289721 Fix some checkstyle and PMD errors in the topology module. by Ray Milkey · 10 years ago
  35. cef0986 Add the equals function by weibit · 10 years ago
  36. 9da3a6e unsigned PortNumber by Yuta HIGUCHI · 10 years ago
  37. cb8455e Move out element info from {Switch,Port,Link,Host}Impl by Yuta HIGUCHI · 10 years ago
  38. 5f34c1d Remove Long constructor/methods from Topology related Impls by Yuta HIGUCHI · 10 years ago
  39. bfc77f0 rename topology related objects: Device -> Host by Yuta HIGUCHI · 10 years ago
  40. 896019b Fix a device's "lastTimeSeenTime" recording function into topology. by TeruU · 10 years ago
  41. f7c31a4 Unit tests for the topologymanager class by weibit · 10 years ago
  42. 0310213 Renamed OnosDevice classes to Host. by Jonathan Hart · 10 years ago
  43. dbc3312 Change "type" constant name by Yuta HIGUCHI · 10 years ago
  44. 02ccb8c Use LinkTuple as identifier. by Yuta HIGUCHI · 10 years ago
  45. 8313f0b Support multiple Links from a Port by Yuta HIGUCHI · 10 years ago
  46. 1222ac5 Add "type" attributes to Topology elements by Yuta HIGUCHI · 10 years ago
  47. 692e68e Add getType to Topology interfaces. by Yuta HIGUCHI · 10 years ago
  48. 7926ba3 Add string attributes to self-containd objects. (cont'd) by Yuta HIGUCHI · 10 years ago
  49. 284e70f General link discovery module cleanup. by Jonathan Hart · 10 years ago
  50. e2a4e17 Remove constructors/methods using Long by Yuta HIGUCHI · 10 years ago
  51. d830aad Expose String Attributes to JSON by Yuta HIGUCHI · 10 years ago
  52. bf0a871 Add string attributes to self-containd objects. by Yuta HIGUCHI · 10 years ago
  53. 5cf1fe0 Updated and refactored the JSON serialization of Topology-related by Pavlin Radoslavov · 10 years ago
  54. 57ed843 Added Type and ID to support multi layer topology by Praseed Balakrishnan · 10 years ago
  55. 4eaab99 * Added a new class TopologyEvents that encapsulated the collections by Pavlin Radoslavov · 10 years ago
  56. fa74284 Move indices to TopologyImpl. by Yuta HIGUCHI · 10 years ago
  57. a0dcd47 Trigger conversion to JSON earlier. by Yuta HIGUCHI · 10 years ago
  58. b1e2ab7 Rename #getNumber -> #getPortNumber by Yuta HIGUCHI · 10 years ago
  59. 5c8cbeb Remove PortEvent.SwitchPort by Yuta HIGUCHI · 10 years ago
  60. 8f3dfa3 Topology interface to use Dpid, PortNumber by Yuta HIGUCHI · 10 years ago
  61. bc67a05 adding doc to TopologyManager by Yuta HIGUCHI · 10 years ago
  62. c1e80e6 Remove cost from Link by Yuta HIGUCHI · 10 years ago
  63. db1b830 Add string attribute interfaces. by Yuta HIGUCHI · 10 years ago
  64. 703696c Fix some checkstyle warnings by Yuta HIGUCHI · 10 years ago
  65. c45e0b6 Add javadoc by Yuta HIGUCHI · 10 years ago
  66. 8e881a4 Big fix: Move the "try ... catch" block inside the "while (true)" block by Pavlin Radoslavov · 10 years ago
  67. 5d2c939 Deleted device manager's inside global cache and changed to use the topo cache. by TeruU · 10 years ago
  68. d4acc80 Remove @author tag from our code. by Yuta HIGUCHI · 10 years ago
  69. 7d7f0a0 Serializers Cleanup by Ray Milkey · 10 years ago
  70. f34f150 Implement missing equals() and hashCode() like LinkEvent by Sho SHIMIZU · 10 years ago
  71. 83e3c1f Use Dpid class to represent DPID instead of Long for type safety by Sho SHIMIZU · 10 years ago
  72. dc59c15 Fix a bug in the JSON string representation of a MAC address. by Pavlin Radoslavov · 10 years ago
  73. 2fa6ca4 JSON Serializers for Intents by Ray Milkey · 10 years ago
  74. a00e4b9 LogFix: TopologyPublisher logging. by Yuta HIGUCHI · 10 years ago
  75. 308337c Renamed "devices" to "hosts" in the Topology REST API: by Pavlin Radoslavov · 10 years ago
  76. c00f5c2 Enforced Checkstyle rule to limit line length. by Jonathan Hart · 10 years ago
  77. 2ffc3b7 Cosmetics: remove Topology prefix. by Yuta HIGUCHI · 10 years ago
  78. a7f1cdd Cosmetics: Move JSON serializers under web package. by Yuta HIGUCHI · 10 years ago
  79. 5bbbaca Add ZooKeeper leadership related log. by Yuta HIGUCHI · 10 years ago
  80. 121a024 Link discovery bug fixes. by Jonathan Hart · 10 years ago
  81. bfe4a45 Fix Javadoc comment to point to the method correctly by Sho SHIMIZU · 10 years ago
  82. 0fe4385 Topology REST API modifications and unit tests by Ray Milkey · 10 years ago
  83. a41366d Remove devices array from the Port JSON representation. by Jonathan Hart · 10 years ago
  84. 67b6cba Don't send port events to the TopologyManager for switches we're not in control of. by Jonathan Hart · 10 years ago
  85. 92c819f Added logging on sender side of topology notifications by Jonathan Hart · 10 years ago
  86. 6be1e5e Updated URL path for the REST to get the whole topology: by Pavlin Radoslavov · 10 years ago
  87. 0de6f32 Removed REST call by Pavlin Radoslavov · 10 years ago
  88. cf2b553 Topology REST updates and cleanup: by Pavlin Radoslavov · 10 years ago
  89. c097fdf Cleanup the REST processing of Topology-related REST calls, and by Pavlin Radoslavov · 10 years ago
  90. 1cbfcae Setup Json Serializers for Topology classes. by Pavlin Radoslavov · 10 years ago
  91. f167520 Added some logging to help debug topology issues by Jonathan Hart · 10 years ago
  92. d7b5094 Javadoc typo fix. by Yuta HIGUCHI · 10 years ago
  93. e37e4e2 Renamed *NetworkGraph* references to *Topology*. by Jonathan Hart · 10 years ago
  94. 1fc395e Move Path to intent package. by Yuta HIGUCHI · 10 years ago
  95. 25bd53e Break the references between Port and Link. by Jonathan Hart · 10 years ago
  96. 1c072a6 Change device REST API format. by TeruU · 10 years ago
  97. ce4a06b Add javadoc to Switch/Port/Link/ShortestPathIntent by Yuta HIGUCHI · 10 years ago
  98. a057275 Add dpid to Port JSON object. by Yuta HIGUCHI · 10 years ago
  99. c66073c Remove deprecated method getOp() by Yuta HIGUCHI · 10 years ago
  100. 65bc5ff Add REST API for a device. by TeruU · 10 years ago