1. ac8b229 ONOS-6225 Expose k-shortest path search as part of TopologyService. by Yuta HIGUCHI · 7 years ago
  2. c56cded ONOS-3701 by Kavitha Alagesan · 7 years ago
  3. 0a71c8b Fix for ONOS-5035.Cherry picked from commit f1621f163d1b48d7056ef676cdcece3822bde0f3 by Deepa Vaddireddy · 7 years ago
  4. 11b99fc Refining driver subsystem to facilitate coordinated start-up. by Thomas Vachuska · 7 years ago
  5. 7b18c9f Bump Atomix dependency version to 1.0.6 by Jordan Halterman · 7 years ago
  6. e4cb8cf Manage misleading log messages by Yuta HIGUCHI · 7 years ago
  7. 046faeb [ONOS-6267] Detect and complete blocked futures on I/O threads. by Jordan Halterman · 7 years ago
  8. 8fd28c7 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  9. f009902 Tagging 1.10.0-rc1 by Ray Milkey · 7 years ago 1.10.0-rc1
  10. 660aedf Avoid interacting with SB if nothing to do by Yuta HIGUCHI · 7 years ago
  11. 6cc8645 ONOS-6258: UiTopo2Overlay et al. by Simon Hunt · 7 years ago
  12. 9bdc24f [ONOS-6267] Support configurable Executors for primitives by Jordan Halterman · 7 years ago
  13. 948d659 [ONOS-6342] Refactor transaction architecture to support a shared cache for transactional primitives by Jordan Halterman · 7 years ago
  14. 22c35df ONOS-6258: UiTopo2Overlay et al. - initial support for topo-2 highlighting. by Simon Hunt · 7 years ago
  15. 8f60ff8 ONOS-6257: fixing Region-peer-location function... by Simon Hunt · 7 years ago
  16. 424bfa7 [ONOS-6302] Fix wrong flow rules when install flow rule Intents by Yi Tseng · 7 years ago
  17. 84c5a3d [ONOS-6303] Fix incorrect flow rule from link collection Intent compiler by Yi Tseng · 7 years ago
  18. a64f0c8 [ONOS-5932] New FlowObjective compiler for LinkCollection Intent by Yi Tseng · 7 years ago
  19. 38fc71e [ONOS-6016] Enhance IntentInstaller for FlowObjective by Yi Tseng · 7 years ago
  20. 076a788 Avoid unnecessary FlowRuleProgrammable polling by Yuta HIGUCHI · 7 years ago
  21. 2794702 [ONOS-6297] Use Raft log indexes as versions in ConsistentTreeMap to ensure consistency across leaders. by Jordan Halterman · 7 years ago
  22. f627244 [ONOS-6324] Add getOrDefault method to ConsistentMap. by Jordan Halterman · 7 years ago
  23. aa178db Add ability to set clearDeferred flag in treatments from REST API. by Jonathan Hart · 7 years ago
  24. 14b3bef [ONOS-6297] - Use commit indexes for entry versioning in ConsistentMap state machine. by Jordan Halterman · 7 years ago
  25. 5b78dc8 [ONOS-6322] - Use event timestamp in GossipDeviceStore when marking devices offline in response to gossip messages on standby nodes. by Jordan Halterman · 7 years ago
  26. fda46f9 Bump Catalyst/Copycat/Atomix dependency versions and update Copycat transport implementation. by Jordan Halterman · 7 years ago
  27. 4201954 ONOS-6106 Adding Missing Fields in the " get flows and get devices" rest api by kalagesa · 7 years ago
  28. 6359c83 Formalize and document ConsistentResourceStore internal interfaces. This is cleanup in preparation for changes coming in ONOS-4859 by Jordan Halterman · 7 years ago
  29. 8c0b18a Added region-based filtering for the GUI to make sure only the relevant by Thomas Vachuska · 7 years ago
  30. 603d055 Fix typo by Yi Tseng · 7 years ago
  31. b877a6f Modified UI model objects to be backed merely by IDs of the core model objects. by Thomas Vachuska · 7 years ago
  32. 1f036b8 ONOS-6096 initial impl of dist. virtual packet store; virtual PacketRequest CLI; PacketRequest codec by Claudine Chiu · 7 years ago
  33. 8c47efe Make sure backup path satisfies constraints by Yuta HIGUCHI · 7 years ago
  34. 76a3d67 ONOS-6265 fixes the issue: intentManager.unregisterCompiler error by wu · 7 years ago
  35. c4ca710 Europe Region Demo data script written. by Simon Hunt · 7 years ago
  36. b3656d4 WIP:: Initial stab at regions demo for Europe. by Simon Hunt · 7 years ago
  37. 36cbc71 Fix problem with cluter not forming by Ray Milkey · 7 years ago
  38. b471f2c Add Unit tests for ClusterEvent by Jon Hall · 7 years ago
  39. e4afdb5 Fix Sonar errors: public data members in classes by Ray Milkey · 7 years ago
  40. 3557db5 Add unit tests for ClusterMetadataEvent by Jon Hall · 7 years ago
  41. 672a3ed Add unit tests for MastershipEvent by Jon Hall · 7 years ago
  42. d543513 Add unit tests for ClusterMetadata by Jon Hall · 7 years ago
  43. a3fcf67 Fix Sonar issue: by Jon Hall · 7 years ago
  44. 278e75b Add unit tests for FlowEntryWithLoad class by Ray Milkey · 7 years ago
  45. f074af9 Add unit tests for PartitionEvent by Jon Hall · 7 years ago
  46. 5473471 Showing more information in pending-obj-nexts by Charles Chan · 7 years ago
  47. e9c3709 [ONOS-6075] Rewrite Copycat Transport by Jordan Halterman · 7 years ago
  48. a8a1375 Clarify expected String content by Yuta HIGUCHI · 7 years ago
  49. c234f06 Bump Atomix dependency version to 1.0.4 by Jordan Halterman · 7 years ago
  50. 21281fd Refactored Traffic Monitor code to display packets / second. by Simon Hunt · 7 years ago
  51. c708e3c remove dereferencing a null pointer by Donghee Yoon · 7 years ago
  52. 88cc343 Update checkstyle to version 6.19 by Ray Milkey · 7 years ago
  53. d821b18 [ONOS-6224] L3VPN service delete by janani b · 7 years ago
  54. f7060cd [ONOS-6199] Huawei driver create and instance delete. by janani b · 7 years ago
  55. dab4d77 Enabling port statistics discovery in NETCONF device provider. by Gaurav Agrawal · 7 years ago
  56. 1f3b372 Log port registration error by Yuta HIGUCHI · 7 years ago
  57. ddfa8c9 Fix for JIRA issue ONOS-6160. To avoid possible null pointer reference for 'device' object in file 'DeviceManager.java' at line no 574. by nitinanand · 7 years ago
  58. fa394de Fix for ONOS-5175. GroupId refactoring. by Yi Tseng · 7 years ago
  59. f4edb31 HostMonitor: Only probe directly if we are not already monitoring the host. by Jonathan Hart · 7 years ago
  60. 0439fd7 Cleaning pom.xml files. Please everyone, watch the sloppiness for Pete's sake! by Thomas Vachuska · 7 years ago
  61. 6690f59 Fix for ONOS-6149-Not able to configure heartbeatInterval and by Deepa Vaddireddy · 7 years ago
  62. 64cc582 Remove left over system directory after test completes by Ray Milkey · 7 years ago
  63. e2bd115 Changing default path separator to "|" to unblock dynamic config demo. by Thomas Vachuska · 7 years ago
  64. f90c650 [ONOS-6033] Corsa pipelines should filter the clear deferred actions by Pier Luigi · 7 years ago
  65. 9238b38 Probe all interfaces that contains given IP by Charles Chan · 7 years ago
  66. ed81ed6 Added scale and offset parameters to LayoutAddCommand. by Simon Hunt · 7 years ago
  67. 041534b [ONOS-5992] Ensure futures for failed messages are completed using the supplied Executor in NettyMessagingManager. by Jordan Halterman · 7 years ago
  68. 6cc7488 Implementing ability to process single-bundle ONOS apps whose meta-data by Thomas Vachuska · 7 years ago
  69. 9011dfe Unit test for DefaultConsistentMap by Ray Milkey · 7 years ago
  70. 8add0f6 Simplify the method chain by Sho SHIMIZU · 7 years ago
  71. a2a4f34 lower log level when pipeliner not supported by Yuta HIGUCHI · 7 years ago
  72. 43de6ee Refactoring abstract driver loader to assure that default drivers get loaded first by default. by Thomas Vachuska · 7 years ago
  73. 4effa06 Make LinkManager aware of unidirectional links. by Marc De Leenheer · 7 years ago
  74. 0f4d63a Proper handling of Link expected state by Yuta HIGUCHI · 7 years ago
  75. 9f111e6 ONOS-6081 Do not throw Exception when queried for unknown resource. by Yuta HIGUCHI · 7 years ago
  76. 5168f61 ONOS-6082 by sivachidambaram subramanian · 7 years ago
  77. ec551d3 Allow links to be configured as unidirectional. by Marc De Leenheer · 7 years ago
  78. edd932f use toImmutableSet converting Stream to Set by Yuta HIGUCHI · 7 years ago
  79. 76767fa "inject" Device provider by Yuta HIGUCHI · 7 years ago
  80. 937cf42 change roadm app to support EDFA/ROADM/OPS devices, add OPS PowerConfig/LambdaQuery behaviour by MaoLu · 7 years ago
  81. 9753fc1 [ONOS-6118] Revert default number of threads in FlowObjectiveManager to 4 by Yi Tseng · 7 years ago
  82. d4e08c4 Ensure periodic polling thread to survive exception. by Yuta HIGUCHI · 7 years ago
  83. 374c5f3 Make number of threads in FlowObjectiveManager configurable by Yi Tseng · 7 years ago
  84. e2c1db3 Bump atomix from 1.0.2 to 1.0.3 by Jon Hall · 7 years ago
  85. b0ae6ee CORD-999 changes to support vlans by Saurav Das · 7 years ago
  86. 09697d0 ONOS-6067 avoid sending FlowRule against EDFA device. by Yuta HIGUCHI · 7 years ago
  87. 1bec2be Making the REST interface accept deferred instructions while adding flows by Saurav Das · 7 years ago
  88. 1b1a3b4 BitSetSerializer by Jordi Ortiz · 7 years ago
  89. c3e6270 Bugfix: Remove duplicated subscriber reg. for receiving async msg by Jian Li · 7 years ago
  90. 04c461d :Revise behaviour to return empty list by sangyun-han · 7 years ago
  91. 9a44d6a Add a close listener for Client Connections by Jon Hall · 7 years ago
  92. 44f18e9 ConfigFlowRuleProgrammable by Yuta HIGUCHI · 7 years ago
  93. 73e5cce Replicate UpdateAndGet commands using FULL replication to ensure consistent event sequences on all servers for consistent maps. by Jordan Halterman · 7 years ago
  94. 81b1298 Removing check that can cause random build failures. by Aaron Kruglikov · 7 years ago
  95. 24bc76b Add support for local-status in ForwardingDeviceService by Yuta HIGUCHI · 7 years ago
  96. b7a1f8e cosmetic fix for OpticalPathIntent by Yuta HIGUCHI · 7 years ago
  97. 75b882f7 [ONOS-5939] added traffic selector bitwise match on TCP/UDP/SCTP source/destination port by Andreas Gilbert · 7 years ago
  98. 6d17a49 TestConsistentMultimap by Jordi Ortiz · 7 years ago
  99. e37560f Some class of constraints should not be used for link cost evaluation. by Yuta HIGUCHI · 7 years ago
  100. 8b1a5ef flow specification. by Shashikanth VH · 7 years ago