1. 80c0e5e Changed trivial core behaviour to claim switch as a master by default and to apply role to the switch. by tom · 10 years ago
  2. fa322cb merge pom.xml by alshabib · 10 years ago
  3. c290a12 Enhanced the CLIs. by tom · 10 years ago
  4. d79f7ec Enhanced the CLIs. by tom · 10 years ago
  5. ff7eb7c Enhanced the CLIs. by tom · 10 years ago
  6. 9b836db Fixed a defect in device provider. by tom · 10 years ago
  7. 6901237 Added @Component back to OpenFlowControllerImpl by tom · 10 years ago
  8. 6d2a43e Added some CLI commands and fixed pom.xml and features.xml to use commons-lang 2.6 (bundle) by tom · 10 years ago
  9. c0ccfb2 Added more unit tests. by tom · 10 years ago
  10. d176fc4 Finished unit tests for trivial link manager. by tom · 10 years ago
  11. bb58c20 Adding unit tests for simple link manager. by tom · 10 years ago
  12. 4e47521 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  13. 289652c started adding link discovery by alshabib · 10 years ago
  14. 0d39526 Added simple link manager implementation. by tom · 10 years ago
  15. eadbb46 Added simple link manager implementation. by tom · 10 years ago
  16. 4c6606f Added default link description & model entities. by tom · 10 years ago
  17. ad2d209 Added getDeviceCount and tests. by tom · 10 years ago
  18. 24c55cd Added unit tests for port handling in trivial core. by tom · 10 years ago
  19. 638dc71 fixing checkstyle errors by alshabib · 10 years ago
  20. c4901cd adding packet types by alshabib · 10 years ago
  21. a14f364 portStatusChanged implemented by alshabib · 10 years ago
  22. 3034a38 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  23. 46a220d Implementing port methods in trivial core. by tom · 10 years ago
  24. 29df6f4 Implementing port update in trivial core. by tom · 10 years ago
  25. 4680bb6 updateports functional by alshabib · 10 years ago
  26. cb4c7ef Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  27. 25c8eec updating ports by alshabib · 10 years ago
  28. d40fc7a Simplified port state. by tom · 10 years ago
  29. 249829a Cleaned-up some names and added a missing sync-block by tom · 10 years ago
  30. e5ec3fd Adding DeviceAdminService facade and tests for SimpleDeviceManager. by tom · 10 years ago
  31. ca20e0c Adding port, port number, port description implementations and related tests. by tom · 10 years ago
  32. 3065d12 Adding mode base model and unit tests stuff. by tom · 10 years ago
  33. 6f5460b graceful shutdown by alshabib · 10 years ago
  34. 3b746c6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  35. d1900f3 Enhanced DeviceDescription and added default implementation for it. by tom · 10 years ago
  36. 1146d82 removing useless IOFSwitchManager interface by alshabib · 10 years ago
  37. 30a8271 Adding package.html javadocs for the OF controller code. by tom · 10 years ago
  38. e8610f5 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  39. f1216ed simple device provider added by alshabib · 10 years ago
  40. 0796cbf Adding package.html javadocs for the OF controller code. by tom · 10 years ago
  41. d1c0649 Changed deviceConnected signature. by tom · 10 years ago
  42. f1c2357 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  43. 6171f18 refactored OF switch into driver and frontend by alshabib · 10 years ago
  44. 50a76dd Adding onos-of-drivers module. by tom · 10 years ago
  45. 6e746f3 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  46. 3cbf312 more cleanup by alshabib · 10 years ago
  47. 41c3fcc Added iterative DFS algorithm. by tom · 10 years ago
  48. 2e1f071 Added bellman-ford implementation. by tom · 10 years ago
  49. 19bf421 Fixed some sonar-reported issues. by tom · 10 years ago
  50. 984d782 Added javadocs for packages. by tom · 10 years ago
  51. c53fa0d Fixed check-style nags. by tom · 10 years ago
  52. 8f458bc Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  53. 144de69 Added more unit tests for the graph utilities. by tom · 10 years ago
  54. e348941 Added graph-related utility code. by tom · 10 years ago
  55. 588f727 cleaning by alshabib · 10 years ago
  56. 22b8051 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  57. d777b20 switch can now connect by alshabib · 10 years ago
  58. 132b58a Added some tests. by tom · 10 years ago
  59. 4f3b18b Added code-coverage plugin to the top-level pom. by tom · 10 years ago
  60. 96dfcab Changed nomenclature from Broker to Registry. by tom · 10 years ago
  61. 7a9bcbe Removed of-save stuff. by tom · 10 years ago
  62. 5f38b3a Cleaned-up templates and added package.html files. by tom · 10 years ago
  63. 94bb4a4 Added onlab-misc module and renamed onos-util-* modules to onlab-*. by tom · 10 years ago
  64. 6488812 Suppressing test output from console. by tom · 10 years ago
  65. eda1f7f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  66. 32f6684 Adding some flesh to the simple device manager. by tom · 10 years ago
  67. 54ebd9c splitting roles from IO loop and providing a abstract of switch by alshabib · 10 years ago
  68. 5ac5188 Moved the samples to a separate package. by tom · 10 years ago
  69. db0d03f Added more trivial core implementations. by tom · 10 years ago
  70. edf06bb Adding model abstractions to help flesh-out the concepts. by tom · 10 years ago
  71. 43387f3 Adding model abstractions to help flesh-out the concepts. by tom · 10 years ago
  72. de8d968 Added unit tests; including guava-testlib. by tom · 10 years ago
  73. b36046e Added unit tests for the event abstractions. by tom · 10 years ago
  74. 1c15dd9 Added a watchLog tool by tom · 10 years ago
  75. b1260e4 Created onos-core-trivial as a place to put trivial implementation of core against which initial set of providers can be developed. by tom · 10 years ago
  76. e06f855 Added more providers/of modules and javadocs. by tom · 10 years ago
  77. ab21e7c Adding maven-scr-plugin to provide tree pom.xml; components are now igniting. by tom · 10 years ago
  78. 2ab8e42 Fixed onos-of-api bundling to properly subsume the openflow stuff. by tom · 10 years ago
  79. d0fe246 Added a shell of a openflow device provider and fixed features. by tom · 10 years ago
  80. b5a46e6 Added a shell of a openflow device provider and fixed features. by tom · 10 years ago
  81. d3097b0 Added a simple device manager to have a working provider broker. by tom · 10 years ago
  82. 18567e9 More documentation clean-up. by tom · 10 years ago
  83. d735672 Adding event sink & dispatcher abstractions. by tom · 10 years ago
  84. 64b7aac Added more event and listener interface definitions. by tom · 10 years ago
  85. a29cea3 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  86. c1a38d3 Added a slew of package.html javadocs. by tom · 10 years ago
  87. 9ccd781 Refactored the OpenFlow controller package name-space and fixed a number of Javadoc warnings. by tom · 10 years ago
  88. e33cc1a Sketching SB & NB API. by tom · 10 years ago
  89. 705ca0e removing grooving from of.ctl.pom by alshabib · 10 years ago
  90. 38c7317 renamed of-lib to openflowj by alshabib · 10 years ago
  91. 0eb04ca Added cubby-holes for new projects. by tom · 10 years ago
  92. 86b3ac0 Additions to southbound API interfaces by Ayaka Koshibe · 10 years ago
  93. 3b554cf added unit tests by alshabib · 10 years ago
  94. 0941951 Poms for all. by tom · 10 years ago
  95. 4827f04 added gitreview by alshabib · 10 years ago
  96. 522d987 adding root level pom by alshabib · 10 years ago
  97. 86ac11c fixing loxi output upgrade to 0.3.8 agrregate pom for of-lib by alshabib · 10 years ago
  98. 1f44e8e initial import by alshabib · 10 years ago
  99. cda04cf Initial empty repository by Ali "The Bomb" Al-Shabibi · 10 years ago