1. 193dacd plugins exts CHANGE ext parsing isolated into a callback by Michal Vasko · 2 years ago
  2. c0c64ae tree schema CHANGE plugin record in parsed extensions by Michal Vasko · 2 years ago
  3. c0d9164 tree data UPDATE error for wrong xpath return type by Michal Vasko · 1 year, 11 months ago
  4. ce2b781 tree data BUGFIX avoid double node logging by Michal Vasko · 1 year, 11 months ago
  5. dbf3e65 log UPDATE parser data path print by Michal Vasko · 1 year, 11 months ago
  6. 3b4ec41 tree data BUGFIX handle any nodes without value by Michal Vasko · 2 years ago
  7. 135719f plugins exts UPDATE ext callback for data node validation by Michal Vasko · 2 years, 1 month ago
  8. f3c80a7 tree data BUGFIX var type mismatch by Michal Vasko · 2 years, 1 month ago
  9. 2b97d47 tree data BUGFIX check for invalid LYB data by Michal Vasko · 2 years, 1 month ago
  10. 10fabfc tree data UPDATE new lyd_eval_xpath variant by Michal Vasko · 2 years, 1 month ago
  11. a3e92bc xpath UPDATE separate cur_node and ctx_node by Michal Vasko · 2 years, 2 months ago
  12. 33c4897 tree data BUGFIX meta values always use annotation context by Michal Vasko · 2 years, 2 months ago
  13. 1feb9bb tree data UPDATE dup and connect ext data nodes by Michal Vasko · 2 years, 2 months ago
  14. 8352219 tree data BUGFIX proper context of dup parents by Michal Vasko · 2 years, 2 months ago
  15. 61a0471 tree data UPDATE allow insert top-level ext siblings by Michal Vasko · 2 years, 2 months ago
  16. 83ae777 tree data UPDATE invalid duplicate instances by Michal Vasko · 2 years, 4 months ago
  17. c61dd06 tree data UPDATE restoring op data tree by Michal Vasko · 2 years, 4 months ago
  18. 53ac4dd tree data FEATURE dup option not to duplicate ext nodes by Michal Vasko · 2 years, 4 months ago
  19. c8187dc tree data UPDATE comparing op containers by Michal Vasko · 2 years, 4 months ago
  20. 59892dd libyang REFACTOR minor file reorganization by Michal Vasko · 2 years, 4 months ago
  21. 73792a1 tree data BUGFIX memory leak by Michal Vasko · 2 years, 5 months ago
  22. 140ede9 tree data UPDATE use strict instead of opaq for op parsing by Michal Vasko · 2 years, 5 months ago
  23. 7e0a347 tree data BUGFIX simplify value freeing by Michal Vasko · 2 years, 5 months ago
  24. 5c0b27a tree data UPDATE require equal anchor and moved node schema by Michal Vasko · 2 years, 5 months ago
  25. bce230b tree data BUGFIX forbid same anchor and moved node by Michal Vasko · 2 years, 5 months ago
  26. 9beceb8 tree data UPDATE better support for inline schema mount data by Michal Vasko · 2 years, 6 months ago
  27. ab7a2bf tree data BUGFIX ordered insert for opaque nodes by Michal Vasko · 2 years, 6 months ago
  28. 27f536f tree data BUGFIX proper error handling by Michal Vasko · 2 years, 6 months ago
  29. 19175b6 tree data BUGFIX support for ext data by Michal Vasko · 2 years, 6 months ago
  30. 8cc3f66 schema mount UPDATE support for creating nested data by Michal Vasko · 2 years, 6 months ago
  31. 12eb622 tree data UPDATE print opaque node modules by Michal Vasko · 2 years, 6 months ago
  32. 0d00e46 tree data UPDATE check dict insert return by Michal Vasko · 2 years, 7 months ago
  33. 742a5b1 tree data BUGFIX do not require string value in dictionary by Michal Vasko · 2 years, 7 months ago
  34. 7508ef2 tree data BUGFIX forbid changing key node order by Michal Vasko · 2 years, 7 months ago
  35. 509d721 tree data BUGFIX possible freed memory access by Michal Vasko · 2 years, 7 months ago
  36. 61ad1ff parser json FEATURE support for nested ext instances with data by Michal Vasko · 2 years, 7 months ago
  37. ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 8 months ago
  38. d1afa50 tree data BUGFIX update value for opaq nodes in merge by Michal Vasko · 2 years, 8 months ago
  39. e1886a9 tree data BUGFIX avoid freeing invalid value by Michal Vasko · 2 years, 9 months ago
  40. 195607b tree data BUGFIX path for node with opaque parent by Michal Vasko · 2 years, 9 months ago
  41. c53a7ec MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  42. e3716b3 tree data FEATURE function lyd_find_xpath3 by Michal Vasko · 2 years, 9 months ago
  43. 976ec43 validation BUGFIX ignore unresolved when when adding implicit nodes by Michal Vasko · 2 years, 10 months ago
  44. 892f5bf libyang UPDATE handle different contexts in functions by Michal Vasko · 2 years, 10 months ago
  45. 824d083 tree data BUGFIX handle opaque nodes in lists by Michal Vasko · 2 years, 11 months ago
  46. 106f086 tree data FEATURE lyd_new_path() relative paths for opaque parents by Michal Vasko · 2 years, 11 months ago
  47. 0884d21 path UPDATE option for limiting the acccessible tree by Michal Vasko · 3 years ago
  48. fba7536 xpath FEATURE XPath variable implementation added by aPiecek · 3 years ago
  49. 39eb688 tree data BUGFIX minor improvements by Michal Vasko · 3 years ago
  50. 29d674b tree data DOC added missing doxygen by Michal Vasko · 3 years, 1 month ago
  51. 67177e5 tree data OPTIMIZE recursive dup nodes inserted in order by Michal Vasko · 3 years, 1 month ago
  52. 7e8315b data tree FEATURE option to merge with the same flags by Michal Vasko · 3 years, 2 months ago
  53. e137fc4 xml FEATURE support for special xml attr prefix by Michal Vasko · 3 years, 2 months ago
  54. 66d508c tree data FEATURE function for unlinking siblings by Michal Vasko · 3 years, 2 months ago
  55. 9da78cf data tree UPDATE parse unknown op nodes as opaque by Michal Vasko · 3 years, 2 months ago
  56. 8bd9cc7 tree data BUGFIX uniinitialized variable by Michal Vasko · 3 years, 2 months ago
  57. c9eb3ca data tree FEATURE function for simple evaluation of xpath by Michal Vasko · 3 years, 2 months ago
  58. 6ee6f43 parser FEATURE support for faster ordered parsing by Michal Vasko · 3 years, 2 months ago
  59. 3a70862 data tree OPTIMIZE minor optimization by Michal Vasko · 3 years, 2 months ago
  60. a2756f0 data tree BUGFIX opaque parent handling by Michal Vasko · 3 years, 3 months ago
  61. a918a63 data tree BUGFIX creating keys clarification by Michal Vasko · 3 years, 3 months ago
  62. 9cf6242 data tree FEATURE duplicating attributes of opaque nodes by Michal Vasko · 3 years, 3 months ago
  63. b0534f9 data tree REFACTOR formatting by Michal Vasko · 3 years, 3 months ago
  64. 208e6d6 data tree FEATURE creating lists with binary/canon values by Michal Vasko · 3 years, 3 months ago
  65. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  66. 2a3722d data tree BUGFIX do not free static data by Michal Vasko · 3 years, 3 months ago
  67. bb22b18 data tree FEATURE function for finding inst-id target by Michal Vasko · 3 years, 3 months ago
  68. 9e54340 data tree BUGFIX avoid accessing invalid pointers by Michal Vasko · 3 years, 3 months ago
  69. 4cd0a60 data tree BUGFIX always use dynamic value by Michal Vasko · 3 years, 4 months ago
  70. 16385f4 data tree MAINTENANCE use macro by Michal Vasko · 3 years, 4 months ago
  71. 50cc056 data tree REFACTOR reduce code duplication by Michal Vasko · 3 years, 4 months ago
  72. cd3f617 data tree FEATURE data merge with callback by Michal Vasko · 3 years, 4 months ago
  73. 2090975 data tree BUGFIX use options when duplicating parents by Michal Vasko · 3 years, 4 months ago
  74. 4204b61 libyang BUGFIX change LOGVAL to LOGVAL_ERRITEM by aPiecek · 3 years, 5 months ago
  75. 9eb821d data tree BUGFIX no prefix data expected for JSON by Michal Vasko · 3 years, 5 months ago
  76. 62ed865 data tree BUGFIX plugin store callback does not accept NULL value by Michal Vasko · 3 years, 5 months ago
  77. 09c7744 libyang CHANGE reflect recent changes in data manipulation functions by Radek Krejci · 3 years, 5 months ago
  78. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  79. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  80. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  81. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  82. f1ca0ac change MAINTENANCE move plugins sources into separate subdirectories by Radek Krejci · 3 years, 5 months ago
  83. 37c6943 data tree BUGFIX unitialized value by Michal Vasko · 3 years, 5 months ago
  84. e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 6 months ago
  85. 12a28c7 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 6 months ago
  86. d1f6c01 data tree BUGFIX temp workaround for keyless list insertions by Christian Hopps · 3 years, 6 months ago
  87. aebbce0 data tree REFACTOR remove lys_value_validate by Michal Vasko · 3 years, 6 months ago
  88. 2f63f95 tree_data CHANGE nodes in contexts by aPiecek · 3 years, 6 months ago
  89. 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 6 months ago
  90. 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 6 months ago
  91. 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 6 months ago
  92. 3e6632f plugins CHANGE redesign lists of internal extension/type plugins by Radek Krejci · 3 years, 6 months ago
  93. f4d67ea data tree BUGFIX nodes may have when in their schema parent by Michal Vasko · 3 years, 6 months ago
  94. 8919fbd data MAINTENANCE improve code readability by Radek Krejci · 3 years, 6 months ago
  95. 95ccd1b data FEATURE add lyd_new_ext_path() by Radek Krejci · 3 years, 6 months ago
  96. d5d3743 schema CHANGE support extension instance top-level in ly_path_compile() by Radek Krejci · 3 years, 6 months ago
  97. 0b963da data FEATURE add lyd_new_ext_any() by Radek Krejci · 3 years, 6 months ago
  98. 8247bae data FEATURE add lyd_new_ext_list() by Radek Krejci · 3 years, 6 months ago
  99. dd2a766 data FEATURE add lyd_new_ext_inner() by Radek Krejci · 3 years, 6 months ago
  100. 8a5afc2 data FEATURE add lyd_new_ext_term() by Radek Krejci · 3 years, 6 months ago