1. 3372672 resolve BUGFIX uninitialized value by Michal Vasko · 3 years, 7 months ago
  2. b8ad952 data tree BUGFIX allow duplicate instances in non-config leaf-lists by Michal Vasko · 3 years, 8 months ago
  3. edddf02 resolve BUGFIX handle unterminated key value by Michal Vasko · 3 years, 8 months ago
  4. d4c9fbb resolve BUGFIX memory leak by Michal Vasko · 3 years, 9 months ago
  5. 5ce3080 schema tree BUGFIX freeing nodes with no module set by Michal Vasko · 3 years, 9 months ago
  6. 5b80645 resolve BUGFIX must validation raises 2 errors if there is a error-message defined in it by fanchanghu · 3 years, 9 months ago
  7. 23bbb3b resolve BUGFIX fix cast warning by Michal Vasko · 3 years, 10 months ago
  8. 3495403 resolve BUGFIX avoid variable overflow by Michal Vasko · 3 years, 10 months ago
  9. fb4152e extension plugins FEATURE allow extension instance to be skipped. by fanchanghu · 3 years, 10 months ago
  10. 4e36002 resolve FEATURE flag for printing multiple validation errors (#1341) by fanchanghu · 3 years, 10 months ago
  11. 0decd2e libyang MAINTENANCE false positive compiler warnings by Michal Vasko · 4 years ago
  12. 1705a62 json BUGFIX predicate values with encoded characters (#1254) by olderma · 4 years, 1 month ago
  13. 5b0066d json BUGFIX handling of values with encoded characters (#1253) by olderma · 4 years, 1 month ago
  14. 83cea22 libyang MAINTENANCE unify failed if-feature check messages by Michal Vasko · 4 years, 2 months ago
  15. 8dfaf7c resolve BUGFIX do not check if-feature of default identities by Michal Vasko · 4 years, 2 months ago
  16. cab70b1 resolve BUGFIX implement all modules in unres data by Michal Vasko · 4 years, 3 months ago
  17. 6130b11 resolve BUGFIX implement modules after augments by Michal Vasko · 4 years, 5 months ago
  18. c340b3d data tree BUGFIX hash canonical values for leaves by Michal Vasko · 4 years, 5 months ago
  19. 4d886c4 schema tree BUGFIX postpone keyless list check after refines by Michal Vasko · 4 years, 6 months ago
  20. 2a33c21 resolve BUGFIX local module for leafrefs in typedefs by Michal Vasko · 4 years, 7 months ago
  21. d439b2a parser CHANGE allow require-instance property change in derived types by Michal Vasko · 4 years, 7 months ago
  22. 3223a01 resolve BUGFIX refine input/output in the path by Michal Vasko · 4 years, 9 months ago
  23. bd2e2d3 resolve CHANGE improve identref messages by Michal Vasko · 4 years, 9 months ago
  24. 9301fdf Do not resolve identityrefs in unimplemented modules by Michal Vasko · 4 years, 9 months ago
  25. 8fa6ec2 schema tree BUGFIX check action parents by Michal Vasko · 4 years, 9 months ago
  26. 0abb1bc parse CHANGE always check value validity by Michal Vasko · 4 years, 9 months ago
  27. 436d13f xpath BUGFIX deref() on leaf with ext depedenency by Michal Vasko · 4 years, 9 months ago
  28. 4ea8de2 resolve BUGFIX identityref value must match on all bases by Michal Vasko · 4 years, 10 months ago
  29. 8db018b libyang BUGFIX release build errors and warnings by Michal Vasko · 4 years, 11 months ago
  30. 3367250 resolve BUGFIX handle leafref if-feature check with refines by Michal Vasko · 4 years, 11 months ago
  31. 1076550 schema tree MAINTENANCE rename function to fit its purpose by Michal Vasko · 4 years, 11 months ago
  32. 1544f48 data tree CHANGE do not cache leafref targets by Michal Vasko · 4 years, 11 months ago
  33. aa1b0f3 resolve BUGFIX transform default instid of non-implemented module by Michal Vasko · 5 years ago
  34. 4e7ea7a schema parsers BUGFIX irefining iffeature expression by Radek Krejci · 5 years ago
  35. d6162b7 resolve BUGFIX wrong node for nested default value checking by Michal Vasko · 5 years ago
  36. 56c1428 resolve BUGFIX do not unlink prepared when autodele nodes by Michal Vasko · 5 years ago
  37. 113cae5 resolve BUGFIX store backlinks of all referenced nodes by Michal Vasko · 5 years ago
  38. 63495df schema parsers BUGFIX creating implicit cases when augmenting choice by Radek Krejci · 5 years ago
  39. a94e7b2 Merge pull request #885 from fredgan/fix_misspellings by Michal Vasko · 5 years ago
  40. 31f56fd fix some misspellings by fredgan · 5 years ago
  41. 4757980 resolve BUGFIX ext leafref path detection by Michal Vasko · 5 years ago
  42. 90845bd resolve leafref BUGFIX invalid depth check by Radek Krejci · 5 years ago
  43. 404acb6 resolve DOC clarify nonstandart construct by Radek Krejci · 5 years ago
  44. 3568994 resolve CHANGE do not resolve ext dep leafref and instid by Michal Vasko · 5 years ago
  45. c17f9e1 resolve BUGFIX setting ext dep flag for leafref by Michal Vasko · 5 years ago
  46. de3a8ff resolve BUGFIX default identref in foreign groupings by Michal Vasko · 5 years ago
  47. bb24f28 resolve BUGFIX proper check if a type is derived by Michal Vasko · 5 years ago
  48. 9e451f9 resolve BUGFIX resolving leafref in an unresolved augment by Michal Vasko · 5 years ago
  49. dddb321 valgrind: conditional jump or move depends on uninitialized value(s) by Frank Rimpler · 5 years ago
  50. 29e8528 parsing BUGFIX incorrect use of returned values by Radek Krejci · 5 years ago
  51. 8b3a275 resolve BUGFIX avoid redundant errors by Michal Vasko · 6 years ago
  52. 15b1308 context MAINTENANCE make context const by Michal Vasko · 6 years ago
  53. bdb596d resolve BUGFIX handle yet unresolved if-features by Michal Vasko · 6 years ago
  54. ba8fd2b resolve BUGFIX leafref predicate nodes from augments by Michal Vasko · 6 years ago
  55. d51dd42 data tree BUGFIX compare with canonical values when creating nodes by Michal Vasko · 6 years ago
  56. 53eafca Merge branch 'devel' into user_types by Radek Krejci · 6 years ago
  57. 05d8313 resolve BUGFIX unsigned int wrong max limit by Michal Vasko · 6 years ago
  58. d9a8366 resolve BUGFIX handle stray ( in if-feature name by Michal Vasko · 6 years ago
  59. 3676bfb resolve BUGFIX acces only allocated memory on extension free by Michal Vasko · 6 years ago
  60. 4e610cc resovle BUGFIX handle cyclic typedefs with unions by Michal Vasko · 6 years ago
  61. 32fb499 schema tree BUGFIX do not check features while still resolving schema by Michal Vasko · 6 years ago
  62. 299961d resolve BUGFIX handle null arguments variant by Michal Vasko · 6 years ago
  63. c93bc2d data tree BUGFIX relative path node creation fixes by Michal Vasko · 6 years ago
  64. d3dd15d parser BUGFIX freeing user types in unions by Michal Vasko · 6 years ago
  65. 0d921ef unres_schema_find BUGFIX out of range by Соколов Пётр · 6 years ago
  66. 299aef1 resolve CHANGE support ext deps for standard data too by Michal Vasko · 6 years ago
  67. 20555d8 data tree CHANGE validation can output diff of changes it made by Michal Vasko · 6 years ago
  68. fc582a6 Merge pull request #682 from NoobAruna/NoobAruna-patch-1 by Michal Vasko · 6 years ago
  69. 2e80aff resolve MAINTENANCE formatting by Michal Vasko · 6 years ago
  70. ec06ed4 resolve BUGFIX handle lefref predicates going to top-level by Michal Vasko · 6 years ago
  71. 5ca5509 Update resolve.c by NoobAruna · 6 years ago
  72. b728c9f extensions BUGFIX reflect change from commit 01cdea196 by Radek Krejci · 6 years ago
  73. 503d172 libyang BUGFIX undersized realloc() by David Lamparter · 6 years ago
  74. b4b31f6 log BUGFIX correctly handle logging input strings with '%' by Michal Vasko · 6 years ago
  75. c40a209 resolve BUGFIX only leafrefs can be unresolvable in a grouping by Michal Vasko · 6 years ago
  76. 8af8220 resolve BUGFIX auto-delete behavior according to RFCs by Michal Vasko · 6 years ago
  77. 7d89492 resolve BUGFIX some default values in groupings cannot be checked by Michal Vasko · 6 years ago
  78. 00f28a7 resolve BUGFIX added missing message by Michal Vasko · 6 years ago
  79. 7ba3744 parser CHANGE backup old value when parsing a new one by Michal Vasko · 6 years ago
  80. 627016e resolve BUGFIX handle lists with config true keys in groupings by Michal Vasko · 6 years ago
  81. bbc43b1 parser CHANGE swap default when autodelete behaviour by Michal Vasko · 6 years ago
  82. c643f71 yin parser & resolve BUGFIX integer overflows by Michal Vasko · 6 years ago
  83. 185b527 libyang BUGFIX unique checking refactored by Michal Vasko · 6 years ago
  84. dd96229 resolve BUGFIX always access when attribute properly by Michal Vasko · 6 years ago
  85. a50e60c resolve BUGFIX leafref predicate context node by Michal Vasko · 6 years ago
  86. ffdf4ce resolve BUGFIX use of uninitialized variable by Michal Vasko · 6 years ago
  87. b41abfe Merge branch 'json_schema_printer' into devel by Radek Krejci · 6 years ago
  88. 7a1e607 schema parsers CHANGE resolving lists' keys inside groupings by Radek Krejci · 6 years ago
  89. 760054d Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  90. b5f9ffb resolve BUFGIX do not transform leafref path by Michal Vasko · 6 years ago
  91. 3144c9d Merge branch 'devel' into lyb by Michal Vasko · 6 years ago
  92. 2096478 resolve BUGFIX skip input/output nodes in lyd_new_path by Michal Vasko · 6 years ago
  93. ae4b7d3 lyb CHANGE attribute support by Michal Vasko · 6 years ago
  94. d42871e resolve BUGFIX include augment for leafref feature check by Michal Vasko · 6 years ago
  95. 8801135 resolve BUGFIX handle all separators properly by Michal Vasko · 6 years ago
  96. 3b2ad46 resolve BUGFIX augments do not have to be connected yet by Michal Vasko · 6 years ago
  97. a979272 resolve BUGFIX properly handle groupings referencing themselves by Michal Vasko · 6 years ago
  98. 74083ec resolve CHANGE augment module implementing refactored by Michal Vasko · 6 years ago
  99. 0f43706 resolve BUGFIX traverse modules for implemented refs at the end by Michal Vasko · 6 years ago
  100. 101658e libyang CHANGE refactor flag names and attributes holding them by Michal Vasko · 6 years ago