1. f7a99be server session BUGFIX moved place for chekcing max auth attempts by Michal Vasko · 8 years ago
  2. 2e5dbbb io BUGFIX more cases properly covered when checking if connected by Michal Vasko · 8 years ago
  3. f16a04d client session CHANGE allow to make client sessions not strict on request by Michal Vasko · 8 years ago
  4. 9a32736 server session CHANGE make ps poll transport-specific by Michal Vasko · 8 years ago
  5. b45fd5e server session BUGFIX check that all received SSH data were processed by Michal Vasko · 8 years ago
  6. 7d631f0 io BUGFIX error elements can have attributes by Michal Vasko · 8 years ago
  7. 90fba64 get-schema CHANGE reflect changes in libyang by Radek Krejci · 8 years ago
  8. d62e38a io BUGFIX properly prefix all rcp reply elements by Michal Vasko · 8 years ago
  9. e8b2772 Merge pull request #19 from jktjkt/ssl-memleak-comp-methods by michalvasko · 8 years ago
  10. e8cfaa7 client session BUGFIX accepting non-standard capabilities by Michal Vasko · 8 years ago
  11. 47e9e1a Fix memleak in OpenSSL uninitialization by Jan Kundrát · 8 years ago
  12. c67f599 io CHANGE libyang flag renamed by Michal Vasko · 8 years ago
  13. cc3d52b io CHANGE libyang changes by Michal Vasko · 8 years ago
  14. c24b207 io BUGFIX handle prefixed rpc in the rpc reply by Michal Vasko · 8 years ago
  15. 333e81e MAINTENANCE remove execute bit from source code files by Radek Krejci · 8 years ago
  16. fcdfda1 client session CHANGE use READ_TIMEOUT for internal get-schema reply wait by Michal Vasko · 8 years ago
  17. 9161da5 client session BUGFIX filters and configs are serialized by Michal Vasko · 8 years ago
  18. 467b5d0 Merge branch 'devel' by Radek Krejci · 8 years ago
  19. e2357e9 io BUGFIX wrong declaration placement by Michal Vasko · 8 years ago
  20. 3ad5f38 server session MAINTENANCE unreachable code removed by Michal Vasko · 8 years ago
  21. a8a66b6 session BUGFIX memory leaks by Michal Vasko · 8 years ago
  22. a8b8c65 io BUGFIX dead code warning by Michal Vasko · 8 years ago
  23. b1a094b server session BUGFIX forgotten unlock by Michal Vasko · 8 years ago
  24. 4e1a36c client session BUGFIX receiving notifications need some timeout by Michal vasko · 8 years ago
  25. 2f8e4b5 session BUGFIX trylock fail is not always an error by Michal vasko · 8 years ago
  26. 50cc94f session CHANGE print caller in mutex lock fail by Michal vasko · 8 years ago
  27. 2f968ef client session BUGFIX receiving notifications need some timeout by Michal vasko · 8 years ago
  28. 726c8b5 session BUGFIX trylock fail is not always an error by Michal vasko · 8 years ago
  29. 953939c session CHANGE print caller in mutex lock fail by Michal vasko · 8 years ago
  30. 2423e91 client session BUGFIX handle all returned msg types by Michal vasko · 8 years ago
  31. ff8ddc0 client session BUGFIX handle all returned msg types by Michal Vasko · 8 years ago
  32. 3a889fd libnetconf2 DOC corrected and updated by Michal Vasko · 8 years ago
  33. 339eea8 io BUGFIX unitialized variable warning by Michal Vasko · 8 years ago
  34. b078fee log CHANGE libssh logging set separately by Michal Vasko · 8 years ago
  35. 94868ed client session CHANGE new libyang anydata value formats by Michal Vasko · 8 years ago
  36. 81b33fb io MAINTENANCE minor enhancements by Michal Vasko · 8 years ago
  37. e2146a3 io BUGFIX forgotten parameter by Michal Vasko · 8 years ago
  38. 94acafc server session BUGFIX bind poll by Michal Vasko · 8 years ago
  39. 964e173 io CHANGE proper write checking added by Michal Vasko · 8 years ago
  40. d6829ce server session BUGFIX doxygen mixups by Michal Vasko · 8 years ago
  41. 9862fbb Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Radek Krejci · 8 years ago
  42. 03438ec client side UPDATE follow libyang changes and cover new enums in switch by Radek Krejci · 8 years ago
  43. f9f9348 io MAINTENANCE init variable by Radek Krejci · 8 years ago
  44. 4f9c141 session BUGFIX monotonic clock cannot be used for absolute time value by Michal Vasko · 8 years ago
  45. 0ef46df session BUGFIX monotonic clock cannot be used for absolute time value by Michal Vasko · 8 years ago
  46. 3e7eaf4 client session CHANGE request yang schemas in get-schema by Michal Vasko · 8 years ago
  47. 68b3f29 session BUGFIX libyang api change by Michal Vasko · 8 years ago
  48. 998ba41 client session CHANGE handle get-schema replies properly by Michal Vasko · 8 years ago
  49. 7793bc6 client BUGFIX accept empty configurations by Michal Vasko · 8 years ago
  50. dd9fe65 session CHANGE include module-set-id in the hello message by Michal Vasko · 8 years ago
  51. 6a595fe server session BUGFIX username is in the dictionary by Michal Vasko · 8 years ago
  52. 49a0cf9 client session CHANGE libyang lyd_validate prototype changed by Michal Vasko · 8 years ago
  53. bd13a93 server session BUGFIX ssh publickey authentication by Michal Vasko · 8 years ago
  54. 36dfdb3 data handling UPDATE reflect changes in libyang's handling of default values by Radek Krejci · 8 years ago
  55. 539efb6 UPDATE reflect changes in libyang API by Radek Krejci · 8 years ago
  56. 5e39137 server session CHANGE do not use asserts by Michal Vasko · 8 years ago
  57. 6b15106 session BUGFIX typo by Michal Vasko · 8 years ago
  58. e2713da session CHANGE option store adjusted for ietf-netconf-server granularity by Michal Vasko · 8 years ago
  59. bae4ca3 server session BUGFIX idle timeout checking fixed by Michal Vasko · 8 years ago
  60. f802fdc server session BUGFIX set last_rpc for new sessions by Michal Vasko · 8 years ago
  61. 15dfe72 server session BUGFIX idle timeout checking fixed by Michal Vasko · 8 years ago
  62. 2f975cf server session BUGFIX set last_rpc for new sessions by Michal Vasko · 8 years ago
  63. 863a6e9 server session MAINTENANCE error message clarified by Michal Vasko · 8 years ago
  64. 2604317 server session CHANGE print calling function on lock error by Michal Vasko · 8 years ago
  65. 0ea456b server session BUGFIX missing unlock by Michal Vasko · 8 years ago
  66. b30b99c session BUGFIX proper ps locking error cleanup by Michal Vasko · 8 years ago
  67. c72d0e6 server session DOC minor fixes by Michal Vasko · 8 years ago
  68. 227f8ff server session CHANGE print calling function on lock error by Michal Vasko · 8 years ago
  69. 014b1ae Merge branch 'master' into devel by Michal Vasko · 8 years ago
  70. 8c24253 server session BUGFIX missing unlock by Michal Vasko · 8 years ago
  71. bdcf236 session BUGFIX proper ps locking error cleanup by Michal Vasko · 8 years ago
  72. 0521911 server session DOC minor fixes by Michal Vasko · 8 years ago
  73. d5ad5f7 client session CHANGE libyang module_clb changed by Michal Vasko · 8 years ago
  74. 966f2de add global RPC callback feature by fanchanghu · 8 years ago
  75. d6b73e1 build BUGFIX fix header include (time.h should be sys/time.h) by Radek Krejci · 8 years ago
  76. 2847292 compat CHANGE support for systems without pthread_mutex_timedlock() by Radek Krejci · 8 years ago macosx
  77. 7ac1605 compat CHANGE support for systems without clock_gettime() by Radek Krejci · 8 years ago
  78. 5961c70 compat CHANGE use poll() instead of ppoll() by Radek Krejci · 8 years ago
  79. 32898d5 compat FEATURE replacement for spinlock if not available by Radek Krejci · 8 years ago
  80. d369dda BUGFIX handle missing \n on a chunk start by Michal Vasko · 8 years ago
  81. 79df326 BUGFIX handle missing \n on a chunk start by Michal Vasko · 8 years ago
  82. 90e8e69 session & messages FEATURE action support by Michal Vasko · 8 years ago
  83. c1119d8 session BUGFIX server capabilities returned unencoded by Michal Vasko · 8 years ago
  84. e90e4d1 session CHANGE print deviating modules in server capabilities by Michal Vasko · 8 years ago
  85. 2e47ef9 session BUGFIX server capabilities returned unencoded by Michal Vasko · 8 years ago
  86. 160b791 io CHANGE debug output of sent messages by Michal Vasko · 8 years ago
  87. 55fc5ef time BUGFIX sign counts as a character by Michal Vasko · 8 years ago
  88. e3c37f1 time BUGFIX sign counts as a character by Michal Vasko · 8 years ago
  89. fcf561b BUGFIX nc_time2datetime() wrong format of timezone shift by Radek Krejci · 8 years ago
  90. bd16d45 BUGFIX nc_time2datetime() with specified timezone by Radek Krejci · 8 years ago
  91. ebe263f DOC clarify nc_time2datetime() and nc_datetime2time() params and return value description by Radek Krejci · 8 years ago
  92. cc0aa7d client session MAINTENANCE use the current libssh release functions by Michal Vasko · 8 years ago
  93. abc11ea client session MAINTENANCE libssh deprecated function use by Michal Vasko · 8 years ago
  94. 9cd26a8 client session FEATURE get session ntf thread state by Michal Vasko · 8 years ago
  95. 5e20347 server session BUGFIX return proper value on timeout by Michal Vasko · 8 years ago
  96. 46eac55 server session BUGFIX handle every poll return event by Michal Vasko · 8 years ago
  97. 7abcdeb session BUGFIX proper import key error handling by Michal Vasko · 8 years ago
  98. c45ebd3 server session CHANGE return session start time directly by Michal Vasko · 8 years ago
  99. 8c1bfab time FEATURE datetime print to provided buffer by Michal Vasko · 8 years ago
  100. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago