1. 884d443 Using non-static serializers in Flow Rule Store by Madan Jampani · 8 years ago
  2. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  3. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  4. c10a948 Fixed potential NPE in flow store. by Thomas Vachuska · 8 years ago
  5. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  6. c6d69f7 FlowRuleStore: Configurable backup count by Madan Jampani · 8 years ago
  7. 222229e Removed usage of deprecated method by Madan Jampani · 8 years ago
  8. 71c32ca Move event handling to background thread by Madan Jampani · 8 years ago
  9. 39b3b19 Deprecate MastershipService::getDevicesOf method by Madan Jampani · 8 years ago
  10. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  11. 37d04c6 Refactor: Rename NewDistributedFlowRuleStore.java -> DistributedFlowRuleStore.java by Madan Jampani · 8 years ago[Renamed (99%) from core/store/dist/src/main/java/org/onosproject/store/flow/impl/NewDistributedFlowRuleStore.java]
  12. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  13. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  14. 060da9a Improve Executors related logging behavior by HIGUCHI Yuta · 8 years ago
  15. 0c7c43b CORD-394 Purge group/flow store when device goes offline by Charles Chan · 8 years ago
  16. 93fa727 ONOS-3763 Change flow state to PENDING_ADD when retrying by Charles Chan · 8 years ago
  17. 828bc16 Use JDK's Objects instead of Guava's Objects by Sho SHIMIZU · 8 years ago
  18. 89e981f Update 'last seen' field on flow rules by Jonathan Hart · 8 years ago
  19. a3e5cd5 ONOS-3023 Changing flowTable sets to map so that we can compare by Brian O'Connor · 8 years ago
  20. a62fdbb Adding an option for persistent flow storage. by Aaron Kruglikov · 9 years ago
  21. 95810f5 CORD-13:Table Statistics support along with CLI and REST by Srikanth Vavilapalli · 9 years ago
  22. 88fd690 Adusted log-levels in flow store and packet manager. by Thomas Vachuska · 9 years ago
  23. 44839b8 Lower log level to debug for flow store backup location change message by Madan Jampani · 9 years ago
  24. adea890 ONOS-2077: Limit the number of devices whose flow entries are backed in each communication round by Madan Jampani · 9 years ago
  25. 85a9b0d Fix ONOS-2034 by serializing a immutable copy of the device flow table by Madan Jampani · 9 years ago
  26. 5c3766c Simplify maps used in flow store's InternalFlowTable by Madan Jampani · 9 years ago
  27. a98bf93 Ignore replica change events if backups are disabled + Eliminate usage of Maps.filterKeys by Madan Jampani · 9 years ago
  28. 87e276b Added missing types in kryo API namespace by Madan Jampani · 9 years ago
  29. 15f1bc4 FlowStore: Include exception in warning message by Madan Jampani · 9 years ago
  30. 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
  31. 654b58a FlowRuleStore: Consider errors when updating state of all current backups by Madan Jampani · 9 years ago
  32. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  33. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  34. 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
  35. 0306268 Move flow store backup activity off of the event loop thread by Madan Jampani · 9 years ago
  36. 6bd2d9f Always use mastershipService for querying device mastership in FlowRuleStore by Madan Jampani · 9 years ago
  37. 98ffca8 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 9 years ago
  38. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  39. 08bf17b Improvement: Ensure configurations options are current and valid in NewDistributedFlowRuleStore by Madan Jampani · 9 years ago
  40. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago