1. ea56028 Implement a class representing frequency by Sho SHIMIZU · 9 years ago
  2. 2184de1 ONOS-1756: Improve CLI auto completers by Charles M.C. Chan · 9 years ago
  3. 6b33126 Moved jdvue utility from ONOS-tools repo into onos repo. by Thomas Vachuska · 9 years ago
  4. f80d974 Adding jnc shaded bundle to build by Brian O'Connor · 9 years ago
  5. 34c8b77 Adding pom.xml to shade TailF JNC library and its dependency ganymed-ssh2 as a single OSGi bundle for use in ONOS NetConf providers. by Thomas Vachuska · 9 years ago
  6. ce9808a Javadoc clean-up and apps -s command clean-up. by Thomas Vachuska · 9 years ago
  7. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  8. c26eede Added a messaging service implementation on top of IOLoop. Added ability to easily switch between netty and io loop (default is netty) by Madan Jampani · 9 years ago
  9. e10f56b Fixing javadocs. by Thomas Vachuska · 9 years ago
  10. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  11. c9e16bf add a virtual gateway for reactive routing by Pingping Lin · 9 years ago
  12. 43d9f7a Remove deprecated openflow host and link providers by Jonathan Hart · 9 years ago
  13. c40d463 Consolidating null providers and making them fully configurable and integrated with the ConfigProvider to allow arbitrary topologies. by Thomas Vachuska · 9 years ago
  14. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  15. 22fa5cb Fix Kryo serialization memory leak by Madan Jampani · 9 years ago
  16. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  17. b35a619 ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 9 years ago
  18. b0317c6 Fixed javadoc warning; added shared executor/timer wrappers to prevent inadvertent shutdown; added shutdown to CoreManager.deactivate. by Thomas Vachuska · 9 years ago
  19. 197a012 Refactor org.onlab.packet.{TCP,UDP,ICMP6} by Charles M.C. Chan · 9 years ago
  20. ca88bb7 Cleaning up and enhancing driver subsystem and the flow objective subsystem. by Thomas Vachuska · 9 years ago
  21. 553db17 Shared system services configurability (ONOS-1304) by Murat Parlakisik · 9 years ago
  22. e28ae4c sdn-ip reactive routing by Pingping Lin · 9 years ago
  23. 346e825 Use ephemeral port for acceptor loop test to avoid conflict. by HIGUCHI Yuta · 9 years ago
  24. cd48bfd Make sure message handling executor references are appropriately managed when we modify the service configuration by Madan Jampani · 9 years ago
  25. 7061acd Unit tests for PartitionManager by Jonathan Hart · 9 years ago
  26. 67c2272 ONOS-1242 - REST API for Withdrawing Intents by Ray Milkey · 9 years ago
  27. d7b4584 Added empty space after '.' between two sentences. by Pavlin Radoslavov · 9 years ago
  28. 945e7b0 Cleaning up documentation and some white-space. by Thomas Vachuska · 9 years ago
  29. af1042d Shared Executors implementation , (ONOS-1302) by Murat Parlakisik · 9 years ago
  30. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  31. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  32. 49115e9 Changed netty message type to String from Long to avoid potential collisions by Madan Jampani · 9 years ago
  33. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  34. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  35. 0811bdd Disable some brittle tests that are causing problems with Jenkins by Ray Milkey · 9 years ago
  36. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  37. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  38. 34ffe72 Added methods to test whether an IP address/prefix is IPv4 or IPv6: by Pavlin Radoslavov · 9 years ago
  39. 5eaf033 Add ICMP handler in bgp router app by sangho · 9 years ago
  40. 3553b30 ONOS-1235 Enhanced UI extension mechanism to provide message handler factory and took a first cut at the core UiWebSocket mechanism. by Thomas Vachuska · 9 years ago
  41. 480adad Fixing uncaught exception handler and adding a test. by Thomas Vachuska · 9 years ago
  42. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  43. 233a18a Don't run anti-entropy when under high load by Jonathan Hart · 9 years ago
  44. 3e2b651 Fixing javadocs. by Thomas Vachuska · 9 years ago
  45. ba47223 Bypass netty stack for messages that are sent to self by Madan Jampani · 9 years ago
  46. 30a57f8 Added creationTime to Versioned object. This enables supporting a electedTime in leadership, which in turn helps us track how stable leadership terms are. by Madan Jampani · 9 years ago
  47. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  48. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  49. c6713a8 Adding BoundedThreadPool and BlockingBoolean by Brian O'Connor · 9 years ago
  50. 52860be Debug log level where appropriate + Throwing an exception where appropriate by Madan Jampani · 9 years ago
  51. c6aef92 Fix a bug when serliazing ICMPv6 packets and the IPv6 packet contains by Pavlin Radoslavov · 9 years ago
  52. 1058080 WIP: Started implementing static flows for corsa vanderweken pipeline. by alshabib · 9 years ago
  53. 459bddf Fix type mismatch by HIGUCHI Yuta · 9 years ago
  54. dbeab4c Fix a bug when using IpPrefix.contains() and we are mixing IP address families. by Pavlin Radoslavov · 9 years ago
  55. 7887b47 Exclude generated fields from ImmutableClass check by Yuta HIGUCHI · 9 years ago
  56. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  57. 75af68a Enhancing accumulator to allow subclasses to indicate whether they are ready for the batch to be processed. Default behaviour returns true. by Thomas Vachuska · 9 years ago
  58. 2e5f87b Limit the amont of work that happens on netty event loop threads. by Madan Jampani · 9 years ago
  59. 8dc8208 Fix some compiler warnings about unchecked types by Ray Milkey · 9 years ago
  60. bf23c55 Added new methods IPv4.getDscp() / IPv4.setDscp() by Pavlin Radoslavov · 9 years ago
  61. 041515f temporary fix for ONOS-1144: slow IPAddress.toString() by Brian O'Connor · 9 years ago
  62. ecb63c5 Updated accumulator documentation and refactored names to remove the event heritage. by Thomas Vachuska · 9 years ago
  63. a2626ef Implemented a mechanism to easily add and access Neighbor Discovery protocol by Pavlin Radoslavov · 9 years ago
  64. 6b6d0c1 AbstractAccumulator: synchronized add and null check by Brian O'Connor · 9 years ago
  65. c13b90a Added thread-group name as a prefix to the thread-group pattern. by Thomas Vachuska · 9 years ago
  66. 62ad95f Added ability to upload apps as both app.xml or app.zip. by Thomas Vachuska · 9 years ago
  67. 9c17a6d Adding ability to easily create name thread factories with threads belonging to hierarchical thread groups. by Thomas Vachuska · 9 years ago
  68. 3ebe170 MPLS-related bug fixes: by Pavlin Radoslavov · 9 years ago
  69. 4b6019e ONOS-631 #Initial MPLS intent implementation by Michele Santuari · 9 years ago
  70. e2eac10 Using replace instead install when there is already an intent by Brian O'Connor · 9 years ago
  71. db15b04 started work to parrallize compliation and "installation" by Brian O'Connor · 9 years ago
  72. cff0332 Started refactoring Intent Manager by Brian O'Connor · 9 years ago
  73. a22b970 ProxyArpManager - fix IPv6 ND Adv issue with Option fields and ARP/NDP Reply by Dusan Pajin · 9 years ago
  74. 0a0b9e4 Log more info when inter-Node messaging fails. by Yuta HIGUCHI · 9 years ago
  75. a7a4e5d move TestServiceDirectory from main -> test by Yuta HIGUCHI · 9 years ago
  76. 79f515f ICMPv6 checksum calculation fixed in ICMPv6.java by Dusan Pajin · 9 years ago
  77. c611d92 Fix Cache Removal listener by Yuta HIGUCHI · 9 years ago
  78. 0934270 WIP: Consistent map implementation. by Madan Jampani · 9 years ago
  79. cb7ab08 Pom fixes to correctly shade copycat jars. by Madan Jampani · 9 years ago
  80. 94c2353 WIP: Partitioned Database based on Raft. by Madan Jampani · 9 years ago
  81. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  82. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  83. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  84. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  85. d916bcd Corrected a javadoc message. by Thomas Vachuska · 9 years ago
  86. c8ad76d Allow null as parameter by Yuta HIGUCHI · 9 years ago
  87. 5c0b476 Refactor: Avoid using ternary operator. Remove unnecessary casting. by Charles M.C. Chan · 9 years ago
  88. 94f3737 ONOS-512: Implement IPv6 Extension Headers by Charles M.C. Chan · 9 years ago
  89. 9a39eca ONOS-423 - Throw a specific exception when resources are exhausted by Ray Milkey · 9 years ago
  90. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  91. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  92. 93b7fb0 ONOS-508: Implement IPv6, ICMP6 and NeighborAdvertisement class by Charles M.C. Chan · 9 years ago
  93. 3f0c97e ONOS-395 - tighten up exception handling by Ray Milkey · 9 years ago
  94. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  95. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  96. ab98466 adding license to ALL files by alshabib · 9 years ago
  97. 4785eec removing some TODOs by alshabib · 9 years ago
  98. 932d941 preparing pom.xml's for release by Brian O'Connor · 9 years ago
  99. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  100. 5dd52f7 Enhancing the GUI traffic-related code. Fixed a defect in reactive forwarding. by Thomas Vachuska · 9 years ago