1. 8e5170e Indentation cleanups - WHITESPACE ONLY by Ray Milkey · 10 years ago
  2. 4cf8ee5 Removed INetMapStorage.java and INetMapTopologyObjects.java and the by Pavlin Radoslavov · 10 years ago
  3. 697f698 Removed directory src/main/java/net/onrc/onos/graph/ by Pavlin Radoslavov · 10 years ago
  4. 277dbd2 Fixed a bug that FlowPusher remains SUSPENDED state when flow synchronization fails. by Naoki Shiota · 10 years ago
  5. a3818db Work toward fixing ONOS-1031: Removed modules FlowManager and the old TopologyManager by Pavlin Radoslavov · 10 years ago
  6. 39f0f2e Work toward fixing ONOS-1031: Remove or comment-out references to the FlowManager by Pavlin Radoslavov · 10 years ago
  7. 0533469 Fixed misappropriated usage of Semaphore class by being replaced with Condition class. by Naoki Shiota · 10 years ago
  8. 8df97bc Cherry-pick from https://gerrit.onos.onlab.us/#/c/339/ by Naoki Shiota · 10 years ago
  9. d6ef3b3 Cherry-pick from https://gerrit.onos.onlab.us/#/c/92/4 (partially). by Naoki Shiota · 10 years ago
  10. afbf103 Fix for bug ONOS-897: by Pavlin Radoslavov · 10 years ago
  11. 5804ce9 Allow RAMCloud to start from a configurable option by Yoshi Muroi · 10 years ago
  12. b582072 Merge branch 'RAMCloud-master' into RAMCloud-new_dynamics by Yuta HIGUCHI · 11 years ago
  13. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 11 years ago
  14. b6a66eb Fix ramcloud configuration path by yoshi · 11 years ago
  15. df051d4 Removed FireBugs warnings. by Naoki Shiota · 11 years ago
  16. 337e46d Merge branch 'ONOS-ONRC2014-Measurements' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-merge by Yuta HIGUCHI · 11 years ago
  17. f74d5f3 Squashed commit of the following: by Naoki Shiota · 11 years ago
  18. 7ea78be Merge latests ONOS codes by yoshi · 11 years ago
  19. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  20. 490ad8f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into thread_name by Yuta HIGUCHI · 11 years ago
  21. ef3828d Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-yoshi by Yuta HIGUCHI · 11 years ago
  22. 61509a4 Give each Thread a name for easier debugging by Yuta HIGUCHI · 11 years ago
  23. e6cb01f Make the flowEntryId more readble by pingping-lin · 11 years ago
  24. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  25. b95379c Fix a bug related to setting of reactive flows: by Pavlin Radoslavov · 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. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  29. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  30. 1fe06a2 Set the FlowMod idle timeout and hard timeout when pushing a Flow Entry by Pavlin Radoslavov · 11 years ago
  31. de387e5 Merging FlowSynchronizer instrumentation with SyncResult additions by Brian O'Connor · 11 years ago
  32. 321a5d3 instrumenting FlowSynchronzier for performance testing by Brian O'Connor · 11 years ago
  33. 056f826 Enabling flow synchronzer by Brian O'Connor · 11 years ago
  34. 2bdda57 Modified FlowSynchronizer#synchronize to return Future object so that caller can know when synchronization finished. by Naoki Shiota · 11 years ago
  35. 38805cd Merge from master by onlab-qa · 11 years ago
  36. ed0a6eb Modified get DB object of Runnable by yoshi · 11 years ago
  37. 88d761d Merge branch 'ONOS' into syncdev17 by Naoki Shiota · 11 years ago
  38. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  39. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 11 years ago
  40. 7b2ab4a Added REST API and CLI for FlowSynchronizer. by Naoki Shiota · 11 years ago
  41. da0ab44 Refactor the interaction between the Flow Manager and the Flow Pusher. by Pavlin Radoslavov · 11 years ago
  42. 75b7dd6 Added unit test for FlowPusher. Commented out verbose debug codes in FlowPusher. by Naoki Shiota · 11 years ago
  43. 0aa947e Fixed a bug that messages in queue won't be sent to switch when queue is resumed. by Naoki Shiota · 11 years ago
  44. 6cbe117 Changed REST API routes of FlowPusher. by Naoki Shiota · 11 years ago
  45. f067890 Removed obsoleted "MEASUREMENT" prefix in a debug log message. by Pavlin Radoslavov · 11 years ago
  46. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  47. a4df952 Remove a very old optimization for storing matching by Pavlin Radoslavov · 11 years ago
  48. 07fb997 Modst refactoring inside FlowSynchronizer.java : by Pavlin Radoslavov · 11 years ago
  49. 9922013 Merge master branch into syncdev17 by Naoki Shiota · 11 years ago
  50. c2ec559 Fixed a bug that BARRIER message causes FlowPusher deadlock. by Naoki Shiota · 11 years ago
  51. f03592e Fixed concurrency problem in FlowPusher. by Naoki Shiota · 11 years ago
  52. 2a35b44 Added REST interfaces to FlowProgrammer by Naoki Shiota · 11 years ago
  53. bae524b passing flow removed events to IFlowService by Brian O'Connor · 11 years ago
  54. b485d41 Added JavaDoc comments for FlorProgrammer related modules. by Naoki Shiota · 11 years ago
  55. e319973 Added JavaDoc comments for FlowPusher and FlowSynchronizer by Naoki Shiota · 11 years ago
  56. f8c7855 Fix a typo in a class name: Synchroizer -> Synchronizer by Pavlin Radoslavov · 11 years ago
  57. 88a2f48 Merge remote-tracking branch 'upstream/master' into syncdev by Brian O'Connor · 11 years ago
  58. e600f1d merging enableFlowSync variable to turn off flow sync by Brian O'Connor · 11 years ago
  59. ea1efbe refactoring FlowProgrammer and FlowSync, adding flow removed listener, and encorporating Pavlin's comment by Brian O'Connor · 11 years ago
  60. 81dbe30 Added barrier function to FlowPusher. by Naoki Shiota · 11 years ago
  61. c1601d3 Added barrier feature to FlowPusher. by Naoki Shiota · 11 years ago
  62. 8739faa Added FlowSync flag to FlowProgrammer. by Naoki Shiota · 11 years ago
  63. e46492e reorganized and cleaned up FlowSynchronizer by Brian O'Connor · 11 years ago
  64. 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
  65. 7d0bcfa Limited number of messages sent at once by Naoki Shiota · 11 years ago
  66. aea8858 Separated flowprogrammer package from flowmanager. by Naoki Shiota · 11 years ago