1. 8aca677 Fix for ONOS-5306:NPE in Flows Instructions Decoder by Jayasree Ghosh · 8 years ago
  2. 44929b7 Fix for ONOS-5323:Issue with POST /intents - Causing NPE with null/wrong appId by Jayasree Ghosh · 8 years ago
  3. f0b3ad8 [OpenTAM_DPIS] DPI Statistics Manager & dpis CLI by Sangsik Yoon · 8 years ago
  4. 6c60389 In vnet CLI, separates virutal port creation and binding operations. by Yoonseon Han · 8 years ago
  5. 20d452b Fix duplicated lines of code in method decode() by Antonio Marsico · 8 years ago
  6. 3ff504c Fix for ONOS-5175. GroupId refactoring. by Prince Pereira · 8 years ago
  7. 5e93545 Fix for ONOS-5033 hosts - dynamic or static by sdn · 8 years ago
  8. 02a417f ONOS-5214:Fix-For-Meter-WrongBandType-with-NPE-And-WrongUNITType-Issue by Jayasree Ghosh · 8 years ago
  9. 4e8b783 [ONOS-5170] GroupStore: add purgeGroupEntries by Victor Silva · 8 years ago
  10. 139bca4 [ONOS-5171] FlowRuleStore: add purgeFlowEntries by Victor Silva · 8 years ago
  11. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  12. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  13. 338bc0c Bumping pom versions to 1.7.0-rc2 and fixing some maven issues by Brian O'Connor · 8 years ago 1.7.0-rc2
  14. 0a4e674 Copyright update by Brian O'Connor · 8 years ago
  15. e7a240c FIX for ONOS-5260: METER AppID Display on GET, Precedence Range Issue by Jayasree Ghosh · 8 years ago
  16. 3b8101a Refactored IntentPartitionService as WorkPartitionService by Madan Jampani · 8 years ago
  17. df1eeae [ONOS-5169] GroupStore: properly add updated buckets by Victor Silva · 8 years ago
  18. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  19. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  20. d3ff540 Fix for ONOS-5152:Encoder for Disjoint Rest API with NPE:onos-1.7 by Jayasree Ghosh · 8 years ago
  21. 22774cd Addressing review comments of patch-3 by Viswanath KSP · 8 years ago
  22. 34b3060 Fix ONOS-5091 by varunsha · 8 years ago
  23. 89470f1 Group event indicating failover of previously used live port by helenyrwu · 8 years ago
  24. 695bac6 Check if the logger is configured as trace when logging as trace by Sho SHIMIZU · 8 years ago
  25. ba8c805 Replace comparator definitions with their Lambda equivalents. by Simon Hunt · 8 years ago
  26. a8f69ff Adding SinglePointToMultiPointIntentCodec for support SP2MP intent over REST by Chiara Contoli · 8 years ago
  27. e3bcfc3 Fix bugs in extension treatment REST API by Jonathan Hart · 8 years ago
  28. c2e6815 Use Java 8 Map#compute when possible by Yuta HIGUCHI · 8 years ago
  29. 21d0069 Remove explicit type parameters which can be inferred by Sho SHIMIZU · 8 years ago
  30. 1578042 Use for-each statement by Sho SHIMIZU · 8 years ago
  31. ef17cbd Remove redundant toString() calls by Sho SHIMIZU · 8 years ago
  32. e0b7d16 Remove unused import statements by Sho SHIMIZU · 8 years ago
  33. 3437bdb Fix dangling Javadoc comments by Sho SHIMIZU · 8 years ago
  34. e3c4334 Fix disjoint path exceptions when backup not present by helenyrwu · 8 years ago
  35. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  36. c3d69f5 Fix NPE when there's no secondary path. by Yuta HIGUCHI · 8 years ago
  37. b711fbf4 Cherry pick ONOS-4721 fix by Varun Sharma · 8 years ago
  38. 2d45985 ONOS-4751-Fix:creating GroupType INDIRECT, multiple bucket(REST API) by Jayasree Ghosh · 8 years ago
  39. 877914d [ONOS-4931] fix doc of FlowEntry.life(), add life(TimeUnit) by Thiago Santos · 8 years ago
  40. eb851cd Adding commands for managing layouts. by Thomas Vachuska · 8 years ago
  41. b440ef4 EdgeManager fixes by Yuta HIGUCHI · 8 years ago
  42. df352c6 Fix for the ONOS-4836 by Kavitha Alagesan · 8 years ago
  43. fd296b6 [ONOS-4681] Enables device registration in GossipDeviceStore, by helenyrwu · 8 years ago
  44. 25f07be ONOS-2184 VirtualHost CLI and REST api's by Claudine Chiu · 8 years ago
  45. b3ef1fd Fix GroupKey interpretation in REST by Charles Chan · 8 years ago
  46. 1172585 ONOS-4359: continued work on theming UI - updated app.pngs by Simon Hunt · 8 years ago
  47. 6eb00cc Allow reading PortDescription from DeviceStore by Yuta HIGUCHI · 8 years ago
  48. 1b2aea8 Removing gratuitous relativePath from pom.xmls by Brian O'Connor · 8 years ago
  49. 4e72a14 Fix for ONOS-4632 by Jayasree Ghosh · 8 years ago
  50. 11260a0 Try to use ModMplsHeaderInstruction and ModVlanHeaderInstruction by Jian Li · 8 years ago
  51. 50a6dbe Remove API deprecated in Falcon by Sho SHIMIZU · 8 years ago
  52. 6c71a05 Deprecating PortDiscovery in favour of DeviceDescritpionDiscovery by Andrea Campanella · 8 years ago
  53. a424a05 Allow to specify appId through FlowObjective REST API by Jian Li · 8 years ago
  54. e642f7c Bumping version to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  55. e2a59f4 Check TrafficTreatment and TrafficSelector in FlowRuleCodecTest by Jian Li · 8 years ago
  56. 36afa1b Add unit test for TrafficSelector Codec by Jian Li · 8 years ago
  57. e753963 Fix for [ONOS-3590] by Jon Hall · 8 years ago
  58. 2907ad2 [ONOS-4530] Allow to specify appId when insert FlowRule through REST by Jian Li · 8 years ago
  59. 96b47d9 Add unit test for TrafficTreatment REST API by Jian Li · 8 years ago
  60. e1c1c8d [ONOS-4409] Support applicationId registration and query via REST by Jian Li · 8 years ago
  61. f96d41f [ONOS-4438] Add REST API for mastership service by Jian Li · 8 years ago
  62. b68a2b0 [ONOS-4438] Add codecs for mastership REST API by Jian Li · 8 years ago
  63. c180686 Add configurable method to SimpleFlowRuleStore by sangyun-han · 8 years ago
  64. be27bb3 Updating BUCK files by Brian O'Connor · 8 years ago
  65. a7903ae Moving default app.png to common/resources, so that it is included in the bundle by Brian O'Connor · 8 years ago
  66. 1decd53 ONOS-4077: REST API's for virtual networks, devices, ports, links: add missing onos.rsModel statements + fix example field in JSON files by Claudine Chiu · 8 years ago
  67. 9a10897 ONOS-3633 - Implementation of virtual network point to point intent provider. by Brian Stanke · 8 years ago
  68. dab7256 [ONOS-4258] Initial implementation of supporting extension in REST by Jian Li · 8 years ago
  69. c5d93e6 Added meter and table transition instructions to flows REST API. by Konstantinos Kanonakis · 8 years ago
  70. f6bf8d5 ONOS-4077: REST API's for virtual links. by Claudine Chiu · 8 years ago
  71. 7cbbbb7 Adding Copyright notice to files that are missing it by Brian O'Connor · 8 years ago
  72. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  73. e4a4f99 Updating ApplicationArchive.isPlainXml() to exclude files that begin with zip magic bytes by Brian O'Connor · 8 years ago
  74. b86c920 Updating Buck files to build OSGi jars by Brian O'Connor · 8 years ago
  75. fb8b816 REST API's for tenants, virtual networks, virtual devices ad virtual ports. by Claudine Chiu · 8 years ago
  76. f80bbb2 Initial BUCK build by Ray Milkey · 8 years ago
  77. e91e572 Remove ModLambdaInstruction because we don't use indexed lambda by Sho SHIMIZU · 8 years ago
  78. f60e45f Remove L0SubType.LAMBDA which now gets unnecessary by Sho SHIMIZU · 8 years ago
  79. a114d89 Remove IndexedLambda deprecated in Emu by Sho SHIMIZU · 8 years ago
  80. cc137a9 Remove method Lambda.indexedLambda() deprecated in Emu by Sho SHIMIZU · 8 years ago
  81. 0681016 Remove IndexedLambdaCriterion deprecated in Emu by Sho SHIMIZU · 8 years ago
  82. 57f2efd Remove Instruction.DROP deprecated in Emu by Sho SHIMIZU · 8 years ago
  83. 05b24f8 Remove LinkResourceStore and its implementations by Sho SHIMIZU · 8 years ago
  84. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  85. fbaabae Support more instruction type in EncodeInstructionCodecHelper by Charles Chan · 8 years ago
  86. 5df1447 ONOS-4076 - Virtual Network CLI commands and bug fixes in by Brian Stanke · 8 years ago
  87. 4e2149e Remove LambdaConstraint as IndexLambda is soon removed by Sho SHIMIZU · 8 years ago
  88. c747729 Refactor Comparator class to break dependency of core/net on the CLI by Ray Milkey · 8 years ago
  89. 834c8d7 Fixed bug in Flows REST API for handling flows with no app ID by Jonathan Hart · 8 years ago
  90. 955c316 Starting snapshot 1.6.0-SNAPSHOT by Brian O'Connor · 8 years ago
  91. 55b4d80 Tagging 1.5.0 (Falcon) by Brian O'Connor · 8 years ago 1.5.0
  92. 2369642 Starting snapshot 1.5.0-SNAPSHOT by Madan Jampani · 8 years ago
  93. b7a5420 Tagging 1.5.0-rc3 by Madan Jampani · 8 years ago 1.5.0-rc3
  94. 70dffe4 Support to encode and decode setqueue id in InstructionCodec by Jian Li · 8 years ago
  95. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  96. e099166 Remove ambiguity on instruction naming in InstructionCodec by Jian Li · 8 years ago
  97. 47b2623 Support to encode and decode meter id in InstructionCodec by Jian Li · 8 years ago
  98. afae2f7 Apps-- added onos.app.title property to applications. by Simon Hunt · 8 years ago
  99. ce8c560 Support to encode and decode group id in InstructionCodec by Jian Li · 8 years ago
  100. 7c322f4 Support to specify table id when insert Flow Rule through REST API by Jian Li · 8 years ago