1. 2c38efe changing extractFlowPath visibility to default (from private) in FlowDatabaseOperation by Brian O'Connor · 11 years ago
  2. bd07710 Reverse earlier behavior of pushing deleted Flow Entries into the database. by Pavlin Radoslavov · 11 years ago
  3. f3f23bb Added new method FlowDatabaseOperation.getFlows() to get a set of flows by Pavlin Radoslavov · 11 years ago
  4. 7847db7 Write the Flow Entry in the payload of the notification sent after by Pavlin Radoslavov · 11 years ago
  5. 9fde9b2 Set the Flow Entry User State string in the database by Pavlin Radoslavov · 11 years ago
  6. 52119fa * Added new method FlowDatabaseOperation.getFlowEntry(), and the associated by Pavlin Radoslavov · 11 years ago
  7. 909da3c Implemented the mechanism to send notifications with the Flow Entry ID by Pavlin Radoslavov · 11 years ago
  8. 16b761d Added new method getAllMyFlows() to get all the flows where the source by Pavlin Radoslavov · 11 years ago
  9. 8252fee * Added new method FlowDatabaseOperation.getFlowSourceDpid() that by Pavlin Radoslavov · 11 years ago
  10. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  11. cf87e53 Fix a bug inside FlowDatabaseOperation.extractFlowEntry() by Pavlin Radoslavov · 11 years ago
  12. ce93a03 Fix a bug: Set the idleTimeout and hardTimeout to the FlowEntry by Pavlin Radoslavov · 11 years ago
  13. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  14. 5139c0b * Added the OpenFlow-1.0 idleTimeout and hardTimeout fields to the by Pavlin Radoslavov · 11 years ago
  15. 5b3ad19 Reverted fix which caused unit tests to not compile by Jonathan Hart · 11 years ago
  16. 184a730 Merge pull request #469 from jonohart/master by pavlin-r · 11 years ago
  17. e79c19a Minor refactoring of the getAllFlowsSummary() implementation: by Pavlin Radoslavov · 11 years ago
  18. 48c2d31 Merge in refactored FlowManager API which caused confict as I had updated Forwarding recently by Jonathan Hart · 11 years ago
  19. 051abb4 Refactor the FlowManager addFlow() API: by Pavlin Radoslavov · 11 years ago
  20. 8ede4eb Removed FlowDatabaseOperation methods that are not needed anymore. by Pavlin Radoslavov · 11 years ago
  21. cc1eb8a Removed links from Ports to FlowEntries in the database to prevent a write conflict by Jonathan Hart · 11 years ago
  22. 67bf762 Minor API cleanup: remove an argument that is not needed in some of the by Pavlin Radoslavov · 11 years ago
  23. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago
  24. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  25. 9243f70 Use method FlowEntry.isValidFlowEntryId() as appropriate. by Pavlin Radoslavov · 11 years ago
  26. 4ef6ba2 * Refactor the implementation of the FlowManager.getAllFlowsSummary() by Pavlin Radoslavov · 11 years ago
  27. f2a5265 * Remove clearFlow() and clearAllFlows(), and the corresponding REST by Pavlin Radoslavov · 11 years ago
  28. 90c2899 Merge branch 'syncdev' of github.com:n-shiota/ONOS into syncdev by Brian O'Connor · 11 years ago
  29. 8af4de6 Merge branch 'master' into syncdev by Brian O'Connor · 11 years ago
  30. 7407ab5 * Updated the implementation of method FlowManager.pushModifiedFlowEntries() by Pavlin Radoslavov · 11 years ago
  31. a8e4980 adding FlowSynchronizer module by Brian O'Connor · 11 years ago
  32. ebc8b19 * Minor refactoring in the original FlowManager logic when setting by Pavlin Radoslavov · 11 years ago
  33. 7d4a40e Added new field FlowPath.flowPathUserState by Pavlin Radoslavov · 11 years ago
  34. bcc86ef Use the FlowPath Type to decide which Flow should be maintained by by Pavlin Radoslavov · 11 years ago
  35. d28cf7c Introduced new field FlowPathType to the Flow Path. by Pavlin Radoslavov · 11 years ago
  36. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  37. 661c86f Refactor the FlowManager: by Pavlin Radoslavov · 11 years ago