1. 7135a90 Simplify if-statement by Sho SHIMIZU · 8 years ago
  2. d82dc5b Tighten method's visibility by Sho SHIMIZU · 8 years ago
  3. 860bb53 Refactor: Simplify if-statement by Sho SHIMIZU · 8 years ago
  4. a7e3277 Refactor: Rename by Sho SHIMIZU · 8 years ago
  5. 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
  6. f0994cc CORD-135 Support Multicast Source on a Configured Port by Charles Chan · 8 years ago
  7. d0b119f ONOS-4512 fix bug to get and delete by Wu wenbin · 8 years ago
  8. 7170129 Fixed duplicate package issue and javaDoc warnings by Hyunsun Moon · 8 years ago
  9. e99af22 Simplify method by removing transient use of Map.Entry by Sho SHIMIZU · 8 years ago
  10. 1125848 Fix ipBase option misspelling by Bob Lantz · 8 years ago
  11. 087b5d9 onos.py: ONOS cluster and control network modeling in Mininet by Bob Lantz · 8 years ago
  12. 0a119fe Bump up netty, slf4j, jackson, joda-time maven dependencies by Jian Li · 8 years ago
  13. a3e4c7a Bugfix: fix the swagger broken issue caused by unsupported data type by Jian Li · 8 years ago
  14. f4e2365 remove unused files from buck-tools by Ray Milkey · 8 years ago
  15. 2c72ac7 Fixed race condition in bmv2 SafeThriftClient by Carmelo Cascone · 8 years ago
  16. f8cf288 Added ability to poll flow counters in BMv2 by Carmelo Cascone · 8 years ago
  17. dd395bc Fix asm version by HIGUCHI Yuta · 8 years ago
  18. c7ffdfe Refactor: Move allocation check into transactional store implementation by Sho SHIMIZU · 8 years ago
  19. 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
  20. 1797282 Fixed multiple extension criteria bug by Carmelo Cascone · 8 years ago
  21. 847242b [ONOS-4409] Merge getApp REST methods into one, revise unit test by Jian Li · 8 years ago
  22. f009663 Fixed cell definition to override ONOS_USER env. var. by Thomas Vachuska · 8 years ago
  23. eb14837 Fix typo in scalablegateway/BUCK by HIGUCHI Yuta · 8 years ago
  24. 1314f8c Revert "Updating bin/karaf to fix ^D" by Brian O'Connor · 8 years ago
  25. 3106e46 bumping ONOS atomix by HIGUCHI Yuta · 8 years ago
  26. 93e71ba CORD-60 Support dynamic vSG creation/deletion by Charles Chan · 8 years ago
  27. 072ee2f Remove unnecessary CHECKSTYLE comment by HIGUCHI Yuta · 8 years ago
  28. 994c498 Revert "Review comments fix for the code in master" by Ray Milkey · 8 years ago
  29. cbdf0f2 Review comments fix for the code in master by VinodKumarS-Huawei · 8 years ago
  30. deae31e [ONOS-4513] Move DefaultOpticalDevice to reduce package exported. by HIGUCHI Yuta · 8 years ago
  31. b1548ee Code clean up for control plane manager by Jian Li · 8 years ago
  32. a75fec4 Fix for ONOS-4429 by Madan Jampani · 8 years ago
  33. c3824e8 ONOS-4505: Bug Fixes by sunish vk · 8 years ago
  34. 1703fea Avoid printing full stacktrace in DefaultMetricsDatabase by Jian Li · 8 years ago
  35. feb7edb Fixed bug due to wrong priority in BMv2. by Carmelo Cascone · 8 years ago
  36. a2f510e Improve flow rule polling consistency with bmv2 by Carmelo Cascone · 8 years ago
  37. a81141b Tighten return type to specific resource type by Sho SHIMIZU · 8 years ago
  38. 47057c0 Refactor: Simplify getAllocatedResources() in ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  39. deb0442 Pull out ContinuousResourceAllocation from ConsistentResourceStore by Sho SHIMIZU · 8 years ago
  40. e75edbf [ONOS-4170] Add a new tunnel state by Avantika-Huawei · 8 years ago
  41. cc730a6 Clean up source code of REST API by Jian Li · 8 years ago
  42. 5617994 Fixed cell definition retrieval. by Thomas Vachuska · 8 years ago
  43. a84637c Updating bin/karaf to fix ^D by Brian O'Connor · 8 years ago
  44. a7cd9d7 Try explicit class casting to remove warning message by Jian Li · 8 years ago
  45. cb3a1f5 [ONOS-4303, ONOS-4508, ONOS-4509, ONOS-4510, ONOS-4351]notification,rpc,union,sub-module,augment by VinodKumarS-Huawei · 8 years ago
  46. c2a542b Explicitly return NO CONTENT type response for http DELETE request by Jian Li · 8 years ago
  47. 419c8bd Enhanced warden to allow reserving cells on remote hosts. by Thomas Vachuska · 8 years ago
  48. 63555d8 Pass checkstyle locations via arguments by Brian O'Connor · 8 years ago
  49. cbf4989 Treat null as NOT FOUND for application and applicationId by Jian Li · 8 years ago
  50. 7dc59d6 Fix cell command for when -u is set in bash by Jon Hall · 8 years ago
  51. 1f36ab8 adding agent config by alshabib · 8 years ago
  52. e1c1c8d [ONOS-4409] Support applicationId registration and query via REST by Jian Li · 8 years ago
  53. 1bf46b1 Refactor: Simplify register() and unregister() in transactional stores by Sho SHIMIZU · 8 years ago
  54. 6130ffc Removing unused cell definition. by Aaron Kruglikov · 8 years ago
  55. 0a1f29e Check if there's conflict in serializer registration Id. by HIGUCHI Yuta · 8 years ago
  56. a2d99eb Rename methods to register and unregister resources by Sho SHIMIZU · 8 years ago
  57. d66148a Inline method by Sho SHIMIZU · 8 years ago
  58. 001e3f2 Tighten type of argument by Sho SHIMIZU · 8 years ago
  59. 22fb283 Separate ResourceStore into stores for discrete and continuous type by Sho SHIMIZU · 8 years ago
  60. 03be266 Separate the child map into two child maps for each resource type by Sho SHIMIZU · 8 years ago
  61. f07ec21 Reverting changes to onos-cell & cell by Thomas Vachuska · 8 years ago
  62. be0d4e5 Fix wrong kryo version in BUCK file by HIGUCHI Yuta · 8 years ago
  63. 7c42cbe cord-646, Addressed the Comments for Patch set1 by kishore · 8 years ago
  64. 2bf44a4 Added dump of table entry ids in bmv2 protocol by Carmelo Cascone · 8 years ago
  65. 1839bab Move SnmpDeviceProviderTest, etc. to appropriate path. by HIGUCHI Yuta · 8 years ago
  66. f9335af Be patient when waiting for karaf log by Charles Chan · 8 years ago
  67. d4e7a77 Removed hardcoded model from BMv2 driver by Carmelo Cascone · 8 years ago
  68. 442a962 Added loading of BMv2 JSON config during device discovery in BMv2 device by Carmelo Cascone · 8 years ago
  69. f0b17ff ONOS-4092, ONOS-4093: ISIS CLI commands by Manikandan K · 8 years ago
  70. b57a134 Added methods to Bmv2ThriftClient to dump the device JSON config by Carmelo Cascone · 8 years ago
  71. c0fbbee ONOS-4420 Implemented BMv2 packet provider by Carmelo Cascone · 8 years ago
  72. d925da8 [ONOS-4165] Add C flag to LSP object by Avantika-Huawei · 8 years ago
  73. b1e7237 Openstack interface comparison bug fix. by Shashikanth VH · 8 years ago
  74. 09792f0 BGP AS number issue fixes. by Shashikanth VH · 8 years ago
  75. b0bd613 ONOS-4512 vtn-web can't delete router/net/floating/port by Wu wenbin · 8 years ago
  76. bee5eca [ONOS-4511] Fix the bug about deleting floatingip or by lishuai · 8 years ago
  77. 4b5ce00 ONOS-4505: Bug Fixes by sunish vk · 8 years ago
  78. 77a63e6 Ooops... fixed onos-cell tool. by Thomas Vachuska · 8 years ago
  79. 5be3e82 ONOS-4417 Remove OtuPort out of core. by HIGUCHI Yuta · 8 years ago
  80. 4c0ef6b ONOS-4416 Remove OduCltPort out of core. by HIGUCHI Yuta · 8 years ago
  81. 95d83e8 ONOS-4415 Remove OmsPort out of core. by HIGUCHI Yuta · 8 years ago
  82. a25cda2 Removed defunct cell definitions by Thomas Vachuska · 8 years ago
  83. 5fa651e ONOS-4422 Implemented device discovery in Bmv2 device provider and other by Carmelo Cascone · 8 years ago
  84. 34a3f69 ONOS-3503 Remove OchPort out of core. by HIGUCHI Yuta · 8 years ago
  85. 9ce9e25 Make sure only one onos-mininet operation is going at a time. This script is not mutlithread safe. by Ray Milkey · 8 years ago
  86. e912164 ONOS-4410 Implemented PacketProgrammable and Pipeliner behaviors in the by Carmelo Cascone · 8 years ago
  87. 03d2851 Fixed javaDoc warnings and removed unnecessary package info by Hyunsun Moon · 8 years ago
  88. f248aa2 Add a set of synchronous method for control plane monitor service by Jian Li · 8 years ago
  89. 29b856a Fix buck build dependency for atomix by Ray Milkey · 8 years ago
  90. 16d6c4c Reduce scope of long-running memory-intensive unit test. by Jonathan Hart · 8 years ago
  91. be0f6da [ONOS-4497] Revision date defect fix by Vidyashree Rama · 8 years ago
  92. 1d01918 Improved node bootstrap and debugging by Hyunsun Moon · 8 years ago
  93. 1ed54cf [GEANT] Command device-interfaces added. by Andreas Papazois · 8 years ago
  94. cfd96d2 [ONOS-4502]Fix the bug about the different tenant and the same subnet.With different tenants and the same subnets, only one of the subnets can ping external network well. by lishuai · 8 years ago
  95. acc10ea add flowrule to specific ip for userdata by Wu wenbin · 8 years ago
  96. 65b38cb Fixed consistent map event listener remove by Hyunsun Moon · 8 years ago
  97. a57c221 Reverting onos-service to use cd / pwd instead of readlink by Brian O'Connor · 8 years ago
  98. 6f58422 Removing MISC, BASIC from registration, they are subset of API by HIGUCHI Yuta · 8 years ago
  99. da999d6 Add cord-config runtime dependency for cordmcast app by Jonathan Hart · 8 years ago
  100. 2705d66 ONOS-4403 Remove intents using appId when apps get deactivated. by Luca Prete · 8 years ago