1. e657f96 xpath BUGFIX start node in_ctx change for "." by Michal Vasko · 3 years, 10 months ago
  2. 0587bce xpath BUGFIX start node proper merge by Michal Vasko · 3 years, 10 months ago
  3. 5a532f3 validation BUGFIX set ctx if not provided by Michal Vasko · 3 years, 10 months ago
  4. d97959c schema tree BUGFIX atoms are all traversed nodes by Michal Vasko · 3 years, 10 months ago
  5. 2f03d22 validation BUGFIX linking operation data to full data tree by Michal Vasko · 3 years, 10 months ago
  6. a5705e5 schema helpers BUGFIX action and notification node when access by Michal Vasko · 3 years, 10 months ago
  7. 6da1e95 data tree BUGFIX insert opaque node handling by Michal Vasko · 3 years, 10 months ago
  8. 93b1606 data tree BUGFIX insert output handling by Michal Vasko · 3 years, 10 months ago
  9. 59512fc data tree BUGFIX avoid freeing empty values by Michal Vasko · 3 years, 10 months ago
  10. 1e0a80a lyb printer BUGFIX generating hashes for output nodes by Michal Vasko · 3 years, 10 months ago
  11. 91dbe40 plugin types FEATURE specific message for no leafref targets by Michal Vasko · 3 years, 10 months ago
  12. 14424ba path BUGFIX missing checks and memory leaks by Michal Vasko · 3 years, 10 months ago
  13. 5be03d6 out BUGFIX do not confuse config and operation nodes by Michal Vasko · 3 years, 10 months ago
  14. 0717982 actions CHANGE use libyang2 as the branch for coverity-scan scheduled job by Radek Krejci · 3 years, 10 months ago
  15. 6784a4e yanglint REFACTOR reflect libyang changes of parsing RPC reply by Radek Krejci · 3 years, 10 months ago
  16. 6a20569 libyang CHANGE remove rarely used macro by Radek Krejci · 3 years, 10 months ago
  17. d552f1b libyang BUGFIX use of arguments in LY_ARRAY_CREATE_RET() macro by Radek Krejci · 3 years, 10 months ago
  18. c7d13e3 tree CHANGE test for NULL in LY_ARRAY_COUNT() macro by Radek Krejci · 3 years, 10 months ago
  19. 29adfbe validation BUGFIX when validating reply, add only output implicit nodes by Michal Vasko · 3 years, 10 months ago
  20. 630d989 data tree FEATURE implicit output flag by Michal Vasko · 3 years, 10 months ago
  21. 2552ea3 data tree REFACTOR remove support for NETCONF op encoding by Michal Vasko · 3 years, 10 months ago
  22. 3588033 data tree FEATURE handle creating keys in lyd_new_path by Michal Vasko · 3 years, 10 months ago
  23. 493900b data tree BUGFIX remove non-existing function lyd_new_path_any by Michal Vasko · 3 years, 10 months ago
  24. 962b6cd schema tree BUGFIX make sure features are correctly set by Michal Vasko · 3 years, 10 months ago
  25. 4bc2ce3 data tree CHANGE do not allow changing order of several instances by Michal Vasko · 3 years, 10 months ago
  26. fe3a554 lyb parser BUGFIX return value fixed by Michal Vasko · 3 years, 10 months ago
  27. 5cde11b diff BUGFIX handle first array allocation correctly by Michal Vasko · 3 years, 10 months ago
  28. 1dcd73b diff DOC missing doxygen for param by Michal Vasko · 3 years, 10 months ago
  29. 717a4c3 data tree BUGFIX proper opaque node insert handling by Michal Vasko · 3 years, 10 months ago
  30. 56ca9e4 utests data REFACTOR put repetitive commands into macros by Radek Iša · 4 years ago
  31. 65a6e2b cstr NEW helper script for creating tests that converts yang and c strings by aPiecek · 3 years, 10 months ago
  32. b4ac5a9 tests MAINTENANCE source code formatting by Radek Krejci · 3 years, 10 months ago
  33. fc45916 YIN parser BUGFIX counting lines after the correct data by Radek Krejci · 3 years, 10 months ago
  34. 3329b65 yanglint BUGFIX memory leak by Radek Krejci · 3 years, 10 months ago
  35. cc55180 data FORMAT forgotten parentheses by Radek Krejci · 3 years, 10 months ago
  36. 553d0b5 data tree BUGFIX handle insert sibling matching params by Michal Vasko · 3 years, 10 months ago
  37. 71e795e data tree BUGFIX inserting opaque nodes by Michal Vasko · 3 years, 10 months ago
  38. 219006c data tree BUGFIX remove const from used value by Michal Vasko · 3 years, 10 months ago
  39. 6524389 data tree FORMAT line wrap by Michal Vasko · 3 years, 10 months ago
  40. 44528a6 plugins types BUGFIX one too large ws count by Michal Vasko · 3 years, 10 months ago
  41. 366a4a1 data tree CHANGE optional direct use of any value by Michal Vasko · 3 years, 10 months ago
  42. 5c123b0 schema tree FEATURE macro for non-presence container test by Michal Vasko · 3 years, 10 months ago
  43. d3bb12f data tree BUGFIX keep first sibling pointer correct by Michal Vasko · 3 years, 10 months ago
  44. 90f12dc xpath FEATURE improve not-found node message by Michal Vasko · 3 years, 10 months ago
  45. 73e4721 validation BUGFIX do not move first pointer by Michal Vasko · 3 years, 10 months ago
  46. 8a69a1b schema tree FEATURE accept adding duplicate modules by Michal Vasko · 3 years, 10 months ago
  47. 3488ada data tree FEATURE do not add implicit nodes with false when by Michal Vasko · 3 years, 10 months ago
  48. ecd9457 schema features BUGFIX submodule feature search by Michal Vasko · 3 years, 10 months ago
  49. 3fc25eb plugin types BUGFIX ignore value if value_len is 0 by Michal Vasko · 3 years, 10 months ago
  50. 7ed1fcb path FEATURE print prefix format in string by Michal Vasko · 3 years, 10 months ago
  51. 3271138 validation REFACTOR unify mod unres set names by Michal Vasko · 3 years, 10 months ago
  52. e2af841 diff FEATURE distinguish added subtree in callback by Michal Vasko · 3 years, 10 months ago
  53. e802200 diff BUGFIX do not crash in invalid situations by Michal Vasko · 3 years, 10 months ago
  54. 45a44db data BUGFIX adding default nodes into data tree when parsing by Radek Krejci · 3 years, 10 months ago
  55. 3a7831b yanglint BUGFIX enable implemented -e/--presence option by Radek Krejci · 3 years, 10 months ago
  56. 047d64e yanglint BUGFIX validate data even if the output format not specified by Radek Krejci · 3 years, 10 months ago
  57. 201963a json BUGFIX provided value in case of JSON [null] by Radek Krejci · 3 years, 10 months ago
  58. f53b0d5 yanglint BUGFIX double free of input handler in non-interactive mode by Radek Krejci · 3 years, 10 months ago
  59. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  60. e9ff43b type plugins REFACTOR avoid hiding virable from upper scope by Radek Krejci · 3 years, 10 months ago
  61. e269220 log REFACTOR create EMEM messages w/o problems with freeing error structures by Radek Krejci · 3 years, 10 months ago
  62. 7903f9a actions BUGFIX add missing lcov package for generating code coverage by Radek Krejci · 3 years, 10 months ago
  63. a18becd type plugins BUGFIX correct format's length modifier for uint64 value by Radek Krejci · 3 years, 10 months ago
  64. e412ee3 type plugins REFACTOR check for asprintf() return value by Radek Krejci · 3 years, 10 months ago
  65. 430a558 libyang MAINTENANCE variable initiation to silence compiler's warnings by Radek Krejci · 3 years, 10 months ago
  66. ac5efee yanglint CHANGE check for creating output handler by Radek Krejci · 3 years, 10 months ago
  67. 3aac9a7 schema BUGFIX dereferencing possible NULL pointers by Radek Krejci · 3 years, 10 months ago
  68. 6a9cb0f YANG parser BUGFIX correct use of realloc() - use ly_realloc() instead. by Radek Krejci · 3 years, 10 months ago
  69. defd4d7 LYB printer CHANGE handling initial 4 bytes in file by Radek Krejci · 3 years, 10 months ago
  70. 4607f54 libyang BUGFIX incorrect character value by Radek Krejci · 3 years, 10 months ago
  71. 1cd812f libyang BUGFIX not destroyed variable argument data in case of error by Radek Krejci · 3 years, 10 months ago
  72. afb2883 compat BUGFIX uninitialized variable to return by Radek Krejci · 3 years, 10 months ago
  73. c8bd060 schema tree BUGFIX obsolete assert by Michal Vasko · 3 years, 10 months ago
  74. 2b71ab5 schema compile BUGFIX missing Specials pattern character class by Michal Vasko · 3 years, 10 months ago
  75. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  76. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  77. 61a0589 Update README.md by Radek Krejci · 3 years, 10 months ago
  78. 67bd248 Update README.md by Radek Krejci · 3 years, 10 months ago
  79. f5f1552 Update README.md by Radek Krejci · 3 years, 10 months ago
  80. 78e3c56 Update README.md by Radek Krejci · 3 years, 10 months ago
  81. f4d9729 ci CHANGE add GitHub Actions config files by Radek Krejci · 3 years, 10 months ago
  82. 59e3ed2 ci CHANGE remove standard Travis CI builds by Radek Krejci · 3 years, 10 months ago
  83. cc9688c tests CHANGE do not use "/home" when testing searchpaths by Radek Krejci · 3 years, 10 months ago
  84. 9dc7ea1 travis MAINTAINCE set debug mode if no mode was specified by Radek Iša · 3 years, 10 months ago
  85. ce5096a travis MAINTAINCE change the way of flag coverage propagation by Radek Iša · 3 years, 10 months ago
  86. 2227c66 build BUGFIX Add yanglint tests only when ENABLE_BUILD_TESTS is set by Radek Iša · 3 years, 10 months ago
  87. abec96f build BUGFIX fix disabling test when CMocka is missing. Add warning message when tests is disabled and coverage is enabled by Radek Iša · 3 years, 10 months ago
  88. a1395bb build BUGFIX instead variable CMAKE_C_FLAGS_COVERAGE, use directly variable CMAKE_C_FLAGS by Radek Iša · 3 years, 10 months ago
  89. 12ba04b test MAINTAINCE add enum test for autoassing negative number. add enum and bits test for autoassing nubers biger that higgest allready assigned number by Radek Iša · 3 years, 10 months ago
  90. 14b357e STYLE repair style by command make format by Radek Iša · 3 years, 10 months ago
  91. ca013ee schema compile BUGFIX fix owerflow uint32_t when LY_TYPE_BITS compiling by Radek Iša · 3 years, 10 months ago
  92. 038b60d schema compile BUGFIX fix owerflow int32_t when LY_TYPE_ENUM compiling by Radek Iša · 3 years, 10 months ago
  93. 5cf3bff yanglint CHANGE temporarily disable yanglint's interactive test by Radek Krejci · 3 years, 10 months ago
  94. 0d7809b yanglint BUGFIX some of the error messages are actually just warnings by Radek Krejci · 3 years, 10 months ago
  95. f2afd67 yanglint BUGFIX memory leak by Radek Krejci · 3 years, 10 months ago
  96. 8f45abc data BUGFIX free incomplete data in case of error in lyd_find_xpath() by Radek Krejci · 3 years, 10 months ago
  97. 89757c1 yanglint BUGFIX uninitialized variables by Radek Krejci · 3 years, 10 months ago
  98. 540ce98 yanglint BUGFIX handling output to file in print command by Radek Krejci · 3 years, 10 months ago
  99. b397613 schema tree BUGFIX use return value by Michal Vasko · 3 years, 10 months ago
  100. 12606ee schema compile REFACTOR resolve unres at the end of module compilation by Michal Vasko · 3 years, 10 months ago