- 5f5dbad context BUGFIX array OOB access by Michal Vasko · 3 years, 8 months ago
- ff8a597 context BUGFIX consolidating context after removal by Michal Vasko · 3 years, 8 months ago
- da46366 yang parser BUGFIX config inherit after deviation by Michal Vasko · 3 years, 8 months ago
- 298b30e common FEATURE add a hard limit for recursion by Michal Vasko · 3 years, 9 months ago
- d4c9fbb resolve BUGFIX memory leak by Michal Vasko · 3 years, 9 months ago
- a3917d9 yin parser BUGFIX invalid memory access by Michal Vasko · 3 years, 9 months ago
- 5ce3080 schema tree BUGFIX freeing nodes with no module set by Michal Vasko · 3 years, 9 months ago
- 59a0bff plugins BUGFIX handle empty revision correctly by Michal Vasko · 3 years, 9 months ago
- 5b80645 resolve BUGFIX must validation raises 2 errors if there is a error-message defined in it by fanchanghu · 3 years, 9 months ago
- 7ae5c7d yang parser BUGFIX inheriting the "config" value by aPiecek · 3 years, 9 months ago
- 70bf93f parser BUGFIX use schema node for logging by Michal Vasko · 3 years, 9 months ago
- 7a1c4f0 data tree BUGFIX avoid NULL pointer dereference by Michal Vasko · 3 years, 9 months ago
- 0c9ecc2 data tree BUGFIX endless loop when inserting leaf and NP container by fanchanghu · 3 years, 10 months ago
- 7cdd4f7 schema tree BUGFIX nodes name collision detection by Radek Krejci · 3 years, 9 months ago
- 805729f validation REFACTOR make node order check optional by Michal Vasko · 3 years, 9 months ago
- d4f6511 validation BUGFIX allow duplicate leaf-list instances by Michal Vasko · 3 years, 9 months ago
- b411ac9 data tree BUGFIX store value when canonizing it by Michal Vasko · 3 years, 10 months ago
- 9b21623 XML parser BUGFIX typo in allowed values for XML NameChar by Radek Krejci · 3 years, 10 months ago
- 7e462e2 json parser BUGFIX detect key duplicities by Michal Vasko · 3 years, 10 months ago
- 5dac9d1 data tree BUGFIX avoid memcpy with NULL by Michal Vasko · 3 years, 10 months ago
- 23bbb3b resolve BUGFIX fix cast warning by Michal Vasko · 3 years, 10 months ago
- 3495403 resolve BUGFIX avoid variable overflow by Michal Vasko · 3 years, 10 months ago
- 8231740 data tree MEIANTENANCE avoid using alias if possible by Michal Vasko · 3 years, 10 months ago
- 57197ad libyang BUGFIX various errors reported by UBSAN (#1379) by Jan Kundrát · 3 years, 10 months ago
- 262cb7c parser BUGFIX check follow-up bytes of utf-8 charactor by fanchanghu · 3 years, 10 months ago
- a68649e printer json BUGFIX specific cases invalid print (#1369) by Fred Gan · 3 years, 10 months ago
- 10bafbb json parser BUGFIX validate JSON value types with YANG types by Michal Vasko · 3 years, 10 months ago
- 78c7cbf xml BUGFIX handle no xml data by Michal Vasko · 3 years, 10 months ago
- 5a557a0 data tree BUGFIX allow parsing empty data by Michal Vasko · 3 years, 10 months ago
- 6f2b12a xml printer BUGFIX print namespace of custom attribute in netconf filter by fanchanghu · 3 years, 10 months ago
- dd54b2e xml parser BUGFIX memory leak by Michal Vasko · 3 years, 10 months ago
- fb4152e extension plugins FEATURE allow extension instance to be skipped. by fanchanghu · 3 years, 10 months ago
- e3c8dd8 explicitly set tmp to empty string to avoid buffer overflow of strlen if tmp happens to contain non-zero garbage by Gerolf Wendland · 3 years, 10 months ago
- 90e4881 data tree FEATURE hash-based path data search (#1346) by vishaldhingra · 3 years, 10 months ago
- fea67de xpath BUGFIX prevent debug buffer overflow (#1301) by tmtom · 3 years, 10 months ago
- 4e36002 resolve FEATURE flag for printing multiple validation errors (#1341) by fanchanghu · 3 years, 10 months ago
- 2b8006e parser BUGFIX use after free (#1328) by uncle-yohu · 3 years, 11 months ago
- 1fbb626 json parser BUGFIX handle no notif/rpc parsed by Michal Vasko · 3 years, 11 months ago
- b930b0b yin parser BUGFIX avoid calling calloc with size 0 by Michal Vasko · 3 years, 11 months ago
- ef644d2 validation BUGFIX when in data parents of an operation by Michal Vasko · 4 years ago
- 41dfa32 parser yang BUGFIX max elements check of unbounded by Michal Vasko · 4 years ago
- 0decd2e libyang MAINTENANCE false positive compiler warnings by Michal Vasko · 4 years ago
- 5d2ff49 parser BUGFIX enable UTF8 support for pcre patterns by Michal Vasko · 4 years ago
- 743fe14 parser BUGFIX missing Specials pattern character class by Michal Vasko · 4 years ago
- c4a6e75 xpath BUGFIX comparisons on empty sets are really always false by Michal Vasko · 4 years ago
- e8c3e78 xpath OPTIMIZE minor optimizations (#1273) by jvportal · 4 years ago
- 2be3d2c parser BUGFIX option LYD_OPT_NOTIF_FILTER should parse notifications (#1290) by Fred Gan · 4 years ago
- 1b4d4ea xml BUGFIX invalid pointer access by Michal Vasko · 4 years ago
- 7b339f3 Fix error for printing json schema for augmented node by euikook · 4 years ago
- 2ac5bb5 Don't correct DST when parsing dates by Václav Kubernát · 4 years, 1 month ago
- 1705a62 json BUGFIX predicate values with encoded characters (#1254) by olderma · 4 years, 1 month ago
- 5b0066d json BUGFIX handling of values with encoded characters (#1253) by olderma · 4 years, 1 month ago
- a6b7680 hash table BUGFIX when duplicating copy all relevant members by Michal Vasko · 4 years, 1 month ago
- e66cee6 hash table OPTIMIZE rehash on too many invalid records (#1250) by shuailily0108 · 4 years, 1 month ago
- a40405d parser BUGFIX when checking date, use local timezone by Michal Vasko · 4 years, 1 month ago
- 634dab9 json parser BUGFIX set lealfist attr index for every loop (#1237) by zhuxiaoyun138159 · 4 years, 1 month ago
- cca5282 xpath BUGFIX cur module may not match the module of cur node by Michal Vasko · 4 years, 1 month ago
- 7eae3fe extensions MAINTENANCE remove executable flag from yangdata.c (#1227) by Heiko Thiery · 4 years, 2 months ago
- a01e6de xpath FEATURE increase xpath node limit to uint32 by Michal Vasko · 4 years, 2 months ago
- d9e746a xpath CHANGE local module for checking xpath expr by Michal Vasko · 4 years, 2 months ago
- 12e00f7 data tree BUGFIX handle submodules in lyd_new_* by Michal Vasko · 4 years, 2 months ago
- 965550b printer BUGFIX memory leak by Michal Vasko · 4 years, 2 months ago
- b822c62 json parser BUGFIX parsing anydata with quotes (#1209) by olderma · 4 years, 2 months ago
- e80b74e xml BUGFIX attr value content must be escaped (#1208) by olderma · 4 years, 2 months ago
- 0873ff5 xpath BUGFIX use correct local module for value checks by Michal Vasko · 4 years, 2 months ago
- 5bc64f5 parser BUGFIX do not check if-features for default values by Michal Vasko · 4 years, 2 months ago
- 83cea22 libyang MAINTENANCE unify failed if-feature check messages by Michal Vasko · 4 years, 2 months ago
- dd3e80f xpath BUGFIX skip if-feature check in schema xpath checks by Michal Vasko · 4 years, 2 months ago
- 629f238 data tree CHANGE cleaning a set should also free its content by Michal Vasko · 4 years, 2 months ago
- 8dfaf7c resolve BUGFIX do not check if-feature of default identities by Michal Vasko · 4 years, 2 months ago
- 9ea2afb doc UPDATE attribute merge clarification by Michal Vasko · 4 years, 2 months ago
- aa6dc43 schema tree BUGFIX avoid NULL params for memmove by Michal Vasko · 4 years, 3 months ago
- dfbe691 data tree BUGFIX NULL params for memcpy (#1191) by Václav Kubernát · 4 years, 3 months ago
- 77fe24a parser BUGFIX memory leak in leafref parsing by Michal Vasko · 4 years, 3 months ago
- a690d91 xml BUGFIX handle more prefixes by Michal Vasko · 4 years, 3 months ago
- e46a11c data tree CHANGE do not check yang:key value prefixes by Michal Vasko · 4 years, 3 months ago
- a29ff54 data tree FEATURE allow module name prefixes for keys by Michal Vasko · 4 years, 3 months ago
- bddd3d7 xml BUGFIX memory leak by Michal Vasko · 4 years, 3 months ago
- cab70b1 resolve BUGFIX implement all modules in unres data by Michal Vasko · 4 years, 3 months ago
- dc93b4a yang parser BUGFIX macro invalid increment (#1159) by mekleo · 4 years, 4 months ago
- 01311f3 data tree BUGFIX make only dummy nodes with unknown value type by Michal Vasko · 4 years, 4 months ago
- 6130b11 resolve BUGFIX implement modules after augments by Michal Vasko · 4 years, 5 months ago
- 53d7689 parser xml BUGFIX action namespace check (#1133) by Fred Gan · 4 years, 5 months ago
- c86327a xml BUGFIX copy also ns referenced from content by Michal Vasko · 4 years, 5 months ago
- 0d9cbd7 schema tree FEATURE force feature change functions by Michal Vasko · 4 years, 5 months ago
- c340b3d data tree BUGFIX hash canonical values for leaves by Michal Vasko · 4 years, 5 months ago
- b42e0bd schema BUGFIX making module implemented by augment's leafrefs by Radek Krejci · 4 years, 5 months ago
- ff68cef xml printer BUGFIX special printing of edit-config key attribute by Michal Vasko · 4 years, 6 months ago
- b5bf9bb json printer BUGFIX always honor LYP_WITHSIBLINGS by Michal Vasko · 4 years, 6 months ago
- a619805 printer BUGFIX do not consider NP state containers by Michal Vasko · 4 years, 6 months ago
- 4d886c4 schema tree BUGFIX postpone keyless list check after refines by Michal Vasko · 4 years, 6 months ago
- c10ace2 data tree BUGFIX handle augments correctly by Michal Vasko · 4 years, 6 months ago
- bc14b0f hash table BUGFIX even shrink the dictionary with a special callback by Michal Vasko · 4 years, 6 months ago
- 4042de2 build FEATURE compiling on older systems (#1091) by Martin Winter · 4 years, 6 months ago
- c831064 schema tree FETAURE function for getting data path format string pattern by Michal Vasko · 4 years, 6 months ago
- baa7efd printer FEATURE function to check if a node should be printed by Michal Vasko · 4 years, 6 months ago
- f7258d6 common BUGFIX change log level var by Michal Vasko · 4 years, 6 months ago
- 2a33c21 resolve BUGFIX local module for leafrefs in typedefs by Michal Vasko · 4 years, 7 months ago
- d439b2a parser CHANGE allow require-instance property change in derived types by Michal Vasko · 4 years, 7 months ago
- 159d5e6 common BUGFIX do not free generated ns/prefixes on recursive fail by Michal Vasko · 4 years, 7 months ago