1. c72d0e6 server session DOC minor fixes by Michal Vasko · 8 years ago
  2. 93e30ad VERSION bump version to 0.6.16 by Radek Krejci · 8 years ago
  3. f5de581 Merge branch 'master' of https://github.com/fanchanghu/libnetconf2 into fanchanghu-master by Radek Krejci · 8 years ago
  4. 4fefae3 travis MAINTENANCE removed redundant commands by Michal Vasko · 8 years ago
  5. 966f2de add global RPC callback feature by fanchanghu · 8 years ago
  6. c0541c8 travis CHANGE on osx force openssl in brew by Michal Vasko · 8 years ago
  7. 80f4b05 travis CHANGE verbose make by Michal Vasko · 8 years ago
  8. 28c2663 travis BUGFIX osx build openssl dep fix by Michal Vasko · 8 years ago
  9. e6bd229 travis CHANGE use original OpenSSL on OSX by Michal Vasko · 8 years ago
  10. 13d0152 build EXPERIMENT building in OS X in Travis CI by Radek Krejci · 8 years ago
  11. da3c221 build BUGFIX fix upgrading openssl on OS X by Radek Krejci · 8 years ago
  12. 872ca9f build BUGFIX add missing opnssl install/upgrade in OS X building in Travis CI by Radek Krejci · 8 years ago
  13. ba97686 build CHANGE make Travis build targets (libnetconf with different options) independent on each other by Radek Krejci · 8 years ago
  14. 2bb0953 VERSION bump version to 0.6.15 by Radek Krejci · 8 years ago
  15. d6b73e1 build BUGFIX fix header include (time.h should be sys/time.h) by Radek Krejci · 8 years ago
  16. 668e508 VERSION bump version to 0.6.14 by Radek Krejci · 8 years ago
  17. 99355e5 Merge branch 'macosx' by Radek Krejci · 8 years ago
  18. 2847292 compat CHANGE support for systems without pthread_mutex_timedlock() by Radek Krejci · 8 years ago macosx
  19. 7ac1605 compat CHANGE support for systems without clock_gettime() by Radek Krejci · 8 years ago
  20. 67f580f VERSION bump version to 0.6.13 by Radek Krejci · 8 years ago
  21. 84996e8 Merge branch 'macosx' by Radek Krejci · 8 years ago
  22. cd6b868 build CHANGE add OS X building in Travis CI by Radek Krejci · 8 years ago
  23. b42427e build CHANGE download libssh 0.7.3 instead of 0.7.2 for building in Travis CI by Radek Krejci · 8 years ago
  24. 5961c70 compat CHANGE use poll() instead of ppoll() by Radek Krejci · 8 years ago
  25. 32898d5 compat FEATURE replacement for spinlock if not available by Radek Krejci · 8 years ago
  26. 194378b VERSION bump to version 0.6.12 by Michal Vasko · 8 years ago
  27. d369dda BUGFIX handle missing \n on a chunk start by Michal Vasko · 8 years ago
  28. ce24bf3 VERSION bump to version 0.6.11 by Michal Vasko · 8 years ago
  29. c1119d8 session BUGFIX server capabilities returned unencoded by Michal Vasko · 8 years ago
  30. 926ecec VERSION bump version to 0.6.10 by Radek Krejci · 8 years ago
  31. 323b849 tests BUGFIX reflect time_t size on 32b systems by Radek Krejci · 8 years ago
  32. 20b9fdc VERSIOn bump to version 0.6.9 by Michal Vasko · 8 years ago
  33. cf5131e tests FEATURE additional time test by Michal Vasko · 8 years ago
  34. 55fc5ef time BUGFIX sign counts as a character by Michal Vasko · 8 years ago
  35. 110aa54 Merge branch 'devel' by Michal Vasko · 8 years ago
  36. e689d11 doc BUGFIX remove duplicated link to Travis CI by Radek Krejčí · 8 years ago
  37. aa7c4ae VERSION bump version to 0.6.8 by Radek Krejci · 8 years ago
  38. f69a6d8 FEATURE tests of nc_time2datetime() and nc_datetime2time() functions by Radek Krejci · 8 years ago
  39. fcf561b BUGFIX nc_time2datetime() wrong format of timezone shift by Radek Krejci · 8 years ago
  40. bd16d45 BUGFIX nc_time2datetime() with specified timezone by Radek Krejci · 8 years ago
  41. ebe263f DOC clarify nc_time2datetime() and nc_datetime2time() params and return value description by Radek Krejci · 8 years ago
  42. 5d52960 VERSION bump to version 0.6.7 by Michal Vasko · 8 years ago
  43. cc0aa7d client session MAINTENANCE use the current libssh release functions by Michal Vasko · 8 years ago
  44. b29c804 VERSION bump to version 0.6.6 by Michal Vasko · 8 years ago
  45. abc11ea client session MAINTENANCE libssh deprecated function use by Michal Vasko · 8 years ago
  46. 9cd26a8 client session FEATURE get session ntf thread state by Michal Vasko · 8 years ago
  47. ef51d00 VERSION bump to version 0.6.5 by Michal Vasko · 8 years ago
  48. 5e20347 server session BUGFIX return proper value on timeout by Michal Vasko · 8 years ago
  49. 46eac55 server session BUGFIX handle every poll return event by Michal Vasko · 8 years ago
  50. 7abcdeb session BUGFIX proper import key error handling by Michal Vasko · 8 years ago
  51. 8801b50 VERSION bump to version 0.6.4 by Michal Vasko · 8 years ago
  52. c45ebd3 server session CHANGE return session start time directly by Michal Vasko · 8 years ago
  53. 8c1bfab time FEATURE datetime print to provided buffer by Michal Vasko · 8 years ago
  54. 5eba141 VERSION bump to version 0.6.3 by Michal Vasko · 8 years ago
  55. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  56. 4ffa3b2 server session FEATURE function for server capabilities retrieval by Michal Vasko · 8 years ago
  57. 8d8d1d7 VERSION bump to version 0.6.2 by Michal Vasko · 8 years ago
  58. f835235 server session FEATURE session start time stored by Michal Vasko · 8 years ago
  59. bdfb524 session REFACTOR move client-specific session functions by Michal Vasko · 8 years ago
  60. 43c4138 VERSION bump to version 0.5.6 by Michal Vasko · 8 years ago
  61. 62c6ecd client messages MAINTENANCE parameter check enhanced by Michal Vasko · 8 years ago
  62. 891696c client messages MAINTENANCE parameter check enhanced by Michal Vasko · 8 years ago
  63. b16db2d VERSION bump to version 0.5.5 by Michal Vasko · 8 years ago
  64. 8835916 server messages BUGFIX session-id in rpc-error can be 0 by Michal Vasko · 8 years ago
  65. 0ce3032 VERSION bump to version 0.6.1 by Michal Vasko · 8 years ago
  66. 90920b0 server messages BUGFIX session-id in rpc-error can be 0 by Michal Vasko · 8 years ago
  67. 84dc2d7 VERSION bump to version 0.6.0 by Michal Vasko · 8 years ago
  68. 105b7a7 Merge branch 'devel' by Michal Vasko · 8 years ago
  69. 5405c75 VERSION bump to version 0.5.4 by Michal Vasko · 8 years ago
  70. 0651c90 client session BUGFIX proper notification thread quit on error by Michal Vasko · 8 years ago
  71. 734be4c VERSION bump to version 0.5.3 by Michal Vasko · 8 years ago
  72. 03df9e3 client session BUGFIX parse rpc with correct flags by Michal Vasko · 8 years ago
  73. 7edd057 VERSION bump to version 0.4.14 by Michal Vasko · 8 years ago
  74. e9a73d7 session CHANGE libyang changes by Michal Vasko · 8 years ago
  75. 5bb7d33 VERSION bump to version 0.5.2 by Michal Vasko · 8 years ago
  76. b2583f1 session CHANGE libyang changes by Michal Vasko · 8 years ago
  77. fa6e974 VERSION bump to version 0.5.1 by Michal Vasko · 9 years ago
  78. 71ba2da client session FEATURE processing of replies without/with wrong msgid by Michal Vasko · 9 years ago
  79. 296fee8 server session BUGFIX typo by Michal Vasko · 9 years ago
  80. 8f3198f server messages FEATURE getters for basic server error elements by Michal Vasko · 9 years ago
  81. cd59275 VERSION bump to version 0.4.13 by Michal Vasko · 9 years ago
  82. c912111 server messages FEATURE getters for basic server error elements by Michal Vasko · 9 years ago
  83. 9e0db88 server session BUGFIX typo by Michal Vasko · 9 years ago
  84. 9b0661a client session OPTIMIZE increase timeout for get-schema reply by Michal Vasko · 9 years ago
  85. 36b17ba client session OPTIMIZE increase timeout for get-schema reply by Michal Vasko · 9 years ago
  86. 41d0bdb build CHANGE reflect removed devel branch in libyang by Radek Krejci · 9 years ago
  87. 0696c64 VERSION bump version to 0.5.0 by Radek Krejci · 9 years ago
  88. 91d68c6 VERSION bump version to 0.4.12 by Radek Krejci · 9 years ago
  89. a1f468e Merge branch 'devel' by Radek Krejci · 9 years ago
  90. 56fae73 VERSION bump version to 0.4.11 by Radek Krejci · 9 years ago
  91. 844662e BUGFIX missing attributes and namespace in rpc-reply when returning error information by Radek Krejci · 9 years ago
  92. 7ce7f5b VERSION bump version to 0.3.13 by Radek Krejci · 9 years ago
  93. c3948e2 BUGFIX missing attributes and namespace in rpc-reply when returning error information by Radek Krejci · 9 years ago
  94. b2b58a8 VERSION bump to version 0.4.10 by Michal Vasko · 9 years ago
  95. 1d8212b client session BUGFIX rpc validate flag by Michal Vasko · 9 years ago
  96. b08743b server messages BUGFIX empty data reply is not valid by Michal Vasko · 9 years ago
  97. 9479cc4 VERSION bump to version 0.4.9 by Michal Vasko · 9 years ago
  98. 55f0397 server session FEATURE getters for capab options and timeouts by Michal Vasko · 9 years ago
  99. e31b07b server session BUGFIX remove debug output by Michal Vasko · 9 years ago
  100. 333333b VERSION bump to version 0.4.8 by Michal Vasko · 9 years ago