1. cfcb053 Add Oplink attenuation extension and channel power drivers. by yjimmyy · 8 years ago
  2. d4955ae Preventing NPEs in stores via notifyDelegate by Thomas Vachuska · 8 years ago
  3. 2f6f907 Fix NPE when processing an event when the delegate is undefined by Ray Milkey · 8 years ago
  4. 884d443 Using non-static serializers in Flow Rule Store by Madan Jampani · 8 years ago
  5. ad0c990 Evict pipeliner/driver cache only on DEVICE_REMOVE by Yuta HIGUCHI · 8 years ago
  6. d3ff540 Fix for ONOS-5152:Encoder for Disjoint Rest API with NPE:onos-1.7 by Jayasree Ghosh · 8 years ago
  7. 1fb0a8c Lazily populate Pipeliner cache by Yuta HIGUCHI · 8 years ago
  8. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  9. 34b3060 Fix ONOS-5091 by varunsha · 8 years ago
  10. d48320e Fix [ONOS-4857] and impement [ONOS-5143] by Pier Ventre · 8 years ago
  11. b47c953 Revisiting netty configurations by Yuta HIGUCHI · 8 years ago
  12. c5a1754 ApplicationStore to use Topic instead of AtomicValue for app activation notifications by Madan Jampani · 8 years ago
  13. ecf9971 Update TestTopic to confirm to the new Topic API by Madan Jampani · 8 years ago
  14. 03fb8b2 Topic: Support for passing a executor to subscribe method for invoking the callback by Madan Jampani · 8 years ago
  15. a1c4115 Distribute failover event with topic by helenyrwu · 8 years ago
  16. dbf59f0 Unit tests to improve API test coverage by Ray Milkey · 8 years ago
  17. ae538ff ONOS-5101: Ensure app activation order reflects the dependency order by Madan Jampani · 8 years ago
  18. d08e2e9 Binary incompatible serializer changes by Yuta HIGUCHI · 8 years ago
  19. a5cda89 Reduce number of Map lookups by Yuta HIGUCHI · 8 years ago
  20. 6f4d586 Disable NettyMessagingManager test which is failing sporadically by Jonathan Hart · 8 years ago
  21. 7c298f3 Fix javadoc by Yuta HIGUCHI · 8 years ago
  22. f24b88c Fix map type mismatch by Yuta HIGUCHI · 8 years ago
  23. 13f6515 Distributed topic primitive by Madan Jampani · 8 years ago
  24. c012dda Workaround for NoClassDefFound issue in Netty. by Yuta HIGUCHI · 8 years ago
  25. 89470f1 Group event indicating failover of previously used live port by helenyrwu · 8 years ago
  26. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  27. 07e31cf Remove public from definition in interface by Sho SHIMIZU · 8 years ago
  28. 695bac6 Check if the logger is configured as trace when logging as trace by Sho SHIMIZU · 8 years ago
  29. ba8c805 Replace comparator definitions with their Lambda equivalents. by Simon Hunt · 8 years ago
  30. e6aaa33 Filters intent list before installation by helenyrwu · 8 years ago
  31. 53bcc24 Follow JUnit 4 style instead of JUnit 3 style by Sho SHIMIZU · 8 years ago
  32. a8f69ff Adding SinglePointToMultiPointIntentCodec for support SP2MP intent over REST by Chiara Contoli · 8 years ago
  33. e3bcfc3 Fix bugs in extension treatment REST API by Jonathan Hart · 8 years ago
  34. c2e6815 Use Java 8 Map#compute when possible by Yuta HIGUCHI · 8 years ago
  35. 4859b3a Fix for Host2Host Intent issue. by Yuta HIGUCHI · 8 years ago
  36. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  37. 1578042 Use for-each statement by Sho SHIMIZU · 8 years ago
  38. ef17cbd Remove redundant toString() calls by Sho SHIMIZU · 8 years ago
  39. f05db40 Fix for Netty wiring issue after 4.0 bump. by Yuta HIGUCHI · 8 years ago
  40. 2a67490 Implement path protection for point to point intents by helenyrwu · 8 years ago
  41. b94f93b Implement Oplink drivers for port adjacency by yjimmyy · 8 years ago
  42. ee5d121 Don't use Boolean constructor by Sho SHIMIZU · 8 years ago
  43. 8d50c8d Simplify String concatenation by Sho SHIMIZU · 8 years ago
  44. 81470a5 Use StringBuilder instead of StringBuffer by Sho SHIMIZU · 8 years ago
  45. 19af19d Use JDK's Optional instead of Guava's Optional by Sho SHIMIZU · 8 years ago
  46. fad6dbc Remove explicit use of method reference by Sho SHIMIZU · 8 years ago
  47. e0b7d16 Remove unused import statements by Sho SHIMIZU · 8 years ago
  48. 99e90cd Replace anonymous class with lambda expression by Sho SHIMIZU · 8 years ago
  49. 970d6e2 Remove unnecessary reference to this by Sho SHIMIZU · 8 years ago
  50. 070c319 Remove methods just calling its super by Sho SHIMIZU · 8 years ago
  51. d86c807 Remove methods just calling its super by Sho SHIMIZU · 8 years ago
  52. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  53. 3aa0b18 Remove unnecessary static from enum by Sho SHIMIZU · 8 years ago
  54. 32ae9c5 Remove unnecessary semicolon by Sho SHIMIZU · 8 years ago
  55. 431cafd Remove final modifier from a private method by Sho SHIMIZU · 8 years ago
  56. 3437bdb Fix dangling Javadoc comments by Sho SHIMIZU · 8 years ago
  57. 532eb21 Refresh pipeleiner cache with newly initialized Pipeliner by Yuta HIGUCHI · 8 years ago
  58. ed1ca66 Attempt to fix sporadic NettyMessagingManagerTest failure. by Yuta HIGUCHI · 8 years ago
  59. e3c4334 Fix disjoint path exceptions when backup not present by helenyrwu · 8 years ago
  60. 3d71252 Added endPortA/B to UiLink class. by Simon Hunt · 8 years ago
  61. f836a87 Added breadcrumbs array to topo2CurrentLayout response. by Simon Hunt · 8 years ago
  62. bef16cd Simplify ConnectPoint#toString format by Yuta HIGUCHI · 8 years ago
  63. bddbb25 Added a temporary fix for out-of-order app activation event delivery. by Thomas Vachuska · 8 years ago
  64. f4fd2a2 Clean up handling of lat/long geo-coordinates. by Simon Hunt · 8 years ago
  65. 3e6f05e Code changes to ensure ONOS has each IP address attached to only one host at a time by soumya · 8 years ago
  66. 6a8cb4f ONOS-4970: Device data for topology view -- WIP. by Simon Hunt · 8 years ago
  67. 013688c typo fix by Yuta HIGUCHI · 8 years ago
  68. df97013 Handle null secondary path properly by Yuta HIGUCHI · 8 years ago
  69. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  70. c13082f ONOS-4971: Synthetic Link Data -- WIP by Simon Hunt · 8 years ago
  71. bc38cd4 Fixing ONOS-4875 by Srinivas Bandi · 8 years ago
  72. ef835c9 Make ResourceService API more flexible in parameter by Sho SHIMIZU · 8 years ago
  73. c3d69f5 Fix NPE when there's no secondary path. by Yuta HIGUCHI · 8 years ago
  74. 208b167 Polling link provider by Michele Santuari · 8 years ago
  75. c69c66a Merged master fixed conflict. by Kavitha Alagesan · 8 years ago
  76. b711fbf4 Cherry pick ONOS-4721 fix by Varun Sharma · 8 years ago
  77. 516a8ca Typo fix by Yuta HIGUCHI · 8 years ago
  78. 679d24d Unit test for Kryo namespaces to prevent people overflowing the namespaces. by Jonathan Hart · 8 years ago
  79. 0666f15 Cleaning-up shared executors use of metrics service. by Thomas Vachuska · 8 years ago
  80. 1ca7e9f Fixing cyclic component dependency issue. by Thomas Vachuska · 8 years ago
  81. 9f0af2d Add ComponentConfigService for @Modified by sangyun-han · 8 years ago
  82. d90dbc9 Simplify EventHistoryManager by Yuta HIGUCHI · 8 years ago
  83. b5f4f27 Fixed packet request for multiple devices by Hyunsun Moon · 8 years ago
  84. 4f4ffc3 ONOS-4971: Synthetic Link Data -- WIP by Simon Hunt · 8 years ago
  85. 7f2c6f9 Use karaf/OSGi bundle data path for persistence by Yuta HIGUCHI · 8 years ago
  86. 78613d2 Probe immediately when IPs are added to host monitor by Jonathan Hart · 8 years ago
  87. bb23e0b Fix Javadoc warnings by Ray Milkey · 8 years ago
  88. d95d590 [ONOS-4513] Move optical Intent compilers out to optical-model (3/3) by Yuta HIGUCHI · 8 years ago
  89. b9af6b7 [ONOS-4691] Refactoring OpticalPortOperator (2/3) by Yuta HIGUCHI · 8 years ago
  90. f3ead25 [ONOS-4513] Slice optical-model into separate bundle (1/3) by HIGUCHI Yuta · 8 years ago
  91. c10a948 Fixed potential NPE in flow store. by Thomas Vachuska · 8 years ago
  92. 90e1229 Fix NPE in AbstractPathService. by Yuta HIGUCHI · 8 years ago
  93. 2d45985 ONOS-4751-Fix:creating GroupType INDIRECT, multiple bucket(REST API) by Jayasree Ghosh · 8 years ago
  94. 4854f3d ONOS-4971: Synthetic Link Data -- WIP by Simon Hunt · 8 years ago
  95. d44b957 Fix javadoc in DeviceAdminService by sangyun-han · 8 years ago
  96. 05acd64 ECMap: Avoid new mapvalue if raw values are equal by Brian O'Connor · 8 years ago
  97. d03d7dd Cleanup of AbstractPathService by Brian O'Connor · 8 years ago
  98. 45920dd ONOS-2184 - initial impl. of virtual network path service; move path related methods from PathManager to AbstractPathService (since they are reused for VirtualNetworkPathService). by Claudine Chiu · 8 years ago
  99. 54f28e2 [ONOS-4747] NETCONF function for FUJITSU OLT #2 by Akihiro Yamanouchi · 8 years ago
  100. 9818919 ONOS-4971: Synthetic Link Data -- WIP, merge anyway by Simon Hunt · 8 years ago