1. d8d92db ONOS-3754 Create driver/behavior for Ciena waveserver by Andrea Campanella · 8 years ago
  2. 945ded2 ONOS-3692 Southbound Rest provider and protocol by Andrea Campanella · 8 years ago
  3. 8e290c5 ONOS-3743 Adding end pattern to doRPC, removing unused rfc module and minor refactoring of provider methods by Andrea Campanella · 8 years ago
  4. 68c4fc4 [ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes by Jian Li · 8 years ago
  5. 28247b5 [ONOS-3724] Fix the Cbench regression issue by Jian Li · 8 years ago
  6. 24d9dc0 Documenting current limitation in OpenFlowOpticalSwitch. by HIGUCHI Yuta · 8 years ago
  7. c0c36a4 [ONOS-3703] pom.xml external dependencies and plugin version bump by Jian Li · 8 years ago
  8. f4fd035 ONOS-3577 Adding getConfig with realtive config XML-tree argument by Andrea Campanella · 8 years ago
  9. 80520b8 ONOS-3650 Device driver multiple inheritance by Andrea Campanella · 8 years ago
  10. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  11. 97e571e BGP peer connection validation based on peer configuration. by Shashikanth VH · 8 years ago
  12. 55204f8 Igp IsIs extended metric issue by Thejaswi N K · 8 years ago
  13. 897c62a Compare fix (Link) by Priyanka B · 8 years ago
  14. 7a2fe65 Process protocol message read partially from the buffer. by Shashikanth VH · 8 years ago
  15. d9c6117 Clean up tempDir after each test runs. by HIGUCHI Yuta · 8 years ago
  16. 3dd13cf BGP system test issue fix. by Shashikanth VH · 8 years ago
  17. e238184 Compare fix by Priyanka B · 8 years ago
  18. 152b885 [Falcon][ONOS-3537] Implement control message collecting logic w/ unit test by Jian Li · 8 years ago
  19. 676249c Fix Sonar critical flagged bugs by Ray Milkey · 8 years ago
  20. 1dfef09 Fixing some package javadocs by HIGUCHI Yuta · 8 years ago
  21. 4fd3ceb [Falcon] fixes for Sonar Critical bugs by Ray Milkey · 8 years ago
  22. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  23. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  24. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  25. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  26. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  27. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  28. 1cd641b ONOS-3575 Netconf connection exceptions refactoring and port number in netconf-cfg.json by Andrea Campanella · 8 years ago
  29. 795c89d BGP system test pseudonode issue fix. by Shashikanth VH · 8 years ago
  30. 6c88695 javadoc fixed for bgp by Bharat saraswal · 8 years ago
  31. 087ceb9 ONOS-3340 IOException throwing in case of no response from NETCONF device on given ip:port by Andrea Campanella · 8 years ago
  32. b73ce6c Reverted create bridge by Hyunsun Moon · 8 years ago
  33. 6827498 Removing maven-shade-plugin and maven-bundle-plugin from bgp and pcep by Brian O'Connor · 8 years ago
  34. 0ab34b9 [ONOS-2613] Unit test the BGP Update message(LinkStateAttribute) by Priyanka B · 8 years ago
  35. a33f9a0 BGP system test issue fix by Shashikanth VH · 8 years ago
  36. 5162a9d fix for OF ssl, which now permits multiple switches by alshabib · 8 years ago
  37. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  38. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  39. 0ea8225 Fix Netconf pom dependency problem by Andrea Campanella · 8 years ago
  40. d861c4c Fixed create bridge by Hyunsun Moon · 8 years ago
  41. cea18d3 BGP system test issue fix by Shashikanth VH · 8 years ago
  42. 010527b Clean up javadocs for extension treatment framework. by Jonathan Hart · 8 years ago
  43. 26a8d95 Implemented the extension framework for selectors. by Jonathan Hart · 8 years ago
  44. eacbed5 BGP linkstate system test issues fix by Shashikanth VH · 8 years ago
  45. ecfdfb7 ONOS-3411 Disconnect switches and stop stat collectors when openflow-base is being deactivated by Charles Chan · 8 years ago
  46. 1ecbe7b BGP notification system test issues fix by Shashikanth VH · 8 years ago
  47. d82c71a General cleanup of pom files under protocols. by Thomas Vachuska · 8 years ago
  48. 5837837 Moving bgp to protocols directory by Brian O'Connor · 8 years ago
  49. 85f5896 Equals and Hash code fix for byte array. by Shashikanth VH · 8 years ago
  50. e8b45b7 Equals and Hash code fix for byte array. by Shashikanth VH · 8 years ago
  51. 735a80d Updating ovsdb/pom.xml parent by Brian O'Connor · 8 years ago
  52. b5d9e85 Moving ovsdb to protocols directory by Brian O'Connor · 8 years ago
  53. 5bae20c Equals and Hash code fix for byte array by Satish K · 8 years ago
  54. cd53ae5 Equals and hashcode issue fix by Satish K · 8 years ago
  55. 2cee68c Equals and Hash code fix for byte array by Satish K · 8 years ago
  56. 880b644 decoupling extension types from of protocol by alshabib · 8 years ago
  57. 3420773 Review fix of pcep by Satish K · 8 years ago
  58. 6ad2580 Update based on review by Satish K · 8 years ago
  59. e70d88a Equals and Hashcode issue fix by Satish K · 8 years ago
  60. cf083a1 Fixing pom files. by Thomas Vachuska · 8 years ago
  61. 00342b9 Fix parent.relativePath in protocol pom.xml by HIGUCHI Yuta · 8 years ago
  62. ff6c11c Equals and Hashcode issue fix by Satish K · 8 years ago
  63. 19703fb Moving netconf to protocols/ directory by Brian O'Connor · 8 years ago
  64. d3ebb30 Moving pcep to protocols/ directory by Brian O'Connor · 8 years ago
  65. 5e7fc6d Moving openflow to protocols/ directory by Brian O'Connor · 8 years ago
  66. dc24002 Adding a new top-level landing spot for SB protocol libraries & controllers. by Thomas Vachuska · 8 years ago