1. 4df85ae Added new API to the FlowManager, that will be called by Pavlin Radoslavov · 11 years ago
  2. 9113eab Removed a method that is not used/needed anymore. by Pavlin Radoslavov · 11 years ago
  3. 9243f70 Use method FlowEntry.isValidFlowEntryId() as appropriate. by Pavlin Radoslavov · 11 years ago
  4. 4ef6ba2 * Refactor the implementation of the FlowManager.getAllFlowsSummary() by Pavlin Radoslavov · 11 years ago
  5. f2a5265 * Remove clearFlow() and clearAllFlows(), and the corresponding REST by Pavlin Radoslavov · 11 years ago
  6. c9da532 Cleanup the FlowManager: remove unused code that implemented by Pavlin Radoslavov · 11 years ago
  7. 584bd11 Use a separate thread to write the Flow Entries to the Titan Graph DB. by Pavlin Radoslavov · 11 years ago
  8. ff43b56 Redirect deleteFlow() to use clearFlow(). by Pavlin Radoslavov · 11 years ago
  9. 38c1dfe Enable the Hazelcast-based notifications for the FlowManager. by Pavlin Radoslavov · 11 years ago
  10. 4e77de9 Squashed commit of the following: by Naoki Shiota · 11 years ago
  11. 1a37ca1 Added FlowPusher enabling flag (false by default). by Naoki Shiota · 11 years ago
  12. 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
  13. 90c2899 Merge branch 'syncdev' of github.com:n-shiota/ONOS into syncdev by Brian O'Connor · 11 years ago
  14. 36e8943 Merge master branch into syncdev by Naoki Shiota · 11 years ago
  15. aea8858 Separated flowprogrammer package from flowmanager. by Naoki Shiota · 11 years ago
  16. f0cddbf Made FlowPusher multi-threaded. by Naoki Shiota · 11 years ago
  17. 2e2fc2b Added FlowPath/FlowEntry version interfaces to FlowPusher by Naoki Shiota · 11 years ago
  18. 8ee48d5 Finished implementing FlowPusherService. by Naoki Shiota · 11 years ago
  19. e0e48f7 Added a temporary variable to switch between the poll-based and by Pavlin Radoslavov · 11 years ago
  20. 6311717 Modify the logic for writing the Flow Entries to the database: by Pavlin Radoslavov · 11 years ago
  21. 9f33edb * Refactor/cleanup the processing of events inside the FlowEventHandler. by Pavlin Radoslavov · 11 years ago
  22. 5c8d19f Modified FlowManager to use FlowPusher instead of OFMessageDamper and FlowSwitchOperation. by Naoki Shiota · 11 years ago
  23. 8af4de6 Merge branch 'master' into syncdev by Brian O'Connor · 11 years ago
  24. 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
  25. 7d0cf27 Refactored FlowPusher by Naoki Shiota · 11 years ago
  26. ab18925 Removed unhelpful for() loop when trying to commit to the database. by Pavlin Radoslavov · 11 years ago
  27. bc96ae1 * Misc. changes and bug fixes: by Pavlin Radoslavov · 11 years ago
  28. ed0f4a8 Update the REST shortest-path computation backend to use the in-memory by Pavlin Radoslavov · 11 years ago
  29. fb94edc * Added/updated debug log messages. by Pavlin Radoslavov · 11 years ago
  30. 7407ab5 * Updated the implementation of method FlowManager.pushModifiedFlowEntries() by Pavlin Radoslavov · 11 years ago
  31. 2ca26f3 Remove "suspended" member from FlowQueueTable. by Naoki Shiota · 11 years ago
  32. c2a699a Created FlowQueueTable basic structure. by Naoki Shiota · 11 years ago
  33. cf1acca Added comments by Naoki Shiota · 11 years ago
  34. ed4eb5e Added FlowPusher.java basic implementation by Naoki Shiota · 11 years ago
  35. a8e4980 adding FlowSynchronizer module by Brian O'Connor · 11 years ago
  36. 2b5d071 bug fix: From declaration this map expects a Long for Key not FlowId by Yuta HIGUCHI · 11 years ago
  37. b3efdca Organize imports by Yuta HIGUCHI · 11 years ago
  38. b32f77f bug fix for topology change detection by Yuta HIGUCHI · 11 years ago
  39. e1038fb Update Javadoc better describe what this class does by Yuta HIGUCHI · 11 years ago
  40. 1c24f22 * Transmit and process the FlowEntry events by Pavlin Radoslavov · 11 years ago
  41. 9a85902 Renamed class PathComputation to FlowEventHandler to reflect better its purpose. by Pavlin Radoslavov · 11 years ago
  42. b750684 Added a placeholder for propagating Flow Entries through the datagrid. by Pavlin Radoslavov · 11 years ago
  43. ebc8b19 * Minor refactoring in the original FlowManager logic when setting by Pavlin Radoslavov · 11 years ago
  44. 3ecd41e Refactoring: by Pavlin Radoslavov · 11 years ago
  45. 5db7c41 * Fix a bug in case the Flow Entry Actions string is null. by Pavlin Radoslavov · 11 years ago
  46. fb06a9e - Process the Flow Path events - Recompute the affected Flow Paths. by Pavlin Radoslavov · 11 years ago
  47. 7d4a40e Added new field FlowPath.flowPathUserState by Pavlin Radoslavov · 11 years ago
  48. a23e541 * Update the Topology class implementation: by Pavlin Radoslavov · 11 years ago
  49. ed4c7a9 Minor cleanup: adding/updating comments, etc. No functional changes. by Pavlin Radoslavov · 11 years ago
  50. 6b79f2b * Added the skeleton for the Path Computation implementation. by Pavlin Radoslavov · 11 years ago
  51. bcc86ef Use the FlowPath Type to decide which Flow should be maintained by by Pavlin Radoslavov · 11 years ago
  52. d28cf7c Introduced new field FlowPathType to the Flow Path. by Pavlin Radoslavov · 11 years ago
  53. aaace7f Added initial pieces for topology related notifications. by Pavlin Radoslavov · 11 years ago
  54. 3f9ba65 * Added a class for encapsulating events with event-related data entry. by Pavlin Radoslavov · 11 years ago
  55. 1308dc6 Added the mechanism between the FlowManager and the Hazelcast datagrid by Pavlin Radoslavov · 11 years ago
  56. caf75fc Change the "log" field variable to "protected" so it is consistent with the by Pavlin Radoslavov · 11 years ago
  57. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  58. 661c86f Refactor the FlowManager: by Pavlin Radoslavov · 11 years ago
  59. 50e532e Cleanup the FlowManager. No functional changes. by Pavlin Radoslavov · 11 years ago
  60. 0537827 * Now the FlowManager depends on the DatagridService as well. by Pavlin Radoslavov · 11 years ago
  61. 15954d4 Refactor the TopologyManager: by Pavlin Radoslavov · 11 years ago
  62. e9a3ef9 * Add INetworkGraphService.class to the list of services that FlowManager by Pavlin Radoslavov · 11 years ago
  63. 5e9eca9 Merge branch 'master' into fix_findbug_issues by Yuta HIGUCHI · 11 years ago
  64. 1278ac7 Renamed interface by Pavlin Radoslavov · 11 years ago
  65. e1b37bc Renamed class routing.TopoRouteService to topology.TopologyManager by Pavlin Radoslavov · 11 years ago
  66. 2ded2dd Fix ugly hack to a slightly better hack by Yuta HIGUCHI · 11 years ago
  67. 6f0e439 Move local variable declaration to suppress warnings by Yuta HIGUCHI · 11 years ago
  68. 3b045a5 Remove unused variables by Yuta HIGUCHI · 11 years ago
  69. 1e3eba8 Move local variable declaration, to eliminate unused local variable warning. by Yuta HIGUCHI · 11 years ago
  70. 1357e38 Remove unused local variable by Yuta HIGUCHI · 11 years ago
  71. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  72. 944ef4f * Add missing Javadoc comments related to the Flow Manager. by admin · 11 years ago
  73. 85a877b Downgrade log to trace when no switches connected by Pankaj Berde · 11 years ago
  74. 4cd28f4 Add log when no switches connected by Pankaj Berde · 11 years ago
  75. bf51e4f Shortcut loops when no switches connected by Pankaj Berde · 11 years ago
  76. a8fceb1 Removed the old measurement code in the FlowManager, because it by admin · 11 years ago
  77. 282f4ff Fix a bug: the Actions specified in the FlowPath should be applied by Pavlin Radoslavov · 11 years ago
  78. 1bc2c47 Add support for specifying the actions when a Flow is created by the user. by Pavlin Radoslavov · 11 years ago
  79. c1bafd1 Renamed ActionOutput FlowEntry attribute to ActionOutputPort, because by Pavlin Radoslavov · 11 years ago
  80. 204b286 * Add FlowPathFlags to the FlowPath header. by Pavlin Radoslavov · 11 years ago
  81. 3e69d7d Fix a bug when setting the matching network protocol number. by Pavlin Radoslavov · 11 years ago
  82. ad3a1e6 * Implement the missing OpenFlow 1.0 matching conditions by Pavlin Radoslavov · 11 years ago
  83. ddd01ba Cleanup the TopoRouteService so it is not a Floodlight module anymore. by Pavlin Radoslavov · 11 years ago
  84. 38646d6 rename onos.util to onos.graph by Pankaj Berde · 11 years ago
  85. 6382e4c Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2 by Toshio Koide · 11 years ago
  86. 60a1014 Renamed package flowcache -> flowmanager by HIGUCHI Yuta · 11 years ago