1. 327f97c VERSION bump version to 0.2.8 by Radek Krejci · 9 years ago
  2. 4cf58ec session MAINTENANCE add header file for compatibility with BSD by Radek Krejci · 9 years ago
  3. 99087c7 logger BUGFIX explicitely cast mapping verbose level to the libyang's verbose level by Radek Krejci · 9 years ago
  4. 6c1aa98 Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Michal Vasko · 9 years ago
  5. 7b38e23 session CHANGE do not use clock_gettime, no real need for it anyway by Michal Vasko · 9 years ago
  6. 4ea9c46 VERSION bump version to 0.2.7 by Radek Krejci · 9 years ago
  7. eaa0672 build CHANGE make cmocka test only optional in case cmocka is installed by Radek Krejci · 9 years ago
  8. 5e9acf1 travis BUGFIX install libval-dev from a package by Michal Vasko · 9 years ago
  9. 989fc1d travis BUGFIX we need to go back up from the dirs by Michal Vasko · 9 years ago
  10. 50c8d3e travis CHANGE try building with all the option combinations by Michal Vasko · 9 years ago
  11. fc5d5ff VERSION bump to version 0.2.6 by Michal Vasko · 9 years ago
  12. afd416b all DOC trailing space by Michal Vasko · 9 years ago
  13. dae4832 client session BUGFIX missing header by Michal Vasko · 9 years ago
  14. 650011a client session BUGFIX wrong function and macro names by Michal Vasko · 9 years ago
  15. b6e3726 session MAINTENANCE deprecated function use replaced by Michal Vasko · 9 years ago
  16. 1dd12b1 readme CHANGE section about dnssec sshfp added by Michal Vasko · 9 years ago
  17. 5a290c8 build BUGFIX libval cmake module fixed by Michal Vasko · 9 years ago
  18. 26a391d VERSION bump to version 0.2.5 by Michal Vasko · 9 years ago
  19. 8bf28d1 client session BUGFIX libssh echo bug temporary workaround by Michal Vasko · 9 years ago
  20. ed6e0d3 build BUGFIX relative data dir must be reflected everywhere by Michal Vasko · 9 years ago
  21. 9b81f5b MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  22. d5f09ba build BUGFIX custom lib path for pkgconfig pc file too by Michal Vasko · 9 years ago
  23. 97df27a build CHANGE simplify libnetconf2 cmake search module by Radek Krejci · 9 years ago
  24. d44567e Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Radek Krejci · 9 years ago
  25. e9f3c74 doc FEATURE add info about building library documentation by Radek Krejci · 9 years ago
  26. dd68d61 doc FEATURE add badges of CI, coverity and licence by Radek Krejci · 9 years ago
  27. ddeb759 doc CHANGE link cmocka dependency description with the Tests section by Radek Krejčí · 9 years ago
  28. 73883ec VERSION bump version to 0.2.4 by Radek Krejci · 9 years ago
  29. 4a2c755 doc FEATURE add ABI tracker to provide information about changes in API/ABI by Radek Krejci · 9 years ago
  30. e95aa53 doc CHANGE update README by Radek Krejci · 9 years ago
  31. 53691be build CHANGE rename too generic macros to libnetconf specific by Radek Krejci · 9 years ago
  32. c5c5213 VERSION bump to version 0.2.3 by Michal Vasko · 9 years ago
  33. 693eb11 tests CHANGE doing authentication ourselves is not needed anymore by Michal Vasko · 9 years ago
  34. ef112d7 client session FEATURE hostkey check user clb by Michal Vasko · 9 years ago
  35. eb7080e client FEATURE recv_reply accepts parsing flags now by Michal Vasko · 9 years ago
  36. 4aade75 client messages DOC typo by Michal Vasko · 9 years ago
  37. 2895b79 VERSION bump to version 0.2.2 by Michal Vasko · 9 years ago
  38. 4282fae client session BUGFIX callhome sessions flag by Michal Vasko · 9 years ago
  39. 30e2c87 client session FEATURE ssh auth callbacks can be set by Michal Vasko · 9 years ago
  40. 174fe8e session FEATURE session version getter by Michal Vasko · 9 years ago
  41. 6779d18 build FEATURE pkg-config package info file by Michal Vasko · 9 years ago
  42. 9f3ef12 VERSION bump to version 0.2.1 by Michal Vasko · 9 years ago
  43. 1130880 build FEATURE include cmake find module to be used in projects by Michal Vasko · 9 years ago
  44. a43589b session CHANGE ctx lock removed, dict access is now always thread-safe by Michal Vasko · 9 years ago
  45. fea54dc CHANGE libyang api changes reflected by Michal Vasko · 9 years ago
  46. 3b5d23d build CHANGE set -coverage flag for compiler in Travis CI config by Radek Krejci · 9 years ago
  47. e6b12cf VERSION bump to version 0.2.0 by Michal Vasko · 9 years ago
  48. 7aea21e Revert "travis CHANGE run one test separately, with full output" by Michal Vasko · 9 years ago
  49. bc2ae55 tests BUGFIX server_thread one last forgotten relative path replaced by Michal Vasko · 9 years ago
  50. b477b22 tests BUGFIX server_thread relative paths replaced with absolute ones by Michal Vasko · 9 years ago
  51. 8840889 travis CHANGE use the newest libssh by Michal Vasko · 9 years ago
  52. 6b7b4bd travis CHANGE run one test separately, with full output by Michal Vasko · 9 years ago
  53. 8e08c96 build CHANGE cmake version 2.6 should be sufficient by Michal Vasko · 9 years ago
  54. 5d2ad08 server session DOC doxygen comment udpated by Michal Vasko · 9 years ago
  55. 21052a5 VERSION bump to version 0.1.17 by Michal Vasko · 9 years ago
  56. e241c9f tests BUGFIX schema dir from the repository must be used by Michal Vasko · 9 years ago
  57. 1aaa660 client session CHANGE try to load ietf-netconf from the user-specififed dir first by Michal Vasko · 9 years ago
  58. e098ca8 VERSION bump to version 0.1.16 by Michal Vasko · 9 years ago
  59. daf9a09 client session BUGFIX actually use the set schema searchpath by Michal Vasko · 9 years ago
  60. 15592cc tests CHANGE server_thread timeouts significantly increased by Michal Vasko · 9 years ago
  61. 4b1944c tests CHANGE suppression file updated by Michal Vasko · 9 years ago
  62. b737d75 session BUGFIX memory leak by Michal Vasko · 9 years ago
  63. 87a59c6 VERSION bump to version 0.1.5 by Michal Vasko · 9 years ago
  64. 734360b tests FEATURE test_server_thread by Michal Vasko · 9 years ago
  65. 061561f tests BUGFIX transport-specific tests check macros by Michal Vasko · 9 years ago
  66. 8ffe20b readme DOC updated by Michal Vasko · 9 years ago
  67. 7ddc570 server session BUGFIX memory leak by Michal Vasko · 9 years ago
  68. d4c03a8 server session BUGFIX endpoint names are unique doubles with ti by Michal Vasko · 9 years ago
  69. b87363a session DOC outdated comment removed by Michal Vasko · 9 years ago
  70. 0be5dff session BUGFIX thread-exclusive cleanup by Michal Vasko · 9 years ago
  71. 1cbe0b1 Revert "build CHANGE experimenting with codecov in Travis" by Radek Krejci · 9 years ago
  72. 1cf8c07 build CHANGE experimenting with codecov in Travis by Radek Krejci · 9 years ago
  73. 014d503 VERSION bump version to 0.1.14 by Radek Krejci · 9 years ago
  74. 4ba285b UPDATE according to changes in libyang 0.5.30 by Radek Krejci · 9 years ago
  75. c1bf9bf build FEATURE add codecov into Travis config file by Radek Krejci · 9 years ago
  76. 8aebdc1 VERSION bump to version 0.1.13 by Michal Vasko · 9 years ago
  77. a4c23d8 io & session CHANGE libyang api changes reflected by Michal Vasko · 9 years ago
  78. 77fad15 tests FEATURE new tests of library intitialization by Michal Vasko · 9 years ago
  79. 6cf75dd tests CHANGE config now includes SSH/TLS macros for tests to know by Michal Vasko · 9 years ago
  80. 105bf27 server session BUGFIX mixed msec and usec timeout by Michal Vasko · 9 years ago
  81. ce31916 server session BUGFIX ssh_msg_clb call during session close by Michal Vasko · 9 years ago
  82. 8c74883 server session CHANGE ssh channel polling fixed by Michal Vasko · 9 years ago
  83. 5e22879 session CHANGE init/destroy functions reworked by Michal Vasko · 9 years ago
  84. c6356ea log CHANGE change libssh verbosity with libnetconf by Michal Vasko · 9 years ago
  85. 5550cda io BUGFIX uninitialized value by Michal Vasko · 9 years ago
  86. 051d35b io MAINTENANCE error messages corrected by Michal Vasko · 9 years ago
  87. 607a426 VERSION bump to version 0.1.12 by Michal Vasko · 9 years ago
  88. 72387da server session BUGFIX fixed elapsed unit by Michal Vasko · 9 years ago
  89. e5612cf server session BUGFIX extra parameter removed by Michal Vasko · 9 years ago
  90. 51e514d server session BUGFIX lock fixes and optimizations by Michal Vasko · 9 years ago
  91. 5800573 server session BUGFIX removing last session by Michal Vasko · 9 years ago
  92. 27562ad server session BUGFIX typo by Michal Vasko · 9 years ago
  93. 38fff79 netconf CHANGE timeout step increased by Michal Vasko · 9 years ago
  94. 1e5a9e8 server session BUGFIX timeout check fixed by Michal Vasko · 9 years ago
  95. 5fcc714 server session BUGFIX returns cleaned and fixed by Michal Vasko · 9 years ago
  96. 08a629a server session BUGFIX set default SSH options for endpoints by Michal Vasko · 9 years ago
  97. 81614ee server session MAINTENANCE messages corrected by Michal Vasko · 9 years ago
  98. 55fded6 client session BUGFIX port is expected to be uint by Michal Vasko · 9 years ago
  99. c025649 session BUGFIX freeing last items in arrays by Michal Vasko · 9 years ago
  100. ca4a242 session BUGFIX handle prcs that failed to parse into context by Michal Vasko · 9 years ago