1. 467b5d0 Merge branch 'devel' by Radek Krejci · 8 years ago
  2. e2357e9 io BUGFIX wrong declaration placement by Michal Vasko · 8 years ago
  3. 3ad5f38 server session MAINTENANCE unreachable code removed by Michal Vasko · 8 years ago
  4. a8a66b6 session BUGFIX memory leaks by Michal Vasko · 8 years ago
  5. a8b8c65 io BUGFIX dead code warning by Michal Vasko · 8 years ago
  6. b1a094b server session BUGFIX forgotten unlock by Michal Vasko · 8 years ago
  7. 4e1a36c client session BUGFIX receiving notifications need some timeout by Michal vasko · 8 years ago
  8. 2f8e4b5 session BUGFIX trylock fail is not always an error by Michal vasko · 8 years ago
  9. 50cc94f session CHANGE print caller in mutex lock fail by Michal vasko · 8 years ago
  10. 2f968ef client session BUGFIX receiving notifications need some timeout by Michal vasko · 8 years ago
  11. 726c8b5 session BUGFIX trylock fail is not always an error by Michal vasko · 8 years ago
  12. 953939c session CHANGE print caller in mutex lock fail by Michal vasko · 8 years ago
  13. 2423e91 client session BUGFIX handle all returned msg types by Michal vasko · 8 years ago
  14. ff8ddc0 client session BUGFIX handle all returned msg types by Michal Vasko · 8 years ago
  15. 3a889fd libnetconf2 DOC corrected and updated by Michal Vasko · 8 years ago
  16. 339eea8 io BUGFIX unitialized variable warning by Michal Vasko · 8 years ago
  17. b078fee log CHANGE libssh logging set separately by Michal Vasko · 8 years ago
  18. 94868ed client session CHANGE new libyang anydata value formats by Michal Vasko · 8 years ago
  19. 81b33fb io MAINTENANCE minor enhancements by Michal Vasko · 8 years ago
  20. e2146a3 io BUGFIX forgotten parameter by Michal Vasko · 8 years ago
  21. 94acafc server session BUGFIX bind poll by Michal Vasko · 8 years ago
  22. 964e173 io CHANGE proper write checking added by Michal Vasko · 8 years ago
  23. d6829ce server session BUGFIX doxygen mixups by Michal Vasko · 8 years ago
  24. 9862fbb Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Radek Krejci · 8 years ago
  25. 03438ec client side UPDATE follow libyang changes and cover new enums in switch by Radek Krejci · 8 years ago
  26. f9f9348 io MAINTENANCE init variable by Radek Krejci · 8 years ago
  27. 4f9c141 session BUGFIX monotonic clock cannot be used for absolute time value by Michal Vasko · 8 years ago
  28. 0ef46df session BUGFIX monotonic clock cannot be used for absolute time value by Michal Vasko · 8 years ago
  29. 3e7eaf4 client session CHANGE request yang schemas in get-schema by Michal Vasko · 8 years ago
  30. 68b3f29 session BUGFIX libyang api change by Michal Vasko · 8 years ago
  31. 998ba41 client session CHANGE handle get-schema replies properly by Michal Vasko · 8 years ago
  32. 7793bc6 client BUGFIX accept empty configurations by Michal Vasko · 8 years ago
  33. dd9fe65 session CHANGE include module-set-id in the hello message by Michal Vasko · 8 years ago
  34. 6a595fe server session BUGFIX username is in the dictionary by Michal Vasko · 8 years ago
  35. 49a0cf9 client session CHANGE libyang lyd_validate prototype changed by Michal Vasko · 8 years ago
  36. bd13a93 server session BUGFIX ssh publickey authentication by Michal Vasko · 8 years ago
  37. 36dfdb3 data handling UPDATE reflect changes in libyang's handling of default values by Radek Krejci · 8 years ago
  38. 539efb6 UPDATE reflect changes in libyang API by Radek Krejci · 8 years ago
  39. 5e39137 server session CHANGE do not use asserts by Michal Vasko · 8 years ago
  40. 6b15106 session BUGFIX typo by Michal Vasko · 8 years ago
  41. e2713da session CHANGE option store adjusted for ietf-netconf-server granularity by Michal Vasko · 8 years ago
  42. bae4ca3 server session BUGFIX idle timeout checking fixed by Michal Vasko · 8 years ago
  43. f802fdc server session BUGFIX set last_rpc for new sessions by Michal Vasko · 8 years ago
  44. 15dfe72 server session BUGFIX idle timeout checking fixed by Michal Vasko · 8 years ago
  45. 2f975cf server session BUGFIX set last_rpc for new sessions by Michal Vasko · 8 years ago
  46. 863a6e9 server session MAINTENANCE error message clarified by Michal Vasko · 8 years ago
  47. 2604317 server session CHANGE print calling function on lock error by Michal Vasko · 8 years ago
  48. 0ea456b server session BUGFIX missing unlock by Michal Vasko · 8 years ago
  49. b30b99c session BUGFIX proper ps locking error cleanup by Michal Vasko · 8 years ago
  50. c72d0e6 server session DOC minor fixes by Michal Vasko · 8 years ago
  51. 227f8ff server session CHANGE print calling function on lock error by Michal Vasko · 8 years ago
  52. 014b1ae Merge branch 'master' into devel by Michal Vasko · 8 years ago
  53. 8c24253 server session BUGFIX missing unlock by Michal Vasko · 8 years ago
  54. bdcf236 session BUGFIX proper ps locking error cleanup by Michal Vasko · 8 years ago
  55. 0521911 server session DOC minor fixes by Michal Vasko · 8 years ago
  56. d5ad5f7 client session CHANGE libyang module_clb changed by Michal Vasko · 8 years ago
  57. 966f2de add global RPC callback feature by fanchanghu · 8 years ago
  58. d6b73e1 build BUGFIX fix header include (time.h should be sys/time.h) by Radek Krejci · 8 years ago
  59. 2847292 compat CHANGE support for systems without pthread_mutex_timedlock() by Radek Krejci · 8 years ago macosx
  60. 7ac1605 compat CHANGE support for systems without clock_gettime() by Radek Krejci · 8 years ago
  61. 5961c70 compat CHANGE use poll() instead of ppoll() by Radek Krejci · 8 years ago
  62. 32898d5 compat FEATURE replacement for spinlock if not available by Radek Krejci · 8 years ago
  63. d369dda BUGFIX handle missing \n on a chunk start by Michal Vasko · 8 years ago
  64. 79df326 BUGFIX handle missing \n on a chunk start by Michal Vasko · 8 years ago
  65. 90e8e69 session & messages FEATURE action support by Michal Vasko · 8 years ago
  66. c1119d8 session BUGFIX server capabilities returned unencoded by Michal Vasko · 8 years ago
  67. e90e4d1 session CHANGE print deviating modules in server capabilities by Michal Vasko · 8 years ago
  68. 2e47ef9 session BUGFIX server capabilities returned unencoded by Michal Vasko · 8 years ago
  69. 160b791 io CHANGE debug output of sent messages by Michal Vasko · 8 years ago
  70. 55fc5ef time BUGFIX sign counts as a character by Michal Vasko · 8 years ago
  71. e3c37f1 time BUGFIX sign counts as a character by Michal Vasko · 8 years ago
  72. fcf561b BUGFIX nc_time2datetime() wrong format of timezone shift by Radek Krejci · 8 years ago
  73. bd16d45 BUGFIX nc_time2datetime() with specified timezone by Radek Krejci · 8 years ago
  74. ebe263f DOC clarify nc_time2datetime() and nc_datetime2time() params and return value description by Radek Krejci · 8 years ago
  75. cc0aa7d client session MAINTENANCE use the current libssh release functions by Michal Vasko · 8 years ago
  76. abc11ea client session MAINTENANCE libssh deprecated function use by Michal Vasko · 8 years ago
  77. 9cd26a8 client session FEATURE get session ntf thread state by Michal Vasko · 8 years ago
  78. 5e20347 server session BUGFIX return proper value on timeout by Michal Vasko · 8 years ago
  79. 46eac55 server session BUGFIX handle every poll return event by Michal Vasko · 8 years ago
  80. 7abcdeb session BUGFIX proper import key error handling by Michal Vasko · 8 years ago
  81. c45ebd3 server session CHANGE return session start time directly by Michal Vasko · 8 years ago
  82. 8c1bfab time FEATURE datetime print to provided buffer by Michal Vasko · 8 years ago
  83. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  84. 4ffa3b2 server session FEATURE function for server capabilities retrieval by Michal Vasko · 8 years ago
  85. f835235 server session FEATURE session start time stored by Michal Vasko · 8 years ago
  86. bdfb524 session REFACTOR move client-specific session functions by Michal Vasko · 8 years ago
  87. 891696c client messages MAINTENANCE parameter check enhanced by Michal Vasko · 8 years ago
  88. 90920b0 server messages BUGFIX session-id in rpc-error can be 0 by Michal Vasko · 8 years ago
  89. 0651c90 client session BUGFIX proper notification thread quit on error by Michal Vasko · 8 years ago
  90. 03df9e3 client session BUGFIX parse rpc with correct flags by Michal Vasko · 8 years ago
  91. b2583f1 session CHANGE libyang changes by Michal Vasko · 8 years ago
  92. 71ba2da client session FEATURE processing of replies without/with wrong msgid by Michal Vasko · 9 years ago
  93. 296fee8 server session BUGFIX typo by Michal Vasko · 9 years ago
  94. 8f3198f server messages FEATURE getters for basic server error elements by Michal Vasko · 9 years ago
  95. 36b17ba client session OPTIMIZE increase timeout for get-schema reply by Michal Vasko · 9 years ago
  96. 844662e BUGFIX missing attributes and namespace in rpc-reply when returning error information by Radek Krejci · 9 years ago
  97. 1d8212b client session BUGFIX rpc validate flag by Michal Vasko · 9 years ago
  98. b08743b server messages BUGFIX empty data reply is not valid by Michal Vasko · 9 years ago
  99. 55f0397 server session FEATURE getters for capab options and timeouts by Michal Vasko · 9 years ago
  100. e31b07b server session BUGFIX remove debug output by Michal Vasko · 9 years ago