1. 5302b6c Fixed an issue that caused FlowPusher to go into an infinite loop. by Jonathan Hart · 10 years ago
  2. c78b8f6 Removed the old openflowj protocol library by Jonathan Hart · 10 years ago
  3. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  4. afadeda Fix for IOFSwitch/OFSwitchImpl leak by Yuta HIGUCHI · 10 years ago
  5. 2c245b8 Fixed a memory leak in FlowPusher seen when switch is removed (ONOS-1573). by Naoki Shiota · 10 years ago
  6. d4acc80 Remove @author tag from our code. by Yuta HIGUCHI · 10 years ago
  7. 9e53066 Fixed "Intent" problem: Add flow removed event by using "DEL_ACK". by TeruU · 10 years ago
  8. 0b88a26 Fix issues found by FindBugs: BC_UNCONFIRMED_CAST by Pavlin Radoslavov · 10 years ago
  9. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  10. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  11. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  12. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago[Renamed (96%) from src/main/java/net/onrc/onos/ofcontroller/flowprogrammer/FlowProgrammer.java]
  13. 8e5170e Indentation cleanups - WHITESPACE ONLY by Ray Milkey · 10 years ago
  14. 39f0f2e Work toward fixing ONOS-1031: Remove or comment-out references to the FlowManager by Pavlin Radoslavov · 10 years ago
  15. df051d4 Removed FireBugs warnings. by Naoki Shiota · 10 years ago
  16. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  17. e6cb01f Make the flowEntryId more readble by pingping-lin · 11 years ago
  18. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  19. 056f826 Enabling flow synchronzer by Brian O'Connor · 11 years ago
  20. 9922013 Merge master branch into syncdev17 by Naoki Shiota · 11 years ago
  21. 2a35b44 Added REST interfaces to FlowProgrammer by Naoki Shiota · 11 years ago
  22. bae524b passing flow removed events to IFlowService by Brian O'Connor · 11 years ago
  23. b485d41 Added JavaDoc comments for FlorProgrammer related modules. by Naoki Shiota · 11 years ago
  24. e319973 Added JavaDoc comments for FlowPusher and FlowSynchronizer by Naoki Shiota · 11 years ago
  25. 88a2f48 Merge remote-tracking branch 'upstream/master' into syncdev by Brian O'Connor · 11 years ago
  26. e600f1d merging enableFlowSync variable to turn off flow sync by Brian O'Connor · 11 years ago
  27. ea1efbe refactoring FlowProgrammer and FlowSync, adding flow removed listener, and encorporating Pavlin's comment by Brian O'Connor · 11 years ago
  28. 81dbe30 Added barrier function to FlowPusher. by Naoki Shiota · 11 years ago
  29. c1601d3 Added barrier feature to FlowPusher. by Naoki Shiota · 11 years ago
  30. 8739faa Added FlowSync flag to FlowProgrammer. by Naoki Shiota · 11 years ago
  31. 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