1. 99697d7 actions BUGFIX debug print #1 by Michal Vasko · 6 months ago
  2. d69f738 actions BUGFIX package build pwd by Michal Vasko · 6 months ago
  3. cbb3061 actions UPDATE deb package build action by Michal Vasko · 6 months ago
  4. f6a5592 distro UPDATE general updates by Michal Vasko · 6 months ago
  5. f2cc1c2 readme DOC update link to Rust bindings library by Renato Westphal · 6 months ago
  6. 80d0178 VERSION bump to version 2.2.2 by Michal Vasko · 7 months ago
  7. 4e30d40 SOVERSION bump to version 3.0.2 by Michal Vasko · 7 months ago
  8. 2b0e8a2 xpath BUGFIX opaque node handling by Michal Vasko · 7 months ago
  9. 381d978 perf UPDATE latest API changes by Michal Vasko · 7 months ago
  10. eef8dae tree data new BUGFIX wrong parameter positions (#2194) by lucoliva · 7 months ago
  11. c03945b ly common REFACTOR bigger type before var args by Michal Vasko · 7 months ago
  12. 703a610 build UPDATE use standard var for static build by Michal Vasko · 7 months ago
  13. 659f8fa printer yang BUGFIX missing parentheses by Michal Vasko · 7 months ago
  14. 76d78f1 abi check UPDATE move base to 3.0.1 by Michal Vasko · 7 months ago
  15. e16d0e5 VERSION bump to version 2.2.1 by Michal Vasko · 7 months ago
  16. dae82c1 SOVERSION bump to version 3.0.1 by Michal Vasko · 7 months ago
  17. 72c6d64 tree schema BUGFIX store YANG string quote style by Michal Vasko · 7 months ago
  18. bff6f26 lyds tree BUGFIX for rb_remove_node() by aPiecek · 7 months ago
  19. 8760d96 tree data new BUGFIX check return value by Michal Vasko · 7 months ago
  20. 542ceb4 tree data BUGFIX invalid memory access by Michal Vasko · 7 months ago
  21. 8108afa path REFACTOR redunant check by Michal Vasko · 7 months ago
  22. fcd168e log BUGFIX memory leak by Michal Vasko · 7 months ago
  23. e6943a0 schema compile BUGFIX prevent when unres without a node by Michal Vasko · 7 months ago
  24. aa6b01c doc UPDATE mention changed LYD_NEW_PATH_* flags by Michal Vasko · 7 months ago
  25. b131989 doc UPDATE libyang v3 transition by Michal Vasko · 7 months ago
  26. 8786ff7 abi check UPDATE move base SO version to 3 by Michal Vasko · 7 months ago
  27. 71d0ca9 distro UPDATE new major SO version by Michal Vasko · 7 months ago
  28. eeef2f0 VERSION bump to version 2.2.0 by Michal Vasko · 7 months ago
  29. a2be731 SOVERSION bump to version 3.0.0 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. 36d5f21 test BUGFIX zero-compare sort result (#2178) by steweg · 7 months ago
  41. a9369d2 diff BUGFIX diff nodes should not be ordered by aPiecek · 7 months ago
  42. a7a1de9 tree data OPTIMIZE of lyd_dup() for (leaf-)list by aPiecek · 7 months ago
  43. 6f9253c tree data BUGFIX in ly_insert_node() by aPiecek · 7 months ago
  44. 1462ab1 tree data OPTIMIZE diff and lyd_insert_node() by aPiecek · 8 months ago
  45. 743184b tree data OPTIMIZE added first_sibling parameter by aPiecek · 8 months ago
  46. e6955f4 tree data OPTIMIZE lyds in lyd_merge() by aPiecek · 8 months ago
  47. dfde77d tree data BUGFIX added return value for unlink by aPiecek · 8 months ago
  48. 2d8ce0b lyds tree OPTIMIZE data can be unordered by aPiecek · 8 months ago
  49. cada0d7 tree data OPTIMIZE unlink-insert for lyds nodes by aPiecek · 8 months ago
  50. 6188085 tree data REFACTOR of lyd_insert_node() by aPiecek · 8 months ago
  51. 827cfac lyds tree OPTIMIZE flag LYD_PARSE_ORDERED by aPiecek · 10 months ago
  52. 6cf1d16 libyang FEATURE sorting of data nodes by aPiecek · 11 months ago
  53. 852d93f tree data REFACTOR lyd_free functions by aPiecek · 10 months ago
  54. 5c3c0ca plugins types FEATURE sort callback in xpath by aPiecek · 11 months ago
  55. be39c40 plugins types FEATURE sort callback in leafref by aPiecek · 11 months ago
  56. 31aa720 plugins types FEATURE sort callback in inet_types by aPiecek · 11 months ago
  57. 5c8fb45 plugins types FEATURE sort callback in union by aPiecek · 11 months ago
  58. 74a85ef plugins types FEATURE sort callback in string by aPiecek · 11 months ago
  59. 06f6d69 plugins types REFACTOR for instanceid by aPiecek · 10 months ago
  60. f0d2cf9 plugins types FEATURE sort callback in instanceid by aPiecek · 11 months ago
  61. bcd8838 plugins types FEATURE sort callback in integer by aPiecek · 11 months ago
  62. c029938 plugins types FEATURE sort callback in identityref by aPiecek · 11 months ago
  63. 107088c plugins types FEATURE sort callback in hex_string by aPiecek · 11 months ago
  64. 8be9fcc plugins types FEATURE sort callback in enumeration by aPiecek · 11 months ago
  65. 67ba8f5 plugins types FEATURE sort callback in empty by aPiecek · 11 months ago
  66. f8aa25a plugins types FEATURE sort callback in decimal64 by aPiecek · 11 months ago
  67. 77c9cf3 plugins types FEATURE sort callback in date_time by aPiecek · 11 months ago
  68. 3328267 plugins types FEATURE sort callback in boolean by aPiecek · 11 months ago
  69. 23f8275 plugins types FEATURE sort callback in bits by aPiecek · 11 months ago
  70. 602e0ba plugins types FEATURE sort callback in binary by aPiecek · 11 months ago
  71. 0a6705b plugins types CHANGE compare function callback by aPiecek · 10 months ago
  72. 2e1f68f tree data REFACTOR of _lyd_change_term() by aPiecek · 11 months ago
  73. 0e92afc tree data NEW lyd_unlink_meta_single() by aPiecek · 11 months ago
  74. 4168034 data tree BUGFIX duplication of metadata by aPiecek · 11 months ago
  75. 0b1df64 tree data REFACTOR added lyd_get_meta_annotation() by aPiecek · 11 months ago
  76. 847cdcf tree schema BUGFIX LYS_ORDBY_MASK value by aPiecek · 11 months ago
  77. ed39cbe parser BUGFIX references to siblings by aPiecek · 11 months ago
  78. 32bd0d2 tree data BUGFIX in lyd_insert_sibling() by aPiecek · 10 months ago
  79. 55653c9 tree data REFACTOR bugfix doxygen documentation by aPiecek · 11 months ago
  80. 7a26677 libyang REFACTOR major logging updates by Michal Vasko · 8 months ago
  81. 2c1f66d doc UPDATE minor bugfixes by Michal Vasko · 8 months ago
  82. eeec27a doc UPDATE minor improvement by Michal Vasko · 8 months ago
  83. be1b0cb tree data UPDATE remove lyd_find_xpath3 variant by Michal Vasko · 8 months ago
  84. 4e94703 tree data OPTIMIZE inline util functions by Michal Vasko · 8 months ago
  85. f309c48 tree schema UPDATE store typedef name in the compiled type by Michal Vasko · 8 months ago
  86. 7ee42f3 tree UPDATE remove deprecated/unused symbols by Michal Vasko · 8 months ago
  87. d9ad7a3 context UPDATE remove deprecated explicit latests flag removal by Michal Vasko · 8 months ago
  88. b3d079f xpath BUGFIX opaque node handling (#2182) by zhangtaog · 7 months ago cesnet/2024-03--v2-latest
  89. b348a8b parser xml BUGFIX opaque node without a namespace (#2181) by zhangtaog · 7 months ago
  90. 42c5a1c printer yin REFACTOR obsolete comment by Michal Vasko · 7 months ago
  91. a6c2b2c printer yin UPDATE print extension instances (#2180) by zhangtaog · 7 months ago
  92. a1ecc16 compat BUGFIX regression in win timegm support by Michal Vasko · 7 months ago
  93. f4dc3e3 VERSION bump to version 2.1.159 by Michal Vasko · 7 months ago
  94. 622595e SOVERSION bump to version 2.48.4 by Michal Vasko · 7 months ago
  95. 7ebd607 test UPDATE message changed by Michal Vasko · 7 months ago
  96. 01f1eb7 xpath BUGFIX update return value check by Michal Vasko · 7 months ago
  97. dedded6 printer tree REFACTOR proper initialization syntax by Michal Vasko · 7 months ago
  98. 0d8434d plugins UPDATE conditional include file by Michal Vasko · 7 months ago
  99. 21eaa39 libyang BUGFIX type size problems by Michal Vasko · 7 months ago
  100. 4294833 compat UPDATE embedded platform improvements by Michal Vasko · 7 months ago