1. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  2. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  3. 858a846 Bumping onos-yang-tool version to 1.3 by Brian O'Connor · 9 years ago
  4. 47c42a3 Updating version for new features by Brian O'Connor · 9 years ago
  5. 84e523c Updating onos-change-version for docs by Brian O'Connor · 9 years ago
  6. 1cda931 Adding groupId to root pom by Brian O'Connor · 9 years ago
  7. f5d9363 Adding set -e to build commands by Brian O'Connor · 9 years ago
  8. d0ab3c0 Misc device/optical config features: by Ayaka Koshibe · 9 years ago
  9. e090a42 Replace useless assertion with type check by instanceof by Sho SHIMIZU · 9 years ago
  10. e79b025 Changing copycat version to 0.5.0.onos by Brian O'Connor · 9 years ago
  11. 9bdb5ca Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  12. 5fe04e0 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  13. 179259e Remove unnecessary boxing by Sho SHIMIZU · 9 years ago
  14. af1dffc Use LF as line separator by Sho SHIMIZU · 9 years ago
  15. 9b8274c Use diamond operator by Sho SHIMIZU · 9 years ago
  16. 8b7b3b2 Use lambda expression for conciseness by Sho SHIMIZU · 9 years ago
  17. 1be4e6e Updating org.apache.felix.framework.security to release version 2.2.0.onos by Brian O'Connor · 9 years ago
  18. 8969cbe Removing DHCPMessageType as DHCPPacketType Class was already defined by samanwita pal · 9 years ago
  19. d57cdc4 Fix byte[] comparison using equals by HIGUCHI Yuta · 9 years ago
  20. 4a6a70a Remove unnecessary boxing by HIGUCHI Yuta · 9 years ago
  21. 0588e57 fixing dhcp serialization problem by alshabib · 9 years ago
  22. 0a400ea Adding ability for Config to be backed by generic JsonNode, i.e. either ObjectNode or ArrayNode. by Thomas Vachuska · 9 years ago
  23. 1651e98 Add missing `executor.` by HIGUCHI Yuta · 9 years ago
  24. ef97932 Renamed dhcp app directory name. by Thomas Vachuska · 9 years ago
  25. be539db JSON for flows should return the app name, not the app ID by Ray Milkey · 9 years ago
  26. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  27. f28207b Moving DHCP to onos branch. REST API included, GUI to be added later. by samanwita pal · 9 years ago
  28. fe565f2 Ensuring javadoc for distributed state primitives shows up in external API docs by Madan Jampani · 9 years ago
  29. ec9c7dd ONOS-2800 Preventing learning of IP 0.0.0.0 by Thomas Vachuska · 9 years ago
  30. c61d2d1 Added getter needed for a usage in onos-app-samples by Aaron Kruglikov · 9 years ago
  31. 2fff70f [ONOS-2233] Implement of Tunnel monitoring, measurement and observation by chengfan · 9 years ago
  32. 1a00251 optical configs: by Ayaka Koshibe · 9 years ago
  33. c9eed38 opticalUtil: by Ayaka Koshibe · 9 years ago
  34. 7cdbcf7 Use the same coding style in toString() implementations by Sho SHIMIZU · 9 years ago
  35. a5356ec Rename from TLV to Tlv to make renaming consistent with others by Sho SHIMIZU · 9 years ago
  36. 2f0817c Adding missing switch and host to attmplsfast.py by Brian O'Connor · 9 years ago
  37. 2495b98 Make REST test run on multi node cell by Ray Milkey · 9 years ago
  38. 0ecdb32 Updating openflowj version to 0.9.0.onos by Brian O'Connor · 9 years ago
  39. 4ccc7d3 Reorganizing the stc specific tools. by Thomas Vachuska · 9 years ago
  40. 2cb7e80 Remove condition that is always true by Sho SHIMIZU · 9 years ago
  41. 28c91c8 Flip right hand side and left hand side of if-condition by Sho SHIMIZU · 9 years ago
  42. 8e1df3d adding missing class to serializer by alshabib · 9 years ago
  43. de09fa0 Flip right hand side and left hand side of if-condition by Sho SHIMIZU · 9 years ago
  44. 1da61a2 Serialize / deserialize functions for IGMP, IGMPv3 Membership by Rusty Eddy · 9 years ago
  45. 5e89587 Pcep tunnel provider added in features xml by Phanendra Manda · 9 years ago
  46. 4ff514c STC scenario for testing network related REST APIs by Ray Milkey · 9 years ago
  47. 92cd34f Replace redundant instanceof with non-null check by Sho SHIMIZU · 9 years ago
  48. e81e4db Use LF as line separator by Sho SHIMIZU · 9 years ago
  49. 598a02f Changes to the Pica8 pipeline to accomodate single-table operation. by Saurav Das · 9 years ago
  50. 8d07640 Set the location string correctly for intent POST operations by Ray Milkey · 9 years ago
  51. b4e5cbe Test cases renamed and fixed. by bharat saraswal · 9 years ago
  52. 5eab857 Resolving issue in parsing report message. by Mahesh Poojary S · 9 years ago
  53. ed540a3 Simplify lambda expressions by removing braces by Sho SHIMIZU · 9 years ago
  54. b017141 Use auto-boxing by Sho SHIMIZU · 9 years ago
  55. aab784e Use filter() to skip undesired instances by Sho SHIMIZU · 9 years ago
  56. 47eedec Apply more functional style by Sho SHIMIZU · 9 years ago
  57. d1fd469 Remove if statement checking the same condition at filter() by Sho SHIMIZU · 9 years ago
  58. 00c9cfa Use filter() to simplify statements in a lambda expression by Sho SHIMIZU · 9 years ago
  59. 7a4e995 Simplify expression by Sho SHIMIZU · 9 years ago
  60. 1178d5b ONOS-2789, ONOS-2797 -- GUI - added S.Korea and Australia map ID's. by Simon Hunt · 9 years ago
  61. 5d4396f ONOS-2796: Fix removeLink NPE when links are removed concurrently from multiple nodes by Madan Jampani · 9 years ago
  62. d9b7000 Making the vtn resource app distributed by alshabib · 9 years ago
  63. a51d366 ONOS-2781 Add docs vtnweb and vtnrsc package-info. by jiangrui · 9 years ago
  64. 7d2e48e Use LF as line separator by Sho SHIMIZU · 9 years ago
  65. 51fb9c2 Warnings in onos-build-docs corrected by Phanendra Manda · 9 years ago
  66. 1d0019c ONOS-2780 Correcting condition logic. by Thomas Vachuska · 9 years ago
  67. 14eaba8 Added ability to negate interpretation of the exit code. by Thomas Vachuska · 9 years ago
  68. e48b3cf Group AUDIT enhancements by Srikanth Vavilapalli · 9 years ago
  69. f97edc1 Javadoc fixes by Madan Jampani · 9 years ago
  70. a3c3f75 [ONOS-2233] Tunnel monitoring, measurement and observation by chengfan · 9 years ago
  71. 1b45e1f Do not discard exprimenter port stats message with unknown experimenter type; resubmit it by Michael Bunimovich · 9 years ago
  72. f906fcf Restructured javadocs build to make groupings more manageable in the light of mavan-javadoc-plugin's silly treatment of package lists. by Thomas Vachuska · 9 years ago
  73. e53419b update ACL app copyright info by Pengfei Lu · 9 years ago
  74. 15ea370 Deprecated address bindings interfaces in Host subsystem by Jonathan Hart · 9 years ago
  75. 1a4d359 Change onos-wait-for-start and onos-service to allow addressing nodes by integer by Jonathan Hart · 9 years ago
  76. 1b9c8ac Workaround for Eclipse by HIGUCHI Yuta · 9 years ago
  77. 4cb3988 Moved ProxyArp, SDN-IP and BgpRouter to use new config format. by Jonathan Hart · 9 years ago
  78. 8553b3f Issue fixed to remove mutable methods in interface by SureshBR · 9 years ago
  79. 04b49fc Deprecate ModMplsLabelInstruction#label() by HIGUCHI Yuta · 9 years ago
  80. 8f2d6e0 Upgraded archetype pom.xml files to use onos-maven-plugin v 1.5.0 by Thomas Vachuska · 9 years ago
  81. 8700d42 Rename package because exception fits Java's convention more by Sho SHIMIZU · 9 years ago
  82. ea2e4df UT for PcLabelUpd message updated with assertThat by Mahesh Poojary · 9 years ago
  83. 9974832 UT for keepalive message updated with assertThat by Mahesh Poojary S · 9 years ago
  84. c03df25 ONOS-2744 Adding a small app to manage cluster IP alias; requires arping tool. by Thomas Vachuska · 9 years ago
  85. 3dab097 UT updated to add javadoc, remove logs and if check by SureshBR · 9 years ago
  86. da7506b UT for Pcep Update Message (Updated with AssertThat) by Priyanka bhaskar · 9 years ago
  87. f479bb5 UT for Pcep TE Report updated with assertThat by SureshBR · 9 years ago
  88. 5256066 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  89. 3e1a697 UT for Pcep Report message (updated with AssertThat). by Priyanka bhaskar · 9 years ago
  90. 75daf94 UT for PcepErr msg updated with assertThat by Phaneendra Manda · 9 years ago
  91. a25ded3 UT for Pcep close message updated with assertThat by SureshBR · 9 years ago
  92. 60db977 BugFix: Comparing MplsLabel against int by HIGUCHI Yuta · 9 years ago
  93. f6d1676 UT test cases for Pcep initiate message (updated with given review comments). by Priyanka bhaskar · 9 years ago
  94. fe13278 Bumping onos-maven-plugin version to 1.6-SNAPSHOT by Brian O'Connor · 9 years ago
  95. 354cab9 Bumping onos-maven-plugin version to 1.5 for release by Brian O'Connor · 9 years ago
  96. 29e8217 Added end-of-run summary. by Thomas Vachuska · 9 years ago
  97. fc8aced ECDeviceStore: DeviceStore built using ONOS distributed primitives: ECMap and DistributedSet (disabled right now) by Madan Jampani · 9 years ago
  98. 5b3ff90 ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago
  99. f4da26c [ONOS-2736] Fix bug of getting json from subnet. by jiangrui · 9 years ago
  100. 94f7dae ONOS-2186 - GUI Topo Overlay - (WIP) by Simon Hunt · 9 years ago