1. 056f826 Enabling flow synchronzer by Brian O'Connor · 11 years ago
  2. 88d761d Merge branch 'ONOS' into syncdev17 by Naoki Shiota · 11 years ago
  3. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  4. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 11 years ago
  5. 7b2ab4a Added REST API and CLI for FlowSynchronizer. by Naoki Shiota · 11 years ago
  6. da0ab44 Refactor the interaction between the Flow Manager and the Flow Pusher. by Pavlin Radoslavov · 11 years ago
  7. 75b7dd6 Added unit test for FlowPusher. Commented out verbose debug codes in FlowPusher. by Naoki Shiota · 11 years ago
  8. 0aa947e Fixed a bug that messages in queue won't be sent to switch when queue is resumed. by Naoki Shiota · 11 years ago
  9. 6cbe117 Changed REST API routes of FlowPusher. by Naoki Shiota · 11 years ago
  10. f067890 Removed obsoleted "MEASUREMENT" prefix in a debug log message. by Pavlin Radoslavov · 11 years ago
  11. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  12. a4df952 Remove a very old optimization for storing matching by Pavlin Radoslavov · 11 years ago
  13. 07fb997 Modst refactoring inside FlowSynchronizer.java : by Pavlin Radoslavov · 11 years ago
  14. 9922013 Merge master branch into syncdev17 by Naoki Shiota · 11 years ago
  15. c2ec559 Fixed a bug that BARRIER message causes FlowPusher deadlock. by Naoki Shiota · 11 years ago
  16. f03592e Fixed concurrency problem in FlowPusher. by Naoki Shiota · 11 years ago
  17. 2a35b44 Added REST interfaces to FlowProgrammer by Naoki Shiota · 11 years ago
  18. bae524b passing flow removed events to IFlowService by Brian O'Connor · 11 years ago
  19. b485d41 Added JavaDoc comments for FlorProgrammer related modules. by Naoki Shiota · 11 years ago
  20. e319973 Added JavaDoc comments for FlowPusher and FlowSynchronizer by Naoki Shiota · 11 years ago
  21. f8c7855 Fix a typo in a class name: Synchroizer -> Synchronizer by Pavlin Radoslavov · 11 years ago
  22. 88a2f48 Merge remote-tracking branch 'upstream/master' into syncdev by Brian O'Connor · 11 years ago
  23. e600f1d merging enableFlowSync variable to turn off flow sync by Brian O'Connor · 11 years ago
  24. ea1efbe refactoring FlowProgrammer and FlowSync, adding flow removed listener, and encorporating Pavlin's comment by Brian O'Connor · 11 years ago
  25. 81dbe30 Added barrier function to FlowPusher. by Naoki Shiota · 11 years ago
  26. c1601d3 Added barrier feature to FlowPusher. by Naoki Shiota · 11 years ago
  27. 8739faa Added FlowSync flag to FlowProgrammer. by Naoki Shiota · 11 years ago
  28. e46492e reorganized and cleaned up FlowSynchronizer by Brian O'Connor · 11 years ago
  29. 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
  30. 7d0bcfa Limited number of messages sent at once by Naoki Shiota · 11 years ago
  31. aea8858 Separated flowprogrammer package from flowmanager. by Naoki Shiota · 11 years ago