1. 3a23600 Workaround for flow mod semantic differences between OF 1.0 and 1.3. by Jonathan Hart · 10 years ago
  2. 93d35ea Rename {Switch,Port,Link,Host}Event -> {...}Data by Yuta HIGUCHI · 10 years ago
  3. 5302b6c Fixed an issue that caused FlowPusher to go into an infinite loop. by Jonathan Hart · 10 years ago
  4. b05aac9 Remove the local onos/core/Pair.java class and replace it with by Pavlin Radoslavov · 10 years ago
  5. d92b10c Fixing topology related interface/class tree by Yuta HIGUCHI · 10 years ago
  6. e57e10e Make KryoFactory thread safe. by Yuta HIGUCHI · 10 years ago
  7. 5bf7f6f Modify checkstyle maximum parameter count by Ray Milkey · 10 years ago
  8. fc932d5 Refactor IdBlcok: move to core.util package by Sho SHIMIZU · 10 years ago
  9. 4de98c3 Removed the Pavlin FlowPath abstraction. by Jonathan Hart · 10 years ago
  10. 4373cbe Fix some pmd high priority errors by Ray Milkey · 10 years ago
  11. e95f4ea Replace LOXI 0.3.4 with LOXI 0.3.8 by Matteo Gerola · 10 years ago
  12. 054cd59 ONOS-1871: Send Topology MastershipEvent info to Topology listeners. by Pavlin Radoslavov · 10 years ago
  13. c78b8f6 Removed the old openflowj protocol library by Jonathan Hart · 10 years ago
  14. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  15. 6fdd91d Fix PMD errors in REST API framework by Ray Milkey · 10 years ago
  16. a5637c0 Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  17. afadeda Fix for IOFSwitch/OFSwitchImpl leak by Yuta HIGUCHI · 10 years ago
  18. c49917c Set the timestamps by using the absolute epoch time in milliseconds by Pavlin Radoslavov · 10 years ago
  19. d4f4037 Added performance-related metrics for the Topology and Intents: by Pavlin Radoslavov · 10 years ago
  20. a617e15 BugFix: Switch instance should not be used as a Key element. by Yuta HIGUCHI · 10 years ago
  21. b809364 BugFix: LinkEvent should not be used as identifier. by Yuta HIGUCHI · 10 years ago
  22. 4eaab99 * Added a new class TopologyEvents that encapsulated the collections by Pavlin Radoslavov · 10 years ago
  23. a0dcd47 Trigger conversion to JSON earlier. by Yuta HIGUCHI · 10 years ago
  24. b1e2ab7 Rename #getNumber -> #getPortNumber by Yuta HIGUCHI · 10 years ago
  25. 5c8cbeb Remove PortEvent.SwitchPort by Yuta HIGUCHI · 10 years ago
  26. 8f3dfa3 Topology interface to use Dpid, PortNumber by Yuta HIGUCHI · 10 years ago
  27. 3818b4a Add null pointer checks to IntentMap methods. by Toshio Koide · 10 years ago
  28. d6108c5 Removed topology logging in Intent framework by Jonathan Hart · 10 years ago
  29. 9748da9 javadoc fix by Praseed Balakrishnan · 10 years ago
  30. fb56450 Rename Port to PortNumber by Yuta HIGUCHI · 10 years ago
  31. 5d2c939 Deleted device manager's inside global cache and changed to use the topo cache. by TeruU · 10 years ago
  32. 954e082 Fix a bug in the Json serialization of class ApplicationIntent: by Pavlin Radoslavov · 10 years ago
  33. 6947445 Fix missing references and missing description in Javadoc by Sho SHIMIZU · 10 years ago
  34. 7d7f0a0 Serializers Cleanup by Ray Milkey · 10 years ago
  35. 99ff20a Cleaned up warnings reported by the Javadoc tool. by Jonathan Hart · 10 years ago
  36. fdb7593 cleanup and javadoc for remaining files in onos.core.intent.runtime by Toshio Koide · 10 years ago
  37. 441585c Javadoc typo fix by Yuta HIGUCHI · 10 years ago
  38. a581b9d cleanup and javadoc for remaining files in onos.core.intent by Brian O'Connor · 10 years ago
  39. c89d286 refactoring and adding javadoc to PlanInstallModule by Brian O'Connor · 10 years ago
  40. 4a58f0a Change the flow-path installation check logic by Toshio Koide · 10 years ago
  41. 8bfacf3 Fix a bug in the Get Shortest-Path REST call processing. by Pavlin Radoslavov · 10 years ago
  42. da14784 Fix an issue with removing intents that are in INST_NACK state by Pavlin Radoslavov · 10 years ago
  43. 2fa6ca4 JSON Serializers for Intents by Ray Milkey · 10 years ago
  44. a15fb86 cleaned up and added javadoc to PlanInstallRuntime by Brian O'Connor · 10 years ago
  45. a84723c adding javadoc to intent classes: Action, FlowEntry, ForwardAction, Match by Brian O'Connor · 10 years ago
  46. 762aca3 cleaned up and added javadoc to PlanCalcRuntime.java by Brian O'Connor · 10 years ago
  47. c00f5c2 Enforced Checkstyle rule to limit line length. by Jonathan Hart · 10 years ago
  48. a1199fa Fix @param tag references in Javadoc comments by Sho SHIMIZU · 10 years ago
  49. e2238bc Update the Intent Delete API and semantics: by Pavlin Radoslavov · 10 years ago
  50. 26d7789 Make Pair class immutable when user supplies immutable objects by Sho SHIMIZU · 10 years ago
  51. 353a9e1 Fix the rerouting problem of the shortest path intent. by Toshio Koide · 10 years ago
  52. e8bfe61 BugFix: Potential Kryo instance leak on Exception. by Yuta HIGUCHI · 10 years ago
  53. 7d3cee0 Suppress unnecessary PathIntent operations when rerouting by Toshio Koide · 10 years ago
  54. 14dba90 Fix bug: PathIntent's state is stuck in the DEL_REQ state after rerouting by Toshio Koide · 10 years ago
  55. 20c801c Fix for bug where installed intents have the same src and dst mac. by Jonathan Hart · 10 years ago
  56. 33e1f30 Couple more typos by Jonathan Hart · 10 years ago
  57. 4dc8d87 Fixed minor typo in ShortestPathIntent field that was output into JSON by Jonathan Hart · 10 years ago
  58. 399a292 IPAddress into IntentFramework Fixed & SDN-IP SetupBGPPaths by Komal Shah · 10 years ago
  59. e5d0bf1 Fix an idle timeout issue. by TeruU · 10 years ago
  60. e3bbe2f Fixed a cookie id handling issue that was not written it into the last switch. by TeruU · 10 years ago
  61. c097fdf Cleanup the REST processing of Topology-related REST calls, and by Pavlin Radoslavov · 10 years ago
  62. 0fe749a Update findbugs versions. by Yuta HIGUCHI · 10 years ago
  63. 9e53066 Fixed "Intent" problem: Add flow removed event by using "DEL_ACK". by TeruU · 10 years ago
  64. ff73514 Fix Java lint reported errors by Ray Milkey · 10 years ago
  65. 3aeda4f REST API changes for client side errors by Ray Milkey · 10 years ago
  66. 30c0c93 Add timeout function to Intent. by TeruU · 10 years ago
  67. 149693c Fix some compilation warnings. by Ray Milkey · 10 years ago
  68. a8091b1 First cut at REST errors by Ray Milkey · 10 years ago
  69. f911165 Made "ReactiveFowarding" work in the multiple ONOS instance. by TeruU · 10 years ago
  70. e37e4e2 Renamed *NetworkGraph* references to *Topology*. by Jonathan Hart · 10 years ago
  71. 1366905 WIP: Refactoring the Intent REST API. by Pavlin Radoslavov · 10 years ago
  72. 1fc395e Move Path to intent package. by Yuta HIGUCHI · 10 years ago
  73. b2a8c1f Fixed file permissions: removed executable flag for Java source files. by Pavlin Radoslavov · 10 years ago
  74. 0c14b8a Fix a bug: Correct the class name when creating the logger. by Pavlin Radoslavov · 10 years ago
  75. ce4a06b Add javadoc to Switch/Port/Link/ShortestPathIntent by Yuta HIGUCHI · 10 years ago
  76. 964f8ae Updated Intent-related log messages from log.error() to log.debug() by Pavlin Radoslavov · 10 years ago
  77. a5450cc Enable checkstyle rule for too many formal parameters by Ray Milkey · 10 years ago
  78. 5df613b Enable checkstyle rule to catch variables that hide fields by Ray Milkey · 10 years ago
  79. 0b122ed Enable checkstyle rule for missing defaults in switch statements by Ray Milkey · 10 years ago
  80. 7fb1641 Fix issues found by FindBugs: EQ_DOESNT_OVERRIDE_EQUALS by Pavlin Radoslavov · 10 years ago
  81. b630929 Fix issues found by FindBugs: URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD by Pavlin Radoslavov · 10 years ago
  82. 53ad5e3 Fix issues found by FindBugs: SS_SHOULD_BE_STATIC and SIC_INNER_SHOULD_BE_STATIC by Pavlin Radoslavov · 10 years ago
  83. 0294e05 Fix issues found by FindBugs: URF_UNREAD_FIELD by Pavlin Radoslavov · 10 years ago
  84. 45a0ad3 Fix issues found by FindBugs: WMI_WRONG_MAP_ITERATOR by Pavlin Radoslavov · 10 years ago
  85. fee8098 Fix issues found by FindBugs: SIC_INNER_SHOULD_BE_STATIC by Pavlin Radoslavov · 10 years ago
  86. b41100a Enable checkstyle Javadoc Comment Style rule by Ray Milkey · 10 years ago
  87. b29e626 Enable checkstyle check for blocks without braces. by Ray Milkey · 10 years ago
  88. c68974f Fix issues found by FindBugs: UL_UNRELEASED_LOCK_EXCEPTION_PATH by Pavlin Radoslavov · 10 years ago
  89. 424150c Fix issues found by FindBugs: SBSC_USE_STRINGBUFFER_CONCATENATION by Pavlin Radoslavov · 10 years ago
  90. ec83894 Enable checkstyle rule for JLS modifier order by Ray Milkey · 10 years ago
  91. 5c9f2db Enable checkstyle rules to check names of static final members by Ray Milkey · 10 years ago
  92. 1aa71f8 Enable checkstyle rule to find empty code blocks by Ray Milkey · 10 years ago
  93. 5d40601 Enable checkstyle trailing spaces rule by Ray Milkey · 10 years ago
  94. 7f1567c Enable checkstyle whitespace rules by Ray Milkey · 10 years ago
  95. 0f913a0 Enable checkstyle check for newline at the end of by Ray Milkey · 10 years ago
  96. 45614c5 Enable checkstyle rule to disallow C style by Ray Milkey · 10 years ago
  97. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  98. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  99. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  100. 472062d Renamed networkgraph package to topology. by Jonathan Hart · 10 years ago