1. 2ad5f41 Refactor: Get updating pendingDevices out of the loop by Sho SHIMIZU · 8 years ago
  2. 8efc896 Reformat code by Sho SHIMIZU · 8 years ago
  3. 5711ce1 Add mapping function to simplify process() implementation by Sho SHIMIZU · 8 years ago
  4. 06e08c5 Update simon-single cell; make topoX view scrollable. by Simon Hunt · 8 years ago
  5. bf8b67e Refactor bindMacAddr function from VPLS app. by Yi Tseng · 8 years ago
  6. 3bbca2a Fix typo by Yi Tseng · 8 years ago
  7. 9e848e8 Move PCE label handling from APP to protocol. by Avantika-Huawei · 8 years ago
  8. a8d896c [ONOS-5114] Fix to send icmp packet from vm to gateway when floating is assigned by Daniel Park · 8 years ago
  9. aac5888 CLI command to display the value of a atomic counter by Madan Jampani · 8 years ago
  10. e45ab44 Collections.emptyMap() produces an object that Kryo cannot serialize by Thomas Vachuska · 8 years ago
  11. 2ec5aa9 Fixed onos-check-error tool. by Thomas Vachuska · 8 years ago
  12. c710467 Fix for Mastership exception fetching timestamp - from Madan by Ray Milkey · 8 years ago
  13. 3c4124a Fix ConcorrentModifcationException in statistics map by Ray Milkey · 8 years ago
  14. fa454bd Allow a little more time for flows to settle before checking by Ray Milkey · 8 years ago
  15. 647138f [ONOS-4387] Support for multiple selectors in mp2sp intents by Pier Ventre · 8 years ago
  16. 3d2bf9c [ONOS-4920] Use subnet not network when setting routing rules for routers by sangho · 8 years ago
  17. 978902a Added protection against expired cell reservations. by Thomas Vachuska · 8 years ago
  18. 381f8d8 Fixes for STC command argument handling when using Karaf client by Jonathan Hart · 8 years ago
  19. f5d7236 [ONOS-5070] Adds mirroring functionality. by Pier Ventre · 8 years ago
  20. 1f5fbe5 adding '--noproxy localhost' option in the curl for using localhost where OS has proxy setting by jaegonkim · 8 years ago
  21. 2712419 Use primitive boolean because of being synchronized already by Sho SHIMIZU · 8 years ago
  22. b837cb7 Use light collection because of being synchronized already by Sho SHIMIZU · 8 years ago
  23. b06078c Fixes for a hanging issue when creating treemaps and multimaps through the storage parition client. by Aaron Kruglikov · 8 years ago
  24. 534f476 Miscellaneous STC adjustments by Thomas Vachuska · 8 years ago
  25. c217cb9 Updated topo toolbar to use mojo glyphs and give it a cleaner look. by Simon Hunt · 8 years ago
  26. 31bfc11 stc scenario for unclean cluster restart by Madan Jampani · 8 years ago
  27. eddce78 Temporarily disabling NeighbourPacketManager to fix STC tests. by Thomas Vachuska · 8 years ago
  28. f15065e Mark remnants of ConfigProvider deprecated by Yuta HIGUCHI · 8 years ago
  29. 4749b82 remove YMS javadocs from the top level API docs by Ray Milkey · 8 years ago
  30. 2d7c539 Make FlowOperationsProcessor thread-safe with synchronized modifier by Sho SHIMIZU · 8 years ago
  31. 7c9b73a Tighten method visibility by Sho SHIMIZU · 8 years ago
  32. ecfbeb6 Read the latest value of lastSink by Sho SHIMIZU · 8 years ago
  33. d21c4dd Read the latest value of dispatchFuture by Sho SHIMIZU · 8 years ago
  34. 7239078 See the latest value of dispatchLoop by Sho SHIMIZU · 8 years ago
  35. 3032af1 Fix javadoc syntax error - @throw -> @throws by Ray Milkey · 8 years ago
  36. ba82c0d Check that the DHCP Manager is active before testing its configuration by Ray Milkey · 8 years ago
  37. df1eeae [ONOS-5169] GroupStore: properly add updated buckets by Victor Silva · 8 years ago
  38. b102b01 [ONOS-4694] YANG management system outline and YMSM/YDT interfaces by Gaurav Agrawal · 8 years ago
  39. f13feb8 Recover from NPE that can sometimes be thrown by Felix by Ray Milkey · 8 years ago
  40. ed88ff6 Adding additional resources for instantiating async consistent treemaps. by Aaron Kruglikov · 8 years ago
  41. c6759e8 ONOS-4374 Enable installing flows with hard_timeout by Murat Parlakisik · 8 years ago
  42. 9bdaaec Implementation of the NeighbourResolutionService. by Jonathan Hart · 8 years ago
  43. b26d350 Improve unit test coverage by considering MapRecord and EidRecord by Jian Li · 8 years ago
  44. 42b3e43 Remove recordCount and locatorCount from LISP control message class by Jian Li · 8 years ago
  45. 894eab5 Add examples/ dir, README, and multicluster.py by Bob Lantz · 8 years ago
  46. d4e6370 Add NotNull and Argument check during object build for LISP object by Jian Li · 8 years ago
  47. 09a6ffe [ONOS-4983] Fix the bug of gateway information modification by sangho · 8 years ago
  48. 9edc7e0 Topo2Link - Fixed width of rectangle and centered text by Steven Burrows · 8 years ago
  49. 33ab2692 Fix glyph names. by Simon Hunt · 8 years ago
  50. 0e6c214 Updating / Adding mojo icons to Glyph Library. by Simon Hunt · 8 years ago
  51. 503a402 Multiple ONOSCluster support for ONOSCLI by Bob Lantz · 8 years ago
  52. 8e57625 Enable --custom files to import ONOSCLI by Bob Lantz · 8 years ago
  53. 5763516 Add portOffset for multiple ONOSCluster port forwarding by Bob Lantz · 8 years ago
  54. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  55. feb95f1 Just a copy from FlowObjectiveAdapter of org.onosproject.sfc.util. by Yoonseon Han · 8 years ago
  56. c218bfa Check equality of String with equals(), not "==" by Sho SHIMIZU · 8 years ago
  57. e4ba2a4 Add unit tests for LISP control message serializer and deserializer by Jian Li · 8 years ago
  58. 76ea057 Add unit tests for LISP address serializer and deserializer by Jian Li · 8 years ago
  59. edc5db1 [ONOS-4718] Initial implementation of LISP control msg serializer by Jian Li · 8 years ago
  60. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  61. 36dd8f1 Added mojo icons: - ports, switch, roadm, uiAttached, summary, detail by Simon Hunt · 8 years ago
  62. 9a4b96d Added mojo icons: map and selectMap. by Simon Hunt · 8 years ago
  63. 5a6c60c Enhanced "Show-Glyphs" development web page to show zoomed icons. by Simon Hunt · 8 years ago
  64. 6deb4ce Grouped injected vars and shortened findNodeById by Steven Burrows · 8 years ago
  65. ab87ac4 Prevent wipeout command from failing STC runs by Ray Milkey · 8 years ago
  66. 2b6ff42 Fix ONOS-4976 - buffer underflow from flow backup serialization by Ray Milkey · 8 years ago
  67. 3304169 Fix for ONOS-3428 - remove width constraint to intent view control buttons. by Simon Hunt · 8 years ago
  68. 98c0006 fix for ONOS-3428 by Kavitha Alagesan · 8 years ago
  69. c087453 Fix for ONOS-3677 by Kavitha Alagesan · 8 years ago
  70. eaf614c Fix for ONOS-3678 by Kavitha Alagesan · 8 years ago
  71. 24556ec [ONOS-5158] Allow to remove gateway nodes using network config file. by sangho · 8 years ago
  72. e8f48d8 ExecutorService with somewhat predictable thread assignment. by Yuta HIGUCHI · 8 years ago
  73. af3159d Added Breadcrumbs module by Steven Burrows · 8 years ago
  74. 13e5b51 [ONOS-5155] Exposed delta statistics via northbound REST by Viswanath KSP · 8 years ago
  75. 9152b15 Fixed onos-run-karaf by Thomas Vachuska · 8 years ago
  76. cfcb053 Add Oplink attenuation extension and channel power drivers. by yjimmyy · 8 years ago
  77. fa875bb Cleaned up urlBase() readability. by Simon Hunt · 8 years ago
  78. 94fa13e [ONOS-5166] GroupModBuilder: no longer ignore weights by Victor Silva · 8 years ago
  79. 8ba356c updated the base url handler to extract any app prefix from the absUrl in case onos is behind an app prefix by David K. Bainbridge · 8 years ago
  80. 179af1e Bump gRPC version to 1.0.0 GA by Yuta HIGUCHI · 8 years ago
  81. a3029cf Enhancing onos-run-karaf to run clean installation when tar.gz changes. by Thomas Vachuska · 8 years ago
  82. 7728b6a Was using a non-exitant port for the test. Not sure how this was ever working by Ray Milkey · 8 years ago
  83. d4955ae Preventing NPEs in stores via notifyDelegate by Thomas Vachuska · 8 years ago
  84. 2f6f907 Fix NPE when processing an event when the delegate is undefined by Ray Milkey · 8 years ago
  85. 3680fab ONOS-4801 add default available field to gRPC model by Yuta HIGUCHI · 8 years ago
  86. 8e98f2f Widening column for device master to prevent text wrap. by Thomas Vachuska · 8 years ago
  87. b8d3798 EE unit test and h-bird. by Simon Hunt · 8 years ago
  88. b1995cb Fixed an infinite loop bug in Suurballe graph path search. by Thomas Vachuska · 8 years ago
  89. 884d443 Using non-static serializers in Flow Rule Store by Madan Jampani · 8 years ago
  90. cedd0df Disconnect switch when Device was admin removed. by Yuta HIGUCHI · 8 years ago
  91. ad0c990 Evict pipeliner/driver cache only on DEVICE_REMOVE by Yuta HIGUCHI · 8 years ago
  92. 8ffb775 Exposed the newly added port specific portStatistics API via REST by Viswanath KSP · 8 years ago
  93. 98315a2 Fix for ONOS-4940 by Kavitha Alagesan · 8 years ago
  94. 6704df3 Fix for ONOS-4877 by Kavitha Alagesan · 8 years ago
  95. d3ff540 Fix for ONOS-5152:Encoder for Disjoint Rest API with NPE:onos-1.7 by Jayasree Ghosh · 8 years ago
  96. 5808d52 [ONOS-5098] Fix the IP release issue when rebooting VMs by sangho · 8 years ago
  97. 28267ea Fix buck run when $ONOS_DIR does not exist by Charles Chan · 8 years ago
  98. 250d028 Initial support for Lagopus switch by Yuta HIGUCHI · 8 years ago
  99. 1fb0a8c Lazily populate Pipeliner cache by Yuta HIGUCHI · 8 years ago
  100. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago