1. 23b5a76 Add resources into intent toString() outputs. by Jonathan Hart · 9 years ago
  2. 229794b Fixed couple of GossipIntentStore bugs. by Jonathan Hart · 9 years ago
  3. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  4. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  5. dac3008 Remove unused IntentStore write APIs. by Jonathan Hart · 9 years ago
  6. 8851ed9 Trim whitespaces before and after .cfg file arguments. by Ayaka Koshibe · 9 years ago
  7. 7446da9 Modify unit test for serializing FlowRuleBatchEntry by Sho SHIMIZU · 9 years ago
  8. 3466096 Fix typo in Javadoc comment by Sho SHIMIZU · 9 years ago
  9. 5573d32 Initial implementation of GossipIntentStore. by Jonathan Hart · 9 years ago
  10. c0e8bfa Revert "Use Optional instead of null to remove FIXME comment" by Sho SHIMIZU · 9 years ago
  11. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  12. 166e61e Fix ONOS-815: register Optional class to Kryo by Sho SHIMIZU · 9 years ago
  13. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  14. 9639df7 Use Optional instead of null to remove FIXME comment by Sho SHIMIZU · 9 years ago
  15. c036367 Remove deprecated and unused APIs from IntentStore. by Jonathan Hart · 9 years ago
  16. d94b477 Delete code that is commented out by Sho SHIMIZU · 9 years ago
  17. 2b2e681 Fix typo by Sho SHIMIZU · 9 years ago
  18. 2bb988b Return immediately when the given BatchWrite is empty by Sho SHIMIZU · 9 years ago
  19. 591dc99 Get rid of super type of IntentId by Sho SHIMIZU · 9 years ago
  20. d58c5b7 Simplify the code by using the constructor initializing a reference by Sho SHIMIZU · 9 years ago
  21. d4df608 Use diamond operator to simplify the code by Sho SHIMIZU · 9 years ago
  22. 60e2467 Add null check in the constructor by Sho SHIMIZU · 9 years ago
  23. 86f6198 Remove TODO comment by Sho SHIMIZU · 9 years ago
  24. 3cbfbc4 Expose the obstacles Set in a method - needed for REST APIs by Ray Milkey · 9 years ago
  25. 183b12fd Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  26. 16ea69b Pass constraints argument to the constructor of super class by Sho SHIMIZU · 9 years ago
  27. a15546f Passing an empty list instead of null to improve null-safety by Sho SHIMIZU · 9 years ago
  28. bd128fa Delete code that is commented out by Sho SHIMIZU · 9 years ago
  29. 0f9aba8 ONOS-635 Adding ICMPv6 type and code builder for HostMonitor. by Kunihiro Ishiguro · 9 years ago
  30. f84591d Don't flood ARP packets out the port they came in on. by Jonathan Hart · 9 years ago
  31. a8f4e7d Sketching out device driver subsystem to allow extensible device management functions to be made available to applications. by Thomas Vachuska · 9 years ago
  32. 52fae7d ONOS-509: Match IPV6_SRC, IPV6_DST criteria by Charles M.C. Chan · 9 years ago
  33. 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 9 years ago
  34. e1dfb50 Fix javadoc typos by Ray Milkey · 9 years ago
  35. 8b6b172 temporary NPE fix for ONOS-439 by Brian O'Connor · 9 years ago
  36. e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 9 years ago
  37. 8717be2 Fix for ONOS-607 - controller port displayed incorrectly in CLI by Ray Milkey · 9 years ago
  38. d03eda0 Unit tests for Instruction and Ethernet codecs by Ray Milkey · 9 years ago
  39. d36a74b Add explicit flow rules to receive control packets: ARP, LLDP, BDDP by Pavlin Radoslavov · 9 years ago
  40. 09e464b Starting GUI server-side code by Bri Prebilic Cole · 9 years ago
  41. 8cd9fb8 Make timeout and max attempts configurable by Sho SHIMIZU · 9 years ago
  42. 9a39eca ONOS-423 - Throw a specific exception when resources are exhausted by Ray Milkey · 9 years ago
  43. f4df005 ONOS-537 Provided maxLen setting to make sure packet data is sent with packet-in message. Also added support for TrafficTreatment.Builder.punt(); by Thomas Vachuska · 9 years ago
  44. 4fb5cde Register FlowRuleEvent.Type with Kryo. by Jonathan Hart · 9 years ago
  45. 36eb6e1 Bugfix: Criteria.toString() does not convert unsigned variables properly. by Charles M.C. Chan · 9 years ago
  46. ab17b27 LinkCollectionIntentInstaller - reuse same code for install and uninstall by Jonathan Hart · 9 years ago
  47. e59c7e3 GossipHostStore: allow location change + update by Yuta HIGUCHI · 9 years ago
  48. 24d483d Cosmetic fixes to SMap by Yuta HIGUCHI · 9 years ago
  49. 1773d0a Set dependency scope test to unit test libraries by Yuta HIGUCHI · 9 years ago
  50. 0908275 Refactor: Use Duration instead of primitive value by Sho SHIMIZU · 9 years ago
  51. c647b1e Null check at the head of the constructor of IntentOperation by Sho SHIMIZU · 9 years ago
  52. 467ccf7 DefaultFlowRule: remove deprecated constructor by Yuta HIGUCHI · 9 years ago
  53. 08f156b DistributedFlowRuleStore: always add FlowEntry on batchStore by Yuta HIGUCHI · 9 years ago
  54. ddb7772 LinkManager: log only if link actually disappeared by Yuta HIGUCHI · 9 years ago
  55. 24f79eb DistributedFlowRuleStore: getFlowEntries should never return null by Yuta HIGUCHI · 9 years ago
  56. 800fac6 LinkStores: Concurrent readable {src, dst}Links by Yuta HIGUCHI · 9 years ago
  57. 7bbeb3f ONOS-393 - In a multi ONOS system, a ink may not yet be known about. by Ray Milkey · 9 years ago
  58. fcf9162 Check if not null in the constructor by Sho SHIMIZU · 9 years ago
  59. 2c255db Remove type parameter by using type interence by Sho SHIMIZU · 9 years ago
  60. f269540 Fix for ONOS-393 - NPE when one of the devices can no longer be found by Ray Milkey · 9 years ago
  61. 7c44c05 Unit tests for Objective Tracker by Ray Milkey · 9 years ago
  62. c578359 Logging bug fix by Yuta HIGUCHI · 9 years ago
  63. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  64. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  65. ab98466 adding license to ALL files by alshabib · 9 years ago
  66. 97b9abc Fix a typo in a comment. by Pavlin Radoslavov · 9 years ago
  67. 6593489 Scrubbing store related TODO/FIXMEs by Yuta HIGUCHI · 9 years ago
  68. 6dd018f Added a simple constructor for code demo tomorrow. by Thomas Vachuska · 9 years ago
  69. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  70. 4785eec removing some TODOs by alshabib · 9 years ago
  71. 045c01d Adding packaging on onos*.zip file. by Thomas Vachuska · 9 years ago
  72. 9796cc6 HazelcastIntentStore: workaround to provide Event subject on WITHDRAWN by Yuta HIGUCHI · 9 years ago
  73. 0ad84ec setting periodic calls to reasonable intervals by alshabib · 9 years ago
  74. 0d972b9 Fix the logic for printing a log message by Pavlin Radoslavov · 9 years ago
  75. 1e37d561 Suppress stacktrace of benign exception when computing topology by Jonathan Hart · 9 years ago
  76. 30f45fb Refactor: add static factory method in BatchWrite, instead of in IntentStore by Sho SHIMIZU · 9 years ago
  77. e9a3e22 Add some test cases to Intent Manager tests by Ray Milkey · 9 years ago
  78. 369c643 Use two thread pools for handling the OpenFlow STATS and BARRIER messages. by Pavlin Radoslavov · 9 years ago
  79. 81419e2 HazelcastLinkResourceStore: bug fix for ONOS-379 by Yuta HIGUCHI · 9 years ago
  80. 7a9fddd IntentManager: give each thread a uniq name in ThreadPool by Yuta HIGUCHI · 9 years ago
  81. c1ee674 DeviceIdSerializer: use case normalized String by Yuta HIGUCHI · 9 years ago
  82. 351e2f6 Add ToDo comment by Sho SHIMIZU · 9 years ago
  83. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  84. 6b98ab6 Dist.FlowRuleStore: log operation, when encountered no master situation by Yuta HIGUCHI · 9 years ago
  85. 1516f48 Fix NP found during optica re-route on multi-instance by Praseed Balakrishnan · 9 years ago
  86. 4c464fb Correct indent by Sho SHIMIZU · 9 years ago
  87. 43772d7 HazelcastIntentStore: fix checkstyle issue by Yuta HIGUCHI · 9 years ago
  88. 36dd7e4 FlowRuleManager: properly name thread pool by Yuta HIGUCHI · 9 years ago
  89. db8a9d2 Fix serializer exception while using optical intent on distributed store by Praseed Balakrishnan · 9 years ago
  90. e63e51e Prohibit null in instantiation by Sho SHIMIZU · 9 years ago
  91. 427a214 NPE fix for ONOS-379 by Yuta HIGUCHI · 9 years ago
  92. acdec31 NPE fix for ONOS-379 by Yuta HIGUCHI · 9 years ago
  93. 64def64 aggregate flow replies on io thread by alshabib · 9 years ago
  94. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  95. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  96. 164fa5c GUI fixes/breaks. by Thomas Vachuska · 9 years ago
  97. d36a58e Hazelcast based Stores: configure async backup on it's own by Yuta HIGUCHI · 9 years ago
  98. 06596e3 Add javadoc for implementaions of criteria by Sho SHIMIZU · 9 years ago
  99. a66cb12 Correct typo and description in javadoc by Sho SHIMIZU · 9 years ago
  100. dfb9b36 Use non-abbreviated forms in javadoc by Sho SHIMIZU · 9 years ago