1. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  2. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  3. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  4. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  5. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  6. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  7. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  8. a62fdbb Adding an option for persistent flow storage. by Aaron Kruglikov · 9 years ago
  9. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  10. 9f614a4 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  11. 88fd690 Adusted log-levels in flow store and packet manager. by Thomas Vachuska · 9 years ago
  12. 44839b8 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  13. adea890 ONOS-2077: Limit the number of devices whose flow entries are backed in each communication round by Madan Jampani · 9 years ago
  14. 85a9b0d Fix ONOS-2034 by serializing a immutable copy of the device flow table by Madan Jampani · 9 years ago
  15. 5c3766c Simplify maps used in flow store's InternalFlowTable by Madan Jampani · 9 years ago
  16. a98bf93 Ignore replica change events if backups are disabled + Eliminate usage of Maps.filterKeys by Madan Jampani · 9 years ago
  17. 87e276b Added missing types in kryo API namespace by Madan Jampani · 9 years ago
  18. 15f1bc4 FlowStore: Include exception in warning message by Madan Jampani · 9 years ago
  19. a267ce4 ONOS-2025 Corrected a logic error in the flow rule store that crept in during a recent refactor. (175e8fde54342d3f9440134bf06a1c2ffcb99acc) by Thomas Vachuska · 9 years ago
  20. 654b58a FlowRuleStore: Consider errors when updating state of all current backups by Madan Jampani · 9 years ago
  21. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  22. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  23. 7267c55 Fix the case of dropped flowEntries that can occur when the current backup is down and no alternate backup exists by Madan Jampani · 9 years ago
  24. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  25. 0306268 Move flow store backup activity off of the event loop thread by Madan Jampani · 9 years ago
  26. 6bd2d9f Always use mastershipService for querying device mastership in FlowRuleStore by Madan Jampani · 9 years ago
  27. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  28. 0f6ad14 Eliminate the peformance penalty introduced in ReplicaInfoService.getReplicaInfoFor by Madan Jampani · 9 years ago
  29. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  30. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  31. 08bf17b Improvement: Ensure configurations options are current and valid in NewDistributedFlowRuleStore by Madan Jampani · 9 years ago
  32. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago
  33. 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
  34. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  35. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  36. cd48bfd Make sure message handling executor references are appropriately managed when we modify the service configuration by Madan Jampani · 9 years ago
  37. b0a3dd6 ONOS-1286: Backing out chages to use ECMap for dist flow rule store backups by Madan Jampani · 9 years ago
  38. 4964d3d Updates to GossipIntentStore and IntentPerfInstaller by Brian O'Connor · 9 years ago
  39. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  40. c4f351d Adding configurable variables to DistributedFlowRuleStore by Brian O'Connor · 9 years ago
  41. e135628 Configuration options for disabling tombstones in ECMap + disabling backups in Dist flow rule store by Madan Jampani · 9 years ago
  42. b9a91c1 Adding mac to intentperf selector and making Distributed flow store smaller by Brian O'Connor · 9 years ago
  43. 54d3499 Moving Dist flow rule store backup mechanism to use EC Map by Madan Jampani · 9 years ago
  44. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  45. 6b5b717 Gave threadpools more appropriate names. by Madan Jampani · 9 years ago
  46. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  47. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  48. f7329c7 Remove some deprecated APIs and warnings from BatchOperationEntry by Ray Milkey · 9 years ago
  49. 93cb57f Fix a bug where default rules were not pushed after restarting mininet. by alshabib · 9 years ago
  50. 371abe8 allow flow to be marked for removal from flow store when device is disconnected by alshabib · 9 years ago
  51. 72cb19a Implementation of new Flow Subsystem: by Brian O'Connor · 9 years ago
  52. aba9d00 Apply the naming convention to BatchOperationEntry by Sho SHIMIZU · 9 years ago
  53. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  54. 4fb5cde Register FlowRuleEvent.Type with Kryo. by Jonathan Hart · 9 years ago
  55. 08f156b DistributedFlowRuleStore: always add FlowEntry on batchStore by Yuta HIGUCHI · 9 years ago
  56. 24f79eb DistributedFlowRuleStore: getFlowEntries should never return null by Yuta HIGUCHI · 9 years ago
  57. 6593489 Scrubbing store related TODO/FIXMEs by Yuta HIGUCHI · 9 years ago
  58. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  59. 6b98ab6 Dist.FlowRuleStore: log operation, when encountered no master situation by Yuta HIGUCHI · 9 years ago
  60. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  61. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago