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 · 5 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. 381d978 perf UPDATE latest API changes by Michal Vasko · 7 months ago
  18. 9dc2a54 data sorted BUGFIX file renaming by Michal Vasko · 7 months ago
  19. f8c0b58 tree data UPDATE remove redundant lyd_new_list3_bin by Michal Vasko · 7 months ago
  20. 6a027db libyang REFACTOR minor improvements by Michal Vasko · 7 months ago
  21. 9bd131d context UPDATE forbid setting option for existing context by Michal Vasko · 7 months ago
  22. d4cde64 libyang UPDATE optional value validation and context type plugins (#2171) by steweg · 7 months ago
  23. 14f7253 schema compile BUGFIX state data are not sorted (#2179) by aPiecek · 7 months ago
  24. 36d5f21 test BUGFIX zero-compare sort result (#2178) by steweg · 7 months ago
  25. a7a1de9 tree data OPTIMIZE of lyd_dup() for (leaf-)list by aPiecek · 7 months ago
  26. 1462ab1 tree data OPTIMIZE diff and lyd_insert_node() by aPiecek · 8 months ago
  27. e6955f4 tree data OPTIMIZE lyds in lyd_merge() by aPiecek · 8 months ago
  28. dfde77d tree data BUGFIX added return value for unlink by aPiecek · 8 months ago
  29. 2d8ce0b lyds tree OPTIMIZE data can be unordered by aPiecek · 8 months ago
  30. cada0d7 tree data OPTIMIZE unlink-insert for lyds nodes by aPiecek · 8 months ago
  31. 827cfac lyds tree OPTIMIZE flag LYD_PARSE_ORDERED by aPiecek · 10 months ago
  32. 6cf1d16 libyang FEATURE sorting of data nodes by aPiecek · 11 months ago
  33. be39c40 plugins types FEATURE sort callback in leafref by aPiecek · 11 months ago
  34. 31aa720 plugins types FEATURE sort callback in inet_types by aPiecek · 11 months ago
  35. 5c8fb45 plugins types FEATURE sort callback in union by aPiecek · 11 months ago
  36. 06f6d69 plugins types REFACTOR for instanceid by aPiecek · 10 months ago
  37. f0d2cf9 plugins types FEATURE sort callback in instanceid by aPiecek · 11 months ago
  38. 8be9fcc plugins types FEATURE sort callback in enumeration by aPiecek · 11 months ago
  39. 77c9cf3 plugins types FEATURE sort callback in date_time by aPiecek · 11 months ago
  40. 23f8275 plugins types FEATURE sort callback in bits by aPiecek · 11 months ago
  41. 602e0ba plugins types FEATURE sort callback in binary by aPiecek · 11 months ago
  42. 0a6705b plugins types CHANGE compare function callback by aPiecek · 10 months ago
  43. 7a26677 libyang REFACTOR major logging updates by Michal Vasko · 8 months ago
  44. 7ee42f3 tree UPDATE remove deprecated/unused symbols by Michal Vasko · 8 months ago
  45. d9ad7a3 context UPDATE remove deprecated explicit latests flag removal by Michal Vasko · 8 months ago
  46. 7ebd607 test UPDATE message changed by Michal Vasko · 7 months ago
  47. 8f702ee libyang UPDATE add prefix for common and config files by Michal Vasko · 7 months ago
  48. 17d9cea tree data REFACTOR release build false-positive warnings by Michal Vasko · 7 months ago
  49. c2f215a tree schema BUGFIX extensions in submodules by Michal Vasko · 8 months ago
  50. 6738895 tree data UPDATE support for milti-target leafref links (#2161) by steweg · 8 months ago
  51. f9041a2 context UPDATE support for storing leafref references (#2155) by steweg · 8 months ago
  52. d418ed7 tests UPDATE yanglint debug test depends on build type by Michal Vasko · 8 months ago
  53. 99a7788 tree data UPDATE xpath trim function by Michal Vasko · 9 months ago
  54. c730448 xpath BUGFIX handle input/output name conflicts by Michal Vasko · 10 months ago
  55. 4001573 parser BUGFIX skip new validation on multi-error by Michal Vasko · 10 months ago
  56. 4d83228 plugins types UPDATE compare callback assumes realtypes are the same by Michal Vasko · 11 months ago
  57. bfc9ce6 plugin types BUGFIX no context logging in plugins types by Michal Vasko · 11 months ago
  58. 1ac8b41 path BUGFIX check deref target in leafref (#2122) by steweg · 11 months ago
  59. f793156 test REFACTOR formatting by Michal Vasko · 11 months ago
  60. 2c1e327 tree data UPDATE new list creation functions by Michal Vasko · 11 months ago
  61. 3f32006 schema compile UPDATE allow both deviate replace and add config by Michal Vasko · 11 months ago
  62. eaef7c9 tree data BUGFIX correct pointer to duplicated parents by Michal Vasko · 11 months ago
  63. c0feb68 tree_data OPTIMIZE optimize creation of children htable by Olivier Matz · 1 year ago
  64. 6a669c1 hash_table UPDATE insert record at the end of the hlist by Olivier Matz · 12 months ago
  65. 75c0019 hash_table REFACTOR simplify collision management by Olivier Matz · 1 year ago
  66. a6139e0 validation BUGFIX subtree validation by Michal Vasko · 12 months ago
  67. 7d603c9 identityref REVERT canonical value in JSON format with prefix by Michal Vasko · 1 year ago
  68. dd03ff1 parser common UPDATE log metadata paths by Michal Vasko · 1 year ago
  69. f7de94a tests UPDATE union leafref to union leafref by Michal Vasko · 1 year ago
  70. 32d3d97 parser json BUGFIX store all parsed nodes by Michal Vasko · 1 year, 1 month ago
  71. 4a1e3e8 parsers UPDATE notification children order irrelevant by Michal Vasko · 1 year, 1 month ago
  72. 5df2852 parsers BUGFIX parsing operation appended to a parent by Michal Vasko · 1 year, 1 month ago
  73. a878a89 parser UPDATE guess opaque node schema nodes by Michal Vasko · 1 year, 1 month ago
  74. a16dbb4 parser xml UPDATE opaq node values by Michal Vasko · 1 year, 1 month ago
  75. 535d21c parser xml BUGFIX xml values always need some prefix data by Michal Vasko · 1 year, 1 month ago
  76. 2b7e161 date and time UPDATE gross errors check by Michal Vasko · 1 year, 2 months ago
  77. e2c8fb8 union UPDATE get errors of all the types by Michal Vasko · 1 year, 2 months ago
  78. 30e75a7 hex string UPDATE canonize yang-types hex-strings by Michal Vasko · 1 year, 2 months ago
  79. eebb14b yangre TEST for pattern, invert-match, files by aPiecek · 1 year, 3 months ago
  80. b5cda5e yangre TEST testing yangre via tcl scripts by aPiecek · 1 year, 3 months ago
  81. 0ebc35b yanglint TEST moved to the tests directory by aPiecek · 1 year, 3 months ago
  82. d452567 diff BUGFIX keep descendant operations by Michal Vasko · 1 year, 3 months ago
  83. fb51a84 diff BUGFIX single subtree for nested changes in move by Michal Vasko · 1 year, 3 months ago
  84. ee9b948 tree data UPDATE key-less lists are always equivalent by Michal Vasko · 1 year, 3 months ago
  85. 85be65e parsers BUGFIX metadata error logging by Michal Vasko · 1 year, 3 months ago
  86. aa54894 schema compile UPDATE implementing modules in expressions by Michal Vasko · 1 year, 4 months ago
  87. 159f032 schema compile UPDATE error unification by Michal Vasko · 1 year, 4 months ago
  88. e4362cc printer_tree BUGFIX first sibling in top-nodes by aPiecek · 1 year, 6 months ago
  89. fa3f687 printer_tree BUGFIX printing of compiled node by aPiecek · 1 year, 6 months ago
  90. ba67462 printer_tree BUGFIX plugin callbacks can be NULL by aPiecek · 1 year, 6 months ago
  91. 32f067f identityref UPDATE support optional module prefix by Michal Vasko · 1 year, 4 months ago
  92. d8e2fc9 path UPDTAE deref func support in leafref (#2030) by steweg · 1 year, 4 months ago
  93. 583b464 parser json UPDATE support for opaque nodes with invalid-encoded value by Michal Vasko · 1 year, 4 months ago
  94. 5e2742d printer json BUGFIX escaped chars in opaque value by Michal Vasko · 1 year, 4 months ago
  95. 58d89e9 tree data BUGFIX creating parent chain in dup by Michal Vasko · 1 year, 4 months ago
  96. e4a6d01 schema compile BUGFIX when cyclic check by Michal Vasko · 1 year, 4 months ago
  97. 84bf6f4 uncrustify UPDATE use version 0.77.1 by Michal Vasko · 1 year, 4 months ago
  98. 820efe8 parser data UPDATE parsing RESTCONF messages directly by Michal Vasko · 1 year, 4 months ago
  99. 54bf9e2 tests UPDATE anyxml new test by Michal Vasko · 1 year, 5 months ago
  100. b01983e path OPTIMIZE manual path reparse by Michal Vasko · 1 year, 5 months ago