1. cd3f617 data tree FEATURE data merge with callback by Michal Vasko · 3 years, 4 months ago
  2. 2090975 data tree BUGFIX use options when duplicating parents by Michal Vasko · 3 years, 4 months ago
  3. d7c048c data tree REFACTOR make dup-inst handling generic by Michal Vasko · 3 years, 4 months ago
  4. c5f36a7 parser json BUGFIX added condition for opaq node by aPiecek · 3 years, 4 months ago
  5. 9cdb9e6 parser xml BUGFIX in function lydxml_data_skip by aPiecek · 3 years, 4 months ago
  6. 5057c2e parser json REFACTOR local variable is not needed by aPiecek · 3 years, 4 months ago
  7. 12e34d9 parser json BUGFIX reset forgotten variable by aPiecek · 3 years, 4 months ago
  8. c89b224 schema helpers BUGFIX added isprint protection by aPiecek · 3 years, 4 months ago
  9. a40b466 json BUGFIX parsing number with E0 by aPiecek · 3 years, 4 months ago
  10. e87c0a1 json REFACTOR code snippet rewritten as a function by aPiecek · 3 years, 4 months ago
  11. 49e2a3a json parser BUGFIX duplicate in lydjson_subtree_r by aPiecek · 3 years, 4 months ago
  12. 6cee5d0 json parser REFACTOR duplicit code to function by aPiecek · 3 years, 4 months ago
  13. c8f5a8e union BUGFIX bypass calloc for zero length value by aPiecek · 3 years, 4 months ago
  14. acacc49 plugins types FEATURE add value sorting callback by Michal Vasko · 3 years, 4 months ago
  15. 15549c1 plugins types BUGFIX avoid OOB int paring errors by Michal Vasko · 3 years, 4 months ago
  16. b7b29e6 json BUGFIX opaq node cannot have an empty name by aPiecek · 3 years, 4 months ago
  17. 023f83a doxygen BUGFIX source file headers, file attribute by aPiecek · 3 years, 4 months ago
  18. 7c2648e printer data DOC fix corrupted comment by Michal Vasko · 3 years, 4 months ago
  19. d0c3bac data tree OPTIMIZE reorder members to save memory by Michal Vasko · 3 years, 4 months ago
  20. aa0ee62 plugins types FEATURE fixed size values by Michal Vasko · 3 years, 4 months ago
  21. 55b8481 path BUGFIX cleanup fixes by Michal Vasko · 3 years, 4 months ago
  22. 785ad3d xml BUGFIX ly_getutf8 return code check by aPiecek · 3 years, 5 months ago
  23. e3f828d common CHANGE ly_value_prefix_next returns LY_ERR by aPiecek · 3 years, 5 months ago
  24. dcfac2c plugins types REFACTOR remove hash callback by Michal Vasko · 3 years, 5 months ago
  25. b35cbd7 plugins types REFACTOR keep uniform order of callbacks by Michal Vasko · 3 years, 5 months ago
  26. 0c44c29 plugins types FEATURE missing callbacks for integers by Michal Vasko · 3 years, 5 months ago
  27. 4b191c4 plugins types FEATURE missing callbacks for decimal64 by Michal Vasko · 3 years, 5 months ago
  28. 1e37929 plugins types FEATURE missing callbacks for boolean by Michal Vasko · 3 years, 5 months ago
  29. 07f034f plugins types BUGFIX to memcmp structs must zero by Christian Hopps · 3 years, 5 months ago
  30. a8ba121 plugins types FEATURE specific ipv6-address-no-zone plugin by Michal Vasko · 3 years, 5 months ago
  31. 9796fac plugins types FEATURE specific ipv4-address-no-zone plugin by Michal Vasko · 3 years, 5 months ago
  32. 6b70202 plugins types DOC improve simple callbacks description by Michal Vasko · 3 years, 5 months ago
  33. a2dc198 plugins types FEATURE union LYB value support by Michal Vasko · 3 years, 5 months ago
  34. dfc9974 common BUGFIX out-of-bounds errors by Michal Vasko · 3 years, 5 months ago
  35. 37eee8d plugins types FEATURE xpath1.0 LYB value support by Michal Vasko · 3 years, 5 months ago
  36. eaadcf8 plugins types FEATURE string LYB value support by Michal Vasko · 3 years, 5 months ago
  37. 2ebe186 plugins types FEATURE leafref LYB value support by Michal Vasko · 3 years, 5 months ago
  38. abd89ba plugins types FEATURE ipv4-address LYB value support by Michal Vasko · 3 years, 5 months ago
  39. 8a00343 plugins types REFACTOR ipv6-address improvements by Michal Vasko · 3 years, 5 months ago
  40. 7f40146 plugins types FEATURE ipv4/v6-prefix LYB value support by Michal Vasko · 3 years, 5 months ago
  41. b1e136d plugins types FEATURE integer LYB value support by Michal Vasko · 3 years, 5 months ago
  42. 6fc1f47 plugins types FEATURE instance-identifier LYB value support by Michal Vasko · 3 years, 5 months ago
  43. 5761ea1 plugins types BUGFIX canonical and LYB paths by Michal Vasko · 3 years, 5 months ago
  44. d6fb0f2 plugins types FEATURE identityref LYB value support by Michal Vasko · 3 years, 5 months ago
  45. 0009450 plugins types REFACTOR use const parameters when possible by Michal Vasko · 3 years, 5 months ago
  46. 8562e03 plugins types REFACTOR remove explicit support for hex string by Michal Vasko · 3 years, 5 months ago
  47. babfaf4 data tree DOC minor clarification by Michal Vasko · 3 years, 5 months ago
  48. 098943b plugins types FEATURE enumeration LYB value support by Michal Vasko · 3 years, 5 months ago
  49. 253b21e plugins types FEATURE empty LYB value support by Michal Vasko · 3 years, 5 months ago
  50. 0074e84 plugins types FEATURE decimal64 LYB value support by Michal Vasko · 3 years, 5 months ago
  51. 71f844a plugins types FEATURE date-and-time LYB value support by Michal Vasko · 3 years, 5 months ago
  52. 0c24583 plugins types CHANGE print the offending length string by Michal Vasko · 3 years, 5 months ago
  53. 459ae87 plugins types FEATURE boolean LYB value support by Michal Vasko · 3 years, 5 months ago
  54. 6f44a5d plugins types FEATURE bits LYB value support by Michal Vasko · 3 years, 5 months ago
  55. ac9c074 plugins types FEATURE binary LYB value support by Michal Vasko · 3 years, 5 months ago
  56. e13ceea plugins types CHANGE require length of strings by Michal Vasko · 3 years, 5 months ago
  57. 7a357a8 plugins types OPTIMIZE clarification of dynamic flag meaning by Michal Vasko · 3 years, 5 months ago
  58. 9392369 xpath BUGFIX derived-from and derived-from-or-self functions by Michal Vasko · 3 years, 5 months ago
  59. c78a609 log BUGFIX avoid misinterpretation of % by Michal Vasko · 3 years, 5 months ago
  60. 4bb1e37 parser yang BUGFIX parsing path in type statement by aPiecek · 3 years, 5 months ago
  61. a24a225 parser yang MAINTENANCE of YANG_READ_SUBSTMT_FOR by aPiecek · 3 years, 5 months ago
  62. afe9ba2 context BUGFIX in lysc_node_clear_all_priv func by aPiecek · 3 years, 5 months ago
  63. 5a01692 log BUGFIX special no-memory error handling by Michal Vasko · 3 years, 5 months ago
  64. 1a09b21 xpath FEATURE distinguish between traversed node and its value by Michal Vasko · 3 years, 5 months ago
  65. 94927eb json BUGFIX limit for number encoded as a string by aPiecek · 3 years, 5 months ago
  66. 58e46a5 json BUGFIX negative exp fraction number by aPiecek · 3 years, 5 months ago
  67. 01598c0 printer tree REFACTOR callbacks for sections by aPiecek · 3 years, 5 months ago
  68. 96baa7f printer tree FEATURE printing yang-data by aPiecek · 3 years, 5 months ago
  69. 60d9d67 extension FEATURE parsed tree in lysp_ext_instance by aPiecek · 3 years, 5 months ago
  70. 9f792e5 printer tree FEATURE printing submodule by aPiecek · 3 years, 5 months ago
  71. 153b00f printer tree FEATURE printing subtree or node by aPiecek · 3 years, 5 months ago
  72. b287b21 xml BUGFIX regard to utf8 in lyxml_parse_value() by aPiecek · 3 years, 5 months ago
  73. 32874e1 build BUGFIX fix BSD builds, again, and cleanup by Christian Hopps · 3 years, 5 months ago
  74. b39f56c common DOC fixing doxygen warnings by aPiecek · 3 years, 5 months ago
  75. 4204b61 libyang BUGFIX change LOGVAL to LOGVAL_ERRITEM by aPiecek · 3 years, 5 months ago
  76. 6b669ff union BUGFIX hash real value by Michal Vasko · 3 years, 5 months ago
  77. b31b4f8 ipv6-address BUGFIX avoid freeing initialized memory by Michal Vasko · 3 years, 5 months ago
  78. 1c4da36 libyang BUGFIX setting the return code by aPiecek · 3 years, 5 months ago
  79. 9eb821d data tree BUGFIX no prefix data expected for JSON by Michal Vasko · 3 years, 5 months ago
  80. ab40e7e data helpers BUGFIX check input by Michal Vasko · 3 years, 5 months ago
  81. 40c158c schema compile BUGFIX sooner recompilation by Michal Vasko · 3 years, 5 months ago
  82. 8e7120f instanceid BUGFIX uninitialized variable by Michal Vasko · 3 years, 5 months ago
  83. 55e3521 plugins types BUGFIX handle NULL canonical value by Michal Vasko · 3 years, 5 months ago
  84. 62ed865 data tree BUGFIX plugin store callback does not accept NULL value by Michal Vasko · 3 years, 5 months ago
  85. 3387602 tree DOC minor improvements by Michal Vasko · 3 years, 5 months ago
  86. 46bd21b data tree REFACTOR add canonical getter for lyd_value by Christian Hopps · 3 years, 5 months ago
  87. 352f754 LYB data DOC specific description of data stored in LYB format by Radek Krejci · 3 years, 5 months ago
  88. 09c7744 libyang CHANGE reflect recent changes in data manipulation functions by Radek Krejci · 3 years, 5 months ago
  89. 31bc3f5 doc MAINTENANCE small formatting and typo by Radek Krejci · 3 years, 5 months ago
  90. cdecb76 types plugins BUGFIX duplicated function declaration by Radek Krejci · 3 years, 5 months ago
  91. 9fa9363 types plugins CHANGE replace empty's compare by a generic simple callback by Radek Krejci · 3 years, 5 months ago
  92. 37c1801 types FEATURE full ipv6-address type plugin implementation by Radek Krejci · 3 years, 5 months ago
  93. 813c02d types FEATURE add hash callback for the types plugins by Radek Krejci · 3 years, 5 months ago
  94. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  95. d4951fe doc BUGFIX remove description of non-existing parameter by Radek Krejci · 3 years, 5 months ago
  96. 55c4bd2 libyang REFACTOR small formatting issues by Radek Krejci · 3 years, 5 months ago
  97. c2b49d8 XML printer REFACTOR unify/simplify way of getting libyang context from a data node by Radek Krejci · 3 years, 5 months ago
  98. da97adf types BUGFIX correct type argument for validating string's length by Radek Krejci · 3 years, 5 months ago
  99. 995784f libyang REFACTOR rename lyd_value.canonical to lyd_value._canonical by Radek Krejci · 3 years, 5 months ago
  100. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago