1. 72afb33 Fixed log format mismatches. by Naoki Shiota · 10 years ago
  2. 9da3a6e unsigned PortNumber by Yuta HIGUCHI · 10 years ago
  3. e933a28 Remove printStackTrace where possible. by Yuta HIGUCHI · 10 years ago
  4. 4799310 Removed old codes from FlowPusher which leads unnecessary overhead. by Naoki Shiota · 10 years ago
  5. fb56450 Rename Port to PortNumber by Yuta HIGUCHI · 10 years ago
  6. d4acc80 Remove @author tag from our code. by Yuta HIGUCHI · 10 years ago
  7. 99ff20a Cleaned up warnings reported by the Javadoc tool. by Jonathan Hart · 10 years ago
  8. c00f5c2 Enforced Checkstyle rule to limit line length. by Jonathan Hart · 10 years ago
  9. a1199fa Fix @param tag references in Javadoc comments by Sho SHIMIZU · 10 years ago
  10. 26d7789 Make Pair class immutable when user supplies immutable objects by Sho SHIMIZU · 10 years ago
  11. 7930d8a Lower OFMessageDamper capacity by Yuta HIGUCHI · 10 years ago
  12. 0fe749a Update findbugs versions. by Yuta HIGUCHI · 10 years ago
  13. ddcd492 Enable checkstyle rule for checking the number of lines of code in a method by Ray Milkey · 10 years ago
  14. 5df613b Enable checkstyle rule to catch variables that hide fields by Ray Milkey · 10 years ago
  15. 9fc535a Fix issues found by FindBugs: RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE by Pavlin Radoslavov · 10 years ago
  16. 6c4f2fe Enable checkstyle rule to check for boolean simplifications by Ray Milkey · 10 years ago
  17. 0b88a26 Fix issues found by FindBugs: BC_UNCONFIRMED_CAST by Pavlin Radoslavov · 10 years ago
  18. 9526d6f Enable checkstyle rue to check formal parameter names. by Ray Milkey · 10 years ago
  19. fee8098 Fix issues found by FindBugs: SIC_INNER_SHOULD_BE_STATIC by Pavlin Radoslavov · 10 years ago
  20. 1584ec8 Enable checkstyle rule that looks for final classes. by Ray Milkey · 10 years ago
  21. b41100a Enable checkstyle Javadoc Comment Style rule by Ray Milkey · 10 years ago
  22. b29e626 Enable checkstyle check for blocks without braces. by Ray Milkey · 10 years ago
  23. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  24. 2476cac Enable checkstyle member and local variable checks by Ray Milkey · 10 years ago
  25. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  26. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago[Renamed (98%) from src/main/java/net/onrc/onos/ofcontroller/flowprogrammer/FlowPusher.java]
  27. 8e5170e Indentation cleanups - WHITESPACE ONLY by Ray Milkey · 10 years ago
  28. a3818db Work toward fixing ONOS-1031: Removed modules FlowManager and the old TopologyManager by Pavlin Radoslavov · 10 years ago
  29. 0533469 Fixed misappropriated usage of Semaphore class by being replaced with Condition class. by Naoki Shiota · 10 years ago
  30. 8df97bc Cherry-pick from https://gerrit.onos.onlab.us/#/c/339/ by Naoki Shiota · 10 years ago
  31. d6ef3b3 Cherry-pick from https://gerrit.onos.onlab.us/#/c/92/4 (partially). by Naoki Shiota · 10 years ago
  32. afbf103 Fix for bug ONOS-897: by Pavlin Radoslavov · 10 years ago
  33. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  34. 61509a4 Give each Thread a name for easier debugging by Yuta HIGUCHI · 11 years ago
  35. b95379c Fix a bug related to setting of reactive flows: by Pavlin Radoslavov · 11 years ago
  36. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  37. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  38. 1fe06a2 Set the FlowMod idle timeout and hard timeout when pushing a Flow Entry by Pavlin Radoslavov · 11 years ago
  39. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  40. ab3f886 Refactoring of the API between the Flow Manager and the FlowPusher. by Pavlin Radoslavov · 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. f067890 Removed obsoleted "MEASUREMENT" prefix in a debug log message. by Pavlin Radoslavov · 11 years ago
  45. 6bfaea6 Cleanup in the FlowPusher and the FlowSynchronizer: by Pavlin Radoslavov · 11 years ago
  46. a4df952 Remove a very old optimization for storing matching by Pavlin Radoslavov · 11 years ago
  47. 9922013 Merge master branch into syncdev17 by Naoki Shiota · 11 years ago
  48. c2ec559 Fixed a bug that BARRIER message causes FlowPusher deadlock. by Naoki Shiota · 11 years ago
  49. f03592e Fixed concurrency problem in FlowPusher. by Naoki Shiota · 11 years ago
  50. 2a35b44 Added REST interfaces to FlowProgrammer by Naoki Shiota · 11 years ago
  51. b485d41 Added JavaDoc comments for FlorProgrammer related modules. by Naoki Shiota · 11 years ago
  52. e319973 Added JavaDoc comments for FlowPusher and FlowSynchronizer by Naoki Shiota · 11 years ago
  53. 81dbe30 Added barrier function to FlowPusher. by Naoki Shiota · 11 years ago
  54. c1601d3 Added barrier feature to FlowPusher. by Naoki Shiota · 11 years ago
  55. 8739faa Added FlowSync flag to FlowProgrammer. by Naoki Shiota · 11 years ago
  56. 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
  57. 7d0bcfa Limited number of messages sent at once by Naoki Shiota · 11 years ago
  58. aea8858 Separated flowprogrammer package from flowmanager. by Naoki Shiota · 11 years ago[Renamed (99%) from src/main/java/net/onrc/onos/ofcontroller/flowmanager/FlowPusher.java]
  59. f0cddbf Made FlowPusher multi-threaded. by Naoki Shiota · 11 years ago
  60. 2e2fc2b Added FlowPath/FlowEntry version interfaces to FlowPusher by Naoki Shiota · 11 years ago
  61. 8ee48d5 Finished implementing FlowPusherService. by Naoki Shiota · 11 years ago
  62. 5c8d19f Modified FlowManager to use FlowPusher instead of OFMessageDamper and FlowSwitchOperation. by Naoki Shiota · 11 years ago
  63. 7d0cf27 Refactored FlowPusher by Naoki Shiota · 11 years ago
  64. 2ca26f3 Remove "suspended" member from FlowQueueTable. by Naoki Shiota · 11 years ago
  65. c2a699a Created FlowQueueTable basic structure. by Naoki Shiota · 11 years ago
  66. cf1acca Added comments by Naoki Shiota · 11 years ago
  67. ed4eb5e Added FlowPusher.java basic implementation by Naoki Shiota · 11 years ago