1. 6c0582e Fixing tree topology simulator to chose proper edge-ports for host attachment. by Thomas Vachuska · 8 years ago
  2. 83da9b7 Simplifying addition of simulated hosts to the null provider. by Thomas Vachuska · 8 years ago
  3. 4407a7e Adding ability to add simulated hosts to the null provider. by Thomas Vachuska · 8 years ago
  4. 5c6ed22 Enhancing null providers for use in demos. by Thomas Vachuska · 8 years ago
  5. 1cbd65e Fixing null provider defects. by Thomas Vachuska · 8 years ago
  6. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  7. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  8. aeb0079 Refactoring of provider buck builds. by Ray Milkey · 8 years ago
  9. c3cdf90 Fixed the null-provider packet rate default value and ability to dynamically adjust the value. by Thomas Vachuska · 8 years ago
  10. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  11. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  12. 85f28d0 Updating test sources in several BUCK files by Brian O'Connor · 8 years ago
  13. a2d3750 CORD-613 Adding ability to administratively enable or disable a port via CLI. by Saurav Das · 8 years ago
  14. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  15. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  16. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  17. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  18. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  19. fd46e1d Refine application title and category in app.xml and pom.xml by Jian Li · 8 years ago
  20. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  21. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  22. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  23. 90f044f Changing submit to execute in different providers for exception throwing by Andrea Campanella · 8 years ago
  24. 8e038eb Adding a grid topology simulator to the null provider. by Thomas Vachuska · 8 years ago
  25. dc08344 remove hostDetected() method that was deprecated in Drake by Ray Milkey · 8 years ago
  26. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  27. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  28. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  29. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  30. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  31. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  32. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  33. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  34. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  35. 41fe1ec ONOS-3515 Added ability to configure different link-weight functions as defaults; or inject custom ones. by Thomas Vachuska · 8 years ago
  36. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  37. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  38. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  39. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  40. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  41. 59da18d Added agglink null topology to test aggregate links. by Thomas Vachuska · 9 years ago
  42. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  43. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  44. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  45. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  46. 5f429d6 Fixed race-conditions in null providers. by Thomas Vachuska · 9 years ago
  47. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  48. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  49. 5c3fd70 Fixed IoB exception in null provider. by Thomas Vachuska · 9 years ago
  50. c3af35a Add static factory method to create ConnectPoints from strings. by Jonathan Hart · 9 years ago
  51. 266b443 Fixed javadocs and descriptions. by Thomas Vachuska · 9 years ago
  52. 586afd8 Removing need for boilerplate app.xml; Instead defining onos.app.name and onos.app.origin (optional) is sufficient to trigger generation of boilerplate app.xml and features.xml files. by Thomas Vachuska · 9 years ago
  53. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  54. f5af0a2 Removed deprecated null provider sub-modules. by Thomas Vachuska · 9 years ago
  55. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  56. f651cc9 Fixing a defect in simulated topology to make sure to use unique ports. by Thomas Vachuska · 9 years ago
  57. c40d463 Consolidating null providers and making them fully configurable and integrated with the ConfigProvider to allow arbitrary topologies. by Thomas Vachuska · 9 years ago
  58. 0fa583c GUI -- Added applications view. by Thomas Vachuska · 9 years ago
  59. 5630c61 ONOS-1323 Upgrading environment to use Apache Karaf 3.0.3 by Thomas Vachuska · 9 years ago
  60. ee4f937 Adding more app.xml files. Upgrading app.xml versions. Cleaned-up features.xml. by Thomas Vachuska · 9 years ago
  61. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  62. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  63. ef69be3 Refactoring of NullProviders (device, host, and link) by Ayaka Koshibe · 9 years ago
  64. b34ae26 Adding linkVanished to NullLinkProvider when topology changes by Brian O'Connor · 9 years ago
  65. 8c8b037 Adding OnosCfgMojo to the onos maven plugin. by Thomas Vachuska · 9 years ago
  66. 9794056 Prevent link event type aliasing and proper switching between flicker = on/off. by Ayaka Koshibe · 9 years ago
  67. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  68. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  69. 20084b7 Testing & fixing GUI fail-over code. by Thomas Vachuska · 9 years ago
  70. 3181de3 Addressing some review comments regarding component configuration. Fixed 'resource' to 'resources'. Doh! by Thomas Vachuska · 9 years ago
  71. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  72. 13f896f File read properly updates topology information by Ayaka Koshibe · 9 years ago
  73. 9209ea2 rehash with ScheduledExecutors by Ayaka Koshibe · 9 years ago
  74. 839a8a9 NullLinkProvider has been rewritten to take a topology file. by Ayaka Koshibe · 9 years ago
  75. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  76. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  77. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  78. b9e50df Fixed a bug when parsing configuration properties for ReactiveForwarding by Pavlin Radoslavov · 9 years ago
  79. d2c7ad2 NullLinkProvider restructured with a CachedThreadPool. This should in theory by Ayaka Koshibe · 9 years ago
  80. 1a7b7bd fix calculation on event rate by suibin · 9 years ago
  81. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  82. dd9228d Avoid unnecessary boxing. by Yuta HIGUCHI · 9 years ago
  83. 4a51e57 Adding and fixing javados. by Thomas Vachuska · 9 years ago
  84. 8eddc0d NullLinkProviders join network islands deterministically. by Ayaka Koshibe · 9 years ago
  85. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  86. 2a85e84 NullHostProvider - check for device ownership before host creation. by Ayaka Koshibe · 9 years ago
  87. 35c71e1 NullDeviceProvider now takes configurations for : by Ayaka Koshibe · 9 years ago
  88. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  89. 8851ed9 Trim whitespaces before and after .cfg file arguments. by Ayaka Koshibe · 9 years ago
  90. 0cd4282 NullLinkProvider only generates links between local devices. by Ayaka Koshibe · 9 years ago
  91. 7dc1d04 NullPacketProvider that generates PacketEvents at a specified rate by Ayaka Koshibe · 9 years ago
  92. 1423337 implementation of NullFlowProvider by alshabib · 9 years ago
  93. abeb7fa Add clusterID info to Null Device ID so that multiple Null Device Providers can run on different nodes without collision. by suibin · 9 years ago
  94. 422916f NullLinkProvider to generate link events. This provider by Ayaka Koshibe · 9 years ago
  95. 839a5e6 NullHostProvider does not report hosts for device the local instance is not master for by alshabib · 9 years ago
  96. 3a21b78 very simple null host provider by alshabib · 9 years ago
  97. 6128634 null device provider implementation along with directory structure by alshabib · 9 years ago