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