1. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  2. 924cda4 ONOS- 2946 Adding ability to view packet processor statistics. by Thomas Vachuska · 9 years ago
  3. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  4. 7f171b2 ONOS- 2946 Adding ability to view existing packet intercept requests and packet processors. by Thomas Vachuska · 9 years ago
  5. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  6. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  7. d714efe Remove unused import statements by Sho SHIMIZU · 9 years ago
  8. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  9. 8dc81ea Apply JUnit4 style test by Sho SHIMIZU · 9 years ago
  10. d82a4e6 Remove redundant type cast by Sho SHIMIZU · 9 years ago
  11. 006e486 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  12. d88db6f Use diamond operator by Sho SHIMIZU · 9 years ago
  13. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  14. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  15. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  16. 5256066 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  17. 94f7dae ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  18. 743a849 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  19. df6a6e4 Modify TimeFormatterTest to work on some systems to address [ONOS-2732] by Jon Hall · 9 years ago
  20. 7229721 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  21. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  22. d6685d0 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  23. 11ff4a8 Delta Port Statistics added to DeviceStore, Device Service and CLI by Dusan Pajin · 9 years ago
  24. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  25. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  26. a412236 ONOS-2190 - Move org.onosproject.net.config.* out of the incubator by Ray Milkey · 9 years ago
  27. 810d6e7 Coverage and SONAR improvements for Objectives classes by Ray Milkey · 9 years ago
  28. e106522 Support for a java.util.Map implementation backed by ConsistentMap by Madan Jampani · 9 years ago
  29. 8d22c4b ONOS-1479 -- GUI - augmenting topology view for extensibility: WIP. by Simon Hunt · 9 years ago
  30. ba41fc1 ONOS-2446: Implement API to declare resource hierarchy by Sho SHIMIZU · 9 years ago
  31. 1f5e591 Resource API changes as preparation for hierarchy support (ONOS-2446) by Sho SHIMIZU · 9 years ago
  32. a29c677 Added RetryingFunction for simplified retry support. by Madan Jampani · 9 years ago
  33. 7ffe53d Added a valueOrElse static method to Versioned by Madan Jampani · 9 years ago
  34. 24e60b3 Unit tests for the flow objective store by Ray Milkey · 9 years ago
  35. b3c5ce2 Unit tests for the distributed group store. by Ray Milkey · 9 years ago
  36. 3d6a2f6 ONOS-2429: Support for a relaxed read consistency mode in ConsistentMap by Madan Jampani · 9 years ago
  37. 41b1f3a ONOS-2456 Added usage metrics to Atomic Counter and Distributed Queue plus refactored the code a bit by Flavio Castro · 9 years ago
  38. f44e42c Fix for flow equality bug which can cause: by Jonathan Hart · 9 years ago
  39. 5b94aea Refactor event dispatch injector to use TestUtils field setter by Ray Milkey · 9 years ago
  40. 3a0598f ONOS-1479 -- GUI - augmenting topology view for extensibility: by Simon Hunt · 9 years ago
  41. ae9faf1 Unit tests for the Network Config Manager class by Ray Milkey · 9 years ago
  42. 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
  43. 6f44033 ONOS-2431 - Unit tests for DistributedNetworkConfigStore by Ray Milkey · 9 years ago
  44. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  45. 3595823 Unit test for the gossip intent store by Ray Milkey · 9 years ago
  46. 00a27ff ONOS-1479 -- GUI - augmenting topology view for extensibility: by Simon Hunt · 9 years ago
  47. d0533e5 Unit tests for ModTunnelIdInstruction and ModTransportPortInstruction by Hyunsun Moon · 9 years ago
  48. 629b99e ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  49. 4ecaeea Add unit test to check equality for resource constructs by Sho SHIMIZU · 9 years ago
  50. 92ea9b3 Add map name to equals() and toString() calculations by Ray Milkey · 9 years ago
  51. e05cae4 ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  52. 67d53cc Unit tests for AtomicValueEvent and SetEvent by Ray Milkey · 9 years ago
  53. d083bc4 Improve test coverage for ConsistentMapEvent and WallClockTimestamp by Ray Milkey · 9 years ago
  54. 111b42b Move address-bindings config to new config system by Jonathan Hart · 9 years ago
  55. a16ea65 Improve coverage for MastershipTerm class by Ray Milkey · 9 years ago
  56. 7804c99 Refactored code to consolidate functionality in Database* classes. by Madan Jampani · 9 years ago
  57. 80b0a80 Added deviceId to the DriverData as part of available context. by Thomas Vachuska · 9 years ago
  58. a08c5d0 TUNNEL_ID field support in flow matching and actions by Hyunsun Moon · 9 years ago
  59. 738dfaf [ONOS-2159]Add to query devices by type api in DeviceService and by samuel · 9 years ago
  60. ee49df1 Unit tests for DefaultLoad class by Ray Milkey · 9 years ago
  61. 96495ca Add unit tests for cluster messaging classes by Ray Milkey · 9 years ago
  62. c4d5661 ONOS-2297: Decouple ResourceRequest and ResourceAllocation by Sho SHIMIZU · 9 years ago
  63. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  64. 260439d Replace deprecated APIs with the alternatives by Sho SHIMIZU · 9 years ago
  65. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  66. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago
  67. 74d32fd Added unit tests for Versioned and MultiValuedTimestamp classes. by samanwita pal · 9 years ago
  68. d1acfd8 Added unit tests for MapEvent class. by samanwita pal · 9 years ago
  69. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  70. e00733a Added unit tests for DatabaseUpdate.java by Samanwita Pal · 9 years ago
  71. 419dcad Improve coverage to cover private serialization constructor by Ray Milkey · 9 years ago
  72. d164c0e Unit tests for DefaultPortStatistics class by Ray Milkey · 9 years ago
  73. d13a37b Remove deprecated Flow Rule constructors by Ray Milkey · 9 years ago
  74. 93d944c ONOS-2124 FIxed Version to allow two-segment versions and to be more robust in general. by Thomas Vachuska · 9 years ago
  75. ad35c34 Fixed application descriptor parsing. by Thomas Vachuska · 9 years ago
  76. 5051040 Unit tests for Leadership and LeadershipEvent classes by Ray Milkey · 9 years ago
  77. 33d44c5 Unit tests for Default Group class by Ray Milkey · 9 years ago
  78. c46af20 Fixing an issue where intents fail to re-route after a node is restarted; caused by failure to register intent resources correctly. by Thomas Vachuska · 9 years ago
  79. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  80. c244976 GUI -- Bug fixes - TableModel displays empty cell instead of causing NPE if no value is given. Sort icons and direction are reset when view is destroyed. by Bri Prebilic Cole · 9 years ago
  81. d24420f Add OCh signal type to optical path intent. by Marc De Leenheer · 9 years ago
  82. 86af8f1 Adding support for writing metadata instruction. Needed by Centec driver. by Saurav Das · 9 years ago
  83. 02ce274 Unit tests for DefaultGroupDescription class by Ray Milkey · 9 years ago
  84. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  85. bf916ea Moved Tunnel subsystem to ONOS core incubator area. by Thomas Vachuska · 9 years ago
  86. e8c632f Unit tests for GroupBucket and GroupOperation by Ray Milkey · 9 years ago
  87. 4a20a5f [ONOS-700][ONOS-1801]refactor tunnel subsystem api. by jcc · 9 years ago
  88. f410a0c Unit test for Objectives classes by Ray Milkey · 9 years ago
  89. 1deab53 Simplifying removeListener to merely log when remove indicates no such listener. by Thomas Vachuska · 9 years ago
  90. 1afa2a0 Rewrote optical connectivity intent compiler by Marc De Leenheer · 9 years ago
  91. 7f58211 Unit tests for PortAddresses class by Ray Milkey · 9 years ago
  92. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  93. de3e92e 【ONOS-1223】【ONOS-1870】the implements of label resource APIs.it include by jcc · 9 years ago
  94. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  95. a7841ed ONOS-1896 : enum Permission added, DefaultPermission removed by Changhoon Yoon · 9 years ago
  96. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  97. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  98. 585bed9 Place OchSginalType in the right place by Sho SHIMIZU · 9 years ago
  99. 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 9 years ago
  100. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago