1. 350ed0d doc UPDATE improve opaque node docs by Michal Vasko · 6 months ago
  2. 99bfd40 schema compile UPDATE fix disabled list unique nodes by Michal Vasko · 6 months ago
  3. 2a01181 parser data DOC improve flag description by Michal Vasko · 6 months ago
  4. 68f6eaf parser json UPDATE allowing JSON 'null' value for inner nodes (#2218) by steweg · 6 months ago
  5. 56318fe log UPDATE avoid using LY_EVALID without vecode by Michal Vasko · 6 months ago
  6. b3e420c parser json UPDATE optional JSON 'null' value parsed and ignored (#2216) by steweg · 6 months ago
  7. 5ad0063 schema compile BUGFIX do not share types with leafrefs by Michal Vasko · 6 months ago
  8. 121cbbb schema compile REFACTOR formatting by Michal Vasko · 6 months ago
  9. 5209845 plugins BUGFIX differentiate between plugin types by Michal Vasko · 6 months ago
  10. 7efb69e plugins BUGFIX static run-time plugin support by Michal Vasko · 6 months ago
  11. 964407a plugins BUGFIX check return value by Michal Vasko · 6 months ago
  12. f7aeeae context UPDATE run-time plugin support (#2213) by steweg · 6 months ago
  13. 2063f20 schema compile UPDATE allow deviate-replace implicit properties by Michal Vasko · 6 months ago
  14. ed27758 libyang UPDATE compatibility macros by Michal Vasko · 6 months ago
  15. bc196fc schema compile UPDATE improve duplicate identifier err message by Michal Vasko · 6 months ago
  16. f4ba2ff tree data BUGFIX non-changing iterator (#2207) by Amjad Daraiseh · 6 months ago
  17. 93b9b24 schema compile BUGFIX disabled list unique node by Michal Vasko · 6 months ago
  18. 2b0e8a2 xpath BUGFIX opaque node handling by Michal Vasko · 7 months ago
  19. eef8dae tree data new BUGFIX wrong parameter positions (#2194) by lucoliva · 7 months ago
  20. c03945b ly common REFACTOR bigger type before var args by Michal Vasko · 7 months ago
  21. 659f8fa printer yang BUGFIX missing parentheses by Michal Vasko · 7 months ago
  22. 72c6d64 tree schema BUGFIX store YANG string quote style by Michal Vasko · 7 months ago
  23. bff6f26 lyds tree BUGFIX for rb_remove_node() by aPiecek · 7 months ago
  24. 8760d96 tree data new BUGFIX check return value by Michal Vasko · 7 months ago
  25. 542ceb4 tree data BUGFIX invalid memory access by Michal Vasko · 7 months ago
  26. 8108afa path REFACTOR redunant check by Michal Vasko · 7 months ago
  27. fcd168e log BUGFIX memory leak by Michal Vasko · 7 months ago
  28. e6943a0 schema compile BUGFIX prevent when unres without a node by Michal Vasko · 7 months ago
  29. b131989 doc UPDATE libyang v3 transition by Michal Vasko · 7 months ago
  30. 16c25e0 tree data new BUGFIX flag typo by Michal Vasko · 7 months ago
  31. a5c4fa4 parser data UPDATE parse_store_only flag sets parse_only as well by Michal Vasko · 7 months ago
  32. 9dc2a54 data sorted BUGFIX file renaming by Michal Vasko · 7 months ago
  33. 5dd11b8 tree data BUGFIX check return value (#2183) by steweg · 7 months ago
  34. f8c0b58 tree data UPDATE remove redundant lyd_new_list3_bin by Michal Vasko · 7 months ago
  35. 6a027db libyang REFACTOR minor improvements by Michal Vasko · 7 months ago
  36. 9bd131d context UPDATE forbid setting option for existing context by Michal Vasko · 7 months ago
  37. abd34fb doc UPDATE updates and improvements by Michal Vasko · 7 months ago
  38. d4cde64 libyang UPDATE optional value validation and context type plugins (#2171) by steweg · 7 months ago
  39. 14f7253 schema compile BUGFIX state data are not sorted (#2179) by aPiecek · 7 months ago
  40. a9369d2 diff BUGFIX diff nodes should not be ordered by aPiecek · 7 months ago
  41. a7a1de9 tree data OPTIMIZE of lyd_dup() for (leaf-)list by aPiecek · 7 months ago
  42. 6f9253c tree data BUGFIX in ly_insert_node() by aPiecek · 7 months ago
  43. 1462ab1 tree data OPTIMIZE diff and lyd_insert_node() by aPiecek · 8 months ago
  44. 743184b tree data OPTIMIZE added first_sibling parameter by aPiecek · 8 months ago
  45. e6955f4 tree data OPTIMIZE lyds in lyd_merge() by aPiecek · 8 months ago
  46. dfde77d tree data BUGFIX added return value for unlink by aPiecek · 8 months ago
  47. 2d8ce0b lyds tree OPTIMIZE data can be unordered by aPiecek · 8 months ago
  48. cada0d7 tree data OPTIMIZE unlink-insert for lyds nodes by aPiecek · 8 months ago
  49. 6188085 tree data REFACTOR of lyd_insert_node() by aPiecek · 8 months ago
  50. 827cfac lyds tree OPTIMIZE flag LYD_PARSE_ORDERED by aPiecek · 10 months ago
  51. 6cf1d16 libyang FEATURE sorting of data nodes by aPiecek · 11 months ago
  52. 852d93f tree data REFACTOR lyd_free functions by aPiecek · 10 months ago
  53. 5c3c0ca plugins types FEATURE sort callback in xpath by aPiecek · 11 months ago
  54. be39c40 plugins types FEATURE sort callback in leafref by aPiecek · 11 months ago
  55. 31aa720 plugins types FEATURE sort callback in inet_types by aPiecek · 11 months ago
  56. 5c8fb45 plugins types FEATURE sort callback in union by aPiecek · 11 months ago
  57. 74a85ef plugins types FEATURE sort callback in string by aPiecek · 11 months ago
  58. 06f6d69 plugins types REFACTOR for instanceid by aPiecek · 10 months ago
  59. f0d2cf9 plugins types FEATURE sort callback in instanceid by aPiecek · 11 months ago
  60. bcd8838 plugins types FEATURE sort callback in integer by aPiecek · 11 months ago
  61. c029938 plugins types FEATURE sort callback in identityref by aPiecek · 11 months ago
  62. 107088c plugins types FEATURE sort callback in hex_string by aPiecek · 11 months ago
  63. 8be9fcc plugins types FEATURE sort callback in enumeration by aPiecek · 11 months ago
  64. 67ba8f5 plugins types FEATURE sort callback in empty by aPiecek · 11 months ago
  65. f8aa25a plugins types FEATURE sort callback in decimal64 by aPiecek · 11 months ago
  66. 77c9cf3 plugins types FEATURE sort callback in date_time by aPiecek · 11 months ago
  67. 3328267 plugins types FEATURE sort callback in boolean by aPiecek · 11 months ago
  68. 23f8275 plugins types FEATURE sort callback in bits by aPiecek · 11 months ago
  69. 602e0ba plugins types FEATURE sort callback in binary by aPiecek · 11 months ago
  70. 0a6705b plugins types CHANGE compare function callback by aPiecek · 10 months ago
  71. 2e1f68f tree data REFACTOR of _lyd_change_term() by aPiecek · 11 months ago
  72. 0e92afc tree data NEW lyd_unlink_meta_single() by aPiecek · 11 months ago
  73. 4168034 data tree BUGFIX duplication of metadata by aPiecek · 11 months ago
  74. 0b1df64 tree data REFACTOR added lyd_get_meta_annotation() by aPiecek · 11 months ago
  75. 847cdcf tree schema BUGFIX LYS_ORDBY_MASK value by aPiecek · 11 months ago
  76. ed39cbe parser BUGFIX references to siblings by aPiecek · 11 months ago
  77. 32bd0d2 tree data BUGFIX in lyd_insert_sibling() by aPiecek · 10 months ago
  78. 55653c9 tree data REFACTOR bugfix doxygen documentation by aPiecek · 11 months ago
  79. 7a26677 libyang REFACTOR major logging updates by Michal Vasko · 8 months ago
  80. 2c1f66d doc UPDATE minor bugfixes by Michal Vasko · 8 months ago
  81. eeec27a doc UPDATE minor improvement by Michal Vasko · 8 months ago
  82. be1b0cb tree data UPDATE remove lyd_find_xpath3 variant by Michal Vasko · 8 months ago
  83. 4e94703 tree data OPTIMIZE inline util functions by Michal Vasko · 8 months ago
  84. f309c48 tree schema UPDATE store typedef name in the compiled type by Michal Vasko · 8 months ago
  85. 7ee42f3 tree UPDATE remove deprecated/unused symbols by Michal Vasko · 8 months ago
  86. d9ad7a3 context UPDATE remove deprecated explicit latests flag removal by Michal Vasko · 8 months ago
  87. b3d079f xpath BUGFIX opaque node handling (#2182) by zhangtaog · 7 months ago cesnet/2024-03--v2-latest
  88. b348a8b parser xml BUGFIX opaque node without a namespace (#2181) by zhangtaog · 7 months ago
  89. 42c5a1c printer yin REFACTOR obsolete comment by Michal Vasko · 7 months ago
  90. a6c2b2c printer yin UPDATE print extension instances (#2180) by zhangtaog · 7 months ago
  91. 01f1eb7 xpath BUGFIX update return value check by Michal Vasko · 7 months ago
  92. dedded6 printer tree REFACTOR proper initialization syntax by Michal Vasko · 7 months ago
  93. 0d8434d plugins UPDATE conditional include file by Michal Vasko · 7 months ago
  94. 21eaa39 libyang BUGFIX type size problems by Michal Vasko · 7 months ago
  95. 8f702ee libyang UPDATE add prefix for common and config files by Michal Vasko · 7 months ago
  96. a9756fc tree_data BUGFIX check plugin existence (#2175) by steweg · 7 months ago
  97. 3fb41f3 out BUGFIX memory leak (#2174) by optimden · 7 months ago
  98. 035851a instanceid BUGFIX redunant check causing wrong comparison (#2173) by optimden · 7 months ago
  99. 0e1e509 tree data BUGFIX leafref links opaque node read (#2170) by steweg · 7 months ago
  100. 17d9cea tree data REFACTOR release build false-positive warnings by Michal Vasko · 8 months ago