1. 783aa37 Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  2. 237fde7 Fix a bug when processing Flow Entry notifications and updating the by Pavlin Radoslavov · 11 years ago
  3. ef3828d Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  4. a97632b Fixed bugs by yoshi · 11 years ago
  5. 07d22b4 Fix a bug in the addFlow() semantics when adding a Flow with explicitly by Pavlin Radoslavov · 11 years ago
  6. ac0fabc Fix a bug inside method FlowManager.flowEntryOnSwitchExpired() by Pavlin Radoslavov · 11 years ago
  7. b1a1f33 Merge from upstream/master by yoshi · 11 years ago
  8. 63e4260 Removed "import ...util.*" statement and replace it with by Pavlin Radoslavov · 11 years ago
  9. da8d723 Create a copy of the Flow Paths that are be pushed to the database. by Pavlin Radoslavov · 11 years ago
  10. 7208e9a Generate a notification from the FlowManager to the ForwardingService by Pavlin Radoslavov · 11 years ago
  11. 4839f6d Replaced "default" switch case statements with explicit case value statements. by Pavlin Radoslavov · 11 years ago
  12. 90626cb Merge pull request #479 from n-shiota/debug by jonohart · 11 years ago
  13. c5718e7 Implement the logic to remove a Flow when a Flow Entry expires. by Pavlin Radoslavov · 11 years ago
  14. c086266 Add IForwardingService.class as a dependency to the FlowManager by Pavlin Radoslavov · 11 years ago
  15. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  16. 6968fb3 Added IFlowPusherService as a dependency for FlowManager to ensure it gets loaded by the module loader by Jonathan Hart · 11 years ago
  17. b7d84c7 Deleted get DB object by yoshi · 11 years ago
  18. 38805cd Merge from master by onlab-qa · 11 years ago
  19. 361f628 Added get db object by yoshi · 11 years ago
  20. 5321980 Reimplement the backend for the Flow getsummary REST call. by Pavlin Radoslavov · 11 years ago
  21. e79c19a Minor refactoring of the getAllFlowsSummary() implementation: by Pavlin Radoslavov · 11 years ago
  22. 892dd18 * Added a new method FlowId.isValidFlowId() by Pavlin Radoslavov · 11 years ago
  23. 051abb4 Refactor the FlowManager addFlow() API: by Pavlin Radoslavov · 11 years ago
  24. ef54505 Fix a race condition bug when deleting flows: if there are lots of flows by Pavlin Radoslavov · 11 years ago
  25. 979cc28 Removed FlowManager related REST calls and the corresponding FlowManager by Pavlin Radoslavov · 11 years ago
  26. d86f742 Removed unused FlowManager methods. by Pavlin Radoslavov · 11 years ago
  27. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  28. aca49d1 Fix a bug (race condition?) where a Flow Entry without a valid Flow Entry ID by Pavlin Radoslavov · 11 years ago
  29. 409c9fa Fix a bug when pushing modified Flow Paths to the database: by Pavlin Radoslavov · 11 years ago
  30. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 11 years ago
  31. da0ab44 Refactor the interaction between the Flow Manager and the Flow Pusher. by Pavlin Radoslavov · 11 years ago
  32. a0c1636 Abstract the pushing of the modified Flow-reated state to the Flow Manager. by Pavlin Radoslavov · 11 years ago
  33. afc4aa9 Removed class FlowPathEntryPair, because it is not needed anymore. by Pavlin Radoslavov · 11 years ago
  34. 67bf762 Minor API cleanup: remove an argument that is not needed in some of the by Pavlin Radoslavov · 11 years ago
  35. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago
  36. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  37. 89a486d Merge ONOS master by yoshi · 11 years ago
  38. 939ca6b * Removed the switch to enable / disable the FlowPusher, and now by Pavlin Radoslavov · 11 years ago
  39. 2b7f430 Added debug log by yoshi · 11 years ago
  40. d38cd31 Modified getting GraphDB object by yoshi · 11 years ago
  41. 426a853 Fix a bug inside the FlowManager: don't push Flow Entries to the datagrid by Pavlin Radoslavov · 11 years ago
  42. 03ecfe3 Enabled FlowPusher by default. by Naoki Shiota · 11 years ago
  43. 3bd5ccf Update the Javadoc comment to reflect a change to the API. by Pavlin Radoslavov · 11 years ago
  44. 4f0b60c changed IFlowService interface to flowEntryOnSwitchExpired(IOFSwitch sw, FlowEntryId flowEntryId) by Brian O'Connor · 11 years ago
  45. 4df85ae Added new API to the FlowManager, that will be called by Pavlin Radoslavov · 11 years ago
  46. 9113eab Removed a method that is not used/needed anymore. by Pavlin Radoslavov · 11 years ago
  47. b292c62 Success complication by yoshitomo · 11 years ago
  48. 0fee3de Merge branch 'master' into RAMCloud by yoshi · 11 years ago
  49. 4ef6ba2 * Refactor the implementation of the FlowManager.getAllFlowsSummary() by Pavlin Radoslavov · 11 years ago
  50. 2fd4c7e first commit by yoshi · 11 years ago
  51. f2a5265 * Remove clearFlow() and clearAllFlows(), and the corresponding REST by Pavlin Radoslavov · 11 years ago
  52. c9da532 Cleanup the FlowManager: remove unused code that implemented by Pavlin Radoslavov · 11 years ago
  53. 584bd11 Use a separate thread to write the Flow Entries to the Titan Graph DB. by Pavlin Radoslavov · 11 years ago
  54. ff43b56 Redirect deleteFlow() to use clearFlow(). by Pavlin Radoslavov · 11 years ago
  55. 38c1dfe Enable the Hazelcast-based notifications for the FlowManager. by Pavlin Radoslavov · 11 years ago
  56. 4e77de9 Squashed commit of the following: by Naoki Shiota · 11 years ago
  57. 1a37ca1 Added FlowPusher enabling flag (false by default). by Naoki Shiota · 11 years ago
  58. 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
  59. 90c2899 Merge branch 'syncdev' of github.com:n-shiota/ONOS into syncdev by Brian O'Connor · 11 years ago
  60. 36e8943 Merge master branch into syncdev by Naoki Shiota · 11 years ago
  61. aea8858 Separated flowprogrammer package from flowmanager. by Naoki Shiota · 11 years ago
  62. 2e2fc2b Added FlowPath/FlowEntry version interfaces to FlowPusher by Naoki Shiota · 11 years ago
  63. 8ee48d5 Finished implementing FlowPusherService. by Naoki Shiota · 11 years ago
  64. e0e48f7 Added a temporary variable to switch between the poll-based and by Pavlin Radoslavov · 11 years ago
  65. 6311717 Modify the logic for writing the Flow Entries to the database: by Pavlin Radoslavov · 11 years ago
  66. 9f33edb * Refactor/cleanup the processing of events inside the FlowEventHandler. by Pavlin Radoslavov · 11 years ago
  67. 5c8d19f Modified FlowManager to use FlowPusher instead of OFMessageDamper and FlowSwitchOperation. by Naoki Shiota · 11 years ago
  68. 8af4de6 Merge branch 'master' into syncdev by Brian O'Connor · 11 years ago
  69. 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
  70. ab18925 Removed unhelpful for() loop when trying to commit to the database. by Pavlin Radoslavov · 11 years ago
  71. bc96ae1 * Misc. changes and bug fixes: by Pavlin Radoslavov · 11 years ago
  72. ed0f4a8 Update the REST shortest-path computation backend to use the in-memory by Pavlin Radoslavov · 11 years ago
  73. fb94edc * Added/updated debug log messages. by Pavlin Radoslavov · 11 years ago
  74. 7407ab5 * Updated the implementation of method FlowManager.pushModifiedFlowEntries() by Pavlin Radoslavov · 11 years ago
  75. 1c24f22 * Transmit and process the FlowEntry events by Pavlin Radoslavov · 11 years ago
  76. 9a85902 Renamed class PathComputation to FlowEventHandler to reflect better its purpose. by Pavlin Radoslavov · 11 years ago
  77. ebc8b19 * Minor refactoring in the original FlowManager logic when setting by Pavlin Radoslavov · 11 years ago
  78. 7d4a40e Added new field FlowPath.flowPathUserState by Pavlin Radoslavov · 11 years ago
  79. 6b79f2b * Added the skeleton for the Path Computation implementation. by Pavlin Radoslavov · 11 years ago
  80. bcc86ef Use the FlowPath Type to decide which Flow should be maintained by by Pavlin Radoslavov · 11 years ago
  81. d28cf7c Introduced new field FlowPathType to the Flow Path. by Pavlin Radoslavov · 11 years ago
  82. aaace7f Added initial pieces for topology related notifications. by Pavlin Radoslavov · 11 years ago
  83. 3f9ba65 * Added a class for encapsulating events with event-related data entry. by Pavlin Radoslavov · 11 years ago
  84. 1308dc6 Added the mechanism between the FlowManager and the Hazelcast datagrid by Pavlin Radoslavov · 11 years ago
  85. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  86. 661c86f Refactor the FlowManager: by Pavlin Radoslavov · 11 years ago
  87. 50e532e Cleanup the FlowManager. No functional changes. by Pavlin Radoslavov · 11 years ago
  88. 0537827 * Now the FlowManager depends on the DatagridService as well. by Pavlin Radoslavov · 11 years ago
  89. 15954d4 Refactor the TopologyManager: by Pavlin Radoslavov · 11 years ago
  90. e9a3ef9 * Add INetworkGraphService.class to the list of services that FlowManager by Pavlin Radoslavov · 11 years ago
  91. 5e9eca9 Merge branch 'master' into fix_findbug_issues by Yuta HIGUCHI · 11 years ago
  92. 1278ac7 Renamed interface by Pavlin Radoslavov · 11 years ago
  93. e1b37bc Renamed class routing.TopoRouteService to topology.TopologyManager by Pavlin Radoslavov · 11 years ago
  94. 2ded2dd Fix ugly hack to a slightly better hack by Yuta HIGUCHI · 11 years ago
  95. 6f0e439 Move local variable declaration to suppress warnings by Yuta HIGUCHI · 11 years ago
  96. 3b045a5 Remove unused variables by Yuta HIGUCHI · 11 years ago
  97. 1e3eba8 Move local variable declaration, to eliminate unused local variable warning. by Yuta HIGUCHI · 11 years ago
  98. 1357e38 Remove unused local variable by Yuta HIGUCHI · 11 years ago
  99. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  100. 944ef4f * Add missing Javadoc comments related to the Flow Manager. by admin · 11 years ago