1. 13d1dbf Update onos.sh to generate ramcloud.conf, etc. by Yuta HIGUCHI · 10 years ago
  2. 5e54f2e Renamed Trie to Tree for consistency. by Jonathan Hart · 10 years ago
  3. 31e15f1 Added javadoc for all the helper classes in SDN-IP. by Jonathan Hart · 10 years ago
  4. a5450cc Enable checkstyle rule for too many formal parameters by Ray Milkey · 10 years ago
  5. 7ff30d0 Moved file scripts/add-get-intent.rb to directory old-scripts/scripts/ by Pavlin Radoslavov · 10 years ago
  6. 3b54c42 Updated the default setup for the cluster backend, so it is by Pavlin Radoslavov · 10 years ago
  7. ceb21b6 Faster HZ datastore related unit test. by Yuta HIGUCHI · 10 years ago
  8. 7439db1 Fix a bug when deserializing Kryo-serialized values. by Pavlin Radoslavov · 10 years ago
  9. adecb76 Removed the empty Documentation directory. by Jonathan Hart · 10 years ago
  10. 14c4a76 Added support for class hierarchies in the notification system. by Jonathan Hart · 10 years ago
  11. e0436b8 Change hazelcast.xml default to tcp-ip + localhost by Yuta HIGUCHI · 10 years ago
  12. 057f7bc Sync exclusion/suppression comment by Yuta HIGUCHI · 10 years ago
  13. 00f00b4 Update README.md by Yuta HIGUCHI · 10 years ago
  14. 1d595c0 Use ArrayUtils.clone() to clone byte[] arrays. by Pavlin Radoslavov · 10 years ago
  15. 1f6c7a2 Fixed a bug which prevent all links from being discovered. by Jonathan Hart · 10 years ago
  16. 850b004 Add apache commons-lang explicitly in dependency. by Yuta HIGUCHI · 10 years ago
  17. 5df613b Enable checkstyle rule to catch variables that hide fields by Ray Milkey · 10 years ago
  18. 805bc8f StringBuffer -> StringBuilder by Yuta HIGUCHI · 10 years ago
  19. ce7e7f8 Fix EI_EXPOSE_REP family issue by copying. by Yuta HIGUCHI · 10 years ago
  20. 9a1e6d1 Added new cluster scripts. by Naoki Shiota · 10 years ago
  21. 8256651 Run checks on verify phase by Yuta HIGUCHI · 10 years ago
  22. f232d0f Fix project name in pom.xml by Yuta HIGUCHI · 10 years ago
  23. 6945089 Removed sudo command from onos.sh. by Yuta HIGUCHI · 10 years ago
  24. 0a9d5c3 Fix some of the suppressed FindBugs warnings: EI_EXPOSE_REP and EI_EXPOSE_REP2 by Pavlin Radoslavov · 10 years ago
  25. 7a43d5b bug fix: NPE in hazelcast multiRead by Yuta HIGUCHI · 10 years ago
  26. b15c8b0 Enable checkstyle rule for files that are too long by Ray Milkey · 10 years ago
  27. 0b122ed Enable checkstyle rule for missing defaults in switch statements by Ray Milkey · 10 years ago
  28. 6920035 Modify AtomicCounterTest.java to make it re-usable as benchmark. by Yuta HIGUCHI · 10 years ago
  29. c9bacee Suppress issues found by FindBugs: EI_EXPOSE_REP and EI_EXPOSE_REP2 by Pavlin Radoslavov · 10 years ago
  30. 7fb1641 Fix issues found by FindBugs: EQ_DOESNT_OVERRIDE_EQUALS by Pavlin Radoslavov · 10 years ago
  31. adc3ec1 Fix issues found by FindBugs: EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC by Pavlin Radoslavov · 10 years ago
  32. 1364a93 Add .gitignore files by Yuta HIGUCHI · 10 years ago
  33. d47eac3 Expose atomic counter increment API to Java by Yuta HIGUCHI · 10 years ago
  34. 220c45e This is the fix for a reactive forwarding bug, which does not work well between devices on the same switch. by TeruU · 10 years ago
  35. 9fc535a Fix issues found by FindBugs: RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE by Pavlin Radoslavov · 10 years ago
  36. 7531a34 Enable checkstyle rule to verify method names by Ray Milkey · 10 years ago
  37. 816512c Fixed wrong class passed to Logger by Jonathan Hart · 10 years ago
  38. a11fcb7 Enable checkstyle rule to check for redundant throws by Ray Milkey · 10 years ago
  39. b630929 Fix issues found by FindBugs: URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD by Pavlin Radoslavov · 10 years ago
  40. f1fdc7a Fix issues found by FindBugs: UPM_UNCALLED_PRIVATE_METHOD by Pavlin Radoslavov · 10 years ago
  41. 6ee1918 Change required to use findbugs annotation by Yuta HIGUCHI · 10 years ago
  42. 6c4f2fe Enable checkstyle rule to check for boolean simplifications by Ray Milkey · 10 years ago
  43. 318d9d1 Align ONOS_HOME detection by Yuta HIGUCHI · 10 years ago
  44. 499cfae Merge "Enable checkstyle rule for boolean return statement that can be simplified." by Pavlin Radoslavov · 10 years ago
  45. 313fdf0 Small refactoring to support new packet-out API by Jonathan Hart · 10 years ago
  46. 1f75cae Created a packet service which presents a global-context API to by Jonathan Hart · 10 years ago
  47. 4985f21 Enable checkstyle rule for boolean return statement that can be simplified. by Ray Milkey · 10 years ago
  48. 0b88a26 Fix issues found by FindBugs: BC_UNCONFIRMED_CAST by Pavlin Radoslavov · 10 years ago
  49. 9526d6f Enable checkstyle rue to check formal parameter names. by Ray Milkey · 10 years ago
  50. 0002b2d Fix issues found by FindBugs: ICAST_INTEGER_MULTIPLY_CAST_TO_LONG by Pavlin Radoslavov · 10 years ago
  51. df826c9 Fix issues found by FindBugs: DM_NUMBER_CTOR by Pavlin Radoslavov · 10 years ago
  52. 8861ea5 Fix issues found by FindBugs: ICAST_INTEGER_MULTIPLY_CAST_TO_LONG by Pavlin Radoslavov · 10 years ago
  53. 53ad5e3 Fix issues found by FindBugs: SS_SHOULD_BE_STATIC and SIC_INNER_SHOULD_BE_STATIC by Pavlin Radoslavov · 10 years ago
  54. 952a976 Fix issues found by FindBugs: ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD by Pavlin Radoslavov · 10 years ago
  55. 0294e05 Fix issues found by FindBugs: URF_UNREAD_FIELD by Pavlin Radoslavov · 10 years ago
  56. 4a4d26e Enable checkstyle AvoidNestedBlocks rule. by Ray Milkey · 10 years ago
  57. a2e2146 Enable checkstyle rule to hide utility class constructors. by Ray Milkey · 10 years ago
  58. 8374e4f Fix issues found by FindBugs: RV_RETURN_VALUE_IGNORED_BAD_PRACTICE by Pavlin Radoslavov · 10 years ago
  59. 45a0ad3 Fix issues found by FindBugs: WMI_WRONG_MAP_ITERATOR by Pavlin Radoslavov · 10 years ago
  60. fee8098 Fix issues found by FindBugs: SIC_INNER_SHOULD_BE_STATIC by Pavlin Radoslavov · 10 years ago
  61. 1584ec8 Enable checkstyle rule that looks for final classes. by Ray Milkey · 10 years ago
  62. 94b41b5 Enable checkstyle rule for static variable names. by Ray Milkey · 10 years ago
  63. b41100a Enable checkstyle Javadoc Comment Style rule by Ray Milkey · 10 years ago
  64. 55e281f Fix issues found by FindBugs: NP_TOSTRING_COULD_RETURN_NULL by Pavlin Radoslavov · 10 years ago
  65. 7d21c0a Fix issues found by FindBugs: NM_METHOD_NAMING_CONVENTION by Pavlin Radoslavov · 10 years ago
  66. b29e626 Enable checkstyle check for blocks without braces. by Ray Milkey · 10 years ago
  67. 4e7c22e Javadoc for the SDN-IP module by Jonathan Hart · 10 years ago
  68. ebc7051 Fix issues found by FindBugs: BC_IMPOSSIBLE_INSTANCEOF by Pavlin Radoslavov · 10 years ago
  69. 45233db Fix issues found by FindBugs: DMI_INVOKING_HASHCODE_ON_ARRAY by Pavlin Radoslavov · 10 years ago
  70. c68974f Fix issues found by FindBugs: UL_UNRELEASED_LOCK_EXCEPTION_PATH by Pavlin Radoslavov · 10 years ago
  71. 6360779 Fix issues found by FindBugs: GC_UNRELATED_TYPES by Pavlin Radoslavov · 10 years ago
  72. 9a496ad Fix issues found by FindBugs: NP_NULL_ON_SOME_PATH by Pavlin Radoslavov · 10 years ago
  73. 35ef8e8 Fix issues found by FindBugs: EC_BAD_ARRAY_COMPARE by Pavlin Radoslavov · 10 years ago
  74. 60c9b8f Fix issues found by FindBugs: EQ_COMPARETO_USE_OBJECT_EQUALS by Pavlin Radoslavov · 10 years ago
  75. ec9ee2e Findbugs and PMD work by Jonathan Hart · 10 years ago
  76. 33048e8 Fix issues found by FindBugs: INT_BAD_COMPARISON_WITH_SIGNED_BYTE by Pavlin Radoslavov · 10 years ago
  77. 8ed69c5 Fixed Findbugs issues in forwarding and arp modules by Jonathan Hart · 10 years ago
  78. 3255ae5 Fix issues found by FindBugs: DLS_DEAD_LOCAL_STORE by Pavlin Radoslavov · 10 years ago
  79. 608fac3 Fix issues found by FindBugs: MS_SHOULD_BE_FINAL by Pavlin Radoslavov · 10 years ago
  80. b6e0ac8 Enable checkstyle rule to catch inner assignments. by Ray Milkey · 10 years ago
  81. 424150c Fix issues found by FindBugs: SBSC_USE_STRINGBUFFER_CONCATENATION by Pavlin Radoslavov · 10 years ago
  82. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  83. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  84. 29a2a88 Change some of the basic classes in the "unit/" directory to immutable: by Pavlin Radoslavov · 10 years ago
  85. 1aa71f8 Enable checkstyle rule to find empty code blocks by Ray Milkey · 10 years ago
  86. 5d40601 Enable checkstyle trailing spaces rule by Ray Milkey · 10 years ago
  87. 7220972 Modified ZooKeeper directories to be configurable. by Naoki Shiota · 10 years ago
  88. 319a7dd Merge "Enable checkstyle empty statement check" by Ray Milkey · 10 years ago
  89. e10799b Merge "Enable checkstyle whitespace rules" by Ray Milkey · 10 years ago
  90. 043daa2 Enable checkstyle empty statement check by Ray Milkey · 10 years ago
  91. 7f1567c Enable checkstyle whitespace rules by Ray Milkey · 10 years ago
  92. 938a015 Cleaned up PMD violations in SDN-IP by Jonathan Hart · 10 years ago
  93. 2476cac Enable checkstyle member and local variable checks by Ray Milkey · 10 years ago
  94. 54e6aae Merge "Fixed onos.py to use new startup script." by Ray Milkey · 10 years ago
  95. 3f54746 Merge "Print error message when Oracle Java installation failed." by Ray Milkey · 10 years ago
  96. 1e8e31f Merge "Enable checkstyle check for newline at the end of source files and fix the errors found." by Ray Milkey · 10 years ago
  97. 0f913a0 Enable checkstyle check for newline at the end of by Ray Milkey · 10 years ago
  98. d4793b2 Print error message when Oracle Java installation failed. by Yuta HIGUCHI · 10 years ago
  99. c83a4fb better heuristics to guess correct JAVA_HOME by Yuta HIGUCHI · 10 years ago
  100. 45614c5 Enable checkstyle rule to disallow C style by Ray Milkey · 10 years ago