1. 9c6d38c session BUGFIX do not communicate on invalid sessions by Michal Vasko · 3 years, 2 months ago
  2. 01130bd session FEATURE session msgs lock with timeout by Michal Vasko · 3 years, 2 months ago
  3. 54f142a session_client FEATURE add locks around message buffer by tadeas-vintrlik · 3 years, 3 months ago
  4. a4ba60f session BUGFIX process leftover messages on session close by Michal Vasko · 3 years, 3 months ago
  5. 5bd4a3f session BUGFIX safe notification thread exit by Michal Vasko · 3 years, 5 months ago
  6. 0553277 log FEATURE supply session as log clb parameter by Michal Vasko · 3 years, 5 months ago
  7. d9c3899 session BUGFIX check return value by Michal Vasko · 3 years, 5 months ago
  8. b83a3fa libnetconf2 REFACTOR formatting by Michal Vasko · 3 years, 6 months ago
  9. 7a20d2e compat FEATURE compat updated by Michal Vasko · 3 years, 6 months ago
  10. 1dcb764 session UPDATE latest libyang changes by Michal Vasko · 3 years, 7 months ago
  11. 1440a74 session server FEATURE allow setting custom content-id by Michal Vasko · 3 years, 7 months ago
  12. 7736745 libnetconf2 REFACTOR initial libyang2 support by Michal Vasko · 3 years, 9 months ago
  13. 0db3db5 session BUGFIX call home flag is protected by lock and cond by Michal Vasko · 3 years, 8 months ago
  14. 96a28a3 session FEATURE print error when freeing a busy session 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. 925c38d session BUGFIX avoid unsafe variable reading by Michal Vasko · 3 years, 9 months ago
  17. 5b24b6b session BUGFIX check for errors when generating capabilities by Michal Vasko · 4 years ago
  18. b639e9c config BUGFIX workaround for atomic_load spec bug by Michal Vasko · 4 years, 2 months ago
  19. 7f1fa3c session BUGFIX use atomics instead of volatile by Michal Vasko · 4 years, 2 months ago
  20. 8c24782 session BUGFIX memory leak for starting client sessions by Michal Vasko · 4 years, 2 months ago
  21. 5e0edd8 session BUGFIX freeing invalid multi-channel SSH sessions by Michal Vasko · 4 years, 3 months ago
  22. 7b5e3d9 session CHANGE do not advertise both yang-lib capabilities by Michal Vasko · 4 years, 7 months ago
  23. 9e8ac26 compat CHANGE use compatibility GNU functions for non-GNU systems by Michal Vasko · 4 years, 7 months ago
  24. d5ada12 session CHANGE advertise both yang-lib capabilities by Michal Vasko · 4 years, 8 months ago
  25. dafdc74 session BUGFIX submodule features in capabilities by Michal Vasko · 4 years, 8 months ago
  26. f0fba4e session BUGFIX egenrate proper yang-library capab version by Michal Vasko · 4 years, 9 months ago
  27. a8de5e9 session BUGFIX do not set url capability automatically by mekleo · 4 years, 9 months ago
  28. e1e8263 session BUILD proper threading support for libssh < 0.8.0 by Michal Vasko · 5 years ago
  29. 889162e build BUGFIX fix for openssl < 1.1.0 by Michal Vasko · 5 years ago
  30. 5f352c5 session BUGFIX fix compilation with various options by Michal Vasko · 5 years ago
  31. 999b64a Revert "session MAINTENANCE remove unused functions" by Michal Vasko · 5 years ago
  32. 3a13405 session MAINTENANCE remove unused functions by Michal Vasko · 5 years ago
  33. 6936bf5 Merge https://github.com/cesnet/libnetconf2 into sysrepo2 by Michal Vasko · 5 years ago
  34. 4f552d6 Remove deprecated OpenSSL APIs by Rosen Penev · 5 years ago
  35. e49a15f libnetconf CHANGE support for new draft netconf-server nodes by Michal Vasko · 5 years ago
  36. ddce121 server session CHANGE support for ecdsa keys data by Michal Vasko · 5 years ago
  37. 06e0fc2 session BUGFIX do not close SSH socket twice by Michal Vasko · 6 years ago
  38. 0829309 Merge pull request #140 from ADTRAN/hello_cap_w_empty_deviation_param by Michal Vasko · 6 years ago
  39. cb9274f fix and testcase for empty deviation parameter by Frank Rimpler · 6 years ago
  40. ac7fa2f add support for unix socket transport by Olivier Matz · 6 years ago
  41. 5472ebd session: Remove engine.h include by Rosen Penev · 6 years ago
  42. be52dc2 session CHANGE enable keep-alive for both server and client TCP sessions by Michal Vasko · 6 years ago
  43. 5ce6d7d session BUGFIX null check added by Michal Vasko · 6 years ago
  44. e50b6b1 session BUGFIX thread freeing of SSH shared session by Michal Vasko · 6 years ago
  45. 65712ce Merge pull request #91 from 6WIND/multisession by Michal Vasko · 6 years ago
  46. 54ea296 session: fix lock on wrong mutex by Robin Jarry · 6 years ago
  47. bf378cb session BUGFIX absolute ts used instead of relative by Michal Vasko · 6 years ago
  48. cde410d session capabilities CHANGE printing ietf-yang-library capability by Radek Krejci · 6 years ago
  49. 4e8eadd session server BUGFIX printing features in capability string by Radek Krejci · 6 years ago
  50. 50eac70 Add the yang-library NETCONF capability by Andrew Langefeld · 6 years ago
  51. fdc7478 io & session BUGFIX remove invalid internal errors by Michal Vasko · 6 years ago
  52. 28ef6cd session CHANGE remove vrb message by Michal Vasko · 6 years ago
  53. 131120a CHANGE allow concurrent notifications and RPCs by Michal Vasko · 6 years ago
  54. 61e8715 session MAINTENANCE redundant assign value by Michal Vasko · 6 years ago
  55. 24a1841 server CHANGE listed schemas in server's <hello> capabilities list by Radek Krejci · 6 years ago
  56. 4d57e1b session BUGFIX close sockets separately by Michal Vasko · 7 years ago
  57. b85767d session BUGFIX missing include by Michal Vasko · 7 years ago
  58. 3f05a09 fixup! server session BUGFIX wait for ch thread when freeing session by Michal Vasko · 7 years ago
  59. 2e39ed9 server session BUGFIX wait for ch thread when freeing session by Michal Vasko · 7 years ago
  60. 145619f session BUGFIX update function name by Michal Vasko · 7 years ago
  61. f89948c session MAINTENANCE unused variables by Michal Vasko · 7 years ago
  62. ebb09ff session BUGFIX corrupt server capabilities string with deviations by Hannes Küttner · 7 years ago
  63. 77a6abe session CHANGE use monotonic clock where possible by Michal Vasko · 7 years ago
  64. f906e41 handshaking BUGFIX memory leak by Radek Krejci · 7 years ago
  65. 3222b7d CHANGE reflect API changes in libyang 0.14 by Radek Krejci · 7 years ago
  66. 142cfea session CHANGE new killed-by atrribute of every session by Michal Vasko · 7 years ago
  67. 75888b6 session BUGFIX block forever by fanchanghu · 7 years ago
  68. da0afb2 CHANGE declare arguments as const if they are not changed by Radek Krejci · 7 years ago
  69. dfcfef3 Merge branch 'devel' into python by Radek Krejci · 7 years ago
  70. 2cb24b4 session CHANGE client capabilities are not longer const by Michal Vasko · 7 years ago
  71. 96fc4bb session BUGFIX memory leak by Michal Vasko · 7 years ago
  72. 465308c session CHANGE add error codes for session status and term reason enums by Radek Krejci · 7 years ago
  73. 156d327 session BUGFIX ignore leading/trailing ws in capabs by Michal Vasko · 8 years ago
  74. 7a7d574 session BUGFIX unused assignment by Michal Vasko · 8 years ago
  75. 81c5b30 session MAINTENANCE unify timeouts by Michal Vasko · 8 years ago
  76. 5244bf4 session BUGFIX capabilitys do not include ns if it is prefix of another by fanchanghu · 8 years ago
  77. a82bd20 session BUGFIX explicit conversion required by Michal Vasko · 8 years ago
  78. 0dfcd33 session BUGFIX wrong conversion msec -> sec by Michal Vasko · 8 years ago
  79. ade892d session CHANGE concurrency greatly improved by Michal Vasko · 8 years ago
  80. 36c7be8 session CHANGE timeout mechanism completely rewritten by Michal Vasko · 8 years ago
  81. 770b436 session BUGFIX some openssl 1.1.0 macros did not commit by Michal Vasko · 8 years ago
  82. 18aeb5d session CHANGE compatibility with openssl v1.1.0 by Michal Vasko · 8 years ago
  83. f471fa0 session CHANGE new timeout introduced by Michal Vasko · 8 years ago
  84. 99f251b server session CHANGE make ps poll transport-specific by Michal Vasko · 8 years ago
  85. d47db14 Merge branch 'master' into devel by Michal Vasko · 8 years ago
  86. 658782b session CHANGE generalize setting of the session's capabilities by Radek Krejci · 8 years ago
  87. 6e36bfb session FEATURE add getter for session's termination reason by Radek Krejci · 8 years ago
  88. 47e9e1a Fix memleak in OpenSSL uninitialization by Jan Kundrát · 8 years ago
  89. c4bc581 server session FEATURE call home full support by Michal Vasko · 8 years ago
  90. 2e6defd session FEATURE callhome rewritten by Michal Vasko · 8 years ago
  91. a8a66b6 session BUGFIX memory leaks by Michal Vasko · 8 years ago
  92. 2f8e4b5 session BUGFIX trylock fail is not always an error by Michal vasko · 8 years ago
  93. 50cc94f session CHANGE print caller in mutex lock fail by Michal vasko · 8 years ago
  94. b078fee log CHANGE libssh logging set separately by Michal Vasko · 8 years ago
  95. 0ef46df session BUGFIX monotonic clock cannot be used for absolute time value by Michal Vasko · 8 years ago
  96. dd9fe65 session CHANGE include module-set-id in the hello message by Michal Vasko · 8 years ago
  97. 014b1ae Merge branch 'master' into devel by Michal Vasko · 8 years ago
  98. d6b73e1 build BUGFIX fix header include (time.h should be sys/time.h) by Radek Krejci · 8 years ago
  99. 2847292 compat CHANGE support for systems without pthread_mutex_timedlock() by Radek Krejci · 8 years ago macosx
  100. 7ac1605 compat CHANGE support for systems without clock_gettime() by Radek Krejci · 8 years ago