1. 5ac3443 Async netconf API + command for netconf troubleshooting by Yuta HIGUCHI · 6 years ago
  2. d4b51c2 Remove deprecated key file interface by Ray Milkey · 6 years ago
  3. ba547f9 SONAR suggestion - log exceptions, don't print stack traces by Ray Milkey · 6 years ago
  4. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  5. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  6. 45d340c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  7. 32ebb5a Tagging 1.13.0-b8 by ONOS Jenkins User · 6 years ago 1.13.0-b8
  8. 61881df Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  9. d22dccc Tagging 1.13.0-b7 by ONOS Jenkins User · 6 years ago 1.13.0-b7
  10. 4bf9e3a Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  11. 168ac92 Tagging 1.13.0-b6 by ONOS Jenkins User · 6 years ago 1.13.0-b6
  12. 0e78e27 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  13. 2a7d833 Tagging 1.13.0-b5 by ONOS Jenkins User · 6 years ago 1.13.0-b5
  14. c53a15f Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  15. d06da9e Tagging 1.13.0-b3 by ONOS Jenkins User · 6 years ago
  16. 716484c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  17. 6a6ac1d Tagging 1.13.0-b1 by ONOS Jenkins User · 6 years ago
  18. a57a814 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  19. 8977ced Tagging 1.13.0-b0 by ONOS Jenkins User · 6 years ago
  20. e34c9c2 minor netconf related fixes by Yuta HIGUCHI · 6 years ago
  21. a09f87f Starting snapshot 1.13.0-SNAPSHOT by Ray Milkey · 6 years ago
  22. 6800ced various bug fixes by Yuta HIGUCHI · 6 years ago
  23. cc6ec60 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 6 years ago
  24. 9f9a752 Tagging 1.12.0-b2 by Ray Milkey · 6 years ago 1.12.0-b2
  25. 856f313 Fixing Netconf Subscription session reopen by Andrea Campanella · 7 years ago
  26. f096a9d Increase NETCONF SSH tests timeout by Sean Condon · 7 years ago
  27. 6e6c26e async netconf RPC by Yuta HIGUCHI · 7 years ago
  28. dc48fb2 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  29. eb3f6ef Tagging 1.12.0-b1 by Ray Milkey · 7 years ago 1.12.0-b1
  30. 2d64717 Bugfix for NETCONF 1.1 where XML header was entered twice by Sean Condon · 7 years ago
  31. e976174 Netconf test fixes by Yuta HIGUCHI · 7 years ago
  32. 234eaf3 fixes to catch proper netconf exception by Yuta HIGUCHI · 7 years ago
  33. 371667d Netconf refactoring by Yuta HIGUCHI · 7 years ago
  34. b2d0524 close PEMParser after use by Yuta HIGUCHI · 7 years ago
  35. 923a778 netconf protocols fixes by Yuta HIGUCHI · 7 years ago
  36. 092cbbf Fix for ONOS-6766: "NETCONF: Exception when using SSH keys and Apache Mina SSHD" by Holger Schulz · 7 years ago
  37. dd7c3f8 Remove deprecated netconf classes and API by Yuta HIGUCHI · 7 years ago
  38. 8810aa4 Device config synchronizer by Yuta HIGUCHI · 7 years ago
  39. d8ab096 Fixs some misspellings by Frank Wang · 7 years ago
  40. 446f446 Refactor buck external dependencies by Ray Milkey · 7 years ago
  41. 1567798 Minor netconf fixes by Yuta HIGUCHI · 7 years ago
  42. aa279c0 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  43. 09ae368 Maven test related fixes by Yuta HIGUCHI · 7 years ago
  44. 54d8243 Patch for ONOS-6840 NETCONF timeouts per device by Sean Condon · 7 years ago
  45. 9f59f44 netconf chunked framing v2 by Kamil Stasiak · 7 years ago
  46. d4ac0ed Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  47. 6ecde1f Tagging 1.11.0-b4 by Ray Milkey · 7 years ago 1.11.0-b4
  48. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  49. 64677e9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  50. 17463db Tagging 1.11.0-b3 by Ray Milkey · 7 years ago 1.11.0-b3
  51. 7347de9 Bug fix for NETCONF controller - disconnect by Sean Condon · 7 years ago
  52. 64313cb Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  53. 7e28519 Tagging 1.11.0-b2 by Ray Milkey · 7 years ago 1.11.0-b2
  54. f14cc6d Fix SNAPSHOT version string by Ray Milkey · 7 years ago
  55. 7463193 Starting snapshot 1.11-SNAPSHOT by Ray Milkey · 7 years ago
  56. b6e0e91 Moving NetconfDeviceConfig to API bundle by Yuta HIGUCHI · 7 years ago
  57. 26c397c Transplant DatastoreId to Mina based session impl. by Yuta HIGUCHI · 7 years ago
  58. 08b03a9 Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  59. 89111d9 [ONOS-6410] flexible configuration datastore specifier. by Yuta HIGUCHI · 7 years ago
  60. 7bbe7b1 [ONOS-6376] Netconf ssh connection through Apache Mina library by Andrea Campanella · 7 years ago
  61. d31bc6e make netconf-get-config usable on any NETCONF device. by Yuta HIGUCHI · 7 years ago
  62. f708910 Minor cosmetic changes by Yuta HIGUCHI · 7 years ago
  63. 8fd28c7 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  64. f009902 Tagging 1.10.0-rc1 by Ray Milkey · 7 years ago 1.10.0-rc1
  65. 57ba1e1 debug CLI command for NETCONF by Yuta HIGUCHI · 7 years ago
  66. 0976bc2 ONOS-6253 workaround for device not capable of :interleave-ing by Yuta HIGUCHI · 7 years ago
  67. 66372fd Removing import only used for Javadoc by Yuta HIGUCHI · 7 years ago
  68. 348b323 Move internal classes under .impl package (2/2) by Yuta HIGUCHI · 7 years ago
  69. e3ae821 Move internal classes under .impl package (1/2) by Yuta HIGUCHI · 7 years ago
  70. 72db642 Moving from a searching a string for capabilities to a Set. by Aaron Kruglikov · 7 years ago
  71. 34cf65c [ONOS-6076] Moving NETCONF devices configuration under devices key by Andrea Campanella · 7 years ago
  72. 48df84e unit tests for NetconfSessionImpl by Shivani Vaidya · 7 years ago
  73. c362784 [ONOS-6236] Adding retry mechanism when NETCONF device sends socket closed signal by Andrea Campanella · 7 years ago
  74. ac542ca ONOS-5937 by Andrei Mihaescu · 7 years ago
  75. 0184a7b Cosmetic fixes and logging around Juniper driver by Yuta HIGUCHI · 7 years ago
  76. 0cee0b6 Resetting variables of a NetconfSession before reopening the underlying transport SSH connection and session. by Andrea Campanella · 7 years ago
  77. 0454d70 few minor fixes around netconf subsystem by Yuta HIGUCHI · 7 years ago
  78. d2c8d47 Fixed some concurrency issues in NETCONF Session Added Unit Tests by Sean Condon · 7 years ago
  79. e7006dc ONOS-6020 RolledBack and deprecated a method in NetconfDeviceInfo to not break backwards compatibility by Andrea Campanella · 7 years ago
  80. 7c2ee3c connect netconf devices through ssh key by Himanshu Ranjan · 7 years ago
  81. 54a7851 Starting snapshot 1.10.0-SNAPSHOT by Ray Milkey · 7 years ago
  82. 57b5101 Starting snapshot 1.10-SNAPSHOT by Ray Milkey · 7 years ago
  83. de84cdd Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  84. 8588c48 Tagging 1.9.0-b3 by Ray Milkey · 7 years ago 1.9.0-b3
  85. b0720e7 Correcting problem in YMS with Namespace for operation by Sean Condon · 7 years ago
  86. 287b4ae Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  87. 2557ba3 Tagging 1.9.0-b1b by Ray Milkey · 7 years ago 1.9.0-b1b
  88. d5ec9e9 Adding to the 'devices' cli command an output that displays the local connectivity of a device. by Saurav Das · 7 years ago
  89. 6952439 Enhance logging in NetconfSessionImpl by Ryan Goulding · 7 years ago
  90. 334ad69 Added in a second timeout for netconfConnectTimeout by Sean Condon · 7 years ago
  91. d57dea4 Fix a typo in DefaultNetconfDevice class comment by Ryan Goulding · 7 years ago
  92. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  93. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  94. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  95. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  96. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  97. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  98. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  99. cf527d1 [ONOS-5598] Alarm Consumer for Fujitsu OLT by xueliang · 7 years ago
  100. 55faf85 [ONOS-5586] CopyConfig() of NetConf driver should add namespace of NetConf by yoonseon · 8 years ago