1. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  2. b269a43 Delete line that is commented out by Sho SHIMIZU · 9 years ago
  3. 1a433d2 Remove comment that is obsolete by Sho SHIMIZU · 9 years ago
  4. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  5. fd0cd8c Move CompilingFailed to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  6. f2af6a2 Move DoNothing to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  7. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  8. ea4d7d1 Initial work on Intent API (ONOS-618) by Brian O'Connor · 9 years ago
  9. bdc17e7 Move inner interfaces to upper level to reduce IntentManager's size by Sho SHIMIZU · 9 years ago
  10. 28e7271 Change IntentUpdate and CompletedIntentUpdate to be interface by Sho SHIMIZU · 9 years ago
  11. 23f36f0 Refactor: remove unused method in IntentManager by Sho SHIMIZU · 9 years ago
  12. 9ea3453 Avoid empty check of BatchWrite in the caller side by Sho SHIMIZU · 9 years ago
  13. 968c70d Remove an unused constant by Sho SHIMIZU · 9 years ago
  14. adf8c48 Refactor IntentManager: apply state pattern for intent state transition by Sho SHIMIZU · 9 years ago
  15. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  16. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  17. 8851ed9 Trim whitespaces before and after .cfg file arguments. by Ayaka Koshibe · 9 years ago
  18. 3466096 Fix typo in Javadoc comment by Sho SHIMIZU · 9 years ago
  19. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  20. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  21. d94b477 Delete code that is commented out by Sho SHIMIZU · 9 years ago
  22. d58c5b7 Simplify the code by using the constructor initializing a reference by Sho SHIMIZU · 9 years ago
  23. d4df608 Use diamond operator to simplify the code by Sho SHIMIZU · 9 years ago
  24. 183b12fd Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  25. a15546f Passing an empty list instead of null to improve null-safety by Sho SHIMIZU · 9 years ago
  26. bd128fa Delete code that is commented out by Sho SHIMIZU · 9 years ago
  27. f84591d Don't flood ARP packets out the port they came in on. by Jonathan Hart · 9 years ago
  28. 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 9 years ago
  29. 8b6b172 temporary NPE fix for ONOS-439 by Brian O'Connor · 9 years ago
  30. e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 9 years ago
  31. d36a74b Add explicit flow rules to receive control packets: ARP, LLDP, BDDP by Pavlin Radoslavov · 9 years ago
  32. 8cd9fb8 Make timeout and max attempts configurable by Sho SHIMIZU · 9 years ago
  33. ab17b27 LinkCollectionIntentInstaller - reuse same code for install and uninstall by Jonathan Hart · 9 years ago
  34. 467ccf7 DefaultFlowRule: remove deprecated constructor by Yuta HIGUCHI · 9 years ago
  35. ddb7772 LinkManager: log only if link actually disappeared by Yuta HIGUCHI · 9 years ago
  36. 7bbeb3f ONOS-393 - In a multi ONOS system, a ink may not yet be known about. by Ray Milkey · 9 years ago
  37. fcf9162 Check if not null in the constructor by Sho SHIMIZU · 9 years ago
  38. f269540 Fix for ONOS-393 - NPE when one of the devices can no longer be found by Ray Milkey · 9 years ago
  39. 7c44c05 Unit tests for Objective Tracker by Ray Milkey · 9 years ago
  40. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  41. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  42. ab98466 adding license to ALL files by alshabib · 9 years ago
  43. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  44. 4785eec removing some TODOs by alshabib · 9 years ago
  45. 30f45fb Refactor: add static factory method in BatchWrite, instead of in IntentStore by Sho SHIMIZU · 9 years ago
  46. e9a3e22 Add some test cases to Intent Manager tests by Ray Milkey · 9 years ago
  47. 369c643 Use two thread pools for handling the OpenFlow STATS and BARRIER messages. by Pavlin Radoslavov · 9 years ago
  48. 7a9fddd IntentManager: give each thread a uniq name in ThreadPool by Yuta HIGUCHI · 9 years ago
  49. 64ae11c Move nested class to top-level class by Sho SHIMIZU · 9 years ago
  50. 36dd7e4 FlowRuleManager: properly name thread pool by Yuta HIGUCHI · 9 years ago
  51. 64def64 aggregate flow replies on io thread by alshabib · 9 years ago
  52. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  53. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  54. 164fa5c GUI fixes/breaks. by Thomas Vachuska · 9 years ago
  55. 93508c2 Unit tests and manager changes for failure cases by Ray Milkey · 9 years ago
  56. 7a71d5d Added WITHDRAW_REQ Intent State for ONOS-146 by Brian O'Connor · 9 years ago
  57. f5e3580 Modified the MultiPointToSinglePointIntentCompiler to prevent duplicate packets by Jonathan Hart · 9 years ago
  58. 5d55ed4 Bug fixes for Intent Manager by Brian O'Connor · 9 years ago
  59. a44dda5 Suppressing PathNotFound exception by Brian O'Connor · 9 years ago
  60. 86f6f7f Adding Leadership Listener to IntentBatchService by Brian O'Connor · 9 years ago
  61. a9819bf fix intent issues yuta observed by alshabib · 9 years ago
  62. afc514a when a switch vapourizes so must its ports by alshabib · 9 years ago
  63. c2bf3d8 IntentManager: use IntentStore batch APIs by Yuta HIGUCHI · 9 years ago
  64. 12dfdc3 Added web-socket fail-over and fixed a defect in mastership balancing. by Thomas Vachuska · 9 years ago
  65. 1e68bdd Added ability to force mastership re-balancing between instances from the GUI. by Thomas Vachuska · 9 years ago
  66. 5dd52f7 Enhancing the GUI traffic-related code. Fixed a defect in reactive forwarding. by Thomas Vachuska · 9 years ago
  67. 82e5326 For ONOS-356 by Yuta HIGUCHI · 9 years ago
  68. 507ac37 getprevious should fetch the previous stats from the store by alshabib · 9 years ago
  69. 72a034c Initial implementation of distributed intent batch queue by Brian O'Connor · 9 years ago
  70. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  71. 6b7920d Measuring topology performance. Fixing a defect that caused us to run w/o accumulator when config file was not present. by Thomas Vachuska · 9 years ago
  72. e4b6bb2 Intents are now removed after being withdrawn. by Thomas Vachuska · 9 years ago
  73. 119fd5c Javadoc fixes. by Pavlin Radoslavov · 9 years ago
  74. 5bde31f Fixing various issues and re-tuning. by Thomas Vachuska · 9 years ago
  75. 37f6a38 Unit test refactoring by Ray Milkey · 9 years ago
  76. 75a5bd9 Change return type of groupId() in FlowRule not to misusing underlying type by Sho SHIMIZU · 9 years ago
  77. e3cc0b9 Enhance StatisticService to allow filtering by Application ID and Group ID by Sho SHIMIZU · 9 years ago
  78. e97ede9 ONOS-239 Retrigger compilation when new resources are available by Ray Milkey · 9 years ago
  79. 58682dd Lower log level of frequently-executed flow stats code by Jonathan Hart · 9 years ago
  80. a22f69f Slice out MetricsHelper/Util by Yuta HIGUCHI · 9 years ago
  81. fe4367a IntentManager: lower log level to dump details by Yuta HIGUCHI · 9 years ago
  82. 520c052 Changing Intent Ids to use explicit id assignment by Brian O'Connor · 9 years ago
  83. 2be9bea adding specified treatments when uninstalling intents by alshabib · 9 years ago
  84. 7466d61 Null checking in packet-out mechanism. by Jonathan Hart · 9 years ago
  85. a505e4f Fix typo in path not found exception text by Ray Milkey · 9 years ago
  86. 6a46283 metrics command to dump all the Metric in the system. by Yuta HIGUCHI · 9 years ago
  87. 4a33807 SinglePoint to MultiPoint Intent initial implementation by Michele Santuari · 10 years ago
  88. bcac499 Flatten MastershipTermService by Yuta HIGUCHI · 9 years ago
  89. 427a176 Updating Intent Manager to deal with failures. by Brian O'Connor · 9 years ago
  90. 3908fde Fix ONOS-151 to support installation of PointToPointIntent by Sho SHIMIZU · 9 years ago
  91. ccfa94c LLDPLinkProvider listens to MastershipEvents by Ayaka Koshibe · 9 years ago
  92. 392619e adding group id for intent flows by Brian O'Connor · 9 years ago
  93. 5c05f86 only apply passed actions to last flowrule in p2pintent by alshabib · 9 years ago
  94. c3de1bc fix in the point to point intent to take into account existing treatments by alshabib · 9 years ago
  95. 00dd1f9 Fix for optical re-reoute by Praseed Balakrishnan · 9 years ago
  96. 78bcbc1 remove dependency on Devices for handling MastershipEvents by Ayaka Koshibe · 9 years ago
  97. e2ff25a Serializing batch execution on per-instance basis for intents by Brian O'Connor · 9 years ago
  98. c9d7673 Cleaned up inconsistency in OpticalConnectivityIntent API. by Jonathan Hart · 9 years ago
  99. 772852a Some fixes for the optical app by Brian O'Connor · 9 years ago
  100. 912bdd5 Adding configurability to the even accumulator for the topology provider. by Thomas Vachuska · 9 years ago