1. e71dfa4 ONOS-3521: SM-ONOS performance improvement by Changhoon Yoon · 8 years ago
  2. d9c6117 Clean up tempDir after each test runs. by HIGUCHI Yuta · 8 years ago
  3. 9092db8 Event history service and CLI by HIGUCHI Yuta · 8 years ago
  4. fc5ca93 [ONOS-2809] Support a TransactionalSet data structure by Jian Li · 8 years ago
  5. 34e6314 Remove @Deprecated from Annotation keys used by netcfg by HIGUCHI Yuta · 8 years ago
  6. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  7. b7a15d7 Modify MPLS/VLAN query by HIGUCHI Yuta · 8 years ago
  8. 1932b93 Add getMeters method for obtaining meter collection by device id by Jian Li · 8 years ago
  9. 64dd889 [ONOS-3601] Add unit test for MetricCodec and correct some typos by Jian Li · 8 years ago
  10. 676249c Fix Sonar critical flagged bugs by Ray Milkey · 8 years ago
  11. 5c41123 [ONOS-3618] Implement REST API for Meter query, insert, delete by Jian Li · 8 years ago
  12. 79e5287 [Falcon] Refactored mcast store implementation. by alshabib · 8 years ago
  13. 19e2cea [FALCON] adding api to enable packet requests to a single device. by alshabib · 8 years ago
  14. 1684b00 Bugfix: only allow REMARK band to have a precedence by Jian Li · 8 years ago
  15. cef4555 Harmonize resource collectors. by Marc De Leenheer · 8 years ago
  16. ecb3c0f [ONOS-3603] Implement REST API for Group query, insert, delete by Jian Li · 8 years ago
  17. 0b5ccd2 [Falcon] Pretty print OchSignal by Naoki Shiota · 8 years ago
  18. 2cc93f4 Change default available MPLS label range by HIGUCHI Yuta · 8 years ago
  19. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  20. 3564a8c Improve test coverage for Instructions APIs by Ray Milkey · 8 years ago
  21. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  22. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  23. 1400ce9 fix for host remove event when an instance comes back online by alshabib · 8 years ago
  24. 7ba33f4 Add MplsBosCriterion into KryoNamespaces by Charles Chan · 8 years ago
  25. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  26. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  27. ca8cb4e Unit test for OchSignal by HIGUCHI Yuta · 8 years ago
  28. ec5349f One more IndexedLambda deprecation by HIGUCHI Yuta · 8 years ago
  29. 9d49f54 DefaultDeviceDescription and DefaultLinkDescriptionTest classes toString() method have been updated. by Pavel Likin · 8 years ago
  30. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  31. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  32. 7231515 [Falcon][ONOS-3601] Add REST API for metrics service with unit test by Jian Li · 8 years ago
  33. 603e8d9 Optical related minor fixes by HIGUCHI Yuta · 8 years ago
  34. 2c30530 Deprecate IndexedLambda and remove from optical intent compiler. by Marc De Leenheer · 8 years ago
  35. 423fe2b CORD-354 OF-DPA support for link-failures. by Saurav Das · 8 years ago
  36. cc4754d ONOS-3593 Fix NPE when selector or treatment is not assigned in FlowRule.Builder by Charles Chan · 8 years ago
  37. d61f2b1 DistributedPacketStore: Retry indefinitely if consistent-map operations fail due to concurrent modification exception by Madan Jampani · 8 years ago
  38. c7f49f9 ONOS-3565: Retry host store updates that fail due to concurrent modification by Madan Jampani · 8 years ago
  39. c4178cc Adding protection against UI extension failures crashing the whole UI. by Thomas Vachuska · 8 years ago
  40. f4838a7 ONOS-3552 Do not return group information when a device is unavailable by Charles Chan · 8 years ago
  41. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  42. 17ed48b Added a utility method for creating store Serializer from a single KryoNamespace and some additional classes by Madan Jampani · 8 years ago
  43. 6f4ae1c isBoolean addition by Thejaswi NK · 8 years ago
  44. 8aa5589 There's no tests artifact for cli by HIGUCHI Yuta · 8 years ago
  45. 5df3595 ONOS-3562 Changing the flow instructions port to human readable format by Andrea Campanella · 8 years ago
  46. 777b0ae ONOS-3567 Protecting against NPE in MapValue isNewerThan by Brian O'Connor · 8 years ago
  47. 1c8493c bug fix: type mismatch in mock Database by HIGUCHI Yuta · 8 years ago
  48. 436f8d5 Use StandardCharsets where possible by HIGUCHI Yuta · 8 years ago
  49. dab0974 Perform check before updating host in DistributedHostStore by Brian O'Connor · 8 years ago
  50. b2a383f Implementing computeIf in TestConsistentMap by Brian O'Connor · 8 years ago
  51. 11d1609 [Emu] new ResourceService related bug fixes by HIGUCHI Yuta · 8 years ago
  52. 6f8b702 Including nodeId in DefaultPacketRequest so that we do not prematurely withdraw intercepts when a node is shutdown by Madan Jampani · 8 years ago
  53. 2dc91dc ONOS-3539 Insert optional delay for showing highlights by Andrea Campanella · 8 years ago
  54. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  55. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  56. 4ee4204 [ONOS-3486] Add the annotation of port mac when monitor switch added.L3 by lishuai · 8 years ago
  57. bf85a10 adding a listener service to the mcast service by alshabib · 8 years ago
  58. b0fb41d Implementation of lambda query behaviour for LINC and Calient drivers. by Marc De Leenheer · 8 years ago
  59. 44d8fbb Revert PersistenceManager change to use karaf data directory by Madan Jampani · 8 years ago
  60. 4ce4596 CORD-367 L2 bridging and L3 routing support with internal VLANs in OF-DPA. by Saurav Das · 8 years ago
  61. 2b8e189 Added an adapter for PersistenceService to be used in unit tests by Madan Jampani · 8 years ago
  62. f1ecf99 [ONOS-3513] Implement PBB I-SID Criterion and test case to Southbound by Jian Li · 8 years ago
  63. 41fe1ec ONOS-3515 Added ability to configure different link-weight functions as defaults; or inject custom ones. by Thomas Vachuska · 8 years ago
  64. 8a4a600 fix for reactive forwarding failing in a distributed setting. by alshabib · 8 years ago
  65. d39e376 ONOS-3432 register Lambdas by HIGUCHI Yuta · 8 years ago
  66. efb3875 [ONOS-3284]Traffic selector updated for NSH ext match by Phaneendra Manda · 8 years ago
  67. 5212541 Add GUI badging to hosts by Andrea Campanella · 8 years ago
  68. 7351461 [Emu] ODU SIGID and SIGTYPE FlowEntryBuilder and FlowModBuilder implementations by Yafit Hadar · 8 years ago
  69. 3cce60b [ONOS-3499] Add the set treatments of ARP_SPA, ARP_SHA and ARP_OP. by lishuai · 8 years ago
  70. 86ac7d1 Moving IntentUtils to intent package by Luca Prete · 8 years ago
  71. 4a527ed [ONOS-2860] ONOSFW L3 uses ARP table as arp proxy. It need modify ARP by samueljcc · 8 years ago
  72. 010527b Clean up javadocs for extension treatment framework. by Jonathan Hart · 8 years ago
  73. 26a8d95 Implemented the extension framework for selectors. by Jonathan Hart · 8 years ago
  74. d892957 [ONOS-3430] Define behaviour interface to retrieve available wavelength resources by Toru Furusawa · 8 years ago
  75. d6d581a CORD-339 Network config host provider by Charles Chan · 8 years ago
  76. ab5a736 [ONOS-3284] Add nicira extension of NSH instructions to onos by Phaneendra Manda · 8 years ago
  77. b1f1625 Refactor: make ResourcePath construction a bit type-safer by Sho SHIMIZU · 8 years ago
  78. 44f3761 Abondon the concept of resources under a link by Sho SHIMIZU · 8 years ago
  79. 14e865d ONOS-3472 Fixing ConsistentMap key equality by HIGUCHI Yuta · 8 years ago
  80. 2f32e0c [ONOS-3480] Add test case for MplsTc Criterion by Jian Li · 8 years ago
  81. 74dd7e1 [ONOS-3377] Add nicira extension of resubmit-table instruction to onos by BitOhenry · 8 years ago
  82. 7cfdc63 Symmertry issue on overridden equals method - fix by Satish K · 8 years ago
  83. fd44dc9 [ONOS-3480] Implement MPLS TC Criterion to Southbound by Jian Li · 8 years ago
  84. e276682 ONOS-3482 Deprecated two method about create tunnel. by jiangrui · 8 years ago
  85. 79bdf3c [ONOS-3494] Add test case for TCPFlags Criterion by Jian Li · 8 years ago
  86. 5c4cf1e Correct wrong method name from matchMplsLabel to matchMplsBos by Jian Li · 8 years ago
  87. 2748b2c [onos-3494] Implement TCP Flags Criterion to Southbound by Jian Li · 8 years ago
  88. b40129a [ONOS-3485] Create arp_op selector and add operation to provifer of by BitOhenry · 8 years ago
  89. d35f89c [ONOS-3405] Change EthType Json encoding to Hex and extend decoding with Hex support alongside int by andrea · 8 years ago
  90. 8a0732e CORD-48 Implementation of hashing Next Objective in OF-DPA driver. Major changes to ensure multi-ONOS-instance group-chain installation. by Saurav Das · 8 years ago
  91. ce66cbc [ONOS-3284] Add nicira extension of setNshSpi instruction to onos by Phaneendra Manda · 8 years ago
  92. 11620c9 [ONOS-3469] Add arp_op Criteria to onos by BitOhenry · 8 years ago
  93. 2b49e94 Ensure returning null on allocation failure by Sho SHIMIZU · 8 years ago
  94. 9e1e9de Add Javadoc by Sho SHIMIZU · 8 years ago
  95. d9fe3a3 ONOS-3461 Disable LinkDiscovery on specific device/port. by HIGUCHI Yuta · 8 years ago
  96. 549464b Clean up the test which is no longer used by Sho SHIMIZU · 8 years ago
  97. 6196cae Attach @Beta annotation to ResourcePath sub-classes by Sho SHIMIZU · 8 years ago
  98. dfb325a Cancelling timer at close to prevent attempts to commit closed DB. by Aaron Kruglikov · 8 years ago
  99. d120f5c CORD-12:Adding support for port statistics REST API by Srikanth Vavilapalli · 8 years ago
  100. c008511 [ONOS-3394] Json Models for Intents by andrea · 8 years ago