1. 48e64e4 Cleaned up the SRLG and disjoint path code and naming. by Thomas Vachuska · 9 years ago
  2. 2ec191f Disjoint Path Utils Exposed by Nikhil Cheerla · 9 years ago
  3. 1cf0f9a [Emu] Disjoint Path Utils Exposed (to DefaultTopology) by Nikhil Cheerla · 9 years ago
  4. f107bd7 ONOS-2947 Improvements to HostService by Brian O'Connor · 9 years ago
  5. 7f171b2 ONOS- 2946 Adding ability to view existing packet intercept requests and packet processors. by Thomas Vachuska · 9 years ago
  6. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  7. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  8. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  9. feafdca Simplify lambda expression by removing braces by Sho SHIMIZU · 9 years ago
  10. 25a0aa4 Remove explicitly declared Object in type parameter by Sho SHIMIZU · 9 years ago
  11. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  12. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  13. 7a4087b Use diamond operator by Sho SHIMIZU · 9 years ago
  14. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  15. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  16. be539db JSON for flows should return the app name, not the app ID by Ray Milkey · 9 years ago
  17. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  18. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  19. fab2950 ONOS-2578 Added codec for mod tcp/udp port instructions by Hyunsun Moon · 9 years ago
  20. cf732fb ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
  21. 11ff4a8 Delta Port Statistics added to DeviceStore, Device Service and CLI by Dusan Pajin · 9 years ago
  22. 7080a0d ONOS-2581 Add codec for tunnel id by Hyunsun Moon · 9 years ago
  23. b2c47a7 Adding ability to synchronize topology clusters' broadcast trees. by Thomas Vachuska · 9 years ago
  24. 320c58f Refactoring to eliminate duplicate DefaultTopology and DefaultTopologyGraph; eliminating a few fixmes. by Thomas Vachuska · 9 years ago
  25. 930a8ee Refactoring to eliminate duplicate DefaultTopology and DefaultTopologyGraph; eliminating a few fixmes. by Thomas Vachuska · 9 years ago
  26. 8044c09 ONOS-1679 Removed use of /tmp directory from various unit tests. by Thomas Vachuska · 9 years ago
  27. 565a66a Bug fixes/improvements: by Madan Jampani · 9 years ago
  28. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  29. f7cb401 Fix ONOS-2090 - Improvements to Intent JSON by Ray Milkey · 9 years ago
  30. b9af946 Implement REST APIs for link flow statistics by Ray Milkey · 9 years ago
  31. 6d7968e Refeactor codec helper classes by Ray Milkey · 9 years ago
  32. b82c42b Implementation of REST POST API for creating intents by Ray Milkey · 9 years ago
  33. 5448d46 ONOS-1680: Close InputStream explictly to delete the opened file reliably. by Kenji HIKICHI · 9 years ago
  34. 9553bb8 Make TrafficTreatment.Builder.setLambda() deprecated by Sho SHIMIZU · 9 years ago
  35. 7b808c5 small fixes to ethtype pattern by alshabib · 9 years ago
  36. caf1ca2 adding EthType to secure handling ether types by alshabib · 9 years ago
  37. 85571eb Remove deprecated Lambda instruction builder method by Ray Milkey · 9 years ago
  38. eb5c717 ONOS-2144 - Complete implementation of REST API for flows by Ray Milkey · 9 years ago
  39. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  40. c97aa61 ONOS-1793 Moved trivial stores to onos-core-common/src/test; onos-core-trivial is no longer. by Thomas Vachuska · 9 years ago
  41. e18a330 ONOS-2091 Installing app when already installed will now raise an error by Thomas Vachuska · 9 years ago
  42. ad35c34 Fixed application descriptor parsing. by Thomas Vachuska · 9 years ago
  43. d43fe45 REST API to create flows by Ray Milkey · 9 years ago
  44. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  45. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  46. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  47. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  48. c06966e Fix wrong information referred by matcher's description by Sho SHIMIZU · 9 years ago
  49. c44c0c3 Fix cast error on execution of "flow -j" command by Sho SHIMIZU · 9 years ago
  50. 68b8c1f Fix Javadoc and rename a test method to explain behavior correctly by Sho SHIMIZU · 9 years ago
  51. 6c70f64 ONOS-2037: Fix cast exception on execution of "flows -j" command by Sho SHIMIZU · 9 years ago
  52. f9c8436 STC work in progress by Thomas Vachuska · 9 years ago
  53. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  54. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  55. 6de2e20 Moving LabelResourceManager to incubator by Brian O'Connor · 9 years ago
  56. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  57. ccab22d ONOS-1950 - NPE if intent state is null by Ray Milkey · 9 years ago
  58. 39616f3 Add JSON to CLI commands by Ray Milkey · 9 years ago
  59. a7841ed ONOS-1896 : enum Permission added, DefaultPermission removed by Changhoon Yoon · 9 years ago
  60. bdeb88a ONOS-1896 Modify Application Subsystem to support Security-Mode ONOS by Changhoon Yoon · 9 years ago
  61. 1534f8d Add intent state to JSON output by Ray Milkey · 9 years ago
  62. 3078fc0 ONOS-743 - Use REST API Codecs to generate JSON for CLI commands by Ray Milkey · 9 years ago
  63. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  64. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  65. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  66. ed7af54 Support ModOchSignalInstruction in InstructionCodec by Sho SHIMIZU · 9 years ago
  67. fbc80e5 Pull out inner-classes from Criteria to be independent classes by Sho SHIMIZU · 9 years ago
  68. 5d4a58d Adding a proper clean-up step for unit test file system artifacts. by Thomas Vachuska · 9 years ago
  69. a7a0f56 Converting builtin applications to be delivered in a self-contained manner via OAR files. by Thomas Vachuska · 9 years ago
  70. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  71. a3a476d reinstating the key field in FilterObjectives by alshabib · 9 years ago
  72. 5bb99a4 Add support to decode Device, Port, Link JSON. by HIGUCHI Yuta · 9 years ago
  73. 40a398b Fixed a defect in app archive base class. by Thomas Vachuska · 9 years ago
  74. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  75. 161baf5 ONOS-1418 Fix for intermittent issue with app store. by Thomas Vachuska · 9 years ago
  76. 4250735 Remove deprecated instructions() method in the traffic treatment class by Ray Milkey · 9 years ago
  77. ebc5d22 Refactor connectivity intent creation to use builders by Ray Milkey · 9 years ago
  78. d5d9bcb Changing location where ONOS stages its deployed apps. by Thomas Vachuska · 9 years ago
  79. 3c994f7 ONOS-1329: Migrate Codec related code to onos-core-common bundle by HIGUCHI Yuta · 9 years ago
  80. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  81. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  82. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  83. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  84. cf96011 Adding persistence to the gossip application store. by Thomas Vachuska · 9 years ago
  85. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  86. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  87. 0249b53 Enhancing intent-perf logging by Thomas Vachuska · 9 years ago
  88. 62ad95f Added ability to upload apps as both app.xml or app.zip. by Thomas Vachuska · 9 years ago
  89. ebf5e54 ONOS-542 Added ability for app bundle to carry it's own artifacts, including feature repo. Fixed onos-package script. Added JSON output to CLI. by Thomas Vachuska · 9 years ago
  90. 90b453f ONOS-785 Adding distributed store for apps & app admin CLIs by Thomas Vachuska · 9 years ago
  91. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago