1. 269dd15 VERSION bump to version 0.10.6 by Michal Vasko · 7 years ago
  2. 4871c9d server session CHANGE enable iterating over ps_pollsession sessions by Michal Vasko · 7 years ago
  3. 30df5f5 VERSION bump to version 0.10.5 by Michal Vasko · 7 years ago
  4. 9fb4227 session BUGFIX do not mix real and monotonic time by Michal Vasko · 7 years ago
  5. b52063f VERSION bump to version 0.10.4 by Michal Vasko · 7 years ago
  6. 77a6abe session CHANGE use monotonic clock where possible by Michal Vasko · 7 years ago
  7. b7fd343 VERSION bump to version 0.10.3 by Michal Vasko · 7 years ago
  8. 0931932 client session BUGFIX ietf-yang-library model updated and its structure changed by Michal Vasko · 7 years ago
  9. 8f842fc VERSION bump to version 0.10.2 by Michal Vasko · 7 years ago
  10. 474d373 BUILD change libssh linking to be more robust by Michal Vasko · 7 years ago
  11. 37dfd17 VERSION bump version to 0.10.1 by Radek Krejci · 7 years ago
  12. f906e41 handshaking BUGFIX memory leak by Radek Krejci · 7 years ago
  13. 7ea99ca VERSION bump version to 0.10.0 by Radek Krejci · 7 years ago
  14. 3222b7d CHANGE reflect API changes in libyang 0.14 by Radek Krejci · 7 years ago
  15. c51d446 VERSION bump version to 0.9.19 by Radek Krejci · 7 years ago
  16. 74ca481 pyapi FEATURE setSearchpath as a binding to nc_client_set_schema_searchpath() by Radek Krejci · 7 years ago
  17. 41e901a pyapi CHANGE let libnetconf create context for new session by Radek Krejci · 7 years ago
  18. a3e1bc7 pyapi examples BUGFIX port conversion to string by Radek Krejci · 7 years ago
  19. 939476f VERSION bump to version 0.9.18 by Michal Vasko · 7 years ago
  20. 8989a8c Merge pull request #41 from darshana-jk/devel by Michal Vasko · 7 years ago
  21. 2d2bf4d BUGFIX - fix a potential crash in ERR prints. by Darshanajk · 7 years ago
  22. 4dce033 VERSION bump to version 0.9.17 by Michal Vasko · 7 years ago
  23. 132f7f4 client session BUGFIX quit notif thread if session is invalid by Michal Vasko · 7 years ago
  24. d9dd266 VERSION bump to version 0.9.16 by Michal Vasko · 7 years ago
  25. 36a0133 client session CHANGE continue receiving notifications after an error by Michal Vasko · 7 years ago
  26. cea46db Merge pull request #40 from TrinityCoder/redundant-posix-source-flag by Michal Vasko · 7 years ago
  27. 9563b81 MAINTENANCE removed redundant _POSIX_SOURCE flags by Miroslav Mareš · 7 years ago
  28. 688298b Merge branch 'devel' by Michal Vasko · 7 years ago v0.9-r1
  29. c0c3a06 VERSION bump to version 0.9.15 by Michal Vasko · 7 years ago
  30. b4bb18e Merge branch 'devel' of https://github.com/cesnet/libnetconf2 into devel by Michal Vasko · 7 years ago
  31. f62f0e2 Merge pull request #37 from sartura/crypt_r_port by Michal Vasko · 7 years ago
  32. ce9a7ef CHANGE add mutex lock when crypt() is used by Mislav Novakovic · 7 years ago
  33. 7d30573 VERSION bump to version 0.9.14 by Michal Vasko · 7 years ago
  34. 4992d80 server session BUGFIX uninitialized variable by Michal Vasko · 7 years ago
  35. cb8d929 Merge pull request #38 from fanchanghu/devel by Michal Vasko · 7 years ago
  36. 6c2277c VERSION bump to version 0.9.13 by Michal Vasko · 7 years ago
  37. c41fdea client session BUGFIX memory leak by Michal Vasko · 7 years ago
  38. 3c55637 client session CHANGE handle correctly imported model not imported by any other by Michal Vasko · 7 years ago
  39. c238970 client messages DOC xpath filter format clarified by Michal Vasko · 7 years ago
  40. 3d4e721 server BUGFIX nc_ps_poll deadlock due to multi-thread conflict by fanchanghu · 7 years ago
  41. a77289e VERSION bump to version 0.9.12 by Michal Vasko · 7 years ago
  42. 142cfea session CHANGE new killed-by atrribute of every session by Michal Vasko · 7 years ago
  43. ebf4bd7 server session BUGFIX where crypt_r is not available by Mislav Novakovic · 7 years ago
  44. b7854af Merge pull request #36 from fanchanghu/devel by Michal Vasko · 7 years ago
  45. 06bde41 VERSION bump to version 0.9.11 by Michal Vasko · 7 years ago
  46. 88639e9 Revert "BUGFIX libyang changes" by Michal Vasko · 7 years ago
  47. 75888b6 session BUGFIX block forever by fanchanghu · 7 years ago
  48. 43d2ee5 VERSION bump to version 0.9.10 by Michal Vasko · 7 years ago
  49. f4c8b79 BUGFIX libyang changes by Michal Vasko · 7 years ago
  50. 04e060e VERSION bump to version 0.9.9 by Michal Vasko · 7 years ago
  51. 80075de ssh server CHANGE error message includes key path by Michal Vasko · 7 years ago
  52. ef83c61 VERSION bump version to 0.9.8 by Radek Krejci · 7 years ago
  53. c95d9ff pyapi CHANGE support SSH channels by Radek Krejci · 7 years ago
  54. 6c0951e VERSION bump version to 0.9.7 by Radek Krejci · 7 years ago
  55. b03ebe4 pyapi DOC basic documentation via sphinx by Radek Krejci · 7 years ago
  56. 9504c3e VERSION bump to version 0.9.6 by Michal Vasko · 7 years ago
  57. cc41ce2 ssh session CHANGE add error code to message by Michal Vasko · 7 years ago
  58. 1b52e2f VERSION bump version to 0.9.5 by Radek Krejci · 7 years ago
  59. b73b761 pyapi EXAMPLE example of connecting to the server and getting its capabilities by Radek Krejci · 7 years ago
  60. b20999f pyapi FEATURE provide callback mechanism for SSH authentication by Radek Krejci · 7 years ago
  61. 6067f6c pyapi DOC basic README added by Radek Krejci · 7 years ago
  62. 82441b0 pyapi BUGFIX use libnetconf default schema searchpath by Radek Krejci · 7 years ago
  63. 8444b76 VERSION: bump version to 0.9.4 by Radek Krejci · 7 years ago
  64. fd5b668 client CHANGE rewrite loading the schemas into context when connecting to a server by Radek Krejci · 7 years ago
  65. 8f95abc VERSION bump version to 0.9.3 by Radek Krejci · 7 years ago
  66. c61f0b4 FEATURE initial python3 bindings commit by Radek Krejci · 7 years ago
  67. 8b22557 build MAINTENANCE remove unused flags provided to cmake in Travis CI build by Radek Krejci · 7 years ago
  68. 10bbac7 VERSION bump version to 0.9.2 by Radek Krejci · 7 years ago
  69. 29364b8 build CHANGE improve TravisCI build on OSX by Radek Krejci · 7 years ago
  70. 5c69cdf build BUGFIX OpenSSL is needed even when only SSH transport is enabled by Radek Krejci · 7 years ago
  71. da0afb2 CHANGE declare arguments as const if they are not changed by Radek Krejci · 7 years ago
  72. b46988c build CHANGE update TravisCI build on MacOS X by Radek Krejci · 7 years ago
  73. cc1b741 VERSION bump to version 0.8.62 by Michal Vasko · 7 years ago
  74. 6f63ac3 server session BUGFIX flags with same values by Michal Vasko · 7 years ago
  75. 4e65d42 server session CHANGE polling mechanism upgraded and refactored by Michal Vasko · 7 years ago
  76. 6539f09 VERSION bump to version 0.9.1 by Michal Vasko · 7 years ago
  77. e645de3 server session BUGFIX flags with same values by Michal Vasko · 7 years ago
  78. efbc5e3 server session CHANGE polling mechanism upgraded and refactored by Michal Vasko · 7 years ago
  79. 26a8115 build CHANGE update libssh used for TravisCI build by Radek Krejci · 7 years ago
  80. cb1acf2 build CHANGE update libssh used for TravisCI build by Radek Krejci · 7 years ago
  81. 87fa918 VERSION bump version to 0.9.0 by Radek Krejci · 7 years ago
  82. 2e32e39 tests CHANGE add test for sharing client context in multiple threads by Radek Krejci · 7 years ago
  83. 5cebc6b client CHANGE allow sharing client context among the threads by Radek Krejci · 7 years ago
  84. 16c94f6 tests CHANGE add ldopen()'s still reachable valgrind supression by Radek Krejci · 7 years ago
  85. dfcfef3 Merge branch 'devel' into python by Radek Krejci · 7 years ago
  86. 62aa064 client CHANGE make client options thread specific by Radek Krejci · 7 years ago
  87. 90a84a2 client ssh CHANGE allow private data in SSH authentication callbacks by Radek Krejci · 7 years ago
  88. 82da781 doc MAINTENANCE clarification by Radek Krejci · 7 years ago
  89. 0a70b15 VERSION bump to version 0.8.61 by Michal Vasko · 7 years ago
  90. e4300a8 session CHANGE poll sessions now have state by Michal Vasko · 7 years ago
  91. e8b3b33 VERSION bump to version 0.8.60 by Michal Vasko · 7 years ago
  92. 1b2ddc9 client session BUGFIX capabilities are const by Michal Vasko · 7 years ago
  93. cbf256a VERSION bump to version 0.8.59 by Michal Vasko · 7 years ago
  94. 2cb24b4 session CHANGE client capabilities are not longer const by Michal Vasko · 7 years ago
  95. 96fc4bb session BUGFIX memory leak by Michal Vasko · 7 years ago
  96. 465308c session CHANGE add error codes for session status and term reason enums by Radek Krejci · 7 years ago
  97. 6799a05 doc CHANGE split docs into groups for easier navigation in doxygen by Radek Krejci · 7 years ago
  98. d52d078 VERSION bump to version 0.8.58 by Michal Vasko · 7 years ago
  99. 1ff9776 server session CHANGE all the sessions are checked if running in poll by Michal Vasko · 7 years ago
  100. b62d5b4 doc UPDATE overall information about the project by Radek Krejci · 7 years ago