1. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  2. 2318191 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 9 years ago
  3. 32b9370 ONOS-1922 KryoExceptions at org.onosproject.core.ApplicationRole by Changhoon Yoon · 9 years ago
  4. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  5. 01cb1a9 Fix exception for optical port descriptions (ONOS-1908) by Marc De Leenheer · 9 years ago
  6. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  7. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  8. 8169779 Define Bandwidth class to represent bandwidth with explicit its unit by Sho SHIMIZU · 9 years ago
  9. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  10. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago
  11. c682709 Register ModOchSignalInstruction to Kryo by Sho SHIMIZU · 9 years ago
  12. b5e6de6 Define a Criterion for OchSginalType by Sho SHIMIZU · 9 years ago
  13. efc2e28 Define a Criterion for IndexedLambda by Sho SHIMIZU · 9 years ago
  14. 0abceb8 Populate OchSignal with OchPort by Sho SHIMIZU · 9 years ago
  15. 084c4ca Define a Criterion for OchSignal by Sho SHIMIZU · 9 years ago
  16. 91210a7 Define Lambda interface representing wavelength and implementations by Sho SHIMIZU · 9 years ago
  17. 014c33a Pull out enums from OchPort by Sho SHIMIZU · 9 years ago
  18. dee7871 Registier Frequency to Kryo by Sho SHIMIZU · 9 years ago
  19. bb38235 Generic ROADM port models and descriptions by Marc De Leenheer · 9 years ago
  20. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  21. 3d4e14a FlowRule private extension refactor. by jcc · 9 years ago
  22. 76d8974 Full long value for port numbers. Fix port number serializer. by Marc De Leenheer · 9 years ago
  23. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  24. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  25. b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 9 years ago
  26. 4294778 implemented a distributed default flow registration mechanism to avoid duplicate requests from other onos instances by alshabib · 9 years ago
  27. a751537 Adding FlowRuleIntent to kryo (ONOS-1384) by Brian O'Connor · 9 years ago
  28. 6b52813 Adding emptyTreatment() and emptySelector() by Brian O'Connor · 9 years ago
  29. 15d773c Changed type of term number and sequence number to long. by Madan Jampani · 9 years ago
  30. 4e6c17d Fixing hash for Intent keys by Brian O'Connor · 9 years ago
  31. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  32. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  33. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  34. 24226a2 Start IntentOperations removal by Ray Milkey · 9 years ago
  35. 1d21866 Fix for ONOS-1032 : Add missing class registrations to the Kryo serializer by Pavlin Radoslavov · 9 years ago
  36. febe82c Implement some of the missing IPv6 flowmod treatments by Pavlin Radoslavov · 9 years ago
  37. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  38. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  39. 4572785 Added Collections.emptyList() to Kryo BASIC namespace by Jonathan Hart · 9 years ago
  40. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  41. 11c30ac Add a new method sendMsg(OFMessage msg, TableType type) in OpenFlowSwitch interface to support multiple-table aware FlowRuleService. by sangho · 9 years ago
  42. 7446da9 Modify unit test for serializing FlowRuleBatchEntry by Sho SHIMIZU · 9 years ago
  43. 166e61e Fix ONOS-815: register Optional class to Kryo by Sho SHIMIZU · 9 years ago
  44. ab98466 adding license to ALL files by alshabib · 9 years ago
  45. 97b9abc Fix a typo in a comment. by Pavlin Radoslavov · 9 years ago
  46. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  47. c1ee674 DeviceIdSerializer: use case normalized String by Yuta HIGUCHI · 9 years ago
  48. db8a9d2 Fix serializer exception while using optical intent on distributed store by Praseed Balakrishnan · 9 years ago
  49. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  50. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  51. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  52. ae1d210 Add Collections.emptySet() by Yuta HIGUCHI · 9 years ago
  53. f617123 register DefaultGroupId to Kryo by Yuta HIGUCHI · 9 years ago
  54. 4a33807 SinglePoint to MultiPoint Intent initial implementation by Michele Santuari · 10 years ago
  55. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  56. 1ee9178 LeadershipService: Support for a leaderBoard. by Madan Jampani · 9 years ago
  57. 57126fe Sketching out what link-state addition would look like; quite easy until we get to the distributed store. by Thomas Vachuska · 9 years ago
  58. 977cb60 Add unit tests for constraint object serializations by Sho SHIMIZU · 9 years ago
  59. adac04a Support LinkResource related serialization by Yuta HIGUCHI · 9 years ago
  60. cd4bac8 Make constraint objects serializable by Kryo by Sho SHIMIZU · 9 years ago
  61. 1aa249c separate basic classes from API by Yuta HIGUCHI · 10 years ago
  62. 17378ef Added Kryo serializers for Ip4Address, Ip6Address, Ip4Prefix, Ip6Prefix by Pavlin Radoslavov · 10 years ago
  63. 7d0032b Added constructors for serialization of the new constraint types and registered the types with the serializer pool. by Thomas Vachuska · 10 years ago
  64. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  65. 3e848a8 add methods to directly set MacAddress by Yuta HIGUCHI · 10 years ago
  66. b139f4d Added support for IPv6 to IpAddressSerializer and IpPrefixSerializer. by Pavlin Radoslavov · 10 years ago
  67. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  68. 41718fc Applied some fixes to Intents by Brian O'Connor · 10 years ago
  69. 855ea2d Refactor the IpPrefix API and implementation: by Pavlin Radoslavov · 10 years ago
  70. dfe6e3b allow null Master in MastershipTerm by Yuta HIGUCHI · 10 years ago
  71. 4f60f98 Implemented multi-instance packet out. by Jonathan Hart · 10 years ago
  72. 68fef9d Added modification instructions to Kryo by Jonathan Hart · 10 years ago
  73. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  74. ea15015 convert anonymous class to nested class by Yuta HIGUCHI · 10 years ago
  75. 087019b register some Intent related classes by Yuta HIGUCHI · 10 years ago
  76. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  77. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  78. 3f4ccb2 Updated the IpAddress serialization/deserialization by Pavlin Radoslavov · 10 years ago
  79. 9def047 DistributedFlowRuleStore: remote batch support by Yuta HIGUCHI · 10 years ago
  80. 31961c1 Resolving merge conflicts by Madan Jampani · 10 years ago
  81. 117aaae Towards a distributed flow rule store by Madan Jampani · 10 years ago
  82. f6c2ede remote stats service functional by alshabib · 10 years ago
  83. 3d643ec functional stats service by alshabib · 10 years ago
  84. 40d0177 switch to ImmutableList by Yuta HIGUCHI · 10 years ago
  85. 85d58d1 register more flow related classes by Yuta HIGUCHI · 10 years ago
  86. 2809bf3 serialization related fixes for flow related classes by Yuta HIGUCHI · 10 years ago
  87. 2fcfde9 Register FlowId to Kryo by Yuta HIGUCHI · 10 years ago
  88. 8d143d2 Rename KryoPool -> KryoNamespace by Yuta HIGUCHI · 10 years ago
  89. aaac0d7 KryoSerializerTest to test KryoSerializer instead of KryoPool by Yuta HIGUCHI · 10 years ago
  90. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  91. b5c63a0 fixes for mastership handoff race conditions by Ayaka Koshibe · 10 years ago
  92. 38b250d Initial implementation for DistributedFlowRuleStore utilizing master/backup replication by Madan Jampani · 10 years ago
  93. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  94. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  95. 760a7f9 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  96. e8e4535 fixes for RoleValue serialization by Ayaka Koshibe · 10 years ago
  97. b0995df suppress warning by Yuta HIGUCHI · 10 years ago
  98. 5fa3dc0 GossipHostStore: add AE support by Yuta HIGUCHI · 10 years ago
  99. f9b02fc refactored MastershipStore to not use ILock by Ayaka Koshibe · 10 years ago
  100. 18ab8a9 modified LinkKey creation to follow other id objects by Yuta HIGUCHI · 10 years ago