- bb22b18 data tree FEATURE function for finding inst-id target by Michal Vasko · 3 years, 5 months ago
- 9e54340 data tree BUGFIX avoid accessing invalid pointers by Michal Vasko · 3 years, 5 months ago
- 74515d0 data tree DOC binary value members clarification by Michal Vasko · 3 years, 5 months ago
- 5df1de7 data tree DOC mention binary value size units by Michal Vasko · 3 years, 5 months ago
- 807557c tree data DOC wrong parameter name by Michal Vasko · 3 years, 6 months ago
- c515a2b data tree DOC clarify date-and-time timezone by Michal Vasko · 3 years, 6 months ago
- 43297a0 data tree FEATURE public functions for working with date-and-time by Michal Vasko · 3 years, 6 months ago
- 2b421d9 plugins types FEATURE make useful value structures public by Michal Vasko · 3 years, 6 months ago
- c84c996 data tree DOC typo by Michal Vasko · 3 years, 6 months ago
- cd3f617 data tree FEATURE data merge with callback by Michal Vasko · 3 years, 6 months ago
- d0c3bac data tree OPTIMIZE reorder members to save memory by Michal Vasko · 3 years, 6 months ago
- aa0ee62 plugins types FEATURE fixed size values by Michal Vasko · 3 years, 6 months ago
- 3ce7971 plugins types FEATURE union LYB value support by Michal Vasko · 3 years, 6 months ago
- f1bcb5c data tree DOC minor clarification by Michal Vasko · 3 years, 6 months ago
- 2724b92 plugins types FEATURE bits LYB value support by Michal Vasko · 3 years, 6 months ago
- 495f450 plugins types FEATURE binary LYB value support by Michal Vasko · 3 years, 6 months ago
- 3387602 tree DOC minor improvements by Michal Vasko · 3 years, 6 months ago
- 46bd21b data tree REFACTOR add canonical getter for lyd_value by Christian Hopps · 3 years, 6 months ago
- 352f754 LYB data DOC specific description of data stored in LYB format by Radek Krejci · 3 years, 6 months ago
- 09c7744 libyang CHANGE reflect recent changes in data manipulation functions by Radek Krejci · 3 years, 6 months ago
- f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 6 months ago
- 55c4bd2 libyang REFACTOR small formatting issues by Radek Krejci · 3 years, 7 months ago
- 995784f libyang REFACTOR rename lyd_value.canonical to lyd_value._canonical by Radek Krejci · 3 years, 7 months ago
- 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 7 months ago
- 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 7 months ago
- 61213e0 tree data BUGFIX move defn of named union/struct out of struct by Christian Hopps · 3 years, 7 months ago
- 745d6f6 data tree DOC document metadata merge behavior by Michal Vasko · 3 years, 7 months ago
- 65591ab data tree DOC improve lyd_new_path description by Michal Vasko · 3 years, 7 months ago
- e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 7 months ago
- aebbce0 data tree REFACTOR remove lys_value_validate by Michal Vasko · 3 years, 7 months ago
- 7510412 plugins DOC updated documentation including transition manual and howtos by Radek Krejci · 3 years, 7 months ago
- 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 7 months ago
- 95ccd1b data FEATURE add lyd_new_ext_path() by Radek Krejci · 3 years, 8 months ago
- 0b963da data FEATURE add lyd_new_ext_any() by Radek Krejci · 3 years, 8 months ago
- 8247bae data FEATURE add lyd_new_ext_list() by Radek Krejci · 3 years, 8 months ago
- dd2a766 data FEATURE add lyd_new_ext_inner() by Radek Krejci · 3 years, 8 months ago
- 8a5afc2 data FEATURE add lyd_new_ext_term() by Radek Krejci · 3 years, 8 months ago
- 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 8 months ago
- a98dcba data tree DOC added a note about diff and defaults behavior by Michal Vasko · 3 years, 8 months ago
- ff85781 data tree DOC minor improvements by Michal Vasko · 3 years, 8 months ago
- d5e6744 data tree FEATURE allow lyd_new_path to create any nodes by Michal Vasko · 3 years, 8 months ago
- 2a4ab2b data tree FEATURE optional use of any value by Michal Vasko · 3 years, 8 months ago
- 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