Tagging 1.8.5-rc1
  1. 861ce1b Tagging 1.8.5-rc1 by Ray Milkey · 7 years ago 1.8.5-rc1
  2. 544d1d5 [ONOS-6267] Support configurable Executors for primitives by Jordan Halterman · 7 years ago
  3. 50b7ddd Starting snapshot 1.8.5-SNAPSHOT by Ray Milkey · 7 years ago
  4. 9bead7f Tagging 1.8.4 by Ray Milkey · 7 years ago 1.8.4
  5. e72137d Starting snapshot 1.8.4-SNAPSHOT by Ray Milkey · 7 years ago
  6. 2f9c402 Tagging 1.8.3 by Ray Milkey · 7 years ago 1.8.3
  7. eb25742 Starting snapshot 1.8.3-SNAPSHOT by Ray Milkey · 7 years ago
  8. 4a58d77 Tagging 1.8.2 by Ray Milkey · 7 years ago 1.8.2
  9. 0e8ea53 Starting snapshot 1.8.2-SNAPSHOT by Ray Milkey · 7 years ago
  10. 97931c7 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  11. ecc5e62 Tagging 1.8.1 by Ray Milkey · 7 years ago 1.8.1
  12. 5aa638b ONOS-5691 ONOS-5742 Fixing intent framework difficulties by Brian O'Connor · 7 years ago
  13. 760abe3 Starting snapshot 1.8.1-SNAPSHOT by Ray Milkey · 7 years ago
  14. 707ca99 Tagging 1.8.0 by Ray Milkey · 7 years ago 1.8.0
  15. 929e582 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  16. e9053b4 Tagging 1.8.0-rc6 by Ray Milkey · 7 years ago 1.8.0-rc6
  17. 7491b96 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  18. a0d0aea Tagging 1.8.0-rc5 by Ray Milkey · 7 years ago 1.8.0-rc5
  19. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  20. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  21. 0a9031d Introducing BandwidthProfileConfigBehaviour to manage policers/markers by Konstantinos Kanonakis · 8 years ago
  22. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  23. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  24. 48ca519 Various fixes by Pier Ventre · 7 years ago
  25. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  26. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  27. 6c887d0 Add support for non-final static fields by Yuta HIGUCHI · 7 years ago
  28. 4408c64 Adding snapshot repo to osgiwrap pom by Brian O'Connor · 7 years ago
  29. 8526700 checkstyle rule to check copyrights by Ray Milkey · 7 years ago
  30. fa56d14 Adds loose filtering capability (-f) to cli commands (intents, flows) by Carolina Fernandez · 8 years ago
  31. 0bb1e10 Javadoc fixes by Ray Milkey · 8 years ago
  32. f6aed99 Adding an additional method for getting paths from default topology with a bound on how many paths will be returned. This should not effect any existing uses. by Aaron Kruglikov · 8 years ago
  33. 1525c45 ONOS-5574: KShortestPathSearch mistakenly assumes every path has k edges by Koosha · 8 years ago
  34. ef79434 Fix Javadoc warnings by Ray Milkey · 8 years ago
  35. f8543d8 Fixes [ONOS-5412] and implements [ONOS-5300] by Pier Ventre · 8 years ago
  36. 9215ff2 Adding support for VLAN_PUSH with EtherType (incl. Q-in-Q) by Konstantinos Kanonakis · 8 years ago
  37. d2edd47 CORD-378 Validate ARP SPA in segment routing ARP handler by Charles Chan · 8 years ago
  38. 7c11a98 Cleaning up utils/ Buck files by Brian O'Connor · 8 years ago
  39. e908271 package igmp v3 report wrong, the group class should be IgmpMembership by ke han · 8 years ago
  40. c8ec4b5 Adding support for IGMPv2 by Luca Prete · 8 years ago
  41. 8ebb04a Replace Stream#forEach() with Collection#forEach() by Sho SHIMIZU · 8 years ago
  42. 1270aea Add abstract IP header class to unify IPv4 and IPv6 header classes by Jian Li · 8 years ago
  43. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  44. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  45. 338bc0c Bumping pom versions to 1.7.0-rc2 and fixing some maven issues by Brian O'Connor · 8 years ago 1.7.0-rc2
  46. a1d90cf Removing source_under_test which has been deprecated from Buck by Brian O'Connor · 8 years ago
  47. 94b0015 Fix for ONOS-5034 by sdn · 8 years ago
  48. 307a21e Utilities for composing future results by Madan Jampani · 8 years ago
  49. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  50. e4ba2a4 Add unit tests for LISP control message serializer and deserializer by Jian Li · 8 years ago
  51. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  52. e8f48d8 ExecutorService with somewhat predictable thread assignment. by Yuta HIGUCHI · 8 years ago
  53. b1995cb Fixed an infinite loop bug in Suurballe graph path search. by Thomas Vachuska · 8 years ago
  54. 86f142f Update kryo to 4.0.0 by Yuta HIGUCHI · 8 years ago
  55. c012dda Workaround for NoClassDefFound issue in Netty. by Yuta HIGUCHI · 8 years ago
  56. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  57. c2e6815 Use Java 8 Map#compute when possible by Yuta HIGUCHI · 8 years ago
  58. f05db40 Fix for Netty wiring issue after 4.0 bump. by Yuta HIGUCHI · 8 years ago
  59. d5c8ba1 Remove a white space by Sho SHIMIZU · 8 years ago
  60. 4767190 [ONOS-4718] Initial implementation of LISP control msg deserializer by Jian Li · 8 years ago
  61. c3d69f5 Fix NPE when there's no secondary path. by Yuta HIGUCHI · 8 years ago
  62. 679d24d Unit test for Kryo namespaces to prevent people overflowing the namespaces. by Jonathan Hart · 8 years ago
  63. 0666f15 Cleaning-up shared executors use of metrics service. by Thomas Vachuska · 8 years ago
  64. 0844307 To encode igmp report packet need to set the record type by ke han · 8 years ago
  65. aca426f Moving yangtools to separate repo by Brian O'Connor · 8 years ago
  66. 2d90b0c [ONOS-5003][ONOS-5004][ONOS-5005]Generated Code modification for YangUtils+added interface for augmentation method and other api changes. by Bharat saraswal · 8 years ago
  67. f9819ff [ONOS-4991][ONOS-4994] Leafref and translator issue fixes by janani b · 8 years ago
  68. bb23e0b Fix Javadoc warnings by Ray Milkey · 8 years ago
  69. 07c26bb [ONOS-4941][ONOS-4883][ONOS-4979]Grouping and uses interfile linking issue + defect fix by Vidyashree Rama · 8 years ago
  70. 2a74983 Top level build of component Javadocs by Ray Milkey · 8 years ago
  71. 98675a9 [ONOS-4938] Defect fix: range interval by Mahesh Poojary S · 8 years ago
  72. 6a5911f [ONOS-4947][ONOS-4954][ONOS-4952]Defect Fixed: Invalid name in case of qualified info for child nodes by Bharat saraswal · 8 years ago
  73. bdf24bb [ONOS-4922] Javamodel package creation for YANG utils. by Shankara-Huawei · 8 years ago
  74. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  75. bbd4849 [ONOS-4910, ONOS-4921] Framework: utils validation and defect fix by Mahesh Poojary S · 8 years ago
  76. 36f2fab [ONOS-4894][ONOS-4890][ONOS-4887][ONOS-4923]extension and argument by Vidyashree Rama · 8 years ago
  77. e707f03 [ONOS-4583] Union defect fix. by Bharat saraswal · 8 years ago
  78. efb554b [ONOS-4876] Defect fix for notification, when grouping is first child of module. by janani b · 8 years ago
  79. d50c638 [ONOS-4839] update file priority for translator and OP param file impl defect fix by Bharat saraswal · 8 years ago
  80. 23ccc31 [ONOS-4842] Leafref implementation for augment and uses by janani b · 8 years ago
  81. 1b49906 [ONOS-4839] update file priority for input files by Vidyashree Rama · 8 years ago
  82. 30c116a [ONOS-4838] Decimal64 Range Restrictions Modification by Mahesh Poojary Huawei · 8 years ago
  83. b9999eb [ONOS-4831] Implement op param class for apps by Shankara-Huawei · 8 years ago
  84. 6c728a9 [ONOS-4798] Error Message implementation for YANG utils by rama-huawei · 8 years ago
  85. b551aae [ONOS-4829] Augmented data method generator implmentation. by Bharat saraswal · 8 years ago
  86. 405d2e6 [ONOS-4636]grouping and uses by Vidyashree Rama · 8 years ago
  87. b1170bd [ONOS-4799],[ONOS-4351] Augment inter file linker and Generated Code refactored. by Bharat saraswal · 8 years ago
  88. 46fb4db [ONOS-4348] Yang Bits, Binary and Decimal64 by Mahesh Poojary Huawei · 8 years ago
  89. df7b9ca [ONOS-4753] Identity/identityref implementation and UT by Shankara-Huawei · 8 years ago
  90. e18b534 [ONOS-4744] Leafref implementation and UT by janani b · 8 years ago
  91. 528ef30 [ONOS-4762][ONOS-4601]Grammar for meta data + Union defect fix by Vidyashree Rama · 8 years ago
  92. 72cd1b7 [ONOS-4711] Move YANG data types to data types to remove dependency by Gaurav Agrawal · 8 years ago
  93. 4af95fb Added DHCP Option-82(circuit-id) to Dhcp relay app, addressed patch-1 comments by gaurav · 8 years ago
  94. 15c8ed8 XPATH Datamodel For YangUtils by Shankara-Huawei · 8 years ago
  95. 27fcb5f Turn off verbose flag by Yuta HIGUCHI · 8 years ago
  96. deac28b [ONOS-4650][ONOS-4726][ONOS-4727] [ONOS-4728]Implement must parser + when parser + feature + if-feature + revision defect fix by Vidyashree Rama · 8 years ago
  97. d45d42c Add TranslatorException, YangJavaModelUtils by sangyun-han · 8 years ago
  98. 4a9f3af [ONOS-4784] Auto import of generated sources in target to IDEA intellij by Gaurav Agrawal · 8 years ago
  99. 991f688 ONOS-4719 - Environmental vaiables dependency removed from UT by Bharat saraswal · 8 years ago
  100. 804c001 Added kryo serializer for ImmutableByteSequence by Carmelo Cascone · 8 years ago