1. 5420ba3 Adding ability to balance load between different cell servers. by Thomas Vachuska · 8 years ago
  2. 09a6a2e Javadoc error correction by Avantika-Huawei · 8 years ago
  3. 6f95568 lower severity to info if a class is registered more than once for serialization by Ray Milkey · 8 years ago
  4. 59a2106 [ONOS-4426] Upgrade Vtn Module when access same network segment by Bob zhou · 8 years ago
  5. f36a7ae Quick fix for broken build by Carmelo Cascone · 8 years ago
  6. 73862d4 [ONOS-4163] PCE service API by Avantika-Huawei · 8 years ago
  7. 7f7376a [ONOS-4170] PCEP provider changes for LSPDB sync by Avantika-Huawei · 8 years ago
  8. 7d06923 Fix compile time NPE which is encountered in Eclipse IDE by Jian Li · 8 years ago
  9. 8fb4ad7 Create default contstructor for serialization by Sho SHIMIZU · 8 years ago
  10. 38bcfcf Stop passing duplicate original continuous resource by Sho SHIMIZU · 8 years ago
  11. dffe3b8 Change hasEnoughResource() to instance method from static method by Sho SHIMIZU · 8 years ago
  12. 7ecf5ea Rename class by replacing Store with SubStore by Sho SHIMIZU · 8 years ago
  13. efb7511 Move the resource allocation details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  14. 0a07c07 Move hasEnoughResource() to ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  15. b218396 Move the resource release details into ContinuousResourceAllocation by Sho SHIMIZU · 8 years ago
  16. bd1974c Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406) by Naoki Shiota · 8 years ago
  17. 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
  18. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  19. 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
  20. a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
  21. b05d70a Resource Store Defect Fix: Allowing allocation/release of more than 1 continous resource from same consumer with same value by Satish K · 8 years ago
  22. f0994cc CORD-135 Support Multicast Source on a Configured Port by Charles Chan · 8 years ago
  23. d0b119f ONOS-4512 fix bug to get and delete by Wu wenbin · 8 years ago
  24. 7170129 Fixed duplicate package issue and javaDoc warnings by Hyunsun Moon · 8 years ago
  25. e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
  26. 1125848 Fix ipBase option misspelling by Bob Lantz · 8 years ago
  27. 087b5d9 onos.py: ONOS cluster and control network modeling in Mininet by Bob Lantz · 8 years ago
  28. 0a119fe Bump up netty, slf4j, jackson, joda-time maven dependencies by Jian Li · 8 years ago
  29. a3e4c7a Bugfix: fix the swagger broken issue caused by unsupported data type by Jian Li · 8 years ago
  30. f4e2365 remove unused files from buck-tools by Ray Milkey · 8 years ago
  31. 2c72ac7 Fixed race condition in bmv2 SafeThriftClient by Carmelo Cascone · 8 years ago
  32. f8cf288 Added ability to poll flow counters in BMv2 by Carmelo Cascone · 8 years ago
  33. dd395bc Fix asm version by HIGUCHI Yuta · 8 years ago
  34. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  35. 84ff8fc Resource Store Bug Fix: Query allocated resources based on consumer id always return the Original continous resource value and not the allocated value of this consumer by Satish K · 8 years ago
  36. 1797282 Fixed multiple extension criteria bug by Carmelo Cascone · 8 years ago
  37. 847242b [ONOS-4409] Merge getApp REST methods into one, revise unit test by Jian Li · 8 years ago
  38. f009663 Fixed cell definition to override ONOS_USER env. var. by Thomas Vachuska · 8 years ago
  39. eb14837 Fix typo in scalablegateway/BUCK by HIGUCHI Yuta · 8 years ago
  40. 1314f8c Revert "Updating bin/karaf to fix ^D" by Brian O'Connor · 8 years ago
  41. 3106e46 bumping ONOS atomix by HIGUCHI Yuta · 8 years ago
  42. 93e71ba CORD-60 Support dynamic vSG creation/deletion by Charles Chan · 8 years ago
  43. 072ee2f Remove unnecessary CHECKSTYLE comment by HIGUCHI Yuta · 8 years ago
  44. 994c498 Revert "Review comments fix for the code in master" by Ray Milkey · 8 years ago
  45. cbdf0f2 Review comments fix for the code in master by VinodKumarS-Huawei · 8 years ago
  46. deae31e [ONOS-4513] Move DefaultOpticalDevice to reduce package exported. by HIGUCHI Yuta · 8 years ago
  47. b1548ee Code clean up for control plane manager by Jian Li · 8 years ago
  48. a75fec4 Fix for ONOS-4429 by Madan Jampani · 8 years ago
  49. c3824e8 ONOS-4505: Bug Fixes by sunish vk · 8 years ago
  50. 1703fea Avoid printing full stacktrace in DefaultMetricsDatabase by Jian Li · 8 years ago
  51. feb7edb Fixed bug due to wrong priority in BMv2. by Carmelo Cascone · 8 years ago
  52. a2f510e Improve flow rule polling consistency with bmv2 by Carmelo Cascone · 8 years ago
  53. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  54. 47057c0 Refactor: Simplify getAllocatedResources() in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  55. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  56. e75edbf [ONOS-4170] Add a new tunnel state by Avantika-Huawei · 8 years ago
  57. cc730a6 Clean up source code of REST API by Jian Li · 8 years ago
  58. 5617994 Fixed cell definition retrieval. by Thomas Vachuska · 8 years ago
  59. a84637c Updating bin/karaf to fix ^D by Brian O'Connor · 8 years ago
  60. a7cd9d7 Try explicit class casting to remove warning message by Jian Li · 8 years ago
  61. cb3a1f5 [ONOS-4303, ONOS-4508, ONOS-4509, ONOS-4510, ONOS-4351]notification,rpc,union,sub-module,augment by VinodKumarS-Huawei · 8 years ago
  62. c2a542b Explicitly return NO CONTENT type response for http DELETE request by Jian Li · 8 years ago
  63. 419c8bd Enhanced warden to allow reserving cells on remote hosts. by Thomas Vachuska · 8 years ago
  64. 63555d8 Pass checkstyle locations via arguments by Brian O'Connor · 8 years ago
  65. cbf4989 Treat null as NOT FOUND for application and applicationId by Jian Li · 8 years ago
  66. 7dc59d6 Fix cell command for when -u is set in bash by Jon Hall · 8 years ago
  67. 1f36ab8 adding agent config by alshabib · 8 years ago
  68. e1c1c8d [ONOS-4409] Support applicationId registration and query via REST by Jian Li · 8 years ago
  69. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  70. 6130ffc Removing unused cell definition. by Aaron Kruglikov · 8 years ago
  71. 0a1f29e Check if there's conflict in serializer registration Id. by HIGUCHI Yuta · 8 years ago
  72. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  73. d66148a Inline method by Sho SHIMIZU · 8 years ago
  74. 001e3f2 Tighten type of argument by Sho SHIMIZU · 8 years ago
  75. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago
  76. 03be266 Separate the child map into two child maps for each resource type by Sho SHIMIZU · 8 years ago
  77. f07ec21 Reverting changes to onos-cell & cell by Thomas Vachuska · 8 years ago
  78. be0d4e5 Fix wrong kryo version in BUCK file by HIGUCHI Yuta · 8 years ago
  79. 7c42cbe cord-646, Addressed the Comments for Patch set1 by kishore · 8 years ago
  80. 2bf44a4 Added dump of table entry ids in bmv2 protocol by Carmelo Cascone · 8 years ago
  81. 1839bab Move SnmpDeviceProviderTest, etc. to appropriate path. by HIGUCHI Yuta · 8 years ago
  82. f9335af Be patient when waiting for karaf log by Charles Chan · 8 years ago
  83. d4e7a77 Removed hardcoded model from BMv2 driver by Carmelo Cascone · 8 years ago
  84. 442a962 Added loading of BMv2 JSON config during device discovery in BMv2 device by Carmelo Cascone · 8 years ago
  85. f0b17ff ONOS-4092, ONOS-4093: ISIS CLI commands by Manikandan K · 8 years ago
  86. b57a134 Added methods to Bmv2ThriftClient to dump the device JSON config by Carmelo Cascone · 8 years ago
  87. c0fbbee ONOS-4420 Implemented BMv2 packet provider by Carmelo Cascone · 8 years ago
  88. d925da8 [ONOS-4165] Add C flag to LSP object by Avantika-Huawei · 8 years ago
  89. b1e7237 Openstack interface comparison bug fix. by Shashikanth VH · 8 years ago
  90. 09792f0 BGP AS number issue fixes. by Shashikanth VH · 8 years ago
  91. b0bd613 ONOS-4512 vtn-web can't delete router/net/floating/port by Wu wenbin · 8 years ago
  92. bee5eca [ONOS-4511] Fix the bug about deleting floatingip or by lishuai · 8 years ago
  93. 4b5ce00 ONOS-4505: Bug Fixes by sunish vk · 8 years ago
  94. 77a63e6 Ooops... fixed onos-cell tool. by Thomas Vachuska · 8 years ago
  95. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  96. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  97. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  98. a25cda2 Removed defunct cell definitions by Thomas Vachuska · 8 years ago
  99. 5fa651e ONOS-4422 Implemented device discovery in Bmv2 device provider and other by Carmelo Cascone · 8 years ago
  100. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago