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