1. 82b0629 io BUGFIX new xml element instead of closing tag by Michal Vasko · 9 years ago
  2. a404ff3 VERSION bump to version 0.1.9 by Michal Vasko · 9 years ago
  3. 7b09624 doc CHANGE added a warning about where to set session term reason by Michal Vasko · 9 years ago
  4. a80cba8 test CHANGE reading functions are not public by Michal Vasko · 9 years ago
  5. 1ad0bbd log CHANGE logging functions will not be public by Michal Vasko · 9 years ago
  6. f0537d8 doc BUGFIX many doxygen comment updates and fixes by Michal Vasko · 9 years ago
  7. 51cda3c doc FEATURE new doc target generating documentation by Michal Vasko · 9 years ago
  8. 73ed967 build BUGFIX pthread is required by Michal Vasko · 9 years ago
  9. e22c673 client session FEATURE getters now for all options by Michal Vasko · 9 years ago
  10. 45f298f session REFACTOR call home functions separated to special headers by Michal Vasko · 9 years ago
  11. f0c92c0 session CHANGE crypto locking mechanism updated by Michal Vasko · 9 years ago
  12. 4589bbe session BUGFIX unused variable fix by Michal Vasko · 9 years ago
  13. db64c1c VERSION bump to version 0.1.8 by Michal Vasko · 9 years ago
  14. 3512e40 build BUGFIX when both SSH and TLS are off by Michal Vasko · 9 years ago
  15. 01a5234 VERSION bump to version 0.1.7 by Michal Vasko · 9 years ago
  16. 3d865d2 build FEATURE dnssec option support by Michal Vasko · 9 years ago
  17. a8ad448 client session FEATURE new function nc_recv_notif_dispatch by Michal Vasko · 9 years ago
  18. 2518b6b client session CHANGE nc_recv_* functions improved by Michal Vasko · 9 years ago
  19. af58cd9 session MAINTENANCE refactoring only by Michal Vasko · 9 years ago
  20. c6b9c7b session FEATURE locking of the new server option structures by Michal Vasko · 9 years ago
  21. 0a8f9d9 VERSION bump to version 0.1.6 by Michal Vasko · 9 years ago
  22. 3031aae session CHANGE api completely rewritten by Michal Vasko · 9 years ago
  23. e48d8c9 doc CHANGE updated implemented features by Michal Vasko · 9 years ago
  24. ef57833 client session CHANGE check server schemas retrieval by Michal Vasko · 9 years ago
  25. c61c449 session FEATURE callhome fully implemented by Michal Vasko · 9 years ago
  26. c5c5841 VERSION bump to version 0.1.5 by Michal Vasko · 9 years ago
  27. b05053d server session FEATURE callhome by Michal Vasko · 9 years ago
  28. bd8b4e1 server session BUGFIX poll should return 3 on any status change by Michal Vasko · 9 years ago
  29. 5c2f795 server session CHANGE some refactoring and bugfixes by Michal Vasko · 9 years ago
  30. de581a8 client session BUGFIX null dereference by Michal Vasko · 9 years ago
  31. 408af98 Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Michal Vasko · 9 years ago
  32. cb354ca VERSION bump to version 0.1.4 by Michal Vasko · 9 years ago
  33. 3f6cc4a server session MAINTENANCE accept return check more general by Michal Vasko · 9 years ago
  34. 686aa31 server session BUGFIX check on the wrong variable by Michal Vasko · 9 years ago
  35. 94e7c2d client session BUGFIX memory leaks by Michal Vasko · 9 years ago
  36. 0df6756 server session MAINTENANCE enums retyped properly by Michal Vasko · 9 years ago
  37. 96164bf server session FEATURE accepting NETCONF sessions on more SSH channels by Michal Vasko · 9 years ago
  38. 3a71513 server session BUGFIX struct pollsession changed by Michal Vasko · 9 years ago
  39. b7c4ff3 client session BUGFIX api functions argument checks by Michal Vasko · 9 years ago
  40. 454e22b io BUGFIX check that an SSH channel is valid before writing into it by Michal Vasko · 9 years ago
  41. 54a8519 Merge branch 'devel' of https://github.com/CESNET/libnetconf2 into devel by Radek Krejci · 9 years ago
  42. 6d7dba4 build MAINTENANCE remove unnecessary parts from travis config file by Radek Krejci · 9 years ago
  43. 50b4b10 VERSION bump to version 0.1.3 by Michal Vasko · 9 years ago
  44. adb850e server session BUGFIX timeout 0 means infinite by Michal Vasko · 9 years ago
  45. 5e6f4cc server session FEATURE check hello and idle timeouts by Michal Vasko · 9 years ago
  46. f05562c session MAINTENANCE socket functions reorganized by Michal Vasko · 9 years ago
  47. 5e3f339 server session CHANGE ctn array changed to list by Michal Vasko · 9 years ago
  48. bd8ef26 server session CHANGE do not poll on leftover events by Michal Vasko · 9 years ago
  49. c0351ba VERSION bump to version 0.1.2 by Michal Vasko · 9 years ago
  50. cefedf2 log MAINTENANCE proper (albeit useless) type cast by Michal Vasko · 9 years ago
  51. 085ff56 io BUGFIX ppoll timeout is relative, not absolute by Michal Vasko · 9 years ago
  52. 4eaabc9 VERSION bump to version 0.1.1 by Michal Vasko · 9 years ago
  53. 11d142a session CHANGE server ctx locking by Michal Vasko · 9 years ago
  54. 72268ea doc BUGFIX fix path to the TravisCI status image for libnetconf2 by Radek Krejci · 9 years ago
  55. 88308ee doc CHANGE add TravisCI status into the README by Radek Krejci · 9 years ago
  56. 5bb4662 VERSION bump version to 0.1.0 by Radek Krejci · 9 years ago
  57. 299b9f5 build BUGFIX fix libnetconf's cmake options by Radek Krejci · 9 years ago
  58. d5f7867 build BUGFIX fix travis config file by Radek Krejci · 9 years ago
  59. c22fd3a build FEATURE integrate libnetconf2 with Travis CI by Radek Krejci · 9 years ago
  60. e1a5867 build BUGFIX location of config.h file for tests by Radek Krejci · 9 years ago
  61. 9b17272 Merge branch 'master' of https://github.com/CESNET/libnetconf2 by Radek Krejci · 9 years ago
  62. 6882496 build BUGFIX fix location for the generated config.h files by Radek Krejci · 9 years ago
  63. 58f3155 session BUGFIX lock waiting should be in milliseconds, not microseconds by Michal Vasko · 9 years ago
  64. 60d46a6 doc CHANGE readme updated by Michal Vasko · 9 years ago
  65. 56b5bf7 session BUGFIX connect_ssh_channel wrong variable usage fixed by Michal Vasko · 9 years ago
  66. 5b003bf session OPTIMIZE deleting from an array by Michal Vasko · 9 years ago
  67. 0473c4c session CHANGE updated to reflect libyang API changes by Michal Vasko · 9 years ago
  68. d083db6 session MAINTENANCE log messages unified and corrected by Michal Vasko · 9 years ago
  69. 7f1c78b session MAINTENANCE minor enhancements by Michal Vasko · 9 years ago
  70. b48aa81 session FEATURE server fucntions now thread-safe by Michal Vasko · 9 years ago
  71. 6d29299 session FEATURE thread-safe tls authentication by Michal Vasko · 9 years ago
  72. 45225e9 headers BUGFIX messages header was removed by Michal Vasko · 9 years ago
  73. 80ef5d2 datastore OPTIMIZE redundant datastore files removed by Michal Vasko · 9 years ago
  74. 76e3a35 session CHANGE use dict for ssh options too by Michal Vasko · 9 years ago
  75. 1a38c86 all MAINTENANCE server functions documented, minor function changes by Michal Vasko · 9 years ago
  76. 495c946 messages CHANGE messages.* removed by Michal Vasko · 9 years ago
  77. 06e2243 session CHANGE tls/ssh-specific session field reorganized by Michal Vasko · 9 years ago
  78. 8dadf78 session CHANGE session getters available for server too by Michal Vasko · 9 years ago
  79. 7bcb48e messages CHANGE split to 3 groups of functions by Michal Vasko · 9 years ago
  80. f2c0295 messages CHANGE nc_err has one less mandatory argument by Michal Vasko · 9 years ago
  81. e7e534f io FEATURE sending malformed message error as defined in the RFC by Michal Vasko · 9 years ago
  82. 2a7d473 io BUGFIX some additional missed connection checks by Michal Vasko · 9 years ago
  83. fd2db9b io BUGFIX uninitialized value by Michal Vasko · 9 years ago
  84. 428087d session CHANGE communication failure handled properly by Michal Vasko · 9 years ago
  85. 05ba9df session & messages FEATURE server receiving RPCs and sending replies by Michal Vasko · 9 years ago
  86. ed46234 io BUGFIX do not flush twice by Michal Vasko · 9 years ago
  87. c14e3c8 session FEATURE server tls api modified and implemented by Michal Vasko · 9 years ago
  88. 0457bb4 session FEATURE tls server api prototypes by Michal Vasko · 9 years ago
  89. d45e25a session CHANGE ssh host key setter unified for all keys by Michal Vasko · 9 years ago
  90. 153f5ca handshake BUGFIX server do not store session specific capabilities by Radek Krejci · 9 years ago
  91. d116db4 io CHANGE simplify code of writing messages by Radek Krejci · 9 years ago
  92. f9b2832 io BUGFIX sending special characters in capabilities strings by Radek Krejci · 9 years ago
  93. 5fc4c39 build BUGFIX apths to generated headers when user compiles in a separated directory by Radek Krejci · 9 years ago
  94. 952eb86 sessions BUGFIX add missing header file by Radek Krejci · 9 years ago
  95. fb89d77 session FEATURE session polling functions by Michal Vasko · 9 years ago
  96. 9e036d5 session CHANGE nc_accept is transport-independent by Michal Vasko · 9 years ago
  97. 086311b server FEATURE ssh session creation functions by Michal Vasko · 9 years ago
  98. 45f8921 session CHANGE libyang api updated to version 0.5.0 by Michal Vasko · 9 years ago
  99. 235efdc ssh session BUGFIX ssh auth method preferences fix by Michal Vasko · 9 years ago
  100. 333df0a session BUGFIX skipped validate RPC source container by Michal Vasko · 9 years ago