1. e249767 * Add performance monitoring points by Pavlin Radoslavov · 11 years ago
  2. 6c3e680 * When a Flow is deleted, send the FlowEntry notifications for the deleted by Pavlin Radoslavov · 11 years ago
  3. 85f39d3 Update the getAllFlowsSummary() implementation so it by Pavlin Radoslavov · 11 years ago
  4. 6a09950 * Removed flag FlowDatabaseOperation.enableOnrc2014MeasurementsFlows by Pavlin Radoslavov · 11 years ago
  5. 85d81c0 Push the Flows by using the Parallel Database access mechanism. by Pavlin Radoslavov · 11 years ago
  6. bb8148a Send notifications for each FlowEntry that is written to the Database. by Pavlin Radoslavov · 11 years ago
  7. 8e49d20 make ParallelFlowDatabaseOperation.numThreads configurable as a system property by Brian O'Connor · 11 years ago
  8. 7fb5786 added javadoc comments for all methods in ParallelFlowDatabaseOperation by Brian O'Connor · 11 years ago
  9. 0285f5a Delete bogus notification. by Pavlin Radoslavov · 11 years ago
  10. 6602b6a Use the parallel version of getFlows() by Pavlin Radoslavov · 11 years ago
  11. 2d6e5f1 Clear the switchDpidEvents after all events are processed. by Pavlin Radoslavov · 11 years ago
  12. cc75716 Subscribe the FlowEventHandler to Switch Added/Removed notifications, by Pavlin Radoslavov · 11 years ago
  13. c1e3c45 added notifications to add/delete flow and added getFlowsForSwitches to ParallelFlowDatabaseOperation.java by Brian O'Connor · 11 years ago
  14. 0ca538c adding ParallelFlowDatabaseOperation for FlowPath reads and writes by Brian O'Connor · 11 years ago
  15. 2c38efe changing extractFlowPath visibility to default (from private) in FlowDatabaseOperation by Brian O'Connor · 11 years ago
  16. bd07710 Reverse earlier behavior of pushing deleted Flow Entries into the database. by Pavlin Radoslavov · 11 years ago
  17. 2194d11 Updated the FlowId Hazelcast Notification Channel so the payload by Pavlin Radoslavov · 11 years ago
  18. 417398f Code refactoring to keep a local cache of the Flows that by Pavlin Radoslavov · 11 years ago
  19. f3f23bb Added new method FlowDatabaseOperation.getFlows() to get a set of flows by Pavlin Radoslavov · 11 years ago
  20. e4d2a43 Update the Flow Entry user state to DELETE when received a notification by Pavlin Radoslavov · 11 years ago
  21. 8edd441 Send Flow Entry notifications only for the Flow Entries that are not updated by Pavlin Radoslavov · 11 years ago
  22. 7847db7 Write the Flow Entry in the payload of the notification sent after by Pavlin Radoslavov · 11 years ago
  23. 9f6fc21 Cleaned up unnecessary codes. by Naoki Shiota · 11 years ago
  24. f74d5f3 Squashed commit of the following: by Naoki Shiota · 11 years ago
  25. 1b45490 Small refactoring and a bug fix inside processTopologyEvents() by Pavlin Radoslavov · 11 years ago
  26. 2a8b9de Explicitly log all Topology Events to avoid a log suppression bug. by Pavlin Radoslavov · 11 years ago
  27. 737aa52 Add two hacks to get around some initially discovered sub-optimal behavior: by Pavlin Radoslavov · 11 years ago
  28. 7bf837a Cleanup the deleted Flow Entries from the earlier iteration by Pavlin Radoslavov · 11 years ago
  29. 9fde9b2 Set the Flow Entry User State string in the database by Pavlin Radoslavov · 11 years ago
  30. f4bdf26 Send FlowEntryId notifications for every Flow Entry that is not updated by Pavlin Radoslavov · 11 years ago
  31. 52119fa * Added new method FlowDatabaseOperation.getFlowEntry(), and the associated by Pavlin Radoslavov · 11 years ago
  32. a9c0c3b * Added the missing method HazelcastDatagr.digetAllFlowEntryIds() by Pavlin Radoslavov · 11 years ago
  33. 909da3c Implemented the mechanism to send notifications with the Flow Entry ID by Pavlin Radoslavov · 11 years ago
  34. 2b4f11a Merge branch 'ONOS-ONRC2014-Measurements' of https://github.com/OPENNETWORKINGLAB/ONOS into ONOS-ONRC2014-Measurements by Pavlin Radoslavov · 11 years ago
  35. 3a7cc90 Work-in-progress fixes and changes: by Pavlin Radoslavov · 11 years ago
  36. 8fdfb06 adding PeformanceMonitor.java for Flow Manager measurements by Brian O'Connor · 11 years ago
  37. db1f91c * Enable by default the new Flow mechanism. by Pavlin Radoslavov · 11 years ago
  38. d0b598d Merge branch 'master' into ONOS-ONRC2014-Measurements by Pavlin Radoslavov · 11 years ago
  39. 80bc3cf Finish the implementation of the new logic for computing and installing by Pavlin Radoslavov · 11 years ago
  40. 16b761d Added new method getAllMyFlows() to get all the flows where the source by Pavlin Radoslavov · 11 years ago
  41. 67a7a3e Fix fingbug warning FI_PUBLIC_SHOULD_BE_PROTECTED by Yuta HIGUCHI · 11 years ago
  42. 8252fee * Added new method FlowDatabaseOperation.getFlowSourceDpid() that by Pavlin Radoslavov · 11 years ago
  43. acfc992 Merge branch 'ONOS-ONRC2014-Measurements' of https://github.com/OPENNETWORKINGLAB/ONOS into topodev by Naoki Shiota · 11 years ago
  44. 0abe38d Modified FlowManager to read topology from DB instead of Datagrid. by Naoki Shiota · 11 years ago
  45. 2004fa0 Added the Hazelcast and notification-related code to send/receive by Pavlin Radoslavov · 11 years ago
  46. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  47. a93ada2 Merge branch 'thread_name' into cosmetic4 by Yuta HIGUCHI · 11 years ago
  48. 490ad8f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into thread_name by Yuta HIGUCHI · 11 years ago
  49. d1b728c Don't push again Flow Entries into the switches if they were already installed. by Pavlin Radoslavov · 11 years ago
  50. 9bb4055 Fix a bug when processing unmatched Flow Entries. by Pavlin Radoslavov · 11 years ago
  51. 598635c Fix Javadoc comments describing REST calls. by Pavlin Radoslavov · 11 years ago
  52. 63c2d05 Remove an explicit dependency on the IForwardingService inside the by Pavlin Radoslavov · 11 years ago
  53. 262e683 Work toward fixing Bug ONOS-859: by Pavlin Radoslavov · 11 years ago
  54. 237fde7 Fix a bug when processing Flow Entry notifications and updating the by Pavlin Radoslavov · 11 years ago
  55. 3ab1fd0 Cosmetic changes, annotations by Yuta HIGUCHI · 11 years ago
  56. 61509a4 Give each Thread a name for easier debugging by Yuta HIGUCHI · 11 years ago
  57. 07d22b4 Fix a bug in the addFlow() semantics when adding a Flow with explicitly by Pavlin Radoslavov · 11 years ago
  58. 953fb0a Removed "wm/flows/add-shortest-path/json" REST call by Pavlin Radoslavov · 11 years ago
  59. cf87e53 Fix a bug inside FlowDatabaseOperation.extractFlowEntry() by Pavlin Radoslavov · 11 years ago
  60. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  61. ce93a03 Fix a bug: Set the idleTimeout and hardTimeout to the FlowEntry by Pavlin Radoslavov · 11 years ago
  62. ac0fabc Fix a bug inside method FlowManager.flowEntryOnSwitchExpired() by Pavlin Radoslavov · 11 years ago
  63. 63e4260 Removed "import ...util.*" statement and replace it with by Pavlin Radoslavov · 11 years ago
  64. da8d723 Create a copy of the Flow Paths that are be pushed to the database. by Pavlin Radoslavov · 11 years ago
  65. 7208e9a Generate a notification from the FlowManager to the ForwardingService by Pavlin Radoslavov · 11 years ago
  66. 4839f6d Replaced "default" switch case statements with explicit case value statements. by Pavlin Radoslavov · 11 years ago
  67. 90626cb Merge pull request #479 from n-shiota/debug by jonohart · 11 years ago
  68. c5718e7 Implement the logic to remove a Flow when a Flow Entry expires. by Pavlin Radoslavov · 11 years ago
  69. c086266 Add IForwardingService.class as a dependency to the FlowManager by Pavlin Radoslavov · 11 years ago
  70. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  71. 6fde217 Copy the Flow timeouts from the Flow Path to the new Flow Entries. by Pavlin Radoslavov · 11 years ago
  72. 5139c0b * Added the OpenFlow-1.0 idleTimeout and hardTimeout fields to the by Pavlin Radoslavov · 11 years ago
  73. c35eeb3 Merge branch 'master' into separatearp by Jonathan Hart · 11 years ago
  74. 6968fb3 Added IFlowPusherService as a dependency for FlowManager to ensure it gets loaded by the module loader by Jonathan Hart · 11 years ago
  75. 5b3ad19 Reverted fix which caused unit tests to not compile by Jonathan Hart · 11 years ago
  76. 184a730 Merge pull request #469 from jonohart/master by pavlin-r · 11 years ago
  77. 5321980 Reimplement the backend for the Flow getsummary REST call. by Pavlin Radoslavov · 11 years ago
  78. e79c19a Minor refactoring of the getAllFlowsSummary() implementation: by Pavlin Radoslavov · 11 years ago
  79. 892dd18 * Added a new method FlowId.isValidFlowId() by Pavlin Radoslavov · 11 years ago
  80. 48c2d31 Merge in refactored FlowManager API which caused confict as I had updated Forwarding recently by Jonathan Hart · 11 years ago
  81. 051abb4 Refactor the FlowManager addFlow() API: by Pavlin Radoslavov · 11 years ago
  82. ef54505 Fix a race condition bug when deleting flows: if there are lots of flows by Pavlin Radoslavov · 11 years ago
  83. 8ede4eb Removed FlowDatabaseOperation methods that are not needed anymore. by Pavlin Radoslavov · 11 years ago
  84. 979cc28 Removed FlowManager related REST calls and the corresponding FlowManager by Pavlin Radoslavov · 11 years ago
  85. d86f742 Removed unused FlowManager methods. by Pavlin Radoslavov · 11 years ago
  86. cc1eb8a Removed links from Ports to FlowEntries in the database to prevent a write conflict by Jonathan Hart · 11 years ago
  87. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  88. aca49d1 Fix a bug (race condition?) where a Flow Entry without a valid Flow Entry ID by Pavlin Radoslavov · 11 years ago
  89. 409c9fa Fix a bug when pushing modified Flow Paths to the database: by Pavlin Radoslavov · 11 years ago
  90. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 11 years ago
  91. da0ab44 Refactor the interaction between the Flow Manager and the Flow Pusher. by Pavlin Radoslavov · 11 years ago
  92. a0c1636 Abstract the pushing of the modified Flow-reated state to the Flow Manager. by Pavlin Radoslavov · 11 years ago
  93. afc4aa9 Removed class FlowPathEntryPair, because it is not needed anymore. by Pavlin Radoslavov · 11 years ago
  94. 67bf762 Minor API cleanup: remove an argument that is not needed in some of the by Pavlin Radoslavov · 11 years ago
  95. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago
  96. 64fc273 Removed file FlowSwitchOperation.java, because it is not needed anymore. by Pavlin Radoslavov · 11 years ago
  97. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  98. 939ca6b * Removed the switch to enable / disable the FlowPusher, and now by Pavlin Radoslavov · 11 years ago
  99. a4df952 Remove a very old optimization for storing matching by Pavlin Radoslavov · 11 years ago
  100. c8038a8 Minor refactoring for readability: by Pavlin Radoslavov · 11 years ago