1. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  2. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  3. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  4. c314294 Override app_name to make it consistent with maven build by Charles Chan · 8 years ago
  5. aeb0079 Refactoring of provider buck builds. by Ray Milkey · 8 years ago
  6. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  7. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  8. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  9. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  10. d9b5f55 Refactor getIntegerProperty and isPropertyEnabled methods into Tools by Jian Li · 8 years ago
  11. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  12. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  13. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  14. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  15. fd46e1d Refine application title and category in app.xml and pom.xml by Jian Li · 8 years ago
  16. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  17. 5d8994f Starting snapshot 1.5.0-SNAPSHOT by Thomas Vachuska · 8 years ago
  18. 40d5255 Tagging 1.5.0-rc2 by Thomas Vachuska · 8 years ago 1.5.0-rc2
  19. 8b0fdaa HostLocationProvider should not remove hosts installed by other providers by Charles Chan · 8 years ago
  20. dc08344 remove hostDetected() method that was deprecated in Drake by Ray Milkey · 8 years ago
  21. c35415d [ONOS-3634] Enhance app to have a category, icon, URL and readme by Jian Li · 8 years ago
  22. 9af322d Add property to toggle whether HostLocationProvider requests packet intercepts. by Jonathan Hart · 8 years ago
  23. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  24. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  25. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  26. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  27. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  28. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  29. a3770c3 ONOS-3586: Move event handling in HostLocationProvider to a background thread to avoid hogging event dispatcher thread by Madan Jampani · 8 years ago
  30. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  31. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  32. 703a5af equals for {Device,Port,Link,Host}Description by HIGUCHI Yuta · 8 years ago
  33. e889e2d [ONOS-3370] Extract hostprovider and lldpprovider from openflow by Charles Chan · 8 years ago
  34. b35540a Addressed some more naming issues throughout the code. by Jonathan Hart · 8 years ago
  35. 5d5e062 [ONOS-641] Update unit tests to include IPv6 as well by Charles Chan · 9 years ago
  36. c40e5ed ONOS-2926 Remove IP instead of host when the IP mapping is released by samanwita pal · 9 years ago
  37. f107bd7 ONOS-2947 Improvements to HostService by Brian O'Connor · 9 years ago
  38. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  39. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  40. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  41. e796610 Modified host discovery to suppress discovery of self-assigned IP addresses. by Thomas Vachuska · 9 years ago
  42. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  43. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  44. ec9c7dd ONOS-2800 Preventing learning of IP 0.0.0.0 by Thomas Vachuska · 9 years ago
  45. 3b78326 Refactoring addProcessor() calls to use type methods by Brian O'Connor · 9 years ago
  46. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  47. 07a923d Include logic for cancelling requests for packets. by Aaron Kruglikov · 9 years ago
  48. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  49. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  50. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  51. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  52. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  53. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  54. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  55. e148de8 Request packet in when config being modified during runtime. by Charles M.C. Chan · 9 years ago
  56. 9148d2d Bugfix for gerrit #3377 by Charles M.C. Chan · 9 years ago
  57. 956cb69 ONOS-1414: Fix phantom hosts by Charles M.C. Chan · 9 years ago
  58. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  59. f845cf6 HostLocationProvider fix to avoid locating hosts on logical ports. by Thomas Vachuska · 9 years ago
  60. 441d7da ONOS-1153: Ignore Router Solicitation, Router Advertisement and DAD in HostLocationProvider by Charles M.C. Chan · 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. 8c8b037 Adding OnosCfgMojo to the onos maven plugin. by Thomas Vachuska · 9 years ago
  64. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  65. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  66. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  67. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  68. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  69. c313c40 Couple of changes for the BGP Router project: by Saurav Das · 9 years ago
  70. 93b606b Add explicit configuration for enabling IPv6-related flow installation by Pavlin Radoslavov · 9 years ago
  71. d6612f9 Added IPv6 support to HostLocationProvider by Pavlin Radoslavov · 9 years ago
  72. b9e50df Fixed a bug when parsing configuration properties for ReactiveForwarding by Pavlin Radoslavov · 9 years ago
  73. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  74. 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 9 years ago
  75. e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 9 years ago
  76. d36a74b Add explicit flow rules to receive control packets: ARP, LLDP, BDDP by Pavlin Radoslavov · 9 years ago
  77. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  78. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  79. a65f621 [ONOS-447] Add org.osgi.core dependency to pom.xml. Fixes eclipse build issue by Madan Jampani · 9 years ago
  80. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  81. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  82. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  83. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  84. bfc6b72 small fix to unregister devicelistener in HostLocationProvider to avoid an NPE by alshabib · 9 years ago
  85. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  86. 3360160 Added ability to remove host by CLI and by the provider on device/port down events. by Thomas Vachuska · 9 years ago
  87. 3e848a8 add methods to directly set MacAddress by Yuta HIGUCHI · 9 years ago
  88. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 9 years ago
  89. 4f1a60c Revised copyright message. by Thomas Vachuska · 9 years ago
  90. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 9 years ago
  91. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 9 years ago
  92. fb0e4d6 relocated to correct path by Yuta HIGUCHI · 9 years ago
  93. 32cc1c0 Fix for creating IpPrefixes with wrong prefix length by Jonathan Hart · 9 years ago
  94. 4a179dc added test for hostlocation provider by alshabib · 9 years ago
  95. 875d626 added mastership to lldpdiscovery by alshabib · 9 years ago
  96. e1cf87d protocol independent host tracker by alshabib · 9 years ago