1. 39eb688 tree data BUGFIX minor improvements by Michal Vasko · 3 years ago
  2. 29d674b tree data DOC added missing doxygen by Michal Vasko · 3 years, 1 month ago
  3. 67177e5 tree data OPTIMIZE recursive dup nodes inserted in order by Michal Vasko · 3 years, 1 month ago
  4. 7e8315b data tree FEATURE option to merge with the same flags by Michal Vasko · 3 years, 2 months ago
  5. e137fc4 xml FEATURE support for special xml attr prefix by Michal Vasko · 3 years, 2 months ago
  6. 66d508c tree data FEATURE function for unlinking siblings by Michal Vasko · 3 years, 2 months ago
  7. 9da78cf data tree UPDATE parse unknown op nodes as opaque by Michal Vasko · 3 years, 2 months ago
  8. 8bd9cc7 tree data BUGFIX uniinitialized variable by Michal Vasko · 3 years, 2 months ago
  9. c9eb3ca data tree FEATURE function for simple evaluation of xpath by Michal Vasko · 3 years, 2 months ago
  10. 6ee6f43 parser FEATURE support for faster ordered parsing by Michal Vasko · 3 years, 2 months ago
  11. 3a70862 data tree OPTIMIZE minor optimization by Michal Vasko · 3 years, 2 months ago
  12. a2756f0 data tree BUGFIX opaque parent handling by Michal Vasko · 3 years, 3 months ago
  13. a918a63 data tree BUGFIX creating keys clarification by Michal Vasko · 3 years, 3 months ago
  14. 9cf6242 data tree FEATURE duplicating attributes of opaque nodes by Michal Vasko · 3 years, 3 months ago
  15. b0534f9 data tree REFACTOR formatting by Michal Vasko · 3 years, 3 months ago
  16. 208e6d6 data tree FEATURE creating lists with binary/canon values by Michal Vasko · 3 years, 3 months ago
  17. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  18. 2a3722d data tree BUGFIX do not free static data by Michal Vasko · 3 years, 3 months ago
  19. bb22b18 data tree FEATURE function for finding inst-id target by Michal Vasko · 3 years, 3 months ago
  20. 9e54340 data tree BUGFIX avoid accessing invalid pointers by Michal Vasko · 3 years, 3 months ago
  21. 4cd0a60 data tree BUGFIX always use dynamic value by Michal Vasko · 3 years, 4 months ago
  22. 16385f4 data tree MAINTENANCE use macro by Michal Vasko · 3 years, 4 months ago
  23. 50cc056 data tree REFACTOR reduce code duplication by Michal Vasko · 3 years, 4 months ago
  24. cd3f617 data tree FEATURE data merge with callback by Michal Vasko · 3 years, 4 months ago
  25. 2090975 data tree BUGFIX use options when duplicating parents by Michal Vasko · 3 years, 4 months ago
  26. 4204b61 libyang BUGFIX change LOGVAL to LOGVAL_ERRITEM by aPiecek · 3 years, 5 months ago
  27. 9eb821d data tree BUGFIX no prefix data expected for JSON by Michal Vasko · 3 years, 5 months ago
  28. 62ed865 data tree BUGFIX plugin store callback does not accept NULL value by Michal Vasko · 3 years, 5 months ago
  29. 09c7744 libyang CHANGE reflect recent changes in data manipulation functions by Radek Krejci · 3 years, 5 months ago
  30. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  31. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  32. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  33. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  34. f1ca0ac change MAINTENANCE move plugins sources into separate subdirectories by Radek Krejci · 3 years, 5 months ago
  35. 37c6943 data tree BUGFIX unitialized value by Michal Vasko · 3 years, 5 months ago
  36. e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 6 months ago
  37. 12a28c7 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 6 months ago
  38. d1f6c01 data tree BUGFIX temp workaround for keyless list insertions by Christian Hopps · 3 years, 6 months ago
  39. aebbce0 data tree REFACTOR remove lys_value_validate by Michal Vasko · 3 years, 6 months ago
  40. 2f63f95 tree_data CHANGE nodes in contexts by aPiecek · 3 years, 6 months ago
  41. 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 6 months ago
  42. 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 6 months ago
  43. 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 6 months ago
  44. 3e6632f plugins CHANGE redesign lists of internal extension/type plugins by Radek Krejci · 3 years, 6 months ago
  45. f4d67ea data tree BUGFIX nodes may have when in their schema parent by Michal Vasko · 3 years, 6 months ago
  46. 8919fbd data MAINTENANCE improve code readability by Radek Krejci · 3 years, 6 months ago
  47. 95ccd1b data FEATURE add lyd_new_ext_path() by Radek Krejci · 3 years, 6 months ago
  48. d5d3743 schema CHANGE support extension instance top-level in ly_path_compile() by Radek Krejci · 3 years, 6 months ago
  49. 0b963da data FEATURE add lyd_new_ext_any() by Radek Krejci · 3 years, 6 months ago
  50. 8247bae data FEATURE add lyd_new_ext_list() by Radek Krejci · 3 years, 6 months ago
  51. dd2a766 data FEATURE add lyd_new_ext_inner() by Radek Krejci · 3 years, 6 months ago
  52. 8a5afc2 data FEATURE add lyd_new_ext_term() by Radek Krejci · 3 years, 6 months ago
  53. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  54. 910d013 data MAINTENANCE silence uninitialized variable warnings by Radek Krejci · 3 years, 7 months ago
  55. c43c8ab parser BUGFIX unify unres set order by Michal Vasko · 3 years, 7 months ago
  56. 422afb1 libyang BUGFIX strictly cast lnegths to int for "%.*s" format strings by Radek Krejci · 3 years, 7 months ago
  57. d5e6744 data tree FEATURE allow lyd_new_path to create any nodes by Michal Vasko · 3 years, 7 months ago
  58. 33b4fab data tree MAINTENANCE message improved by Michal Vasko · 3 years, 7 months ago
  59. 2a4ab2b data tree FEATURE optional use of any value by Michal Vasko · 3 years, 7 months ago
  60. 07a5596 libyang MAINTENANCE code formatting by Radek Krejci · 3 years, 7 months ago
  61. 96b2de1 plugins BUGFIX fix realising dynamycally allocated value. Because in some store function is used zero copy value then all strore function have to care about relasing value (call free function) in all cases by Radek Iša · 3 years, 7 months ago
  62. f16e254 data FEATURE support extension's data parsing by Radek Krejci · 3 years, 7 months ago
  63. 1b2eef8 extension instances CHANGE access to the extension instance's substatements by Radek Krejci · 3 years, 7 months ago
  64. e16c7b7 data tree CHANGE remove implicit presence containers by Michal Vasko · 3 years, 7 months ago
  65. 4771829 data tree BUGFIX key-less list hash handling by Michal Vasko · 3 years, 7 months ago
  66. 2b5344c data tree BUGFIX do not require ctx for new meta by Michal Vasko · 3 years, 7 months ago
  67. 62524a9 hash table REFACTOR improve ht val equal cb name by Michal Vasko · 3 years, 7 months ago
  68. 0ab974d data tree FEATURE allow setting opaque node prefix by Michal Vasko · 3 years, 7 months ago
  69. 27fb026 data tree BUGFIX always set context by Michal Vasko · 3 years, 7 months ago
  70. 1d4af6c data tree FEATURE helpers for opaque nodes by Michal Vasko · 3 years, 7 months ago
  71. 1e4c68e parser data REFACTOR split NETCONF notification and reply parsing by Michal Vasko · 3 years, 7 months ago
  72. 8d65f85 data tree FEATURE creating XML opaque nodes and attributes by Michal Vasko · 3 years, 7 months ago
  73. b69b68c libyang BUGFIX minor fixes by Michal Vasko · 3 years, 7 months ago
  74. 299d5d1 data parser FEATURE allow returning the envelopes on error by Michal Vasko · 3 years, 7 months ago
  75. d74978f data tree BUGFIX avoid dead code by Michal Vasko · 3 years, 7 months ago
  76. e066574 data tree FEATURE support for NETCONF messages by Michal Vasko · 3 years, 7 months ago
  77. 6f9b426 data tree BUGFIX avoid underflow by Michal Vasko · 3 years, 8 months ago
  78. 6741dc6 data tree FEATURE lyd_new_path state list support by Michal Vasko · 3 years, 8 months ago
  79. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  80. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  81. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  82. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  83. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  84. 9386b3c plugins REFACTOR clarify plugins compare callback behavior by Michal Vasko · 3 years, 8 months ago
  85. 3e1f655 data tree FEATURE lyd_find_path function by Michal Vasko · 3 years, 8 months ago
  86. 8b77696 data tree BUGFIX error check instead of assert by Michal Vasko · 3 years, 8 months ago
  87. 35f4d77 data tree BUGFIX avoid duplicating list keys twice by Michal Vasko · 3 years, 8 months ago
  88. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  89. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  90. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  91. 635d2b8 data tree CHANGE to clarify purpose, rename data path types by Radek Krejci · 3 years, 9 months ago
  92. f4b95ba data tree BUGFIX memory leak on failure by Michal Vasko · 3 years, 10 months ago
  93. 6da1e95 data tree BUGFIX insert opaque node handling by Michal Vasko · 3 years, 10 months ago
  94. 93b1606 data tree BUGFIX insert output handling by Michal Vasko · 3 years, 10 months ago
  95. 59512fc data tree BUGFIX avoid freeing empty values by Michal Vasko · 3 years, 10 months ago
  96. c7d13e3 tree CHANGE test for NULL in LY_ARRAY_COUNT() macro by Radek Krejci · 3 years, 10 months ago
  97. 630d989 data tree FEATURE implicit output flag by Michal Vasko · 3 years, 10 months ago
  98. 2552ea3 data tree REFACTOR remove support for NETCONF op encoding by Michal Vasko · 3 years, 10 months ago
  99. 3588033 data tree FEATURE handle creating keys in lyd_new_path by Michal Vasko · 3 years, 10 months ago
  100. 4bc2ce3 data tree CHANGE do not allow changing order of several instances by Michal Vasko · 3 years, 10 months ago