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. e933a28 Remove printStackTrace where possible. by Yuta HIGUCHI · 10 years ago
  5. d4acc80 Remove @author tag from our code. by Yuta HIGUCHI · 10 years ago
  6. a1199fa Fix @param tag references in Javadoc comments by Sho SHIMIZU · 10 years ago
  7. b41100a Enable checkstyle Javadoc Comment Style rule by Ray Milkey · 10 years ago
  8. 3255ae5 Fix issues found by FindBugs: DLS_DEAD_LOCAL_STORE by Pavlin Radoslavov · 10 years ago
  9. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  10. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago[Renamed (97%) from src/main/java/net/onrc/onos/ofcontroller/flowprogrammer/FlowSynchronizer.java]
  11. 8e5170e Indentation cleanups - WHITESPACE ONLY by Ray Milkey · 10 years ago
  12. 4cf8ee5 Removed INetMapStorage.java and INetMapTopologyObjects.java and the by Pavlin Radoslavov · 10 years ago
  13. 697f698 Removed directory src/main/java/net/onrc/onos/graph/ by Pavlin Radoslavov · 10 years ago
  14. 277dbd2 Fixed a bug that FlowPusher remains SUSPENDED state when flow synchronization fails. by Naoki Shiota · 10 years ago
  15. 39f0f2e Work toward fixing ONOS-1031: Remove or comment-out references to the FlowManager by Pavlin Radoslavov · 10 years ago
  16. 8df97bc Cherry-pick from https://gerrit.onos.onlab.us/#/c/339/ by Naoki Shiota · 10 years ago
  17. 5804ce9 Allow RAMCloud to start from a configurable option by Yoshi Muroi · 10 years ago
  18. b582072 Merge branch 'RAMCloud-master' into RAMCloud-new_dynamics by Yuta HIGUCHI · 10 years ago
  19. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 10 years ago
  20. b6a66eb Fix ramcloud configuration path by yoshi · 10 years ago
  21. df051d4 Removed FireBugs warnings. by Naoki Shiota · 10 years ago
  22. 337e46d Merge branch 'ONOS-ONRC2014-Measurements' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-merge by Yuta HIGUCHI · 10 years ago
  23. f74d5f3 Squashed commit of the following: by Naoki Shiota · 10 years ago
  24. 7ea78be Merge latests ONOS codes by yoshi · 11 years ago
  25. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  26. b1a1f33 Merge from upstream/master by yoshi · 11 years ago
  27. 8f7f858 FlowSynchronizer convert totalTime to ms by Brian O'Connor · 11 years ago
  28. de387e5 Merging FlowSynchronizer instrumentation with SyncResult additions by Brian O'Connor · 11 years ago
  29. 321a5d3 instrumenting FlowSynchronzier for performance testing by Brian O'Connor · 11 years ago
  30. 2bdda57 Modified FlowSynchronizer#synchronize to return Future object so that caller can know when synchronization finished. by Naoki Shiota · 11 years ago
  31. 38805cd Merge from master by onlab-qa · 11 years ago
  32. ed0a6eb Modified get DB object of Runnable by yoshi · 11 years ago
  33. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 11 years ago
  34. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  35. 07fb997 Modst refactoring inside FlowSynchronizer.java : by Pavlin Radoslavov · 11 years ago
  36. b485d41 Added JavaDoc comments for FlorProgrammer related modules. by Naoki Shiota · 11 years ago
  37. e319973 Added JavaDoc comments for FlowPusher and FlowSynchronizer by Naoki Shiota · 11 years ago
  38. f8c7855 Fix a typo in a class name: Synchroizer -> Synchronizer by Pavlin Radoslavov · 11 years ago
  39. ea1efbe refactoring FlowProgrammer and FlowSync, adding flow removed listener, and encorporating Pavlin's comment by Brian O'Connor · 11 years ago
  40. e46492e reorganized and cleaned up FlowSynchronizer by Brian O'Connor · 11 years ago
  41. 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[Renamed (88%) from src/main/java/net/onrc/onos/ofcontroller/flowmanager/FlowSynchronizer.java]
  42. 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
  43. a8e4980 adding FlowSynchronizer module by Brian O'Connor · 11 years ago