1. f4c8b79 BUGFIX libyang changes by Michal Vasko · 7 years ago
  2. 04e060e VERSION bump to version 0.9.9 by Michal Vasko · 7 years ago
  3. 80075de ssh server CHANGE error message includes key path by Michal Vasko · 7 years ago
  4. ef83c61 VERSION bump version to 0.9.8 by Radek Krejci · 7 years ago
  5. c95d9ff pyapi CHANGE support SSH channels by Radek Krejci · 7 years ago
  6. 6c0951e VERSION bump version to 0.9.7 by Radek Krejci · 7 years ago
  7. b03ebe4 pyapi DOC basic documentation via sphinx by Radek Krejci · 7 years ago
  8. 9504c3e VERSION bump to version 0.9.6 by Michal Vasko · 7 years ago
  9. cc41ce2 ssh session CHANGE add error code to message by Michal Vasko · 7 years ago
  10. 1b52e2f VERSION bump version to 0.9.5 by Radek Krejci · 7 years ago
  11. b73b761 pyapi EXAMPLE example of connecting to the server and getting its capabilities by Radek Krejci · 7 years ago
  12. b20999f pyapi FEATURE provide callback mechanism for SSH authentication by Radek Krejci · 7 years ago
  13. 6067f6c pyapi DOC basic README added by Radek Krejci · 7 years ago
  14. 82441b0 pyapi BUGFIX use libnetconf default schema searchpath by Radek Krejci · 7 years ago
  15. 8444b76 VERSION: bump version to 0.9.4 by Radek Krejci · 7 years ago
  16. fd5b668 client CHANGE rewrite loading the schemas into context when connecting to a server by Radek Krejci · 7 years ago
  17. 8f95abc VERSION bump version to 0.9.3 by Radek Krejci · 7 years ago
  18. c61f0b4 FEATURE initial python3 bindings commit by Radek Krejci · 7 years ago
  19. 8b22557 build MAINTENANCE remove unused flags provided to cmake in Travis CI build by Radek Krejci · 7 years ago
  20. 10bbac7 VERSION bump version to 0.9.2 by Radek Krejci · 7 years ago
  21. 29364b8 build CHANGE improve TravisCI build on OSX by Radek Krejci · 7 years ago
  22. 5c69cdf build BUGFIX OpenSSL is needed even when only SSH transport is enabled by Radek Krejci · 7 years ago
  23. da0afb2 CHANGE declare arguments as const if they are not changed by Radek Krejci · 7 years ago
  24. b46988c build CHANGE update TravisCI build on MacOS X by Radek Krejci · 7 years ago
  25. cc1b741 VERSION bump to version 0.8.62 by Michal Vasko · 7 years ago
  26. 6f63ac3 server session BUGFIX flags with same values by Michal Vasko · 7 years ago
  27. 4e65d42 server session CHANGE polling mechanism upgraded and refactored by Michal Vasko · 7 years ago
  28. 6539f09 VERSION bump to version 0.9.1 by Michal Vasko · 7 years ago
  29. e645de3 server session BUGFIX flags with same values by Michal Vasko · 7 years ago
  30. efbc5e3 server session CHANGE polling mechanism upgraded and refactored by Michal Vasko · 7 years ago
  31. 26a8115 build CHANGE update libssh used for TravisCI build by Radek Krejci · 7 years ago
  32. cb1acf2 build CHANGE update libssh used for TravisCI build by Radek Krejci · 7 years ago
  33. 87fa918 VERSION bump version to 0.9.0 by Radek Krejci · 7 years ago
  34. 2e32e39 tests CHANGE add test for sharing client context in multiple threads by Radek Krejci · 7 years ago
  35. 5cebc6b client CHANGE allow sharing client context among the threads by Radek Krejci · 7 years ago
  36. 16c94f6 tests CHANGE add ldopen()'s still reachable valgrind supression by Radek Krejci · 7 years ago
  37. dfcfef3 Merge branch 'devel' into python by Radek Krejci · 7 years ago
  38. 62aa064 client CHANGE make client options thread specific by Radek Krejci · 7 years ago
  39. 90a84a2 client ssh CHANGE allow private data in SSH authentication callbacks by Radek Krejci · 7 years ago
  40. 82da781 doc MAINTENANCE clarification by Radek Krejci · 7 years ago
  41. 0a70b15 VERSION bump to version 0.8.61 by Michal Vasko · 7 years ago
  42. e4300a8 session CHANGE poll sessions now have state by Michal Vasko · 7 years ago
  43. e8b3b33 VERSION bump to version 0.8.60 by Michal Vasko · 7 years ago
  44. 1b2ddc9 client session BUGFIX capabilities are const by Michal Vasko · 7 years ago
  45. cbf256a VERSION bump to version 0.8.59 by Michal Vasko · 7 years ago
  46. 2cb24b4 session CHANGE client capabilities are not longer const by Michal Vasko · 7 years ago
  47. 96fc4bb session BUGFIX memory leak by Michal Vasko · 7 years ago
  48. 465308c session CHANGE add error codes for session status and term reason enums by Radek Krejci · 7 years ago
  49. 6799a05 doc CHANGE split docs into groups for easier navigation in doxygen by Radek Krejci · 7 years ago
  50. d52d078 VERSION bump to version 0.8.58 by Michal Vasko · 7 years ago
  51. 1ff9776 server session CHANGE all the sessions are checked if running in poll by Michal Vasko · 7 years ago
  52. b62d5b4 doc UPDATE overall information about the project by Radek Krejci · 7 years ago
  53. f56c6ea doc UPDATE doxyfile config file by Radek Krejci · 7 years ago
  54. 9cdc39d VERSION bump to version 0.8.57 by Michal Vasko · 7 years ago
  55. a43b8e3 client ssh session CHANGE use generic way of learning stdin term by Michal Vasko · 7 years ago
  56. 4d13eca Merge branch 'devel' by Michal Vasko · 8 years ago v0.8-r1
  57. 42887fa CHANGE valgrind tests return 1 on error by Michal Vasko · 8 years ago
  58. e0c97ee VERSION bump to version 0.8.56 by Michal Vasko · 8 years ago
  59. 2a54a6d client session BUGFIX implement all modules from the server by Michal Vasko · 8 years ago
  60. d460dea VERSION bump to version 0.7.49 by Michal Vasko · 8 years ago
  61. 9f056f8 session BUGFIX ignore leading/trailing ws in capabs by Michal Vasko · 8 years ago
  62. 0af5213 VERSION bump to version 0.8.55 by Michal Vasko · 8 years ago
  63. 156d327 session BUGFIX ignore leading/trailing ws in capabs by Michal Vasko · 8 years ago
  64. 5776d9b VERSION bump to version 0.7.48 by Michal Vasko · 8 years ago
  65. 84ad67b server messages CHANGE libyang error removed by Michal Vasko · 8 years ago
  66. 536d4f6 client session CHANGE libyang func renamed by Michal Vasko · 8 years ago
  67. 144ec4e VERSION bump to version 0.8.54 by Michal Vasko · 8 years ago
  68. b42acc2 io BUGFIX invalid assert for actions by Michal Vasko · 8 years ago
  69. 9fd8e56 VERSION bump version to 0.8.53 by Radek Krejci · 8 years ago
  70. 1afa779 get-schema BUGFIX correct interpretation of empty version value by Radek Krejci · 8 years ago
  71. ad0bcb5 test BUGFIX wrong malloc size by Michal Vasko · 8 years ago
  72. 3c1ca0a VERSION bump to version 0.8.52 by Michal Vasko · 8 years ago
  73. 75ff74b test BUGFIX wrong dereference by Michal Vasko · 8 years ago
  74. 2725269 server session BUGFIX set umask before mkstemp by Michal Vasko · 8 years ago
  75. 9550cf1 server session BUGFIX memory leak by Michal Vasko · 8 years ago
  76. 4e455dd server session BUGFIX missing unlock by Michal Vasko · 8 years ago
  77. 7a7d574 session BUGFIX unused assignment by Michal Vasko · 8 years ago
  78. 25379d1 VERSION bump to version 0.8.51 by Michal Vasko · 8 years ago
  79. e1ee05b server session NEW getting sessions from ps based on sid by Michal Vasko · 8 years ago
  80. c87846b VERSION bump to version 0.8.50 by Michal Vasko · 8 years ago
  81. 9a2e4d2 server messages NEW getter for server notification time by Michal Vasko · 8 years ago
  82. fc9dbdd server messages MAINTENANCE update param management param by Michal Vasko · 8 years ago
  83. b70c8b8 server session CHANGE transport timeout used globally by Michal Vasko · 8 years ago
  84. 1a22db4 session DOC minor clarification by Michal Vasko · 8 years ago
  85. ce9dd62 VERSION bump to version 0.8.49 by Michal Vasko · 8 years ago
  86. ea20178 server messages OPTIMIZE use const params where possible by Michal Vasko · 8 years ago
  87. aa2e5a7 server messages NEW function to get last error from an error reply by Michal Vasko · 8 years ago
  88. 7d505f4 VERSION bump to version 0.8.48 by Michal Vasko · 8 years ago
  89. 53358d3 server session CHANGE increase timeout for transport-protocol data by Michal Vasko · 8 years ago
  90. 974a75b VERSION bump to version 0.8.47 by Michal Vasko · 8 years ago
  91. 81c5b30 session MAINTENANCE unify timeouts by Michal Vasko · 8 years ago
  92. 1adab7e VERSION bump to version 0.8.46 by Michal Vasko · 8 years ago
  93. e8e0770 server session CHANGE enable servers to know if they have endpts to accept on by Michal Vasko · 8 years ago
  94. e39ae6b server session OPTIMIZE do not duplicate function code by Michal Vasko · 8 years ago
  95. 651b623 Merge pull request #22 from fanchanghu/devel by michalvasko · 8 years ago
  96. 5244bf4 session BUGFIX capabilitys do not include ns if it is prefix of another by fanchanghu · 8 years ago
  97. 3d77a40 VERSION bump to version 0.8.45 by Michal Vasko · 8 years ago
  98. a82bd20 session BUGFIX explicit conversion required by Michal Vasko · 8 years ago
  99. fb25367 VERSION bump to version 0.8.44 by Michal Vasko · 8 years ago
  100. 3486a7c server session CHANGE basic server notification support by Michal Vasko · 8 years ago