1. 65d1294 Merge "Make logger static final variable" by Thomas Vachuska · 9 years ago
  2. 460f402 ONOS-22 - Add Constraints to CLI Commands by Ray Milkey · 9 years ago
  3. 8b5051d Make logger static final variable by Sho SHIMIZU · 9 years ago
  4. 5b5dc48 Updated the ProxyArpManager to use Ip4Address instead of by Pavlin Radoslavov · 9 years ago
  5. b14c77a Fixed a number of javadoc warnings and cleaned up aggregate javadocs. by Thomas Vachuska · 9 years ago
  6. edc944c adding constaints to intent API by Thomas Vachuska · 9 years ago
  7. a887ba8 Refactored the HostStore to allow multiple MAC addresses bound to a single port by Jonathan Hart · 9 years ago
  8. 5c32433 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Praseed Balakrishnan · 9 years ago
  9. 2dd5abd Optical Treatment to include SigType by Praseed Balakrishnan · 9 years ago
  10. 2fcb40c FlowRule subsystem bugfixes by Yuta HIGUCHI · 9 years ago
  11. 3e848a8 add methods to directly set MacAddress by Yuta HIGUCHI · 9 years ago
  12. fe0f4b1 Adding resource-{available,allocated} CLI commands and lots of toStrings by Brian O'Connor · 10 years ago
  13. 5481532 Changed argument from Device -> DeviceId by Yuta HIGUCHI · 10 years ago
  14. d26354d revisiting DeviceManager role handling by Yuta HIGUCHI · 10 years ago
  15. 2d3cd31 log message fixes in DeviceManager by Yuta HIGUCHI · 10 years ago
  16. 13c0b87 Add API in DeviceClock*Service to check if Timestamp can be issued. by Yuta HIGUCHI · 10 years ago
  17. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  18. 3ef2b0d vertical feedback path for Role replies by Ayaka Koshibe · 10 years ago
  19. 41718fc Applied some fixes to Intents by Brian O'Connor · 10 years ago
  20. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  21. d40e950 use termService field by Yuta HIGUCHI · 10 years ago
  22. 96f4d47 Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  23. 7b652ad Fixed some javadoc warning/errors. by Thomas Vachuska · 10 years ago
  24. 38b4d9d Device Mastership by Yuta HIGUCHI · 10 years ago
  25. dfe6e3b allow null Master in MastershipTerm by Yuta HIGUCHI · 10 years ago
  26. 4f60f98 Implemented multi-instance packet out. by Jonathan Hart · 10 years ago
  27. 225e63e turn off duplicate check for now by Yuta HIGUCHI · 10 years ago
  28. 106d449 Initial implementation of LinkResourceStore for single instance env. by Toshio Koide · 10 years ago
  29. e3784c9 Added protection against no resources to PathIntentInstaller. by Thomas Vachuska · 10 years ago
  30. a05c0a2 Merge "Prototype bandwidth reservation" by Thomas Vachuska · 10 years ago
  31. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  32. caa450b Prototype bandwidth reservation by Ray Milkey · 10 years ago
  33. eb5a0b9 minor Device - Mastership fixes by Yuta HIGUCHI · 10 years ago
  34. 52307e6 IpAddress and IpPrefix related cleanup: by Pavlin Radoslavov · 10 years ago
  35. ef5a809 Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  36. 425a2d7 Modified intent compilers to only chose paths that are appropriate to the type of intent, i.e. packet or optical. by Thomas Vachuska · 10 years ago
  37. 317245a add check for duplicate MastershipEvents to DeviceManager by Ayaka Koshibe · 10 years ago
  38. e60d452 avoid transient changes to MastershipStore from being posted as events by Ayaka Koshibe · 10 years ago
  39. 56df70f Added debug log by Yuta HIGUCHI · 10 years ago
  40. 4b52444 DistributedFlowRuleStore related fixes by Yuta HIGUCHI · 10 years ago
  41. 10a31c3 initial Distributed IntentStore using Hz by Yuta HIGUCHI · 10 years ago
  42. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  43. 9be539e Preparing implementation of link resource data store. by Toshio Koide · 10 years ago
  44. 444b519 Replaced the usage of IpPrefix with IpAddress in the context of by Pavlin Radoslavov · 10 years ago
  45. e0f804a Added application ID store; both trivial and distributed variants. by Thomas Vachuska · 10 years ago
  46. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  47. 76b0ae2 Work toward common IP address classes. by Pavlin Radoslavov · 10 years ago
  48. 4353a5a Fixed graph relaxEdge to properly deal with Double.MIN_VALUE. by Thomas Vachuska · 10 years ago
  49. dc09a3b Fixed flaky HostMonitor unit tests. by Jonathan Hart · 10 years ago
  50. eb24e9d Attempt to fix Link vanishing after mastership change by Yuta HIGUCHI · 10 years ago
  51. 305ec83 add debug log by Yuta HIGUCHI · 10 years ago
  52. 76622d6 Merge branch 'optical_path_provisioner' by weibit · 10 years ago
  53. 50eb95b packet-intent fail event will trigger the creation of lightpaths by weibit · 10 years ago
  54. 9cfe829 dispatching failed event when compile fails by Brian O'Connor · 10 years ago
  55. b62aab5 fix relinquishment behavior in SimpleMastershipStore by Ayaka Koshibe · 10 years ago
  56. f997695 Sketched out changes to link resource service to support intent replacement mechanism. by Thomas Vachuska · 10 years ago
  57. 6a45616 FlowRuleManager is now fully batch based by Madan Jampani · 10 years ago
  58. 8e6dba2 Merge branch 'optical_path_provisioner' by weibit · 10 years ago
  59. aca1460 support bidirectional links by weibit · 10 years ago
  60. d26f57a Refactoring in the unit test utility framework: by Pavlin Radoslavov · 10 years ago
  61. 936c49d Added getCriterion method to TrafficSelector by Jonathan Hart · 10 years ago
  62. 3894841 Merge branch 'optical-integration' by Brian O'Connor · 10 years ago
  63. 253c865 some optical intent changes by weibit · 10 years ago
  64. 8ac922d FIxed checkstyle fails. by Thomas Vachuska · 10 years ago
  65. 086724e refactoring OpticalPathIntent by Brian O'Connor · 10 years ago
  66. 86160f5 Change method name of LinkResourceService by Toshio Koide · 10 years ago
  67. 5c0a726 Rename package name of LinkResourceManager. by Toshio Koide · 10 years ago
  68. 2543d5a optical intent by weibit · 10 years ago
  69. ca0fcff Implement fake requestResources() method. by Toshio Koide · 10 years ago
  70. 9e622ac optical intent by weibit · 10 years ago
  71. 7e58346 optical intent module by weibit · 10 years ago
  72. f32383b Optical Path Porvisioning by weibit · 10 years ago
  73. 09e5f64 Merge branch 'optical-integration' of ssh://gerrit.onlab.us:29418/onos-next into optical-integration by Marc De Leenheer · 10 years ago
  74. e7e4bd5 adding Get by IntentId to LinkResourceService by Brian O'Connor · 10 years ago
  75. 922760b Merge branch 'master' into optical-integration by Marc De Leenheer · 10 years ago
  76. 868def0 minor changes to RoleValue by Yuta HIGUCHI · 10 years ago
  77. 50df38d Starting implementation of LinkResourceManager. by Toshio Koide · 10 years ago
  78. 0e752bd Added link types of TUNNEL and OPTICAL. by Thomas Vachuska · 10 years ago
  79. a7384a8 fixes related to getRole() assumptions by Ayaka Koshibe · 10 years ago
  80. 44521ec Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  81. 3d643ec functional stats service by alshabib · 10 years ago
  82. 83e090e Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  83. 1fb982f Adding intent operations batch abstraction. by Thomas Vachuska · 10 years ago
  84. e8708e3 trigger device query after mastership reelection by Ayaka Koshibe · 10 years ago
  85. 5154ec3 Fix some unchecked conversion warnings by Ray Milkey · 10 years ago
  86. 2374fc9 many fixes from different people in various place. Optical, FlowRuleManager, LinkDiscovery by alshabib · 10 years ago
  87. 67dce88 Mastership related minor fixes on DeviceManager by Yuta HIGUCHI · 10 years ago
  88. 3559249 Refactoring and cleanup in the Metrics module: by Pavlin Radoslavov · 10 years ago
  89. a43aa25 api and manager for statistic service by alshabib · 10 years ago
  90. 574afda Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  91. dfc7afb distributed link fixes by alshabib · 10 years ago
  92. 6e88c68 Intent treatments need to be passed down to the flows by Jonathan Hart · 10 years ago
  93. 07ac62a Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  94. 10d4abc Adding JSON output for intent list command. by Thomas Vachuska · 10 years ago
  95. bc4a793 Allowed flows to be permanent by Jonathan Hart · 10 years ago
  96. e291c84 Enhanced toString for intents for consistency. Removed ID block allocator stuff. by Thomas Vachuska · 10 years ago
  97. 3a78be6 Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  98. a12fdf2 Ooops... corrected a unit test. by Thomas Vachuska · 10 years ago
  99. f3d51bd Initial DistributedDlowRuleStore by Yuta HIGUCHI · 10 years ago
  100. 4926c1b Refactoring intent API. by Thomas Vachuska · 10 years ago