1. 53eb6a1 ly common REFACTOR cast warnings by Michal Vasko · 3 months ago
  2. c80fcc9 diff BUGFIX diff merge userord node order by Michal Vasko · 3 months ago
  3. 669345c tree schema BUGFIX correct predicate order in lysc_path (#2244) by Alexandre Snarskii · 4 months ago
  4. d775df2 tree schema BUGFIX correct order of predicates by Michal Vasko · 4 months ago
  5. 3cfa2bb tests UPDATE unsupported tests now working by Michal Vasko · 4 months ago
  6. 603b68d tests: fix a typo by Jan Kundrát · 5 months ago
  7. ee3539a out BUGFIX trim printing NP conts with only explicit dflt values by Michal Vasko · 5 months ago
  8. cbbae42 parser json BUGFIX printing opaque nodes as containers (#2230) by steweg · 5 months ago
  9. cf43fa7 union BUGFIX proper LYB value validation by Michal Vasko · 5 months ago
  10. b077a76 tests BUGFIX sort cb return value must be compared with 0 by Michal Vasko · 6 months ago
  11. 99bfd40 schema compile UPDATE fix disabled list unique nodes by Michal Vasko · 6 months ago
  12. 68f6eaf parser json UPDATE allowing JSON 'null' value for inner nodes (#2218) by steweg · 6 months ago
  13. b3e420c parser json UPDATE optional JSON 'null' value parsed and ignored (#2216) by steweg · 6 months ago
  14. f7aeeae context UPDATE run-time plugin support (#2213) by steweg · 6 months ago
  15. 2063f20 schema compile UPDATE allow deviate-replace implicit properties by Michal Vasko · 6 months ago
  16. bc196fc schema compile UPDATE improve duplicate identifier err message by Michal Vasko · 6 months ago
  17. 9dc2a54 data sorted BUGFIX file renaming by Michal Vasko · 7 months ago
  18. f8c0b58 tree data UPDATE remove redundant lyd_new_list3_bin by Michal Vasko · 7 months ago
  19. 6a027db libyang REFACTOR minor improvements by Michal Vasko · 7 months ago
  20. 9bd131d context UPDATE forbid setting option for existing context by Michal Vasko · 7 months ago
  21. d4cde64 libyang UPDATE optional value validation and context type plugins (#2171) by steweg · 7 months ago
  22. 14f7253 schema compile BUGFIX state data are not sorted (#2179) by aPiecek · 7 months ago
  23. 36d5f21 test BUGFIX zero-compare sort result (#2178) by steweg · 7 months ago
  24. 1462ab1 tree data OPTIMIZE diff and lyd_insert_node() by aPiecek · 8 months ago
  25. e6955f4 tree data OPTIMIZE lyds in lyd_merge() by aPiecek · 8 months ago
  26. dfde77d tree data BUGFIX added return value for unlink by aPiecek · 8 months ago
  27. 2d8ce0b lyds tree OPTIMIZE data can be unordered by aPiecek · 8 months ago
  28. cada0d7 tree data OPTIMIZE unlink-insert for lyds nodes by aPiecek · 8 months ago
  29. 827cfac lyds tree OPTIMIZE flag LYD_PARSE_ORDERED by aPiecek · 10 months ago
  30. 6cf1d16 libyang FEATURE sorting of data nodes by aPiecek · 11 months ago
  31. be39c40 plugins types FEATURE sort callback in leafref by aPiecek · 11 months ago
  32. 31aa720 plugins types FEATURE sort callback in inet_types by aPiecek · 11 months ago
  33. 5c8fb45 plugins types FEATURE sort callback in union by aPiecek · 11 months ago
  34. 06f6d69 plugins types REFACTOR for instanceid by aPiecek · 10 months ago
  35. f0d2cf9 plugins types FEATURE sort callback in instanceid by aPiecek · 11 months ago
  36. 8be9fcc plugins types FEATURE sort callback in enumeration by aPiecek · 11 months ago
  37. 77c9cf3 plugins types FEATURE sort callback in date_time by aPiecek · 11 months ago
  38. 23f8275 plugins types FEATURE sort callback in bits by aPiecek · 11 months ago
  39. 602e0ba plugins types FEATURE sort callback in binary by aPiecek · 11 months ago
  40. 0a6705b plugins types CHANGE compare function callback by aPiecek · 10 months ago
  41. 7a26677 libyang REFACTOR major logging updates by Michal Vasko · 8 months ago
  42. 7ee42f3 tree UPDATE remove deprecated/unused symbols by Michal Vasko · 8 months ago
  43. d9ad7a3 context UPDATE remove deprecated explicit latests flag removal by Michal Vasko · 8 months ago
  44. 7ebd607 test UPDATE message changed by Michal Vasko · 7 months ago
  45. 8f702ee libyang UPDATE add prefix for common and config files by Michal Vasko · 7 months ago
  46. 17d9cea tree data REFACTOR release build false-positive warnings by Michal Vasko · 8 months ago
  47. c2f215a tree schema BUGFIX extensions in submodules by Michal Vasko · 8 months ago
  48. 6738895 tree data UPDATE support for milti-target leafref links (#2161) by steweg · 8 months ago
  49. f9041a2 context UPDATE support for storing leafref references (#2155) by steweg · 8 months ago
  50. 99a7788 tree data UPDATE xpath trim function by Michal Vasko · 9 months ago
  51. c730448 xpath BUGFIX handle input/output name conflicts by Michal Vasko · 10 months ago
  52. 4001573 parser BUGFIX skip new validation on multi-error by Michal Vasko · 10 months ago
  53. 4d83228 plugins types UPDATE compare callback assumes realtypes are the same by Michal Vasko · 11 months ago
  54. bfc9ce6 plugin types BUGFIX no context logging in plugins types by Michal Vasko · 11 months ago
  55. 1ac8b41 path BUGFIX check deref target in leafref (#2122) by steweg · 11 months ago
  56. f793156 test REFACTOR formatting by Michal Vasko · 11 months ago
  57. 2c1e327 tree data UPDATE new list creation functions by Michal Vasko · 11 months ago
  58. 3f32006 schema compile UPDATE allow both deviate replace and add config by Michal Vasko · 11 months ago
  59. eaef7c9 tree data BUGFIX correct pointer to duplicated parents by Michal Vasko · 11 months ago
  60. c0feb68 tree_data OPTIMIZE optimize creation of children htable by Olivier Matz · 1 year ago
  61. 6a669c1 hash_table UPDATE insert record at the end of the hlist by Olivier Matz · 12 months ago
  62. 75c0019 hash_table REFACTOR simplify collision management by Olivier Matz · 1 year ago
  63. a6139e0 validation BUGFIX subtree validation by Michal Vasko · 12 months ago
  64. 7d603c9 identityref REVERT canonical value in JSON format with prefix by Michal Vasko · 1 year ago
  65. dd03ff1 parser common UPDATE log metadata paths by Michal Vasko · 1 year ago
  66. f7de94a tests UPDATE union leafref to union leafref by Michal Vasko · 1 year ago
  67. 32d3d97 parser json BUGFIX store all parsed nodes by Michal Vasko · 1 year, 1 month ago
  68. 4a1e3e8 parsers UPDATE notification children order irrelevant by Michal Vasko · 1 year, 1 month ago
  69. 5df2852 parsers BUGFIX parsing operation appended to a parent by Michal Vasko · 1 year, 1 month ago
  70. a878a89 parser UPDATE guess opaque node schema nodes by Michal Vasko · 1 year, 1 month ago
  71. a16dbb4 parser xml UPDATE opaq node values by Michal Vasko · 1 year, 1 month ago
  72. 535d21c parser xml BUGFIX xml values always need some prefix data by Michal Vasko · 1 year, 1 month ago
  73. 2b7e161 date and time UPDATE gross errors check by Michal Vasko · 1 year, 2 months ago
  74. e2c8fb8 union UPDATE get errors of all the types by Michal Vasko · 1 year, 2 months ago
  75. 30e75a7 hex string UPDATE canonize yang-types hex-strings by Michal Vasko · 1 year, 2 months ago
  76. d452567 diff BUGFIX keep descendant operations by Michal Vasko · 1 year, 3 months ago
  77. fb51a84 diff BUGFIX single subtree for nested changes in move by Michal Vasko · 1 year, 3 months ago
  78. ee9b948 tree data UPDATE key-less lists are always equivalent by Michal Vasko · 1 year, 3 months ago
  79. 85be65e parsers BUGFIX metadata error logging by Michal Vasko · 1 year, 3 months ago
  80. aa54894 schema compile UPDATE implementing modules in expressions by Michal Vasko · 1 year, 4 months ago
  81. 159f032 schema compile UPDATE error unification by Michal Vasko · 1 year, 4 months ago
  82. e4362cc printer_tree BUGFIX first sibling in top-nodes by aPiecek · 1 year, 6 months ago
  83. fa3f687 printer_tree BUGFIX printing of compiled node by aPiecek · 1 year, 6 months ago
  84. ba67462 printer_tree BUGFIX plugin callbacks can be NULL by aPiecek · 1 year, 6 months ago
  85. 32f067f identityref UPDATE support optional module prefix by Michal Vasko · 1 year, 4 months ago
  86. d8e2fc9 path UPDTAE deref func support in leafref (#2030) by steweg · 1 year, 4 months ago
  87. 583b464 parser json UPDATE support for opaque nodes with invalid-encoded value by Michal Vasko · 1 year, 4 months ago
  88. 5e2742d printer json BUGFIX escaped chars in opaque value by Michal Vasko · 1 year, 4 months ago
  89. 58d89e9 tree data BUGFIX creating parent chain in dup by Michal Vasko · 1 year, 4 months ago
  90. e4a6d01 schema compile BUGFIX when cyclic check by Michal Vasko · 1 year, 4 months ago
  91. 84bf6f4 uncrustify UPDATE use version 0.77.1 by Michal Vasko · 1 year, 4 months ago
  92. 820efe8 parser data UPDATE parsing RESTCONF messages directly by Michal Vasko · 1 year, 4 months ago
  93. 54bf9e2 tests UPDATE anyxml new test by Michal Vasko · 1 year, 5 months ago
  94. b01983e path OPTIMIZE manual path reparse by Michal Vasko · 1 year, 5 months ago
  95. f277d36 tree data UPDATE compare (leaf-)lists in different order by Michal Vasko · 1 year, 5 months ago
  96. 5b414dd tree data UPDATE attempt to parse anyxml value as datatree by Michal Vasko · 1 year, 5 months ago
  97. 3abde69 tests UPDATE binary and yang-types new simple tests by Michal Vasko · 1 year, 6 months ago
  98. 8efac24 hash table REFACTOR use unified struct names by Michal Vasko · 1 year, 6 months ago
  99. 09e0463 json REFACTOR major rewrite of JSON parser by Michal Vasko · 1 year, 6 months ago
  100. 28864d5 schema compile BUGFIX check all union values for a valid one by Michal Vasko · 1 year, 6 months ago