1. 8eb1025 Fix bug when publishing maintenance release docs by Ray Milkey · 6 years ago onos-1.11
  2. b784adb Upgrade fasterXML libraries for OS-9 by Ray Milkey · 6 years ago
  3. 4d55348 Fix deserialization exception caused by miscalculation of TCP offset by Charles Chan · 6 years ago
  4. 05acc71 Starting snapshot 1.11.3-SNAPSHOT by ONOS Jenkins User · 6 years ago
  5. bbbb777 Tagging 1.11.2 by ONOS Jenkins User · 6 years ago 1.11.2
  6. 09c6699 Fix NPE caused by RoutingRulePopulator not initiated before linkHandler.init() by Charles Chan · 6 years ago
  7. bfbc900 Upgrade to Atomix 2.0.19 by Jordan Halterman · 6 years ago
  8. 84dd47d Implement multiton support for primitives accessed via primitive getters by Jordan Halterman · 6 years ago
  9. 7138d94 Use single counter for host probe index to avoid unnecessary Raft session creation by Jordan Halterman · 6 years ago
  10. 2243323 Adding SR commands to onos-diagnostics by Charles Chan · 6 years ago
  11. 1122cae Avoid ConcurrentModificationException by using SynchronizedMultimap by Charles Chan · 6 years ago
  12. a18afb8 Avoid ConcurrentModificationException by using CopyOnWriteArrayList by Charles Chan · 6 years ago
  13. 8ad263e VLAN filtering rules should always be installed before assignment rules by Charles Chan · 6 years ago
  14. 3bb17c6 QMX switches require the unicast flow being installed before multicast flow in TMAC table by Charles Chan · 6 years ago
  15. 3aed59a Major OFDPA refactoring to handle multi-stage flows in a cleaner way by Charles Chan · 6 years ago
  16. c6e64bb Minor OFDPA refactoring according to IntelliJ code analysis by Charles Chan · 6 years ago
  17. 4c40636 CORD-2803 Correctly reply to ICMPv6 echo request that targets link-local address of the switch interface by Charles Chan · 6 years ago
  18. 62a379c Adding getFlowEntryCount(DeviceId) API. by Thomas Vachuska · 6 years ago
  19. 1436ec8 Fixed race condition in CriterionTranslatorHelper by Carmelo Cascone · 6 years ago
  20. ecf5cf8 Fixing issue in component config subsystem where the locally registered by Thomas Vachuska · 6 years ago
  21. 1abe070 Only remove TMAC flow when it is the last port within the same VLAN if TMAC doesn't support in_port matching by Charles Chan · 6 years ago
  22. 608dcec Ensure client events are handled in the correct thread in consistent primitive tests. by Jordan Halterman · 6 years ago
  23. 3f7dc7e Fix memory leak in Dropwizard metrics: use sliding window reservoir by Jordan Halterman · 6 years ago
  24. f5ad939 Starting snapshot 1.11.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  25. 1b9ddb2 Tagging 1.11.2-rc6 by ONOS Jenkins User · 6 years ago 1.11.2-rc6
  26. 2015792 STC 2.4 release by Thomas Vachuska · 6 years ago
  27. 5bb8d34 Fixing ComponentConfigManager to preset values locally; not just in the distributed store. by Thomas Vachuska · 6 years ago
  28. e636d76 Upgrade to Atomix 2.0.18 by Jordan Halterman · 6 years ago
  29. 4a31516 Fixing null provider custom topo simulator by Thomas Vachuska · 6 years ago
  30. 657ddfc [CORD-2734] Protect SR executor from exceptions by Pier Luigi · 6 years ago
  31. 07a34aa Ensures internal link state is up to date on a restarted ONOS instance. Also fixes an NPE in FpmManager. by Saurav Das · 6 years ago
  32. b809b38 Fixed issue where component configuration would not propagate on node restart. by Thomas Vachuska · 6 years ago
  33. 5a94146 Fix for NPE that can get triggered upon onos instance restart. by Saurav Das · 6 years ago
  34. 7bf921c Ensure messages are correctly timed out in NettyMessagingManager by Jordan Halterman · 6 years ago
  35. 013bef3 Upgrade to Atomix 2.0.16 by Jordan Halterman · 6 years ago
  36. ffceb12 [ONOS-7352] Activate applications locally on bootstrap by Jordan Halterman · 6 years ago
  37. 0f8a303 Support latest OFDPA premium image by Charles Chan · 6 years ago
  38. 5e32dc9 [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  39. 9504700 Implemented CORD-1843 to avoid race condition when updating ECMPspgs. by Saurav Das · 6 years ago
  40. 016bd95 CORD-2581 Push FPM routes to route store again when an instance rejoin the cluster by Charles Chan · 6 years ago
  41. 3cb4cb9 Bugfix in route handler in occasion of route update event by Charles Chan · 6 years ago
  42. 1e84847 Checking mastership when revoking a route by Charles Chan · 6 years ago
  43. 3a35e14 Introduce DistributedLock to guarantee that minority nodes won't try to remove by Charles Chan · 6 years ago
  44. e254631 Ignore mastership SUSPENDED events in DeviceManager by Jordan Halterman · 6 years ago
  45. de618c9 Log state transition events in DistributedClusterStore by Jordan Halterman · 6 years ago
  46. af35f7a Make caching optional for LeaderElector primitive. by Jordan Halterman · 6 years ago
  47. 834f131 Upgrade to Atomix 2.0.15 by Jordan Halterman · 6 years ago
  48. 563de20 ONOS-6205, DistributedMeterStore contains several memory leak when storing CompletableFutures in a map but failing to remove them when the futures are completedexceptionally. by Hwanwook Lee · 6 years ago
  49. 1242168 Add client-side timer for blocking on DistributedLock#tryLock(Duration) while partition is unavailable by Jordan Halterman · 6 years ago
  50. b831911 Adding feature repo listing to the diagnostics commands. by Thomas Vachuska · 6 years ago
  51. 2c9b159 Add DistributedLock test commands and STC tests by Jordan Halterman · 6 years ago
  52. a76f231 Add distributed lock primitive by Jordan Halterman · 6 years ago
  53. 81b724b Don't try and write an empty list of OF messages by Jonathan Hart · 6 years ago
  54. b170207 Adding a tool for remote collection of node and cluster diagnostics. by Thomas Vachuska · 6 years ago
  55. efc2b20 Upload ONOS release artifacts to maven central by Ray Milkey · 6 years ago
  56. b63dccc CORD-2637 Correctly use broadcast flag in DHCPv4 relay by Daniel Ginsburg · 6 years ago
  57. 3b5d416 [ONOS-7372] GossipDeviceStore cannot do 'mark off line' for a removed device in a controller recovered from failure by jaegonkim · 6 years ago
  58. b88a171 Starting snapshot 1.11.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  59. d5581ab Tagging 1.11.2-rc5 by ONOS Jenkins User · 6 years ago 1.11.2-rc5
  60. 6bf308c Updating change to distributed application store to re-enable reinstalling apps by Andrea Campanella · 6 years ago
  61. c242f25 Starting snapshot 1.11.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  62. 1699627 Tagging 1.11.2-rc4 by ONOS Jenkins User · 6 years ago 1.11.2-rc4
  63. 1edc36b Various small fixes by Yuta HIGUCHI · 6 years ago
  64. c42dc90 SONAR suggestion - toString() should not return null by Ray Milkey · 6 years ago
  65. d861594 SONAR suggestions - more blocker bugs by Ray Milkey · 6 years ago
  66. fd4f8d3 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  67. 5a45bbc Sonar suggestion - possible null pointer dereferences in equals() methods by Ray Milkey · 6 years ago
  68. d9ba954 Add support for using onos-form-cluster in stc setup by Jordan Halterman · 6 years ago
  69. 8df1f44 Revert "[ONOS-7373] Ensure Netty channels are closed on send exceptions" by Ray Milkey · 6 years ago
  70. fe7c0cb Upgrade to Atomix 2.0.14 by Jordan Halterman · 6 years ago
  71. e05e910 Fix version string on maven central karaf bundle by Ray Milkey · 6 years ago
  72. 54d1121 Fetch Apache karaf from maven central, not vicci.org by Ray Milkey · 6 years ago
  73. 03f4c69 Implement minimum heartbeat interval in failure detectors by Jordan Halterman · 6 years ago
  74. 5b54dad [ONOS-7381] Reset phi accrual failure detectors when nodes are re-activated by Jordan Halterman · 6 years ago
  75. cd25bd7 [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  76. e7b3e37 Only modify the default doc set when a new release is made by Ray Milkey · 6 years ago
  77. e9c8971e Take down edge ports on a leaf switch when all uplinks are gone by Saurav Das · 6 years ago
  78. fa65b25 Changing cell configuration to reflect the move to flex data center. by Thomas Vachuska · 6 years ago
  79. c7e009a Adding an error trap for the web-socket onClose handler. by Thomas Vachuska · 6 years ago
  80. 2b442bd [CORD-2533] UnsupportedOperationException in OFDPA pipeliner by Pier Luigi · 6 years ago
  81. 8b4d20d [CORD-2532] IllegalArgumentException in OFDPA pipeliner by Pier Luigi · 6 years ago
  82. 35e0972 [CORD-2531] Missing flows and multicast groups by Pier Luigi · 6 years ago
  83. 60b0059 Move buck binaries to maven central from vicci by Ray Milkey · 6 years ago
  84. 13ea2f4 Starting snapshot 1.11.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  85. 2a81a86 Tagging 1.11.2-rc3 by ONOS Jenkins User · 6 years ago 1.11.2-rc3
  86. 607c898 Bug fix in routing logic - should let routing process continue by Saurav Das · 6 years ago
  87. 8d05521 CORD-2470 Fix NPEs by Charles Chan · 6 years ago
  88. 5005cc4 Upgrade to Atomix 2.0.13 by Jordan Halterman · 6 years ago
  89. 91b371b Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager by Charles Chan · 6 years ago
  90. d339e32 Starting snapshot 1.11.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  91. d044508 Tagging 1.11.2-b1 by ONOS Jenkins User · 6 years ago 1.11.2-b1
  92. b0b095e Use linux-style sed option for VersionManager by Ray Milkey · 6 years ago
  93. 76966d8 fix typo in script by Ray Milkey · 6 years ago
  94. 2b314f3 Use sed parameters that are acceptable to Linux by Ray Milkey · 6 years ago
  95. 1626bf4 Allow errors to terminate the build by Ray Milkey · 6 years ago
  96. 9a2b1fa Starting snapshot 1.11.2-SNAPSHOT by Ray Milkey · 6 years ago
  97. 33092a5 Tagging 1.11.2-rc2 by Ray Milkey · 6 years ago 1.11.2-rc2
  98. fe2f93d Timeout local messages in NettyMessagingManager to avoid hanging when receivers are blocked on external calls. by Jordan Halterman · 6 years ago
  99. 067e11b Upgrade to Atomix 2.0.12 by Jordan Halterman · 6 years ago
  100. a1c1353 Increase default primitive operation timeout to 15 seconds by Jordan Halterman · 6 years ago