1. 1303253 Adding driver information and short version to cli print of devices and hosts by Andrea Campanella · 8 years ago
  2. 1111197 Bugfix: count outgoing control messages if CPMan is activated by Jian Li · 8 years ago
  3. d86fac3 [ONOS-3663] Add swagger doc for control metrics query REST API by Jian Li · 8 years ago
  4. 1e0a586 [GoldenEye] [ONOS-4163] Add provider service API by Avantika-Huawei · 8 years ago
  5. 5ddaf19 Ensure exceptions in map event handling do not prevent event acknowledgement by Madan Jampani · 8 years ago
  6. b0b6cbf Fixing the onos-of-api shading not to include artifacts provided elsewhere. by Thomas Vachuska · 8 years ago
  7. abb2139 Adding stc prerequisites to onos-test by Thomas Vachuska · 8 years ago
  8. d7654d4 Fixed allocations command to print Bandwidth allocations. by Naoki Shiota · 8 years ago
  9. 0b92073 YANG range restriction listener by Vidyashree Rama · 8 years ago
  10. 4471cb5 Override catalyst version to use 1.0.6 by Madan Jampani · 8 years ago
  11. 3f1c61e Removing listeners from deviceService at deactivation of Group and Flow managers to avoid NPE by Andrea Campanella · 8 years ago
  12. 1ffa46b Using AsyncLeaderElector primitive for Leadership by Madan Jampani · 8 years ago
  13. f679c4e You've been checkstyled! by Simon Hunt · 8 years ago
  14. 3bac1c3 bugfix: Partial allocation of ContinuousResource always allocates full amount of the resource. by Naoki Shiota · 8 years ago
  15. 2a3a965 Added meter in DefaultTrafficTreatment toString() method. by Konstantinos Kanonakis · 8 years ago
  16. 23906cc [ONOS-3538] Implement control metrics distribution logic by Jian Li · 8 years ago
  17. b825aeb Reply with error status on receiving message with incorrect preamble by Madan Jampani · 8 years ago
  18. 33d81c6 'o' command should not look at the buck-out tree by Ray Milkey · 8 years ago
  19. 90289b0 STC fixes by Ray Milkey · 8 years ago
  20. b98d97e Enabling StorageManager by Madan Jampani · 8 years ago
  21. 966a585 Chnage AtomixLeaderElector resource id to avoid collisions by Madan Jampani · 8 years ago
  22. 0da36be Using latest atomix and copycat versions by Madan Jampani · 8 years ago
  23. fc51c95 [Goldeneye] [ONOS-4161] BGP L3 Topology by Priyanka B · 8 years ago
  24. cbcc02b Make field defined as final if possible by Sho SHIMIZU · 8 years ago
  25. 17c09da Tighten visibility of constant by Sho SHIMIZU · 8 years ago
  26. 4c211c9 Do not purge group store state when a node is shutdown by Madan Jampani · 8 years ago
  27. ec932bd Fix missing return statement in MPLS label allocation by Sho SHIMIZU · 8 years ago
  28. 26be4f3 Adding ability to select geo map from the GUI. by Thomas Vachuska · 8 years ago
  29. b028599 adding group garbage collection functionality by alshabib · 8 years ago
  30. d416388 [ONOS-4245] Support resubmit experimenter action for nicira driver by Jian Li · 8 years ago
  31. 7d7e2f5 API for core-based unicast route service. by Jonathan Hart · 8 years ago
  32. 8f2a3ce Adding VLAN to PeerConnectivityManager by Luca Prete · 8 years ago
  33. b8ea0b5 Add BUCK build script for graphitemetrics application by Jian Li · 8 years ago
  34. 11a2928 Privatize error messages. by Simon Hunt · 8 years ago
  35. f133bb1 Correcting javadoc comment by Thomas Vachuska · 8 years ago
  36. 283a962 Using VlanId String None instead of -1 by Luca Prete · 8 years ago
  37. 0d39bba Remove method not being used for long by Sho SHIMIZU · 8 years ago
  38. 97a93dd Tighten visibility of method by Sho SHIMIZU · 8 years ago
  39. 5b9df8d CORD-455 Implement multicast support in OFDPA driver by Charles Chan · 8 years ago
  40. ee3736e LoadTest update to use multiple counters in parallel for load generation by Madan Jampani · 8 years ago
  41. c92a122 ONOS-4078: ISIS protocol API initial checkin. by Kiran Ramachandra · 8 years ago
  42. 805219a [ONOS-4128] Backup metrics of MetricsService to Graphite monitoring server by sangyun-han · 8 years ago
  43. f98df54 [Goldeneye][ONOS-4038] Support configurable heartbeat on DistributedClusterStore by sangyun-han · 8 years ago
  44. 6a72b79 YANG rpc, input and output listener by Vidyashree Rama · 8 years ago
  45. 25bf4d0 YANG augment listener by Vidyashree Rama · 8 years ago
  46. f36a836 Fix one of the causes of ONOS-3954 by Sho SHIMIZU · 8 years ago
  47. ed804d5 Initial cut for UI topo model implementation. by Simon Hunt · 8 years ago
  48. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  49. 953bd00 Remove usage of InetAddress.getLocalHost() in unit tests. by Jonathan Hart · 8 years ago
  50. 5f6dbf8 Initial cut for Ui Model Objects. by Simon Hunt · 8 years ago
  51. f53bc2b Add comment in GroupOperation for javadoc by sangyun-han · 8 years ago
  52. 375f4be Add .buckd and buck-out into .gitignore by Charles Chan · 8 years ago
  53. 8a119b0 ONOS-4217: WebUI -- fix broken preferences / querystring precedence. by Simon Hunt · 8 years ago
  54. eea6861 Change the application name of gangliametrics to correct buck build by Jian Li · 8 years ago
  55. 7a1ffca Fixing a couple of NPEs by Saurav Das · 8 years ago
  56. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  57. e01652f Add init info to init.d script so it can be configured to run at startup. by Jonathan Hart · 8 years ago
  58. dc91b55 Fixing an issue with unit test mocks. by Thomas Vachuska · 8 years ago
  59. fbfe2a8 Follow ONOS naming convention in PIM application by Jonathan Hart · 8 years ago
  60. 160c149 Fixing a bug in DefaultNextObjective copy constructor. by Thomas Vachuska · 8 years ago
  61. 164cf6d changes for cord-488 and addressed comments by gaurav · 8 years ago
  62. 7e6200a [ONOS-4045]Adding mastership service to NetconfProvider by Andrea Campanella · 8 years ago
  63. a1d7f27 [ONOS-4142] Restart failed tasks when using SharedScheduledExecutor by Jian Li · 8 years ago
  64. c0fe42d Rename app/package name to make gangliametric as a standalone app by Jian Li · 8 years ago
  65. 3678c2a Remove magic numbers and in-line string constants in UiExtensionManager. by Simon Hunt · 8 years ago
  66. d9d6cc8 [ONOS-4063 to 68] Intra YANG file Linking Implementation and Intra YANG file Linking Framework by Gaurav Agrawal · 8 years ago
  67. 67023a2 Minor javadoc fixes. by HIGUCHI Yuta · 8 years ago
  68. 80980c7 CORD-45 CORD-394 by Saurav Das · 8 years ago
  69. 80c1270 [ONOS-3663] Implement control metrics REST API by Jian Li · 8 years ago
  70. e91e572 Remove ModLambdaInstruction because we don't use indexed lambda by Sho SHIMIZU · 8 years ago
  71. a1ae5e1 Adding ability to push flow rule batches via REST API. by Thomas Vachuska · 8 years ago
  72. 506cbe1 yang Notification Listener by Vidyashree Rama · 8 years ago
  73. f60e45f Remove L0SubType.LAMBDA which now gets unnecessary by Sho SHIMIZU · 8 years ago
  74. cc752fa Try to remove stale localDB when commanding onos-setup-karaf clean by Jian Li · 8 years ago
  75. d6f1241 UT test cases fixes in YANG translator. by Bharat saraswal · 8 years ago
  76. 6f74371 Misc bug fixes in preparation for enabling StorageManager by Madan Jampani · 8 years ago
  77. 7ff7978 Randomize the port number to avoid race condition in REST unit test by Jian Li · 8 years ago
  78. 5a89e6a Upgrade onos-test to use 'stc setup' by Jonathan Hart · 8 years ago
  79. 6ebb36e fix mastership by Michele Santuari · 8 years ago
  80. dce0815 [Goldeneye] ONOS-4017: Mastership service considers Region information when determining mastership. by Claudine Chiu · 8 years ago
  81. 888d4c5 [ONOS-4214]Implement NewDefaultDistributedQueueBuilder by sangyun-han · 8 years ago
  82. 4ca2f7f Support metadata in forwarding objective by Charles Chan · 8 years ago
  83. 8336447 removing cookie generation from olt pipeline by alshabib · 8 years ago
  84. e65a8f6 Revert "Upgrade Kryo to 3.0.3." by Jonathan Hart · 8 years ago
  85. aa20d61 Upgrade Kryo to 3.0.3. by Jonathan Hart · 8 years ago
  86. bd80447 [ONOS-3894, 4071] YANG Advanced Construct Union & Grouping by Gaurav Agrawal · 8 years ago
  87. a114d89 Remove IndexedLambda deprecated in Emu by Sho SHIMIZU · 8 years ago
  88. bdfd37f [ONOS-4176] Extract Retriver config into a separate config service by Jian Li · 8 years ago
  89. 2f11f65 Defect Fixes and optimization for YANG translator. by Bharat saraswal · 8 years ago
  90. cc9ac30 Defect fix for YANG revision by janani b · 8 years ago
  91. cc137a9 Remove method Lambda.indexedLambda() deprecated in Emu by Sho SHIMIZU · 8 years ago
  92. 0681016 Remove IndexedLambdaCriterion deprecated in Emu by Sho SHIMIZU · 8 years ago
  93. c29171a Remove methods deprecated in Emu by Sho SHIMIZU · 8 years ago
  94. e2d51d6 [ONOS-4149],[ONOS-3909] YANG list translator impl and bug fixes. by Bharat saraswal · 8 years ago
  95. 57f2efd Remove Instruction.DROP deprecated in Emu by Sho SHIMIZU · 8 years ago
  96. 10de6db [ONOS-4195] Register sfc gui. by lishuai · 8 years ago
  97. e3ed0d9 [ONOS-3898/4069] Yang Utils Extension to support RPC/Notification/Choice/Case/Union by Gaurav Agrawal · 8 years ago
  98. 988cba4 Remove methods deprecated in Emu by Sho SHIMIZU · 8 years ago
  99. b7ee456 [ONOS-4193] Add handler for sfc gui. by lishuai · 8 years ago
  100. e18cb12 Move files under newresource package to resource package by Sho SHIMIZU · 8 years ago