1. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  2. b95379c Fix a bug related to setting of reactive flows: by Pavlin Radoslavov · 11 years ago
  3. 8f7f858 FlowSynchronizer convert totalTime to ms by Brian O'Connor · 11 years ago
  4. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  5. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  6. 1fe06a2 Set the FlowMod idle timeout and hard timeout when pushing a Flow Entry by Pavlin Radoslavov · 11 years ago
  7. de387e5 Merging FlowSynchronizer instrumentation with SyncResult additions by Brian O'Connor · 11 years ago
  8. 321a5d3 instrumenting FlowSynchronzier for performance testing by Brian O'Connor · 11 years ago
  9. 056f826 Enabling flow synchronzer by Brian O'Connor · 11 years ago
  10. 2bdda57 Modified FlowSynchronizer#synchronize to return Future object so that caller can know when synchronization finished. by Naoki Shiota · 11 years ago
  11. 88d761d Merge branch 'ONOS' into syncdev17 by Naoki Shiota · 11 years ago
  12. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  13. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 11 years ago
  14. 7b2ab4a Added REST API and CLI for FlowSynchronizer. by Naoki Shiota · 11 years ago
  15. da0ab44 Refactor the interaction between the Flow Manager and the Flow Pusher. by Pavlin Radoslavov · 11 years ago
  16. 75b7dd6 Added unit test for FlowPusher. Commented out verbose debug codes in FlowPusher. by Naoki Shiota · 11 years ago
  17. 0aa947e Fixed a bug that messages in queue won't be sent to switch when queue is resumed. by Naoki Shiota · 11 years ago
  18. 6cbe117 Changed REST API routes of FlowPusher. by Naoki Shiota · 11 years ago
  19. f067890 Removed obsoleted "MEASUREMENT" prefix in a debug log message. by Pavlin Radoslavov · 11 years ago
  20. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  21. a4df952 Remove a very old optimization for storing matching by Pavlin Radoslavov · 11 years ago
  22. 07fb997 Modst refactoring inside FlowSynchronizer.java : by Pavlin Radoslavov · 11 years ago
  23. 9922013 Merge master branch into syncdev17 by Naoki Shiota · 11 years ago
  24. c2ec559 Fixed a bug that BARRIER message causes FlowPusher deadlock. by Naoki Shiota · 11 years ago
  25. f03592e Fixed concurrency problem in FlowPusher. by Naoki Shiota · 11 years ago
  26. 2a35b44 Added REST interfaces to FlowProgrammer by Naoki Shiota · 11 years ago
  27. bae524b passing flow removed events to IFlowService by Brian O'Connor · 11 years ago
  28. b485d41 Added JavaDoc comments for FlorProgrammer related modules. by Naoki Shiota · 11 years ago
  29. e319973 Added JavaDoc comments for FlowPusher and FlowSynchronizer by Naoki Shiota · 11 years ago
  30. f8c7855 Fix a typo in a class name: Synchroizer -> Synchronizer by Pavlin Radoslavov · 11 years ago
  31. 88a2f48 Merge remote-tracking branch 'upstream/master' into syncdev by Brian O'Connor · 11 years ago
  32. e600f1d merging enableFlowSync variable to turn off flow sync by Brian O'Connor · 11 years ago
  33. ea1efbe refactoring FlowProgrammer and FlowSync, adding flow removed listener, and encorporating Pavlin's comment by Brian O'Connor · 11 years ago
  34. 81dbe30 Added barrier function to FlowPusher. by Naoki Shiota · 11 years ago
  35. c1601d3 Added barrier feature to FlowPusher. by Naoki Shiota · 11 years ago
  36. 8739faa Added FlowSync flag to FlowProgrammer. by Naoki Shiota · 11 years ago
  37. e46492e reorganized and cleaned up FlowSynchronizer by Brian O'Connor · 11 years ago
  38. 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
  39. 7d0bcfa Limited number of messages sent at once by Naoki Shiota · 11 years ago
  40. aea8858 Separated flowprogrammer package from flowmanager. by Naoki Shiota · 11 years ago