- f8b9517 data MAINTENANCE add missing description of lyd_dup_recursive() by Radek Krejci · 4 years, 6 months ago
- 25dc343 data BUGFIX set correct return code in lyd_dup_recursive() by Radek Krejci · 4 years, 6 months ago
- a4614e6 logger BUGFIX passing error information from an extension plugin by Radek Krejci · 4 years, 6 months ago
- 84c9f1b data tree OPTIMIZE use hashes if possible in lyd_target by Michal Vasko · 4 years, 6 months ago
- c4fa029 strict aliasing of sized arrays (#1086) by Radek Krejci · 4 years, 6 months ago
- ab6b8ed build CHANGE get nicer stack traces from ASan by Radek Krejci · 4 years, 6 months ago
- e587509 fuzzing BUGFIX using internal functions in tests by Radek Krejci · 4 years, 6 months ago
- 6a12b4b data tree REFACTOR lyd_target function by Michal Vasko · 4 years, 6 months ago
- 1c54f46 schema compile BUGFIX handling errors when compiling data node by Radek Krejci · 4 years, 6 months ago
- 90b148f data types BUGFIX resolving derived boolean/empty types by Radek Krejci · 4 years, 6 months ago
- dae0ee8 data CHANGE remove const from return type of lyd_node_children() by Radek Krejci · 4 years, 6 months ago
- 413c7f2 data tree BUGFIX support unlinking opaque nodes by Michal Vasko · 4 years, 6 months ago
- 7c7783d schema compile BUGFIX applying augments only with uses statemtns by Radek Krejci · 4 years, 7 months ago
- 613bc03 types BUGFIX compiling default value in case of invalid or incomplete path by Radek Krejci · 4 years, 7 months ago
- cb7526d validation NEW rpc-reply validation by Michal Vasko · 4 years, 7 months ago
- 1ce933a parser xml NEW rpc-reply parsing by Michal Vasko · 4 years, 7 months ago
- fea12c6 validation NEW rpc/action/notification validation by Michal Vasko · 4 years, 7 months ago
- a8c6172 validation CHANGE always consider opaque nodes invalid by Michal Vasko · 4 years, 7 months ago
- cc048b2 validation NEW must evaluation by Michal Vasko · 4 years, 7 months ago
- a8edff0 parser xml NEW notification parsing by Michal Vasko · 4 years, 7 months ago
- 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 7 months ago
- b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 8 months ago
- 89761cc Merge pull request #1035 from sartura/libyang2-fuzz-harness-rewrite by Michal Vasko · 4 years, 8 months ago
- 0e57bce data tree CHNAGE remove static assert because of OSX by Michal Vasko · 4 years, 8 months ago
- 260407e fuzzing NEW refactor harness to enable LLVM LibFuzzer and more granular fuzzing by Juraj Vijtiuk · 4 years, 8 months ago
- 44685da xml parser NEW opaque parsing of invalid values/lists by Michal Vasko · 4 years, 8 months ago
- 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 8 months ago
- 9f96a05 data tree CHANGE lyd_attr -> lyd_meta by Michal Vasko · 4 years, 8 months ago
- e75ecfd validation NEW obsolete data checking by Michal Vasko · 4 years, 8 months ago
- 5b37a35 validation NEW state data checking by Michal Vasko · 4 years, 8 months ago
- c193ce9 validation NEW if-feature validation by Michal Vasko · 4 years, 8 months ago
- 2104e9f xpath BUGFIX handle both set node types by Michal Vasko · 4 years, 8 months ago
- 0249f7c data tree CHANGE insert updates by Michal Vasko · 4 years, 8 months ago
- b1b5c26 validation CHANGE validation tasks order fixes by Michal Vasko · 4 years, 8 months ago
- f03ed03 validation NEW duplicate instances by Michal Vasko · 4 years, 8 months ago
- 06ce5d3 Merge pull request #1025 from jvijtiuk/libyang2-lysc-ext-instance-free-bugfix by Michal Vasko · 4 years, 8 months ago
- 4a19ab0 tree schema BUGFIX check for NULL extension definition before free by Juraj Vijtiuk · 4 years, 8 months ago
- 013a818 data tree NEW api functions for creating nodes by Michal Vasko · 4 years, 8 months ago
- 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 8 months ago
- 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 8 months ago
- 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 8 months ago
- 9b368d3 validation NEW default values creation by Michal Vasko · 4 years, 9 months ago
- 90932a9 parser xml CHANGE non-xml specific functions made separate by Michal Vasko · 4 years, 9 months ago
- e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 9 months ago
- 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 9 months ago
- acd83e7 validation NEW minmax checking by Michal Vasko · 4 years, 9 months ago
- a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 10 months ago
- 6a044b2 compiled schema BUGFIX proper default freeing on type error by Michal Vasko · 4 years, 10 months ago
- b83af8a parser BUGFIX inout statemets cannot be defined empty by Michal Vasko · 4 years, 10 months ago
- 42e497c xpath BUGFIX invalid pointer dereference by Michal Vasko · 4 years, 10 months ago
- 3f27c52 xpath BUGFIX null dereference by Michal Vasko · 4 years, 10 months ago
- 88a163b schema helpers BUGFIX find own module if own prefix is used by Michal Vasko · 4 years, 11 months ago
- b541af0 compiled schema BUGFIX assign extension definition module by Michal Vasko · 4 years, 11 months ago
- 294b76d schema BUGFIX return value check by Michal Vasko · 5 years ago
- 2947ce1 compiled schema BUGFIX recursive error cleanup by Michal Vasko · 5 years ago
- ec4df48 xpath BUGFIX missing removal of processed nodes from schema set by Michal Vasko · 5 years ago
- ba71654 xpath BUGFIX copying initial context node by Michal Vasko · 5 years ago
- 0cbf54f xpath CHANGE refactor schema warnings by Michal Vasko · 5 years ago
- f6e5188 log BUGFIX lysc log path was not working by Michal Vasko · 5 years ago
- 239abcd Merge pull request #973 from jvijtiuk/empty-leafref-path-fix by Michal Vasko · 5 years ago
- bd0f2a6 compiled schema BUGFIX when validating empty leafref path by Juraj Vijtiuk · 5 years ago
- 9d6befd xpath BUGFIX adding node hash that is not yet in set by Michal Vasko · 5 years ago
- 588112f xpath BUGFIX copy root_type to all sets by Michal Vasko · 5 years ago
- 509de4d xpath BUGFIX traverse only implemented modules by Michal Vasko · 5 years ago
- 2ff7efe compiled BUGFIX do not access when on nodes without it by Michal Vasko · 5 years ago
- 34fd347 Merge pull request #960 from jvijtiuk/libyang2-fix-moveto_resolve_model-null-dereference by Michal Vasko · 5 years ago
- d75faa6 yang parser BUGFIX null dereference in moveto_resolve_model by Juraj Vijtiuk · 5 years ago
- 90edde4 yang parser BUGFIX traling whitespace counter by Michal Vasko · 5 years ago
- d2010a9 Merge pull request #944 from jvijtiuk/libyang2-static-build-fix by Michal Vasko · 5 years ago
- dd53e66 Fix static build issues caused by yangobj set_target_properties call. by Juraj Vijtiuk · 5 years ago
- cde73ac validation NEW when validation by Michal Vasko · 5 years ago
- ac6c72f xpath BUGFIX negated strcmp result by Michal Vasko · 5 years ago
- 79bebfd xpath BUGFIX wrong var reused by Michal Vasko · 5 years ago
- a142454 xpath NEW when evaluation checking by Michal Vasko · 5 years ago
- 2caefc1 xpath BUGFIX use new node type instead NULL for free nodes by Michal Vasko · 5 years ago
- 251f56e compiled schema BUGFIX wrong var reused by Michal Vasko · 5 years ago
- 82a8343 parsed schema CHANGE make augment node compatible by Michal Vasko · 5 years ago
- 5c4e589 compiled schema NEW when dummy node check by Michal Vasko · 5 years ago
- ecd62de schema tree NEW when cyclic ref check by Michal Vasko · 5 years ago
- 5d8756a compiled schema CHANGE must schema checking by Michal Vasko · 5 years ago
- cafad9d xpath BUGFIX output schema traversing by Michal Vasko · 5 years ago
- dd878e2 compiled schema TEST when obsolete status test by Michal Vasko · 5 years ago
- 465a0e1 xpath BUGFIX do not select non-matching nodes by Michal Vasko · 5 years ago
- dc052f3 compiled schema BUGFIX generate path only once by Michal Vasko · 5 years ago
- d0aa1a8 xpath DOC updated descriptions by Michal Vasko · 5 years ago
- 175012e compiled schema NEW when conditions checking by Michal Vasko · 5 years ago
- 5e0e6eb xpath CHANGE root handling refactored by Michal Vasko · 5 years ago
- dc779a8 common CHANGE macro support for checking 4 arguments by Michal Vasko · 5 years ago
- ed94a29 log CHANGE internal logging options not needed by Michal Vasko · 5 years ago
- d944bdc libyang2: yin printer NEW printer of the parsed schemas into YIN format (#919) by FredGan · 5 years ago
- ebc5057 tree schema BUGFIX unknown extension instance free coredump by fredgan · 5 years ago
- 78f0682 context CHANGE avoid error messages when searching for latest revision import by Radek Krejci · 5 years ago
- ff13cd1 YANG parser BUGFIX parsing double-quoted strings by Radek Krejci · 5 years ago
- d49fe11 YANG parser BUGFIX reading escaped characters in quoted strings by fredgan · 5 years ago
- 2b11ddb YANG printer BUGFIX printing parsed deviation structures by fredgan · 5 years ago
- cd485b8 schema parsers BUGFIX provide necessary information when parsing submodule by fredgan · 5 years ago
- d58187f doc CHANGE add link to the future plans announcement issue by Radek Krejci · 5 years ago
- be2e356 xpath BUGFIX number of concat func params by Michal Vasko · 5 years ago
- ae9e4cb xpath CHANGE deref() support for schema leafref by Michal Vasko · 5 years ago
- 2d61e16 schema BUGFIX ext leafref path detection by Michal Vasko · 5 years ago