1. 5d42c6b Fixed javadoc groups. by Thomas Vachuska · 9 years ago
  2. 37eb841 Removed os-maven-plugin (for netty epoll) until we fully test it by Madan Jampani · 9 years ago
  3. 6f06527 Removed fixed TODO. Cleaned up logging by Madan Jampani · 9 years ago
  4. 37b9117 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  5. 824a7c1 Netty epoll support. Now with updated pom.xml and features.xml to bring in the dependencies by Madan Jampani · 9 years ago
  6. 4ccde78 Added package javadoc for net.resource package. by Thomas Vachuska · 9 years ago
  7. ceff7b0 expand netty-all to match feature.xml by Yuta HIGUCHI · 9 years ago
  8. ee0ae6c Update checkstyle plugin version by Yuta HIGUCHI · 9 years ago
  9. e855d50 Added some package javadocs and corrected some wording in others. by Thomas Vachuska · 9 years ago
  10. 335ef46 Port the Router functionality from SDN-IP. by Jonathan Hart · 9 years ago
  11. c16656f Added ability to configure reactive forwarding. by tom · 9 years ago
  12. ea90aa6 downgrading maven-compiler-plugin version by Yuta HIGUCHI · 9 years ago
  13. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 9 years ago
  14. 0390ffb some pom file fixes by Yuta HIGUCHI · 9 years ago
  15. 8ee7d4c Kryo related fixes by Yuta HIGUCHI · 9 years ago
  16. 093340b Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 9 years ago
  17. 35e7837 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by pankaj · 9 years ago
  18. b57fae2 add slfj-core dependency by pankaj · 9 years ago
  19. b4758a9 Host monitor test by Jonathan Hart · 10 years ago
  20. a1d16b6 Corrected some javadocs. by tom · 9 years ago
  21. 707a7e6 moved commons-pool to root pom.xml by Yuta HIGUCHI · 9 years ago
  22. f3d0616 Adding Intent API tests by Brian O'Connor · 9 years ago
  23. e1d9238 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  24. ea961ff Moved trivial from net to store. Fixed some javadocs. by tom · 9 years ago
  25. bbc98cf Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  26. a185d86 pom.xml updates to include netty 4.0.23 and apache commons pool by Madan Jampani · 9 years ago
  27. 74f9c3b Added config app to read address config from json file by Jonathan Hart · 9 years ago
  28. 14dc4d0 Working on IO loop tests commands. by tom · 10 years ago
  29. f110fff Added IO loop test to the foo app. by tom · 10 years ago
  30. 5d4e73c Fixed javadocs. by tom · 10 years ago
  31. 0872a17 Fixed a number of CLI commands. by tom · 10 years ago
  32. 0f39c0d Added package javadocs. by tom · 10 years ago
  33. e472987 Renamed *Instance to *Node for better readability and to avoid conflict with notion of Karaf instance. by tom · 10 years ago
  34. dc66b38 Fixing remote install; now starting as upstart daemon. by tom · 10 years ago
  35. 66a7eb2 Fixed deployment to allow all the Kryo related stuff to operate in the OSGi context. by tom · 10 years ago
  36. 24a086b Kryo related changes. by Yuta HIGUCHI · 10 years ago
  37. 202175a Renaming all Simple*Manager to just *Manager. by tom · 10 years ago
  38. 5ca3437 Added a few javadocs. Split onos-install into install and config. by tom · 10 years ago
  39. e2efe72 Config to suppress "[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!" by Yuta HIGUCHI · 10 years ago
  40. 9c94c5b Refactoring packages from .of. to .openflow. by tom · 10 years ago
  41. f8b8d67 Moving /of to /openflow by tom · 10 years ago
  42. 61359e9 Added a slew of adapters to shorten the tests and to allow them to be used in more upcoming tests. by tom · 10 years ago
  43. c370ebd Added javadocs and simplified the reactive fwd app in attempt to find the glitch; no dice by tom · 10 years ago
  44. 931af4e Added unit test utilities and some more unit tests. by tom · 10 years ago
  45. aa49a1e Added Karaf branding bundle by tom · 10 years ago
  46. 8bb1606 Added a set of abstractions for flow rule subsystem. by tom · 10 years ago
  47. 578ebdc Moved host core stuff to its own package. by tom · 10 years ago
  48. 8bf2e6b Added javadocs and separated trivial implementations into distinct packages. by tom · 10 years ago
  49. e2dc27a Moved net to core by tom · 10 years ago
  50. df652ad link discovery and providers are implemented by alshabib · 10 years ago
  51. 6d2a43e Added some CLI commands and fixed pom.xml and features.xml to use commons-lang 2.6 (bundle) by tom · 10 years ago
  52. eadbb46 Added simple link manager implementation. by tom · 10 years ago
  53. 50a76dd Adding onos-of-drivers module. by tom · 10 years ago
  54. 984d782 Added javadocs for packages. by tom · 10 years ago
  55. 4f3b18b Added code-coverage plugin to the top-level pom. by tom · 10 years ago
  56. 5f38b3a Cleaned-up templates and added package.html files. by tom · 10 years ago
  57. 6488812 Suppressing test output from console. by tom · 10 years ago
  58. de8d968 Added unit tests; including guava-testlib. by tom · 10 years ago
  59. 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
  60. e06f855 Added more providers/of modules and javadocs. by tom · 10 years ago
  61. c1a38d3 Added a slew of package.html javadocs. by tom · 10 years ago
  62. 9ccd781 Refactored the OpenFlow controller package name-space and fixed a number of Javadoc warnings. by tom · 10 years ago
  63. e33cc1a Sketching SB & NB API. by tom · 10 years ago
  64. 0eb04ca Added cubby-holes for new projects. by tom · 10 years ago
  65. 0941951 Poms for all. by tom · 10 years ago
  66. 522d987 adding root level pom by alshabib · 10 years ago
  67. 86ac11c fixing loxi output upgrade to 0.3.8 agrregate pom for of-lib by alshabib · 10 years ago
  68. 1f44e8e initial import by alshabib · 10 years ago