1. 8fdfb06 adding PeformanceMonitor.java for Flow Manager measurements by Brian O'Connor · 11 years ago
  2. db1f91c * Enable by default the new Flow mechanism. by Pavlin Radoslavov · 11 years ago
  3. d0b598d Merge branch 'master' into ONOS-ONRC2014-Measurements by Pavlin Radoslavov · 11 years ago
  4. 80bc3cf Finish the implementation of the new logic for computing and installing by Pavlin Radoslavov · 11 years ago
  5. 16b761d Added new method getAllMyFlows() to get all the flows where the source by Pavlin Radoslavov · 11 years ago
  6. 67a7a3e Fix fingbug warning FI_PUBLIC_SHOULD_BE_PROTECTED by Yuta HIGUCHI · 11 years ago
  7. 8252fee * Added new method FlowDatabaseOperation.getFlowSourceDpid() that by Pavlin Radoslavov · 11 years ago
  8. acfc992 Merge branch 'ONOS-ONRC2014-Measurements' of https://github.com/OPENNETWORKINGLAB/ONOS into topodev by Naoki Shiota · 11 years ago
  9. 0abe38d Modified FlowManager to read topology from DB instead of Datagrid. by Naoki Shiota · 11 years ago
  10. 2004fa0 Added the Hazelcast and notification-related code to send/receive by Pavlin Radoslavov · 11 years ago
  11. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  12. a93ada2 Merge branch 'thread_name' into cosmetic4 by Yuta HIGUCHI · 11 years ago
  13. 490ad8f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into thread_name by Yuta HIGUCHI · 11 years ago
  14. d1b728c Don't push again Flow Entries into the switches if they were already installed. by Pavlin Radoslavov · 11 years ago
  15. 9bb4055 Fix a bug when processing unmatched Flow Entries. by Pavlin Radoslavov · 11 years ago
  16. 598635c Fix Javadoc comments describing REST calls. by Pavlin Radoslavov · 11 years ago
  17. 63c2d05 Remove an explicit dependency on the IForwardingService inside the by Pavlin Radoslavov · 11 years ago
  18. 262e683 Work toward fixing Bug ONOS-859: by Pavlin Radoslavov · 11 years ago
  19. 237fde7 Fix a bug when processing Flow Entry notifications and updating the by Pavlin Radoslavov · 11 years ago
  20. 3ab1fd0 Cosmetic changes, annotations by Yuta HIGUCHI · 11 years ago
  21. 61509a4 Give each Thread a name for easier debugging by Yuta HIGUCHI · 11 years ago
  22. 07d22b4 Fix a bug in the addFlow() semantics when adding a Flow with explicitly by Pavlin Radoslavov · 11 years ago
  23. 953fb0a Removed "wm/flows/add-shortest-path/json" REST call by Pavlin Radoslavov · 11 years ago
  24. cf87e53 Fix a bug inside FlowDatabaseOperation.extractFlowEntry() by Pavlin Radoslavov · 11 years ago
  25. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  26. ce93a03 Fix a bug: Set the idleTimeout and hardTimeout to the FlowEntry by Pavlin Radoslavov · 11 years ago
  27. ac0fabc Fix a bug inside method FlowManager.flowEntryOnSwitchExpired() by Pavlin Radoslavov · 11 years ago
  28. 63e4260 Removed "import ...util.*" statement and replace it with by Pavlin Radoslavov · 11 years ago
  29. da8d723 Create a copy of the Flow Paths that are be pushed to the database. by Pavlin Radoslavov · 11 years ago
  30. 7208e9a Generate a notification from the FlowManager to the ForwardingService by Pavlin Radoslavov · 11 years ago
  31. 4839f6d Replaced "default" switch case statements with explicit case value statements. by Pavlin Radoslavov · 11 years ago
  32. 90626cb Merge pull request #479 from n-shiota/debug by jonohart · 11 years ago
  33. c5718e7 Implement the logic to remove a Flow when a Flow Entry expires. by Pavlin Radoslavov · 11 years ago
  34. c086266 Add IForwardingService.class as a dependency to the FlowManager by Pavlin Radoslavov · 11 years ago
  35. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  36. 6fde217 Copy the Flow timeouts from the Flow Path to the new Flow Entries. by Pavlin Radoslavov · 11 years ago
  37. 5139c0b * Added the OpenFlow-1.0 idleTimeout and hardTimeout fields to the by Pavlin Radoslavov · 11 years ago
  38. c35eeb3 Merge branch 'master' into separatearp by Jonathan Hart · 11 years ago
  39. 6968fb3 Added IFlowPusherService as a dependency for FlowManager to ensure it gets loaded by the module loader by Jonathan Hart · 11 years ago
  40. 5b3ad19 Reverted fix which caused unit tests to not compile by Jonathan Hart · 11 years ago
  41. 184a730 Merge pull request #469 from jonohart/master by pavlin-r · 11 years ago
  42. 5321980 Reimplement the backend for the Flow getsummary REST call. by Pavlin Radoslavov · 11 years ago
  43. e79c19a Minor refactoring of the getAllFlowsSummary() implementation: by Pavlin Radoslavov · 11 years ago
  44. 892dd18 * Added a new method FlowId.isValidFlowId() by Pavlin Radoslavov · 11 years ago
  45. 48c2d31 Merge in refactored FlowManager API which caused confict as I had updated Forwarding recently by Jonathan Hart · 11 years ago
  46. 051abb4 Refactor the FlowManager addFlow() API: by Pavlin Radoslavov · 11 years ago
  47. ef54505 Fix a race condition bug when deleting flows: if there are lots of flows by Pavlin Radoslavov · 11 years ago
  48. 8ede4eb Removed FlowDatabaseOperation methods that are not needed anymore. by Pavlin Radoslavov · 11 years ago
  49. 979cc28 Removed FlowManager related REST calls and the corresponding FlowManager by Pavlin Radoslavov · 11 years ago
  50. d86f742 Removed unused FlowManager methods. by Pavlin Radoslavov · 11 years ago
  51. cc1eb8a Removed links from Ports to FlowEntries in the database to prevent a write conflict by Jonathan Hart · 11 years ago
  52. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  53. aca49d1 Fix a bug (race condition?) where a Flow Entry without a valid Flow Entry ID by Pavlin Radoslavov · 11 years ago
  54. 409c9fa Fix a bug when pushing modified Flow Paths to the database: by Pavlin Radoslavov · 11 years ago
  55. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 11 years ago
  56. da0ab44 Refactor the interaction between the Flow Manager and the Flow Pusher. by Pavlin Radoslavov · 11 years ago
  57. a0c1636 Abstract the pushing of the modified Flow-reated state to the Flow Manager. by Pavlin Radoslavov · 11 years ago
  58. afc4aa9 Removed class FlowPathEntryPair, because it is not needed anymore. by Pavlin Radoslavov · 11 years ago
  59. 67bf762 Minor API cleanup: remove an argument that is not needed in some of the by Pavlin Radoslavov · 11 years ago
  60. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago
  61. 64fc273 Removed file FlowSwitchOperation.java, because it is not needed anymore. by Pavlin Radoslavov · 11 years ago
  62. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  63. 939ca6b * Removed the switch to enable / disable the FlowPusher, and now by Pavlin Radoslavov · 11 years ago
  64. a4df952 Remove a very old optimization for storing matching by Pavlin Radoslavov · 11 years ago
  65. c8038a8 Minor refactoring for readability: by Pavlin Radoslavov · 11 years ago
  66. 426a853 Fix a bug inside the FlowManager: don't push Flow Entries to the datagrid by Pavlin Radoslavov · 11 years ago
  67. 03ecfe3 Enabled FlowPusher by default. by Naoki Shiota · 11 years ago
  68. 3bd5ccf Update the Javadoc comment to reflect a change to the API. by Pavlin Radoslavov · 11 years ago
  69. 4f0b60c changed IFlowService interface to flowEntryOnSwitchExpired(IOFSwitch sw, FlowEntryId flowEntryId) by Brian O'Connor · 11 years ago
  70. 4df85ae Added new API to the FlowManager, that will be called by Pavlin Radoslavov · 11 years ago
  71. 9113eab Removed a method that is not used/needed anymore. by Pavlin Radoslavov · 11 years ago
  72. 9243f70 Use method FlowEntry.isValidFlowEntryId() as appropriate. by Pavlin Radoslavov · 11 years ago
  73. 4ef6ba2 * Refactor the implementation of the FlowManager.getAllFlowsSummary() by Pavlin Radoslavov · 11 years ago
  74. f2a5265 * Remove clearFlow() and clearAllFlows(), and the corresponding REST by Pavlin Radoslavov · 11 years ago
  75. c9da532 Cleanup the FlowManager: remove unused code that implemented by Pavlin Radoslavov · 11 years ago
  76. 584bd11 Use a separate thread to write the Flow Entries to the Titan Graph DB. by Pavlin Radoslavov · 11 years ago
  77. ff43b56 Redirect deleteFlow() to use clearFlow(). by Pavlin Radoslavov · 11 years ago
  78. 38c1dfe Enable the Hazelcast-based notifications for the FlowManager. by Pavlin Radoslavov · 11 years ago
  79. 4e77de9 Squashed commit of the following: by Naoki Shiota · 11 years ago
  80. 1a37ca1 Added FlowPusher enabling flag (false by default). by Naoki Shiota · 11 years ago
  81. 8c166a7 created FlowProgrammer module and implemented FlowPusher and FlowSynchronizer as services, also modified FlowManager to use the service exported by FlowProgrammer by Brian O'Connor · 11 years ago
  82. 90c2899 Merge branch 'syncdev' of github.com:n-shiota/ONOS into syncdev by Brian O'Connor · 11 years ago
  83. 36e8943 Merge master branch into syncdev by Naoki Shiota · 11 years ago
  84. aea8858 Separated flowprogrammer package from flowmanager. by Naoki Shiota · 11 years ago
  85. f0cddbf Made FlowPusher multi-threaded. by Naoki Shiota · 11 years ago
  86. 2e2fc2b Added FlowPath/FlowEntry version interfaces to FlowPusher by Naoki Shiota · 11 years ago
  87. 8ee48d5 Finished implementing FlowPusherService. by Naoki Shiota · 11 years ago
  88. e0e48f7 Added a temporary variable to switch between the poll-based and by Pavlin Radoslavov · 11 years ago
  89. 6311717 Modify the logic for writing the Flow Entries to the database: by Pavlin Radoslavov · 11 years ago
  90. 9f33edb * Refactor/cleanup the processing of events inside the FlowEventHandler. by Pavlin Radoslavov · 11 years ago
  91. 5c8d19f Modified FlowManager to use FlowPusher instead of OFMessageDamper and FlowSwitchOperation. by Naoki Shiota · 11 years ago
  92. 8af4de6 Merge branch 'master' into syncdev by Brian O'Connor · 11 years ago
  93. 0d6ba51 incremental commit before changing origins; moving FlowSync to service from module, added helper code to construct and send OF messages by Brian O'Connor · 11 years ago
  94. 7d0cf27 Refactored FlowPusher by Naoki Shiota · 11 years ago
  95. ab18925 Removed unhelpful for() loop when trying to commit to the database. by Pavlin Radoslavov · 11 years ago
  96. bc96ae1 * Misc. changes and bug fixes: by Pavlin Radoslavov · 11 years ago
  97. ed0f4a8 Update the REST shortest-path computation backend to use the in-memory by Pavlin Radoslavov · 11 years ago
  98. fb94edc * Added/updated debug log messages. by Pavlin Radoslavov · 11 years ago
  99. 7407ab5 * Updated the implementation of method FlowManager.pushModifiedFlowEntries() by Pavlin Radoslavov · 11 years ago
  100. 2ca26f3 Remove "suspended" member from FlowQueueTable. by Naoki Shiota · 11 years ago