1. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  2. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  3. ff51773 Fix Javadoc typos by Ray Milkey · 9 years ago
  4. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  5. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  6. 37f6a38 Unit test refactoring by Ray Milkey · 9 years ago
  7. 75a5bd9 Change return type of groupId() in FlowRule not to misusing underlying type by Sho SHIMIZU · 9 years ago
  8. e3cc0b9 Enhance StatisticService to allow filtering by Application ID and Group ID by Sho SHIMIZU · 9 years ago
  9. e97ede9 ONOS-239 Retrigger compilation when new resources are available by Ray Milkey · 9 years ago
  10. 520c052 Changing Intent Ids to use explicit id assignment by Brian O'Connor · 9 years ago
  11. 4a33807 SinglePoint to MultiPoint Intent initial implementation by Michele Santuari · 10 years ago
  12. bcac499 Flatten MastershipTermService by Yuta HIGUCHI · 9 years ago
  13. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  14. 0d33805 Increase coverage by using guava EqualsTester by Ray Milkey · 9 years ago
  15. f19b715 Add Unit tests for some org.onlab.onos.net.flow classes by Ray Milkey · 9 years ago
  16. 3908fde Fix ONOS-151 to support installation of PointToPointIntent by Sho SHIMIZU · 9 years ago
  17. c8f481f Unit tests to improve coverage in intents module by Ray Milkey · 9 years ago
  18. fa81eae Refactored intent framework to deal with batches. by Brian O'Connor · 10 years ago
  19. 00c94f5 update and get available link resource consindering existing linkAllocations by weibit · 9 years ago
  20. 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
  21. 97f8f10 Unit tests for DefaultTrafficTreatment by Ray Milkey · 9 years ago
  22. 6b38ee3 Minor fixes by Yuta HIGUCHI · 9 years ago
  23. afa00d2 Packet class unit tests by Ray Milkey · 9 years ago
  24. 3f9820f FlowRule Event unit tests by Ray Milkey · 9 years ago
  25. 2210282 ONOS-197: Ignore Link with missing Device by Yuta HIGUCHI · 9 years ago
  26. 28204e5 adding group id to flowrules by alshabib · 9 years ago
  27. c4100e9 Flow id test was in the wrong package by Ray Milkey · 9 years ago
  28. 02093df Move unit tests to be in the same package as the classes they are testing by Ray Milkey · 9 years ago
  29. fe129db Aggregate definition of annotation key for latency into a single file by Sho SHIMIZU · 9 years ago
  30. 8d3ce43 Unit Tests for Bandwidth and Lambda allocations by Ray Milkey · 10 years ago
  31. 5d4b1c2 Add constraint for link annotated value by Sho SHIMIZU · 9 years ago
  32. 1df945b Add latency constraint by Sho SHIMIZU · 10 years ago
  33. f3346a5 Merge "Refactor test to use Guava EqualsTester" by Thomas Vachuska · 10 years ago
  34. 05e0dd7 Merge "Add constraint to avoid specified devices" by Thomas Vachuska · 10 years ago
  35. 075268b Add constraint to avoid specified devices by Sho SHIMIZU · 10 years ago
  36. cd76413 Merge "Tighten the visibility of fields in WaypointConstraintTest" by Thomas Vachuska · 10 years ago
  37. fff20b5 Refactor test to use Guava EqualsTester by Ray Milkey · 10 years ago
  38. 0694af9 Merge "Basic equality and creation tests for Constraint objects" by Thomas Vachuska · 10 years ago
  39. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 10 years ago
  40. a7d96ad Basic equality and creation tests for Constraint objects by Ray Milkey · 10 years ago
  41. 14ccab5 Add missing getter for waypoints and unit test for equality by Sho SHIMIZU · 10 years ago
  42. 0e51fe5 Add constraint for waypoints by Sho SHIMIZU · 10 years ago
  43. 7808105 Add unit test for Instructions class and improve Criteria toString() test by Ray Milkey · 10 years ago
  44. 9d07865 Change byte declarations to shorts to match new API by Ray Milkey · 10 years ago
  45. f2b6721 Merge "Unit tests for LinkKey and Criteria classes." by Thomas Vachuska · 10 years ago
  46. 33d9023 Unit tests for LinkKey and Criteria classes. by Ray Milkey · 10 years ago
  47. d6a18709 Add more descriptive Javadoc by Sho SHIMIZU · 10 years ago
  48. a05c0a2 Merge "Prototype bandwidth reservation" by Thomas Vachuska · 10 years ago
  49. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  50. caa450b Prototype bandwidth reservation by Ray Milkey · 10 years ago
  51. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  52. 444b519 Replaced the usage of IpPrefix with IpAddress in the context of by Pavlin Radoslavov · 10 years ago
  53. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  54. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  55. 276cd90 Added class InterfaceIpAddress and the corresponding unit test. by Pavlin Radoslavov · 10 years ago
  56. 3a7c1f8 Fix a typo in class name: DefualtHostDecriptionTest -> DefaultHostDecriptionTest by Pavlin Radoslavov · 10 years ago
  57. d26f57a Refactoring in the unit test utility framework: by Pavlin Radoslavov · 10 years ago
  58. d404c51 Added initial sketch of JSON codec abstraction and related codec tracking service. by Thomas Vachuska · 10 years ago
  59. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  60. 1fb982f Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  61. 10d4abc Adding JSON output for intent list command. by Thomas Vachuska · 10 years ago
  62. e291c84 Enhanced toString for intents for consistency. Removed ID block allocator stuff. by Thomas Vachuska · 10 years ago
  63. c96058a Refactoring intent API. by Thomas Vachuska · 10 years ago
  64. abedb09 MasteshipService, store, and CLI commands use RoleInfo by Ayaka Koshibe · 10 years ago
  65. f2dbde5 refactoring intent framework installers by Brian O'Connor · 10 years ago
  66. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  67. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  68. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  69. e668408 Unit tests for some Intent objects and compilers by Ray Milkey · 10 years ago
  70. 760a7f9 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  71. b35a381 bugfix Function input is Nullable by Yuta HIGUCHI · 10 years ago
  72. 5fa3dc0 GossipHostStore: add AE support by Yuta HIGUCHI · 10 years ago
  73. bfca040 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  74. dbdbdbb Added restrictions for proxy ARP by Jonathan Hart · 10 years ago
  75. 45503ce list mastership roles CLI command by Ayaka Koshibe · 10 years ago
  76. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  77. 38935e5 Turning off AbstractEventAccumulatorTest.timeTrigger by Yuta HIGUCHI · 10 years ago
  78. dc7374c Move ControllerToNodeId Function to api bundle by Yuta HIGUCHI · 10 years ago
  79. e7f01ee Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 10 years ago
  80. 093340b Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 10 years ago
  81. 545708e Optimizing performance of HostId. by tom · 10 years ago
  82. fa891c9 Revert "Refactoring to move code to right locations. Attempt at breaking dependency cycles." by Yuta HIGUCHI · 10 years ago
  83. d40483d Revert "Refactored code in an attempt to break dependency cycles" by Yuta HIGUCHI · 10 years ago
  84. 195af6e Refactored code in an attempt to break dependency cycles by Madan Jampani · 10 years ago
  85. 58819b4 Refactoring to move code to right locations. Attempt at breaking dependency cycles. by Madan Jampani · 10 years ago
  86. cb900f4 Initial implementation of async installers by Brian O'Connor · 10 years ago
  87. 297dfc0 Enhanced HostLocation and DefaultEdgeLink to allow easier construction. by tom · 10 years ago
  88. 53efab5 Added Version and CoreService/Manager as an initial outline of a bootstrap coordinator. by tom · 10 years ago
  89. 53945d5 Working on intent uninstall during recompilation. by tom · 10 years ago
  90. 85258ee Reworked intent states to the new set of states. by tom · 10 years ago
  91. 9ee0d5b Fix unit test issue by Yuta HIGUCHI · 10 years ago
  92. 95329eb Starting to experiment with flow tracking. by tom · 10 years ago
  93. 885be1d Fixed annotation handling. by Yuta HIGUCHI · 10 years ago
  94. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  95. 66630c8 Adding Intent Impl and shell command to install simple intent by Brian O'Connor · 10 years ago
  96. f3d0616 Adding Intent API tests by Brian O'Connor · 10 years ago
  97. 747a213 Adding more unit tests. by tom · 10 years ago
  98. 5a9383a Adding more unit tests. Made some classes abstract which should have been. by tom · 10 years ago
  99. a536886 Enhanced ProviderId to support notion of primary vs. ancillary and modified AbstractProviderRegistry to enforce one primary provider per URI scheme. by tom · 10 years ago
  100. 78d16a4 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago