1. 5cec3c2 tests: fix -Wunused-result by Jan Kundrát · 3 years, 1 month ago
  2. ad26f99 session client FEATURE server domain identity check by Michal Vasko · 3 years, 2 months ago
  3. 9c6d38c session BUGFIX do not communicate on invalid sessions by Michal Vasko · 3 years, 2 months ago
  4. 2e803db test BUGFIX remove datarace from test_fd_comm by tadeas-vintrlik · 3 years, 2 months ago
  5. 36af696 test FEATURE add test for multithreaded receiving of messages by tadeas-vintrlik · 3 years, 3 months ago
  6. 0ab3a66 tests BUGFIX missing wrap function calls by Michal Vasko · 3 years, 3 months ago
  7. 2cd7163 build REFACTOR main cmake list organized into sections by Michal Vasko · 3 years, 5 months ago
  8. b83a3fa libnetconf2 REFACTOR formatting by Michal Vasko · 3 years, 6 months ago
  9. b0e3ec4 build FEATURE source formatting using uncrustify by Michal Vasko · 3 years, 6 months ago
  10. d7fb6df time REFACTOR use time functions form libyang by Michal Vasko · 3 years, 6 months ago
  11. 49eb3f4 time FEATURE increase timestamp precision by Michal Vasko · 3 years, 6 months ago
  12. 1dcb764 session UPDATE latest libyang changes by Michal Vasko · 3 years, 7 months ago
  13. 71dbd77 server session FEATURE support for more subscriptions on a session by Michal Vasko · 3 years, 8 months ago
  14. 7736745 libnetconf2 REFACTOR initial libyang2 support by Michal Vasko · 3 years, 9 months ago
  15. acf9847 session MAINTENANCE remove dynamic synchronization structures by Michal Vasko · 3 years, 9 months ago
  16. ec58484 tests FEATURE param test of edit-data and get-data (#282) by Fred Gan · 3 years, 10 months ago
  17. 3a736e0 tests FEATURE callhome testcases (#280) by Fred Gan · 3 years, 10 months ago
  18. 5eda9cb build FEATURE enable code coverage (#273) by Fred Gan · 4 years ago
  19. 79142c2 test BUGFIX wrong param by Michal Vasko · 4 years, 3 months ago
  20. 5a44647 modules CHANGE move schemas to tests by Michal Vasko · 4 years, 6 months ago
  21. 2209191 Prevent compile errors on OSX (#198) by Claus Klein · 4 years, 10 months ago
  22. f16de5e test CHANGE use ECDSA keys instead of deprecated DSA by Michal Vasko · 4 years, 10 months ago
  23. 3c37b4f test MAINTENANCE correct paths by Michal Vasko · 4 years, 10 months ago
  24. 6936bf5 Merge https://github.com/cesnet/libnetconf2 into sysrepo2 by Michal Vasko · 5 years ago
  25. 5ba14e5 tests CHANGE use pipes instead of stdio by Michal Vasko · 5 years ago
  26. e49a15f libnetconf CHANGE support for new draft netconf-server nodes by Michal Vasko · 5 years ago
  27. ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
  28. bbaa9b2 test BUGFIX make test thread-safe by Michal Vasko · 6 years ago
  29. cb9274f fix and testcase for empty deviation parameter by Frank Rimpler · 6 years ago
  30. 346ac56 tests CHANGE expired ceritifcates updated by Michal Vasko · 6 years ago
  31. 2644f75 server session CHANGE remove broken function by Michal Vasko · 6 years ago
  32. aae4df3 ADD some comments by David Sedlák · 6 years ago
  33. 493f2b1 build FIX file formatting by David Sedlák · 6 years ago
  34. 2f2f2e3 client tests ADD test case with generic rpc by David Sedlák · 6 years ago
  35. 77acc20 client tests ADD test case with ssh pubkey authentication by David Sedlák · 6 years ago
  36. 3983ed0 messages_client tests ADD additional checks of correct execution by David Sedlák · 6 years ago
  37. 19af266 ADD tests for client API messages functions by David Sedlák · 6 years ago
  38. 2057be1 ADD unit tests for general API client functions by David Sedlák · 6 years ago
  39. 6fdf1ec ADD unit tests for client TLS API functions by David Sedlák · 6 years ago
  40. ddde449 ADD unit tests for client ssh functions by David Sedlák · 6 years ago
  41. 131120a CHANGE allow concurrent notifications and RPCs by Michal Vasko · 6 years ago
  42. cf15d6c cmake: Do not write to the source directory during build by Jan Kundrát · 7 years ago
  43. 3222b7d CHANGE reflect API changes in libyang 0.14 by Radek Krejci · 7 years ago
  44. 88639e9 Revert "BUGFIX libyang changes" by Michal Vasko · 7 years ago
  45. f4c8b79 BUGFIX libyang changes by Michal Vasko · 7 years ago
  46. 2e32e39 tests CHANGE add test for sharing client context in multiple threads by Radek Krejci · 7 years ago
  47. 16c94f6 tests CHANGE add ldopen()'s still reachable valgrind supression by Radek Krejci · 7 years ago
  48. 90a84a2 client ssh CHANGE allow private data in SSH authentication callbacks by Radek Krejci · 7 years ago
  49. 42887fa CHANGE valgrind tests return 1 on error by Michal Vasko · 8 years ago
  50. ad0bcb5 test BUGFIX wrong malloc size by Michal Vasko · 8 years ago
  51. 75ff74b test BUGFIX wrong dereference by Michal Vasko · 8 years ago
  52. ade892d session CHANGE concurrency greatly improved by Michal Vasko · 8 years ago
  53. 7d25588 server session CHANGE possible to work with host key order by Michal Vasko · 8 years ago
  54. 275a302 test BUGFIX connected is now checked properly by Michal Vasko · 8 years ago
  55. 3cf4aaa server session CHANGE make adding ctn entries modular by Michal Vasko · 8 years ago
  56. ba06534 tests BUGFIX unused macro for tests by Michal Vasko · 8 years ago
  57. 4c1fb49 session CHANGE use callbacks for hostkey and certificate retrieval by Michal Vasko · 8 years ago
  58. 17dfda9 session CHANGE ssh authorized keys are global now by Michal Vasko · 8 years ago
  59. 5905037 server session CHANGE enable deleting endpoints based on ti by Michal Vasko · 8 years ago
  60. 8727e43 tests BUGFIX macro conditioned threads by Michal Vasko · 8 years ago
  61. 338f847 tests CHANGE api changes reflected by Michal Vasko · 8 years ago
  62. 93e8022 notifications FEATURE basic support for sending notifications from server side by Radek Krejci · 8 years ago
  63. 8c8e124 tests UPDATE reflect changes from libyang by Radek Krejci · 8 years ago
  64. 36dfdb3 data handling UPDATE reflect changes in libyang's handling of default values by Radek Krejci · 8 years ago
  65. 539efb6 UPDATE reflect changes in libyang API by Radek Krejci · 8 years ago
  66. e2713da session CHANGE option store adjusted for ietf-netconf-server granularity by Michal Vasko · 8 years ago
  67. 03f4ce3 tests BUGFIX reflect time_t size on 32b systems by Radek Krejci · 8 years ago
  68. 62714bd tests FEATURE additional time test by Michal Vasko · 8 years ago
  69. f69a6d8 FEATURE tests of nc_time2datetime() and nc_datetime2time() functions by Radek Krejci · 8 years ago
  70. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  71. b2583f1 session CHANGE libyang changes by Michal Vasko · 8 years ago
  72. dc3c4e1 tests CHANGE libyang api changes by Michal Vasko · 9 years ago
  73. 303245c session CHANGE libyang api changes by Michal Vasko · 9 years ago
  74. 7f1c0ef client session CHANGE getter for schema searchpath by Michal Vasko · 9 years ago
  75. 64b31a2 tests CHANGE assert replaced with nc_assert by Michal Vasko · 9 years ago
  76. a28be9a tests BUGFIX missing include by Michal Vasko · 9 years ago
  77. 8c5518b tests BUGFIX init functions cannot be called repeatedly anymore by Michal Vasko · 9 years ago
  78. e1a64ec session FEATURE destructor for session user data by Michal Vasko · 9 years ago
  79. a7b8ca5 session CHANGE init/destroy functions unified by Michal Vasko · 9 years ago
  80. cad3ac4 server session CHANGE option to free all session in a pollsession structure by Michal Vasko · 9 years ago
  81. 8f0c028 session CHANGE init/destroy functions unified by Michal Vasko · 9 years ago
  82. ad1cc6a tests DOC white space by Michal Vasko · 9 years ago
  83. b7558c5 client session CHANGE one destroy function for the client by Michal Vasko · 9 years ago
  84. eaa0672 build CHANGE make cmocka test only optional in case cmocka is installed by Radek Krejci · 9 years ago
  85. 9b81f5b MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  86. 53691be build CHANGE rename too generic macros to libnetconf specific by Radek Krejci · 9 years ago
  87. 693eb11 tests CHANGE doing authentication ourselves is not needed anymore by Michal Vasko · 9 years ago
  88. eb7080e client FEATURE recv_reply accepts parsing flags now by Michal Vasko · 9 years ago
  89. fea54dc CHANGE libyang api changes reflected by Michal Vasko · 9 years ago
  90. bc2ae55 tests BUGFIX server_thread one last forgotten relative path replaced by Michal Vasko · 9 years ago
  91. b477b22 tests BUGFIX server_thread relative paths replaced with absolute ones by Michal Vasko · 9 years ago
  92. e241c9f tests BUGFIX schema dir from the repository must be used by Michal Vasko · 9 years ago
  93. 15592cc tests CHANGE server_thread timeouts significantly increased by Michal Vasko · 9 years ago
  94. 4b1944c tests CHANGE suppression file updated by Michal Vasko · 9 years ago
  95. 734360b tests FEATURE test_server_thread by Michal Vasko · 9 years ago
  96. 061561f tests BUGFIX transport-specific tests check macros by Michal Vasko · 9 years ago
  97. 4ba285b UPDATE according to changes in libyang 0.5.30 by Radek Krejci · 9 years ago
  98. 77fad15 tests FEATURE new tests of library intitialization by Michal Vasko · 9 years ago
  99. 6cf75dd tests CHANGE config now includes SSH/TLS macros for tests to know by Michal Vasko · 9 years ago
  100. 7227f35 doc CHANGE thread safety info added by Michal Vasko · 9 years ago