1. dfcfef3 Merge branch 'devel' into python by Radek Krejci · 7 years ago
  2. 62aa064 client CHANGE make client options thread specific by Radek Krejci · 7 years ago
  3. 90a84a2 client ssh CHANGE allow private data in SSH authentication callbacks by Radek Krejci · 7 years ago
  4. 82da781 doc MAINTENANCE clarification by Radek Krejci · 7 years ago
  5. 0a70b15 VERSION bump to version 0.8.61 by Michal Vasko · 7 years ago
  6. e4300a8 session CHANGE poll sessions now have state by Michal Vasko · 7 years ago
  7. e8b3b33 VERSION bump to version 0.8.60 by Michal Vasko · 7 years ago
  8. 1b2ddc9 client session BUGFIX capabilities are const by Michal Vasko · 7 years ago
  9. cbf256a VERSION bump to version 0.8.59 by Michal Vasko · 7 years ago
  10. 2cb24b4 session CHANGE client capabilities are not longer const by Michal Vasko · 7 years ago
  11. 96fc4bb session BUGFIX memory leak by Michal Vasko · 7 years ago
  12. 465308c session CHANGE add error codes for session status and term reason enums by Radek Krejci · 7 years ago
  13. 6799a05 doc CHANGE split docs into groups for easier navigation in doxygen by Radek Krejci · 7 years ago
  14. d52d078 VERSION bump to version 0.8.58 by Michal Vasko · 7 years ago
  15. 1ff9776 server session CHANGE all the sessions are checked if running in poll by Michal Vasko · 7 years ago
  16. b62d5b4 doc UPDATE overall information about the project by Radek Krejci · 7 years ago
  17. f56c6ea doc UPDATE doxyfile config file by Radek Krejci · 7 years ago
  18. 9cdc39d VERSION bump to version 0.8.57 by Michal Vasko · 7 years ago
  19. a43b8e3 client ssh session CHANGE use generic way of learning stdin term by Michal Vasko · 7 years ago
  20. 4d13eca Merge branch 'devel' by Michal Vasko · 8 years ago v0.8-r1
  21. 42887fa CHANGE valgrind tests return 1 on error by Michal Vasko · 8 years ago
  22. e0c97ee VERSION bump to version 0.8.56 by Michal Vasko · 8 years ago
  23. 2a54a6d client session BUGFIX implement all modules from the server by Michal Vasko · 8 years ago
  24. d460dea VERSION bump to version 0.7.49 by Michal Vasko · 8 years ago
  25. 9f056f8 session BUGFIX ignore leading/trailing ws in capabs by Michal Vasko · 8 years ago
  26. 0af5213 VERSION bump to version 0.8.55 by Michal Vasko · 8 years ago
  27. 156d327 session BUGFIX ignore leading/trailing ws in capabs by Michal Vasko · 8 years ago
  28. 5776d9b VERSION bump to version 0.7.48 by Michal Vasko · 8 years ago
  29. 84ad67b server messages CHANGE libyang error removed by Michal Vasko · 8 years ago
  30. 536d4f6 client session CHANGE libyang func renamed by Michal Vasko · 8 years ago
  31. 144ec4e VERSION bump to version 0.8.54 by Michal Vasko · 8 years ago
  32. b42acc2 io BUGFIX invalid assert for actions by Michal Vasko · 8 years ago
  33. 9fd8e56 VERSION bump version to 0.8.53 by Radek Krejci · 8 years ago
  34. 1afa779 get-schema BUGFIX correct interpretation of empty version value by Radek Krejci · 8 years ago
  35. ad0bcb5 test BUGFIX wrong malloc size by Michal Vasko · 8 years ago
  36. 3c1ca0a VERSION bump to version 0.8.52 by Michal Vasko · 8 years ago
  37. 75ff74b test BUGFIX wrong dereference by Michal Vasko · 8 years ago
  38. 2725269 server session BUGFIX set umask before mkstemp by Michal Vasko · 8 years ago
  39. 9550cf1 server session BUGFIX memory leak by Michal Vasko · 8 years ago
  40. 4e455dd server session BUGFIX missing unlock by Michal Vasko · 8 years ago
  41. 7a7d574 session BUGFIX unused assignment by Michal Vasko · 8 years ago
  42. 25379d1 VERSION bump to version 0.8.51 by Michal Vasko · 8 years ago
  43. e1ee05b server session NEW getting sessions from ps based on sid by Michal Vasko · 8 years ago
  44. c87846b VERSION bump to version 0.8.50 by Michal Vasko · 8 years ago
  45. 9a2e4d2 server messages NEW getter for server notification time by Michal Vasko · 8 years ago
  46. fc9dbdd server messages MAINTENANCE update param management param by Michal Vasko · 8 years ago
  47. b70c8b8 server session CHANGE transport timeout used globally by Michal Vasko · 8 years ago
  48. 1a22db4 session DOC minor clarification by Michal Vasko · 8 years ago
  49. ce9dd62 VERSION bump to version 0.8.49 by Michal Vasko · 8 years ago
  50. ea20178 server messages OPTIMIZE use const params where possible by Michal Vasko · 8 years ago
  51. aa2e5a7 server messages NEW function to get last error from an error reply by Michal Vasko · 8 years ago
  52. 7d505f4 VERSION bump to version 0.8.48 by Michal Vasko · 8 years ago
  53. 53358d3 server session CHANGE increase timeout for transport-protocol data by Michal Vasko · 8 years ago
  54. 974a75b VERSION bump to version 0.8.47 by Michal Vasko · 8 years ago
  55. 81c5b30 session MAINTENANCE unify timeouts by Michal Vasko · 8 years ago
  56. 1adab7e VERSION bump to version 0.8.46 by Michal Vasko · 8 years ago
  57. e8e0770 server session CHANGE enable servers to know if they have endpts to accept on by Michal Vasko · 8 years ago
  58. e39ae6b server session OPTIMIZE do not duplicate function code by Michal Vasko · 8 years ago
  59. 651b623 Merge pull request #22 from fanchanghu/devel by michalvasko · 8 years ago
  60. 5244bf4 session BUGFIX capabilitys do not include ns if it is prefix of another by fanchanghu · 8 years ago
  61. 3d77a40 VERSION bump to version 0.8.45 by Michal Vasko · 8 years ago
  62. a82bd20 session BUGFIX explicit conversion required by Michal Vasko · 8 years ago
  63. fb25367 VERSION bump to version 0.8.44 by Michal Vasko · 8 years ago
  64. 3486a7c server session CHANGE basic server notification support by Michal Vasko · 8 years ago
  65. 4fdaeda VERSION bump to version 0.8.43 by Michal Vasko · 8 years ago
  66. 0dfcd33 session BUGFIX wrong conversion msec -> sec by Michal Vasko · 8 years ago
  67. 82d5c38 VERSION bump to version 0.8.42 by Michal Vasko · 8 years ago
  68. 37fdad5 messages BUGFIX libyang changes by Michal Vasko · 8 years ago
  69. 3e9d168 session MAINTENANCE some false warnings by Michal Vasko · 8 years ago
  70. 23edb63 session CHANGE it seems travis machines are even slower than expected by Michal Vasko · 8 years ago
  71. d5ac4c4 travis CHANGE print test output by Michal Vasko · 8 years ago
  72. 06e2115 VERSION bump to version 0.8.41 by Michal Vasko · 8 years ago
  73. f54cd35 server session BUFGIX ignore signals while polling by Michal Vasko · 8 years ago
  74. ade892d session CHANGE concurrency greatly improved by Michal Vasko · 8 years ago
  75. 36c7be8 session CHANGE timeout mechanism completely rewritten by Michal Vasko · 8 years ago
  76. a74e0d7 VERSION bump to version 0.8.40 by Michal Vasko · 8 years ago
  77. 770b436 session BUGFIX some openssl 1.1.0 macros did not commit by Michal Vasko · 8 years ago
  78. 2bdf433 VERSION bump to version 0.8.39 by Michal Vasko · 8 years ago
  79. 18aeb5d session CHANGE compatibility with openssl v1.1.0 by Michal Vasko · 8 years ago
  80. 7297bb2 VERSION bump to version 0.8.38 by Michal Vasko · 8 years ago
  81. 30a5d6b server session CHANGE ps poll return special error when no sessions to poll by Michal Vasko · 8 years ago
  82. f4462fd server session CHANGE avoid locking when reading session count by Michal Vasko · 8 years ago
  83. 44b0c6e VERSION bump to version 0.8.37 by Michal Vasko · 8 years ago
  84. d31b76e libnetconf DOC major server sessions update by Michal Vasko · 8 years ago
  85. ee087c6 libnetconf DOC section about timeouts by Michal Vasko · 8 years ago
  86. 8caaa30 VERSIOn bump to version 0.8.36 by Michal Vasko · 8 years ago
  87. afdb8ec session BUGFIX seems public headers cannot be included in private ones by Michal Vasko · 8 years ago
  88. 1c5fad2 VERSION bump to version 0.8.35 by Michal Vasko · 8 years ago
  89. f471fa0 session CHANGE new timeout introduced by Michal Vasko · 8 years ago
  90. 50d2a5c doc BUGFIX minor reference fixes by Michal Vasko · 8 years ago
  91. d0c6e8f VERSION bump to version 0.8.34 by Michal Vasko · 8 years ago
  92. fbfe8b6 server session FEATURE changing order of host keys by Michal Vasko · 8 years ago
  93. 61f38ae VERSION bump to version 0.8.33 by Michal Vasko · 8 years ago
  94. 7d25588 server session CHANGE possible to work with host key order by Michal Vasko · 8 years ago
  95. 64bad2c VERSION bump to version 0.7.47 by Michal Vasko · 8 years ago
  96. da179d7 server session BUGFIX wrong variable by Michal Vasko · 8 years ago
  97. 3749710 build CHANGE make read_timeout a real option by Michal Vasko · 8 years ago
  98. d124824 VERSION bump to version 0.7.46 by Michal Vasko · 8 years ago
  99. d7080b8 test BUGFIX connected is now checked properly by Michal Vasko · 8 years ago
  100. d8450ff VERSION bump to version 0.7.45 by Michal Vasko · 8 years ago