1. 6b15106 session BUGFIX typo by Michal Vasko · 8 years ago
  2. 12810c1 VERSION bump to version 0.7.10 by Michal Vasko · 8 years ago
  3. e2713da session CHANGE option store adjusted for ietf-netconf-server granularity by Michal Vasko · 8 years ago
  4. dd4efa1 VERSION bump to version 0.7.9 by Michal Vasko · 8 years ago
  5. 15dfe72 server session BUGFIX idle timeout checking fixed by Michal Vasko · 8 years ago
  6. 2f975cf server session BUGFIX set last_rpc for new sessions by Michal Vasko · 8 years ago
  7. 863a6e9 server session MAINTENANCE error message clarified by Michal Vasko · 8 years ago
  8. a4180c3 VERSION bump to version 0.7.8 by Michal Vasko · 8 years ago
  9. 227f8ff server session CHANGE print calling function on lock error by Michal Vasko · 8 years ago
  10. 2924b13 VERSION bump to version 0.7.7 by Michal Vasko · 8 years ago
  11. 014b1ae Merge branch 'master' into devel by Michal Vasko · 8 years ago
  12. 4c42551 VERSION bump to version 0.6.16 by Michal Vasko · 8 years ago
  13. 8c24253 server session BUGFIX missing unlock by Michal Vasko · 8 years ago
  14. bdcf236 session BUGFIX proper ps locking error cleanup by Michal Vasko · 8 years ago
  15. 0521911 server session DOC minor fixes by Michal Vasko · 8 years ago
  16. fa2e286 VERSION bump to version 0.7.6 by Michal Vasko · 8 years ago
  17. d5ad5f7 client session CHANGE libyang module_clb changed by Michal Vasko · 8 years ago
  18. 4fefae3 travis MAINTENANCE removed redundant commands by Michal Vasko · 8 years ago
  19. 7f5c1c6 travis CHANGE try to build on OSX, allow failure by Michal Vasko · 8 years ago
  20. c0541c8 travis CHANGE on osx force openssl in brew by Michal Vasko · 8 years ago
  21. 80f4b05 travis CHANGE verbose make by Michal Vasko · 8 years ago
  22. 28c2663 travis BUGFIX osx build openssl dep fix by Michal Vasko · 8 years ago
  23. e6bd229 travis CHANGE use original OpenSSL on OSX by Michal Vasko · 8 years ago
  24. 2b61c1b Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Michal Vasko · 8 years ago
  25. 13d0152 build EXPERIMENT building in OS X in Travis CI by Radek Krejci · 8 years ago
  26. da3c221 build BUGFIX fix upgrading openssl on OS X by Radek Krejci · 8 years ago
  27. 872ca9f build BUGFIX add missing opnssl install/upgrade in OS X building in Travis CI by Radek Krejci · 8 years ago
  28. ba97686 build CHANGE make Travis build targets (libnetconf with different options) independent on each other by Radek Krejci · 8 years ago
  29. 2bb0953 VERSION bump version to 0.6.15 by Radek Krejci · 8 years ago
  30. d6b73e1 build BUGFIX fix header include (time.h should be sys/time.h) by Radek Krejci · 8 years ago
  31. 668e508 VERSION bump version to 0.6.14 by Radek Krejci · 8 years ago
  32. 99355e5 Merge branch 'macosx' by Radek Krejci · 8 years ago
  33. 2847292 compat CHANGE support for systems without pthread_mutex_timedlock() by Radek Krejci · 8 years ago macosx
  34. 7ac1605 compat CHANGE support for systems without clock_gettime() by Radek Krejci · 8 years ago
  35. 67f580f VERSION bump version to 0.6.13 by Radek Krejci · 8 years ago
  36. 84996e8 Merge branch 'macosx' by Radek Krejci · 8 years ago
  37. cd6b868 build CHANGE add OS X building in Travis CI by Radek Krejci · 8 years ago
  38. b42427e build CHANGE download libssh 0.7.3 instead of 0.7.2 for building in Travis CI by Radek Krejci · 8 years ago
  39. 5961c70 compat CHANGE use poll() instead of ppoll() by Radek Krejci · 8 years ago
  40. 32898d5 compat FEATURE replacement for spinlock if not available by Radek Krejci · 8 years ago
  41. ff596c5 build CHANGE use libyang's devel branch in Travis CI by Radek Krejci · 8 years ago
  42. 194378b VERSION bump to version 0.6.12 by Michal Vasko · 8 years ago
  43. d369dda BUGFIX handle missing \n on a chunk start by Michal Vasko · 8 years ago
  44. 1d2d50e VERSION bump to version 0.7.5 by Michal Vasko · 8 years ago
  45. 79df326 BUGFIX handle missing \n on a chunk start by Michal Vasko · 8 years ago
  46. 29f7991 VERSION bump to version 0.7.4 by Michal Vasko · 8 years ago
  47. 90e8e69 session & messages FEATURE action support by Michal Vasko · 8 years ago
  48. ce24bf3 VERSION bump to version 0.6.11 by Michal Vasko · 8 years ago
  49. c1119d8 session BUGFIX server capabilities returned unencoded by Michal Vasko · 8 years ago
  50. 276b24d VERSION bump to version 0.7.3 by Michal Vasko · 8 years ago
  51. e90e4d1 session CHANGE print deviating modules in server capabilities by Michal Vasko · 8 years ago
  52. 2e47ef9 session BUGFIX server capabilities returned unencoded by Michal Vasko · 8 years ago
  53. 160b791 io CHANGE debug output of sent messages by Michal Vasko · 8 years ago
  54. 926ecec VERSION bump version to 0.6.10 by Radek Krejci · 8 years ago
  55. 323b849 tests BUGFIX reflect time_t size on 32b systems by Radek Krejci · 8 years ago
  56. 23c5c96 VERSION bump version to 0.7.2 by Radek Krejci · 8 years ago
  57. 03f4ce3 tests BUGFIX reflect time_t size on 32b systems by Radek Krejci · 8 years ago
  58. 20b9fdc VERSIOn bump to version 0.6.9 by Michal Vasko · 8 years ago
  59. cf5131e tests FEATURE additional time test by Michal Vasko · 8 years ago
  60. 55fc5ef time BUGFIX sign counts as a character by Michal Vasko · 8 years ago
  61. c0d9f6d VERSION bump to version 0.7.1 by Michal Vasko · 8 years ago
  62. 62714bd tests FEATURE additional time test by Michal Vasko · 8 years ago
  63. e3c37f1 time BUGFIX sign counts as a character by Michal Vasko · 8 years ago
  64. ba992fd VERSION bump to version 0.7.0 by Michal Vasko · 8 years ago
  65. 110aa54 Merge branch 'devel' by Michal Vasko · 8 years ago
  66. e689d11 doc BUGFIX remove duplicated link to Travis CI by Radek Krejčí · 8 years ago
  67. aa7c4ae VERSION bump version to 0.6.8 by Radek Krejci · 8 years ago
  68. f69a6d8 FEATURE tests of nc_time2datetime() and nc_datetime2time() functions by Radek Krejci · 8 years ago
  69. fcf561b BUGFIX nc_time2datetime() wrong format of timezone shift by Radek Krejci · 8 years ago
  70. bd16d45 BUGFIX nc_time2datetime() with specified timezone by Radek Krejci · 8 years ago
  71. ebe263f DOC clarify nc_time2datetime() and nc_datetime2time() params and return value description by Radek Krejci · 8 years ago
  72. 5d52960 VERSION bump to version 0.6.7 by Michal Vasko · 8 years ago
  73. cc0aa7d client session MAINTENANCE use the current libssh release functions by Michal Vasko · 8 years ago
  74. b29c804 VERSION bump to version 0.6.6 by Michal Vasko · 8 years ago
  75. abc11ea client session MAINTENANCE libssh deprecated function use by Michal Vasko · 8 years ago
  76. 9cd26a8 client session FEATURE get session ntf thread state by Michal Vasko · 8 years ago
  77. ef51d00 VERSION bump to version 0.6.5 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. 8801b50 VERSION bump to version 0.6.4 by Michal Vasko · 8 years ago
  82. c45ebd3 server session CHANGE return session start time directly by Michal Vasko · 8 years ago
  83. 8c1bfab time FEATURE datetime print to provided buffer by Michal Vasko · 8 years ago
  84. 5eba141 VERSION bump to version 0.6.3 by Michal Vasko · 8 years ago
  85. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  86. 4ffa3b2 server session FEATURE function for server capabilities retrieval by Michal Vasko · 8 years ago
  87. 8d8d1d7 VERSION bump to version 0.6.2 by Michal Vasko · 8 years ago
  88. f835235 server session FEATURE session start time stored by Michal Vasko · 8 years ago
  89. bdfb524 session REFACTOR move client-specific session functions by Michal Vasko · 8 years ago
  90. 43c4138 VERSION bump to version 0.5.6 by Michal Vasko · 8 years ago
  91. 62c6ecd client messages MAINTENANCE parameter check enhanced by Michal Vasko · 8 years ago
  92. 891696c client messages MAINTENANCE parameter check enhanced by Michal Vasko · 8 years ago
  93. b16db2d VERSION bump to version 0.5.5 by Michal Vasko · 8 years ago
  94. 8835916 server messages BUGFIX session-id in rpc-error can be 0 by Michal Vasko · 8 years ago
  95. 0ce3032 VERSION bump to version 0.6.1 by Michal Vasko · 8 years ago
  96. 90920b0 server messages BUGFIX session-id in rpc-error can be 0 by Michal Vasko · 8 years ago
  97. 84dc2d7 VERSION bump to version 0.6.0 by Michal Vasko · 8 years ago
  98. 105b7a7 Merge branch 'devel' by Michal Vasko · 8 years ago
  99. 5405c75 VERSION bump to version 0.5.4 by Michal Vasko · 8 years ago
  100. 0651c90 client session BUGFIX proper notification thread quit on error by Michal Vasko · 8 years ago