1. ac0356e client session BUGFIX xpath filter selects subtrees, not nodes by Michal Vasko · 6 years ago
  2. 2260f55 session MAINTENANCE release build warnings by Michal Vasko · 6 years ago
  3. 140eecd client session BUGFIX wrong pointer comparison by Michal Vasko · 6 years ago
  4. 131120a CHANGE allow concurrent notifications and RPCs by Michal Vasko · 6 years ago
  5. 9aa1e35 client CHANGE loading schemas supported by server on the client side by Radek Krejci · 6 years ago
  6. 663b3d6 client session BUGFIX handle failing to load implemented schema by Michal Vasko · 7 years ago
  7. 689202b client session MAINTENANCE formatting by Michal Vasko · 7 years ago
  8. b1d250e client CHANGE using get-schema operation on ietf-yang-library by Radek Krejci · 7 years ago
  9. 7d965dc session CHANGE enable keep-alive on server/client sockets by Michal Vasko · 7 years ago
  10. 206ec2d client session CHANGE always store client schemas into set dir by Michal Vasko · 7 years ago
  11. 78cd61f client session BUGFIX continue connecting when a schema loading fails by Michal Vasko · 7 years ago
  12. dbf7c27 client session BUGFIX schema retrieval logging fixes by Michal Vasko · 7 years ago
  13. ff7e356 cmake CHANGE lnc2 schemas dir now a cmake and pkgconfig variable by Michal Vasko · 7 years ago
  14. f945da5 io & client session MAINTENANCE minor compiler warnings by Michal Vasko · 7 years ago
  15. ceae015 client session CHANGE print errors if schema loading fails by Michal Vasko · 7 years ago
  16. b4b1906 client BUGFIX double free by Radek Krejci · 7 years ago
  17. 14fdbb6 client session CHANGE reply without msg-id can be valid by Michal Vasko · 7 years ago
  18. ce32605 session client BUGFIX typo by Michal Vasko · 7 years ago
  19. b0222c4 client session BUFIX invalid read by Michal Vasko · 7 years ago
  20. 630485f messages BUGFIX bad-attribute error fixes by Michal Vasko · 7 years ago
  21. eec410f client session BUGFIX check for parsing errors by Michal Vasko · 7 years ago
  22. 60f6660 client session CHANGE added session checks during hello sending by Michal Vasko · 7 years ago
  23. 0931932 client session BUGFIX ietf-yang-library model updated and its structure changed by Michal Vasko · 7 years ago
  24. 3222b7d CHANGE reflect API changes in libyang 0.14 by Radek Krejci · 7 years ago
  25. 132f7f4 client session BUGFIX quit notif thread if session is invalid by Michal Vasko · 7 years ago
  26. 36a0133 client session CHANGE continue receiving notifications after an error by Michal Vasko · 7 years ago
  27. c41fdea client session BUGFIX memory leak by Michal Vasko · 7 years ago
  28. 3c55637 client session CHANGE handle correctly imported model not imported by any other by Michal Vasko · 7 years ago
  29. f4c8b79 BUGFIX libyang changes by Michal Vasko · 7 years ago
  30. fd5b668 client CHANGE rewrite loading the schemas into context when connecting to a server by Radek Krejci · 7 years ago
  31. 5cebc6b client CHANGE allow sharing client context among the threads by Radek Krejci · 7 years ago
  32. dfcfef3 Merge branch 'devel' into python by Radek Krejci · 7 years ago
  33. 62aa064 client CHANGE make client options thread specific by Radek Krejci · 7 years ago
  34. 1b2ddc9 client session BUGFIX capabilities are const by Michal Vasko · 7 years ago
  35. 2a54a6d client session BUGFIX implement all modules from the server by Michal Vasko · 8 years ago
  36. 3486a7c server session CHANGE basic server notification support by Michal Vasko · 8 years ago
  37. ade892d session CHANGE concurrency greatly improved by Michal Vasko · 8 years ago
  38. f471fa0 session CHANGE new timeout introduced by Michal Vasko · 8 years ago
  39. 41adf39 session CHANGE new libyang flag used to handle msgs with ext deps by Michal Vasko · 8 years ago
  40. cdeee43 client session CHANGE libyang func renamed by Michal Vasko · 8 years ago
  41. de2946c client session CHANGE allow to make client sessions not strict on request by Michal Vasko · 8 years ago
  42. 086cd57 client session MAINTENANCE msg formatting by Michal Vasko · 8 years ago
  43. d47db14 Merge branch 'master' into devel by Michal Vasko · 8 years ago
  44. 7d631f0 io BUGFIX error elements can have attributes by Michal Vasko · 8 years ago
  45. 52bd949 io BUGFIX error elements can have attributes by Michal Vasko · 8 years ago
  46. 20f1127 client session DOC old invalid comment removed by Michal Vasko · 8 years ago
  47. e8cfaa7 client session BUGFIX accepting non-standard capabilities by Michal Vasko · 8 years ago
  48. eee9941 client session BUGFIX accepting non-standard capabilities by Michal Vasko · 8 years ago
  49. cc3d52b io CHANGE libyang changes by Michal Vasko · 8 years ago
  50. 0a5ae9a session CHANGE always use strict flag by Michal Vasko · 8 years ago
  51. e170860 io CHANGE libyang changes by Michal Vasko · 8 years ago
  52. 0a3f375 session BUGFIX several clients connected at the same time by Michal Vasko · 8 years ago
  53. 29af44b session CHANGE call home messages enhanced by Michal Vasko · 8 years ago
  54. 66c762a client session BUGFIX ch client binds memory handling by Michal Vasko · 8 years ago
  55. 1f0b2ac client session CHANGE socket connecting cleaned by Michal Vasko · 8 years ago
  56. fcdfda1 client session CHANGE use READ_TIMEOUT for internal get-schema reply wait by Michal Vasko · 8 years ago
  57. 2e6defd session FEATURE callhome rewritten by Michal Vasko · 8 years ago
  58. 9161da5 client session BUGFIX filters and configs are serialized by Michal Vasko · 8 years ago
  59. c741ddb client session BUGFIX filters and configs are serialized by Michal Vasko · 8 years ago
  60. a8a66b6 session BUGFIX memory leaks by Michal Vasko · 8 years ago
  61. 4e1a36c client session BUGFIX receiving notifications need some timeout by Michal vasko · 8 years ago
  62. 50cc94f session CHANGE print caller in mutex lock fail by Michal vasko · 8 years ago
  63. ff8ddc0 client session BUGFIX handle all returned msg types by Michal Vasko · 8 years ago
  64. 94868ed client session CHANGE new libyang anydata value formats by Michal Vasko · 8 years ago
  65. 03438ec client side UPDATE follow libyang changes and cover new enums in switch by Radek Krejci · 8 years ago
  66. 3e7eaf4 client session CHANGE request yang schemas in get-schema by Michal Vasko · 8 years ago
  67. 68b3f29 session BUGFIX libyang api change by Michal Vasko · 8 years ago
  68. 998ba41 client session CHANGE handle get-schema replies properly by Michal Vasko · 8 years ago
  69. 7793bc6 client BUGFIX accept empty configurations by Michal Vasko · 8 years ago
  70. 49a0cf9 client session CHANGE libyang lyd_validate prototype changed by Michal Vasko · 8 years ago
  71. 539efb6 UPDATE reflect changes in libyang API by Radek Krejci · 8 years ago
  72. d5ad5f7 client session CHANGE libyang module_clb changed by Michal Vasko · 8 years ago
  73. 90e8e69 session & messages FEATURE action support by Michal Vasko · 8 years ago
  74. 9cd26a8 client session FEATURE get session ntf thread state by Michal Vasko · 8 years ago
  75. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  76. bdfb524 session REFACTOR move client-specific session functions by Michal Vasko · 8 years ago
  77. 0651c90 client session BUGFIX proper notification thread quit on error by Michal Vasko · 8 years ago
  78. 03df9e3 client session BUGFIX parse rpc with correct flags by Michal Vasko · 8 years ago
  79. b2583f1 session CHANGE libyang changes by Michal Vasko · 8 years ago
  80. 71ba2da client session FEATURE processing of replies without/with wrong msgid by Michal Vasko · 9 years ago
  81. 36b17ba client session OPTIMIZE increase timeout for get-schema reply by Michal Vasko · 9 years ago
  82. 1d8212b client session BUGFIX rpc validate flag by Michal Vasko · 9 years ago
  83. 45e53ae log CHANGE invalid argument error enhanced by Michal Vasko · 9 years ago
  84. d91f6e6 session CHANGE libyang changes reflected by Michal Vasko · 9 years ago
  85. 303245c session CHANGE libyang api changes by Michal Vasko · 9 years ago
  86. 7f1c0ef client session CHANGE getter for schema searchpath by Michal Vasko · 9 years ago
  87. e035b8e client session BUGFIX be ready for context creation fail by Michal Vasko · 9 years ago
  88. f3c647b client BUGFIX filter in rpcs can be "" according to the RFC by Michal Vasko · 9 years ago
  89. ca4ad15 client session CHANGE libyang module clb api changed by Michal Vasko · 9 years ago
  90. 62be1ce session CHANGE do not returned elapsed time in nc_timedlock by Michal Vasko · 9 years ago
  91. 9d8bee6 client session & io BUGFIX uninitialized variable by Michal Vasko · 9 years ago
  92. 0f74da5 session & io BUGFIX handler leak by Michal Vasko · 9 years ago
  93. 0190bc3 session CHANGE make all the communication non-blocking by Michal Vasko · 9 years ago
  94. 4eb3c31 all BUGFIX memory allocation error checks by Michal Vasko · 9 years ago
  95. e1a64ec session FEATURE destructor for session user data by Michal Vasko · 9 years ago
  96. a7b8ca5 session CHANGE init/destroy functions unified by Michal Vasko · 9 years ago
  97. 13ed294 client session BUGFIX get/get-config reply can be empty by Michal Vasko · 9 years ago
  98. c979d3a client session BUGFIX typo by Michal Vasko · 9 years ago
  99. 4adb626 Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Michal Vasko · 9 years ago
  100. 4cf58ec session MAINTENANCE add header file for compatibility with BSD by Radek Krejci · 9 years ago