1. 2a4ab2b data tree FEATURE optional use of any value by Michal Vasko · 3 years, 7 months ago
  2. de0ec75 data tree FEATURE macro for opaque node value by Michal Vasko · 3 years, 7 months ago
  3. 0ab974d data tree FEATURE allow setting opaque node prefix by Michal Vasko · 3 years, 7 months ago
  4. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  5. 1d4af6c data tree FEATURE helpers for opaque nodes by Michal Vasko · 3 years, 7 months ago
  6. 8d65f85 data tree FEATURE creating XML opaque nodes and attributes by Michal Vasko · 3 years, 7 months ago
  7. 5358742 data tree FORMAT line wrap by Michal Vasko · 3 years, 8 months ago
  8. a820c31 data tree FEATURE function getting string from anydata by Michal Vasko · 3 years, 8 months ago
  9. 6741dc6 data tree FEATURE lyd_new_path state list support by Michal Vasko · 3 years, 8 months ago
  10. 5961897 data tree REFACTOR inline access functions, cleanup includes by Christian Hopps · 3 years, 8 months ago
  11. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  12. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  13. 257bdcf doc BUGFIX mention lyd_find_path complexity and add into transition man by Michal Vasko · 3 years, 8 months ago
  14. 3e1f655 data tree FEATURE lyd_find_path function by Michal Vasko · 3 years, 8 months ago
  15. 90cdd76 doc BUGFIX improve lyd_new_path2 value param type description by Michal Vasko · 3 years, 8 months ago
  16. 635d2b8 data tree CHANGE to clarify purpose, rename data path types by Radek Krejci · 3 years, 9 months ago
  17. ec9ad60 docs MAINTENANCE remove reference of the internal function by Radek Krejci · 3 years, 9 months ago
  18. b6d9139 data tree FEATURE always enable data priv pointers by Michal Vasko · 3 years, 9 months ago
  19. 630d989 data tree FEATURE implicit output flag by Michal Vasko · 3 years, 10 months ago
  20. 2552ea3 data tree REFACTOR remove support for NETCONF op encoding by Michal Vasko · 3 years, 10 months ago
  21. 493900b data tree BUGFIX remove non-existing function lyd_new_path_any by Michal Vasko · 3 years, 10 months ago
  22. 4bc2ce3 data tree CHANGE do not allow changing order of several instances by Michal Vasko · 3 years, 10 months ago
  23. 219006c data tree BUGFIX remove const from used value by Michal Vasko · 3 years, 10 months ago
  24. d3bb12f data tree BUGFIX keep first sibling pointer correct by Michal Vasko · 3 years, 10 months ago
  25. 3488ada data tree FEATURE do not add implicit nodes with false when by Michal Vasko · 3 years, 10 months ago
  26. e2af841 diff FEATURE distinguish added subtree in callback by Michal Vasko · 3 years, 10 months ago
  27. fcdf301 data tree DOC mention lyd_owner_module works with opaque nodes by Michal Vasko · 3 years, 10 months ago
  28. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  29. 2f51094 data tree DOC lyd_merge examples by Michal Vasko · 3 years, 10 months ago
  30. ad92b67 data tree REFACTOR opaq name and its module information structure by Michal Vasko · 3 years, 10 months ago
  31. 501af03 data tree REFACTOR adjust opaque node and attr members by Michal Vasko · 3 years, 10 months ago
  32. ba69670 data tree FEATURE lyd_new_meta2 function by Michal Vasko · 3 years, 10 months ago
  33. 6b5cb2a data tree REFACTOR unify value prefix storing by Michal Vasko · 3 years, 10 months ago
  34. c0e58e8 diff FEATURE diff merge defaults flag by Michal Vasko · 3 years, 11 months ago
  35. 871a025 data tree CHANGE preserve default flags in diff nodes by Michal Vasko · 3 years, 11 months ago
  36. 8207e7e data tree FEATURE lyd_has_when function by Michal Vasko · 3 years, 11 months ago
  37. 104fe96 tree data DOC warn about previous siblings for lyd_new_path by Michal Vasko · 3 years, 11 months ago
  38. 6ae16d6 tree data FORMAT formatting by Michal Vasko · 3 years, 11 months ago
  39. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  40. fba9c62 doc FEATURE transition manual by Radek Krejci · 3 years, 11 months ago
  41. 4233f9b data FEATURE add lyd_first_sibling() function by Radek Krejci · 3 years, 11 months ago
  42. ca98914 data FEATURE add lyd_list_pos() function by Radek Krejci · 3 years, 11 months ago
  43. 41ac994 data REFACTOR add possibility to create new nodes inside RPC's output by Radek Krejci · 3 years, 11 months ago
  44. 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 1 month ago
  45. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  46. c979558 plugins types FEATURE resolved schema prefix format by Michal Vasko · 4 years ago
  47. 092e33c data tree CHANGE rename pathoptions by Radek Krejci · 4 years ago
  48. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  49. feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years ago
  50. 1961125 data tree CHANGE provide lyd_is_default() by Radek Krejci · 4 years ago
  51. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  52. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  53. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  54. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  55. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  56. 64246d8 headers FORMATTING exclude unsupported defines by Michal Vasko · 4 years, 1 month ago
  57. b7be7a8 libyang REFACTOR unify lyd_node macros by Michal Vasko · 4 years, 1 month ago
  58. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  59. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  60. 5536d28 data FEATURE printer for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  61. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  62. bd755db data tree FEATURE macros for common generic pointers by Michal Vasko · 4 years, 1 month ago
  63. a276cd9 data tree FEATURE children iterator by Michal Vasko · 4 years, 1 month ago
  64. 56daf73 data tree REFACTOR data DFS should match schema DFS by Michal Vasko · 4 years, 1 month ago
  65. 04f8591 diff FEATURE function for 2 subtree diff merge by Michal Vasko · 4 years, 2 months ago
  66. 44b19a1 data tree FEATURE no_config new_implicit flag by Michal Vasko · 4 years, 2 months ago
  67. a6669ba data tree FEATURE lyd_new_implicit* functions by Michal Vasko · 4 years, 2 months ago
  68. fb737aa data tree CHANGE switch diff merge parameters by Michal Vasko · 4 years, 2 months ago
  69. c000427 data tree FEATURE anydata copy function made public by Michal Vasko · 4 years, 2 months ago
  70. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  71. f937cfe data tree REFCTOR move prefix callbacks to plugins types by Michal Vasko · 4 years, 2 months ago
  72. 3701af5 data tree FEATURE optional realtype of validated value by Michal Vasko · 4 years, 2 months ago
  73. 790b2bc data tree FEATURE path format with no ending predicate by Michal Vasko · 4 years, 2 months ago
  74. 8f359bf data tree REFACTOR lyd_compare suffix variations by Michal Vasko · 4 years, 2 months ago
  75. 4c583e8 tree REFACTOR basic adjustments based on new strict ordering by Michal Vasko · 4 years, 2 months ago
  76. b104f11 data tree FEATURE schema-ordering of data by Michal Vasko · 4 years, 2 months ago
  77. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  78. da85903 data tree BUGFIX change how hash matching is performed by Michal Vasko · 4 years, 2 months ago
  79. 4231fb6 data tree FEATURE function for diff reverse by Michal Vasko · 4 years, 2 months ago
  80. 4158635 data tree FEATURE function for changing metadata value by Michal Vasko · 4 years, 2 months ago
  81. e6323f6 diff FEATURE merge diff by Michal Vasko · 4 years, 3 months ago
  82. 25a3282 data tree FEATURE dup and find for metadata by Michal Vasko · 4 years, 3 months ago
  83. b3ddccb data tree BUGFIX use ENOT for false compare by Michal Vasko · 4 years, 3 months ago
  84. 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 3 months ago
  85. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  86. 2172574 data tree FEATURE function for metadata comparison by Michal Vasko · 4 years, 3 months ago
  87. e893ddd data tree FEATURE functions for creating and applying diff by Michal Vasko · 4 years, 3 months ago
  88. a29a576 data tree REFACTOR rename attr to meta by Michal Vasko · 4 years, 3 months ago
  89. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  90. 4490d31 data tree FEATURE lyd_merge() implemented by Michal Vasko · 4 years, 3 months ago
  91. f6df0a0 data tree FEATURE implement LYD_DUP_WITH_FLAGS by Michal Vasko · 4 years, 3 months ago
  92. a8f9eb3 data tree BUGFIX lyd_new_path return value by Michal Vasko · 4 years, 3 months ago
  93. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  94. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  95. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  96. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  97. d86997b tree data FEATURE lyd_new_meta function by Michal Vasko · 4 years, 4 months ago
  98. 61ac2f6 xpath BUGFIX special top-level paths by Michal Vasko · 4 years, 4 months ago
  99. 19a3060 doc FEATURE mention special xpath constant search requirements by Michal Vasko · 4 years, 4 months ago
  100. 2ff0d57 doc BUGFIX trees information organization by Radek Krejci · 4 years, 4 months ago print_info