1. 95aa401 Improvement in 'show tunnel' command by Fahad Naeem Khan · 10 years ago
  2. 2d6be06 Adding a couple of sr config files by Saurav Das · 10 years ago
  3. d84178f Adding barrier message support with futures to IOFSwitch driver by Saurav Das · 10 years ago
  4. c0aa04c Resetting onos properties file by Saurav Das · 10 years ago
  5. 85df1ec merge by Srikanth Vavilapalli · 10 years ago
  6. 7a9fffb Modified onos.properties and IFloodlightModule so that it loads SegmentRoutingManager and use sr.conf by Sangho Shin · 10 years ago
  7. 93650d5 Config for cpqd by Srikanth Vavilapalli · 10 years ago
  8. fb93c25 NetworkConfigManager loads a configuration file and exposes an interface for by Saurav Das · 10 years ago
  9. 04f16a6 Enforce space around colon in enhanced for statement by Yuta HIGUCHI · 10 years ago
  10. cdb5d85 HZDistributedAtomicLong measurement code by Yuta HIGUCHI · 10 years ago
  11. 8f18219 SharedLog runtime proto by Yuta HIGUCHI · 10 years ago
  12. 5bf7f6f Modify checkstyle maximum parameter count by Ray Milkey · 10 years ago
  13. c78b8f6 Removed the old openflowj protocol library by Jonathan Hart · 10 years ago
  14. cd0f042 Allow documenting Runtime exceptions by Yuta HIGUCHI · 10 years ago
  15. 5f1ce1c Configure ZooKeeper connection to ONOS/RAMCloud by Yuta HIGUCHI · 10 years ago
  16. 9289721 Fix some checkstyle and PMD errors in the topology module. by Ray Milkey · 10 years ago
  17. de4c389 Added Topology WebSocket server implementation. by Pavlin Radoslavov · 10 years ago
  18. 26921af Added a framework for metrics by Ray Milkey · 10 years ago
  19. aa132f5 Error on @author tag by Yuta HIGUCHI · 10 years ago
  20. b2dc08d Enable sync backup by Yuta HIGUCHI · 10 years ago
  21. 5dc8664 Enable 1 line comment checkstyle suppression by Yuta HIGUCHI · 10 years ago
  22. 33a0497 Update to Hazelcast 3.2.3 by Yuta HIGUCHI · 10 years ago
  23. a4d51d4 Turn off checkstyle for protobuf generated code. by Yuta HIGUCHI · 10 years ago
  24. 85de40d Configurable clustername by Yuta HIGUCHI · 10 years ago
  25. 91a8f50 Enforce checkstyle for unit test codes by Yuta HIGUCHI · 10 years ago
  26. 927a3fe Exclude import stmt from LineLength check by Yuta HIGUCHI · 10 years ago
  27. c00f5c2 Enforced Checkstyle rule to limit line length. by Jonathan Hart · 10 years ago
  28. d082b96 Preperation for ZooKeeper failover by Yuta HIGUCHI · 10 years ago
  29. 0471397 Add runtime log rolling. by Yuta HIGUCHI · 10 years ago
  30. 8447c36 Add IdentifiedDataSerializable to hazelcast.xml config. by Yuta HIGUCHI · 10 years ago
  31. 5a3e2cf Allow empty constructor/method. by Yuta HIGUCHI · 10 years ago
  32. 52efcbb Disable RC failureDetector by default by Yuta HIGUCHI · 10 years ago
  33. cbbaed3 Specify checkstyle suppression in config file. by Yuta HIGUCHI · 10 years ago
  34. d765e9d Added ONOS style file for the Eclipse formatter. by Jonathan Hart · 10 years ago
  35. ea7eba0 Add RAMCloud transport timeout option. by Yuta HIGUCHI · 10 years ago
  36. e37e4e2 Renamed *NetworkGraph* references to *Topology*. by Jonathan Hart · 10 years ago
  37. 9109a1e Added RAMCloud replication parameter to cluster script. by Naoki Shiota · 10 years ago
  38. 3ebc948 Add fallback default hazelcast.xml by Yuta HIGUCHI · 10 years ago
  39. d150ece Update RAMCloud start-up procedure by Yuta HIGUCHI · 10 years ago
  40. 657b588 Fix hazelcast xml node order. by Yuta HIGUCHI · 10 years ago
  41. e673366 Filled conf/README. by Naoki Shiota · 10 years ago
  42. d8ea71a Fixed incorrect "Env vars" description in onos.sh. by Naoki Shiota · 10 years ago
  43. a30c414 Add generated config file to .gitignore by Yuta HIGUCHI · 10 years ago
  44. b7eb55d Modified onos.sh so that Hazelcast port can be configured. by Naoki Shiota · 10 years ago
  45. 098466c Fix spacing in checkstyle config XML document by Ray Milkey · 10 years ago
  46. 35f8d5c Cleaned up obsolete start-up scripts and config files. by Naoki Shiota · 10 years ago
  47. ddcd492 Enable checkstyle rule for checking the number of lines of code in a method by Ray Milkey · 10 years ago
  48. 45bc3cf Add RAMCloud server options by Yuta HIGUCHI · 10 years ago
  49. 13d1dbf Update onos.sh to generate ramcloud.conf, etc. by Yuta HIGUCHI · 10 years ago
  50. a5450cc Enable checkstyle rule for too many formal parameters by Ray Milkey · 10 years ago
  51. ceb21b6 Faster HZ datastore related unit test. by Yuta HIGUCHI · 10 years ago
  52. e0436b8 Change hazelcast.xml default to tcp-ip + localhost by Yuta HIGUCHI · 10 years ago
  53. 057f7bc Sync exclusion/suppression comment by Yuta HIGUCHI · 10 years ago
  54. 5df613b Enable checkstyle rule to catch variables that hide fields by Ray Milkey · 10 years ago
  55. 0b122ed Enable checkstyle rule for missing defaults in switch statements by Ray Milkey · 10 years ago
  56. 1364a93 Add .gitignore files by Yuta HIGUCHI · 10 years ago
  57. 7531a34 Enable checkstyle rule to verify method names by Ray Milkey · 10 years ago
  58. a11fcb7 Enable checkstyle rule to check for redundant throws by Ray Milkey · 10 years ago
  59. 6c4f2fe Enable checkstyle rule to check for boolean simplifications by Ray Milkey · 10 years ago
  60. 4985f21 Enable checkstyle rule for boolean return statement that can be simplified. by Ray Milkey · 10 years ago
  61. 9526d6f Enable checkstyle rue to check formal parameter names. by Ray Milkey · 10 years ago
  62. 4a4d26e Enable checkstyle AvoidNestedBlocks rule. by Ray Milkey · 10 years ago
  63. a2e2146 Enable checkstyle rule to hide utility class constructors. by Ray Milkey · 10 years ago
  64. 1584ec8 Enable checkstyle rule that looks for final classes. by Ray Milkey · 10 years ago
  65. 94b41b5 Enable checkstyle rule for static variable names. by Ray Milkey · 10 years ago
  66. b41100a Enable checkstyle Javadoc Comment Style rule by Ray Milkey · 10 years ago
  67. b29e626 Enable checkstyle check for blocks without braces. by Ray Milkey · 10 years ago
  68. b6e0ac8 Enable checkstyle rule to catch inner assignments. by Ray Milkey · 10 years ago
  69. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  70. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  71. 1aa71f8 Enable checkstyle rule to find empty code blocks by Ray Milkey · 10 years ago
  72. 5d40601 Enable checkstyle trailing spaces rule by Ray Milkey · 10 years ago
  73. 043daa2 Enable checkstyle empty statement check by Ray Milkey · 10 years ago
  74. 7f1567c Enable checkstyle whitespace rules by Ray Milkey · 10 years ago
  75. 2476cac Enable checkstyle member and local variable checks by Ray Milkey · 10 years ago
  76. 54e6aae Merge "Fixed onos.py to use new startup script." by Ray Milkey · 10 years ago
  77. 0f913a0 Enable checkstyle check for newline at the end of by Ray Milkey · 10 years ago
  78. 45614c5 Enable checkstyle rule to disallow C style by Ray Milkey · 10 years ago
  79. b5716c5 Make new checkstyle violations of rules that by Ray Milkey · 10 years ago
  80. be433a1 Fixed onos.py to use new startup script. by Naoki Shiota · 10 years ago
  81. 4e92851 Moved template files to separate directory. by Naoki Shiota · 10 years ago
  82. 1cd9029 Topology ProtoBuf refactoring by Yuta HIGUCHI · 10 years ago
  83. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  84. 472062d Renamed networkgraph package to topology. by Jonathan Hart · 10 years ago
  85. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago
  86. aa38097 Renamed the intent package by Jonathan Hart · 10 years ago
  87. 6df9017 Renamed datagrid and datastore packages by Jonathan Hart · 10 years ago
  88. 9df15d3 Refactored startup script. by Naoki Shiota · 10 years ago
  89. abdb356 Add missing protobuf exclusion by Yuta HIGUCHI · 10 years ago
  90. 4a9428b Removed Titan/Blueprints specific rules for Checkstyle and FindBugs. by Pavlin Radoslavov · 10 years ago
  91. 4e46318 Aggregated startup scripts to one script. by Naoki Shiota · 10 years ago
  92. 70c2b36 Renamed class RCNetworkGraphPublisher to NetworkGraphPublisher. by Pavlin Radoslavov · 10 years ago
  93. 4cf8ee5 Removed INetMapStorage.java and INetMapTopologyObjects.java and the by Pavlin Radoslavov · 10 years ago
  94. 3f5ef56 Remove RedundantModifierCheck and fix up formatting. by Ray Milkey · 10 years ago
  95. 6a64313 Add option to use Hazelcast as datastore for development environment. by Yuta HIGUCHI · 10 years ago
  96. e28831a Remove UnusedModifier,etc. from pmd rule by Yuta HIGUCHI · 10 years ago
  97. cc3e3ff Remove the backend part of the Floodlight GUI. by Jonathan Hart · 10 years ago
  98. a3818db Work toward fixing ONOS-1031: Removed modules FlowManager and the old TopologyManager by Pavlin Radoslavov · 10 years ago
  99. ec49771 Allow a static final variable with the name 'log' in checkstyle and PMD rules. by Ray Milkey · 10 years ago
  100. f980844 Remove CR characters by Yuta HIGUCHI · 10 years ago