1. 71090fc all CHANGE larger api change to enable server stats collecting by Michal Vasko · 8 years ago
  2. f835235 server session FEATURE session start time stored by Michal Vasko · 8 years ago
  3. f04a52a server session BUGFIX ssh channel on pollsession creation locking updated by Michal Vasko · 9 years ago
  4. be86fe3 server session CHANGE pollsession fair FIFO locking by Michal Vasko · 9 years ago
  5. c9a6d25 doc BUGFIX reflect rename of nc_schema_searchpath() to nc_client_schema_searchapth() by Radek Krejci · 9 years ago
  6. 62be1ce session CHANGE do not returned elapsed time in nc_timedlock by Michal Vasko · 9 years ago
  7. 0190bc3 session CHANGE make all the communication non-blocking by Michal Vasko · 9 years ago
  8. 4eb3c31 all BUGFIX memory allocation error checks by Michal Vasko · 9 years ago
  9. a7b8ca5 session CHANGE init/destroy functions unified by Michal Vasko · 9 years ago
  10. 48a63ed server session BUGFIX locked access to pollsession by Michal Vasko · 9 years ago
  11. 2cc4c68 server session FEATURE option to store user data in a session by Michal Vasko · 9 years ago
  12. 8f5270d server session CHANGE timeout removed from callhome by Michal Vasko · 9 years ago
  13. b7558c5 client session CHANGE one destroy function for the client by Michal Vasko · 9 years ago
  14. 7b38e23 session CHANGE do not use clock_gettime, no real need for it anyway by Michal Vasko · 9 years ago
  15. afd416b all DOC trailing space by Michal Vasko · 9 years ago
  16. 9b81f5b MAINTENANCE correct license text in source codes by Radek Krejci · 9 years ago
  17. 53691be build CHANGE rename too generic macros to libnetconf specific by Radek Krejci · 9 years ago
  18. ef112d7 client session FEATURE hostkey check user clb by Michal Vasko · 9 years ago
  19. 30e2c87 client session FEATURE ssh auth callbacks can be set by Michal Vasko · 9 years ago
  20. a43589b session CHANGE ctx lock removed, dict access is now always thread-safe by Michal Vasko · 9 years ago
  21. b87363a session DOC outdated comment removed by Michal Vasko · 9 years ago
  22. 7227f35 doc CHANGE thread safety info added by Michal Vasko · 9 years ago
  23. da51477 server session FEATURE functions to change endpoint bind parameters by Michal Vasko · 9 years ago
  24. a8ad448 client session FEATURE new function nc_recv_notif_dispatch by Michal Vasko · 9 years ago
  25. af58cd9 session MAINTENANCE refactoring only by Michal Vasko · 9 years ago
  26. c6b9c7b session FEATURE locking of the new server option structures by Michal Vasko · 9 years ago
  27. 3031aae session CHANGE api completely rewritten by Michal Vasko · 9 years ago
  28. ef57833 client session CHANGE check server schemas retrieval by Michal Vasko · 9 years ago
  29. c61c449 session FEATURE callhome fully implemented by Michal Vasko · 9 years ago
  30. b05053d server session FEATURE callhome by Michal Vasko · 9 years ago
  31. 5c2f795 server session CHANGE some refactoring and bugfixes by Michal Vasko · 9 years ago
  32. 96164bf server session FEATURE accepting NETCONF sessions on more SSH channels by Michal Vasko · 9 years ago
  33. 3a71513 server session BUGFIX struct pollsession changed by Michal Vasko · 9 years ago
  34. 5e6f4cc server session FEATURE check hello and idle timeouts by Michal Vasko · 9 years ago
  35. f05562c session MAINTENANCE socket functions reorganized by Michal Vasko · 9 years ago
  36. 5e3f339 server session CHANGE ctn array changed to list by Michal Vasko · 9 years ago
  37. 11d142a session CHANGE server ctx locking by Michal Vasko · 9 years ago
  38. 7f1c78b session MAINTENANCE minor enhancements by Michal Vasko · 9 years ago
  39. b48aa81 session FEATURE server fucntions now thread-safe by Michal Vasko · 9 years ago
  40. 6d29299 session FEATURE thread-safe tls authentication by Michal Vasko · 9 years ago
  41. 76e3a35 session CHANGE use dict for ssh options too by Michal Vasko · 9 years ago
  42. 1a38c86 all MAINTENANCE server functions documented, minor function changes by Michal Vasko · 9 years ago
  43. 495c946 messages CHANGE messages.* removed by Michal Vasko · 9 years ago
  44. 06e2243 session CHANGE tls/ssh-specific session field reorganized by Michal Vasko · 9 years ago
  45. 7bcb48e messages CHANGE split to 3 groups of functions by Michal Vasko · 9 years ago
  46. 428087d session CHANGE communication failure handled properly by Michal Vasko · 9 years ago
  47. 05ba9df session & messages FEATURE server receiving RPCs and sending replies by Michal Vasko · 9 years ago
  48. c14e3c8 session FEATURE server tls api modified and implemented by Michal Vasko · 9 years ago
  49. 0457bb4 session FEATURE tls server api prototypes by Michal Vasko · 9 years ago
  50. fb89d77 session FEATURE session polling functions by Michal Vasko · 9 years ago
  51. 9e036d5 session CHANGE nc_accept is transport-independent by Michal Vasko · 9 years ago
  52. 086311b server FEATURE ssh session creation functions by Michal Vasko · 9 years ago
  53. 80cad7f session FEATURE client call home functions by Michal Vasko · 9 years ago
  54. 57eb940 session CHANGE libyang context checking by Michal Vasko · 9 years ago
  55. c111ac5 session REFACTOR name changes and minor enhancements by Michal Vasko · 9 years ago
  56. 38a7c6c session FEATURE session getters by Michal Vasko · 9 years ago
  57. 4ef1493 session MAINTENANCE compile macros organized by Michal Vasko · 9 years ago
  58. ad61170 FEATURE client-side funtions by Michal Vasko · 9 years ago
  59. 9e2d3a3 FEATURE new session context checking and creation by Michal Vasko · 9 years ago
  60. 11d4cdb session FEATURE TLS client session management implemented by Michal Vasko · 9 years ago
  61. fb2fb76 build CHANGE rename ENABLE_LIBSSH to ENABLE_SSH by Michal Vasko · 9 years ago
  62. 7b62fed session FEATURE client SSH functions implementation by Michal Vasko · 9 years ago
  63. b7ea243 session_p DOC minor enhancements by Michal Vasko · 9 years ago
  64. ac6d347 session CHANGE basic code for connecting via libssh by Radek Krejci · 9 years ago
  65. 695d4fa FEATURE basic sessions and RPCs code by Radek Krejci · 9 years ago
  66. fe0b347 FEATURE writing to NETCONF session by Radek Krejci · 9 years ago
  67. 5686ff7 FEATURE functions to read messages (rpc, reply, notif) from session by Radek Krejci · 9 years ago
  68. 4339024 CHANGE reorganize header files by Radek Krejci · 9 years ago
  69. 206fcd6 FEATURE base of functions to read data from wire by Radek Krejci · 9 years ago