- cbb473e schema parsers CHANGE check for leafref's and its target's features compatibility by Radek Krejci · 8 years ago
- 5acb548 yin parser CHANGE even grouping and augment can have notification in YANG 1.1 by Michal Vasko · 8 years ago
- ac1a52c parsers CHANGE allow non-unique leaf-lists in case of non-configuration data by Radek Krejci · 8 years ago
- d6353ed yin parser BUGFIX make leafref's require-instance allowed only in YANG 1.1 modules by Radek Krejci · 8 years ago
- b4c608c yin praser FEATURE inline notification parsing by Michal Vasko · 8 years ago
- 27fe55e all CHANGE follow conformance mechanism described in YANg 1.1 by Radek Krejci · 8 years ago
- 7de36cf yin parser CHANGE support leafrefs and empty in union by Radek Krejci · 8 years ago
- 038d5d9 yin parser BUGFIX allow type statement only in union, not in the union-derived types by Radek Krejci · 8 years ago
- 0550c85 parsers MAINTENANCE minor code optimization/clarification by Radek Krejci · 8 years ago
- 2f792db YIN parser CHANGE support choice as a choice shorthand node by Radek Krejci · 8 years ago
- b51d593 schema tree BUGFIX inherit fraction-digits information in decimal64 by Radek Krejci · 8 years ago
- 2e32282 parser yin BUGFIX default value in deviation by Pavol Vican · 8 years ago
- f0046f4 parser yin BUGFIX base in identityref by Pavol Vican · 8 years ago
- 508a50d parsers CHANGE rpc, action, notif YANG 1.1 xpath accessible tree handling by Michal Vasko · 8 years ago
- 3cb70c7 parser yin BUGFIX cannot be multiple input or output statement by Pavol Vican · 8 years ago
- 08ae53e schema tree CHANGE require-instance yin parsing for leafref by Michal Vasko · 8 years ago
- f2d4396 parser & printer CHANGE identref can have multiple bases in YANG 1.1 by Michal Vasko · 8 years ago
- 2b4f6ca Merge branch 'leaflistdefaults' into devel by Radek Krejci · 8 years ago
- 9fc5d64 parser yin BUGFIX missing set NULL after free array of patterns by Pavol Vican · 8 years ago
- 5de389c parser BUGFIX value of enum by Pavol Vican · 8 years ago
- 3e4f645 Merge branch 'devel' into leaflistdefaults by Radek Krejci · 8 years ago
- 09adcc3 parser BUGFIX devition - missing check for max and min elements by Pavol Vican · 8 years ago
- 1623c7d Merge branch 'devel' into leaflistdefaults by Radek Krejci · 8 years ago
- bf2abff all CHANGE basic support for anydata by Radek Krejci · 8 years ago
- 35aa9ea parser yin BUGFIX default statements in refine by Pavol Vican · 8 years ago
- 200bf71 yin parser CHANGE allow multiple default statements in refine by Radek Krejci · 8 years ago
- 50acb02 Merge branch 'leaflistdefaults' of https://github.com/CESNET/libyang into leaflistdefaults by Pavol Vican · 8 years ago
- 85991ec parser yin BUGFIX memoryleak in deviation by Pavol Vican · 8 years ago
- 21b2a32 yin parser BUGFIX when deviating type, we want to check defaults not only in leafs but also in leaf-lists by Radek Krejci · 8 years ago
- c13db38 schema parsers CHANGE defer grouping instantiation until all types are resolved by Radek Krejci · 8 years ago
- d5a5c28 yin parser CHANGE supposrt default statement in leaf-list by Radek Krejci · 8 years ago
- 947e034 yin parser BUGFIX copy-paste erro in processing if-features in refine by Radek Krejci · 8 years ago
- ba178ed parser yin BUGFIX wrong type of struct (lys_node_anyxml) by Pavol Vican · 8 years ago
- e00d231 schema parsers CHANGE checking for allowed place for mandatory statement by Radek Krejci · 8 years ago
- d09d1a5 schema parsers CHANGE check that all unique targets are of the same config type by Radek Krejci · 8 years ago
- 198d596 Merge branch 'identitybases' into devel by Radek Krejci · 8 years ago
- 0d23e7a yin parser CHANGE support for modifier substatement of pattern statement by Radek Krejci · 8 years ago
- 018f1f5 yin parser CHANGE support for multiple bases in identity by Radek Krejci · 8 years ago
- f1ee2e2 yin parser, validation CHANGE if-feature in identity, enum, bit by Radek Krejci · 8 years ago
- 1c5890d yin parser MAINTENANCE int variable to avoid compiler (false positive) warning by Radek Krejci · 8 years ago
- 541a45d schema parsers CHANGE improve some of validation errom messages by Radek Krejci · 8 years ago
- 69794c6 yin parser BUGFIX dereferencing NULL pointer by Radek Krejci · 8 years ago
- e663e01 yin parser FEATURE in YANG 1.1 support enumeration and bits restrictions by Radek Krejci · 8 years ago
- 363bd4a yin parser CHANGE allow if-feature statement in refine by Radek Krejci · 8 years ago
- 042c9f2 Merge branch 'global_imports' into devel by Radek Krejci · 8 years ago
- 1a31efe yin parser CHANGE unify checking for yang-version in case of YANG 1.1 statements by Radek Krejci · 8 years ago
- 1933280 yin parser CHANGE support for must statement in notification and input/output by Radek Krejci · 8 years ago
- 89563fc parser CHANGE do not publish imports to other modules by Michal Vasko · 8 years ago
- 8bfe381 yin parser & printers FEATURE import/include dsc, ref substatements by Michal Vasko · 8 years ago
- c79c6b1 schema parsers CHANGE add check for feature's circular dependencies by Radek Krejci · 8 years ago
- bb17485 parsers BUGFIX do not allow action in YANG 1.0 by Michal Vasko · 8 years ago
- 97b32be parsers BUGFIX do not allow extended if-feature in YANG 1.0 by Michal Vasko · 8 years ago
- 5d63140 Merge branch 'master' into devel by Michal Vasko · 8 years ago
- 478c465 resolve BUGFIX checking default values in derived types by Michal Vasko · 8 years ago
- eac0818 yin parser BUGFIX clear union properly after fail by Michal Vasko · 8 years ago
- 3767fb2 unres MAINTENANCE unres_schema_add_ return values by Michal Vasko · 8 years ago
- 3a5501d schema parsers BUGFIX resolving leafref's path by Radek Krejci · 8 years ago
- 742be35 schema parser BUGFIX keep leaf-ref information (path, link) even in derived types by Radek Krejci · 8 years ago
- 71d5183 Merge branch 'master' into devel by Radek Krejci · 8 years ago
- 9ff0a92 schema parsers CHANGE reimplement YANg 1.1 if-feature by Radek Krejci · 8 years ago
- d6cda45 parser BUGFIX does not check duplicated identifiers in identity by Pavol Vican · 8 years ago
- adb3065 yin parser BUGFIX insert new nodes earlier to be able to check identifiers duplicity by Radek Krejci · 8 years ago
- c189a95 yin parser BUGFIX insert new nodes earlier to be able to check identifiers duplicity by Radek Krejci · 8 years ago
- ca7cbc4 parsers/printers FEATURE action parsing/printing by Michal Vasko · 8 years ago
- 44fb638 tree schema FEATURE action Y1.1 statement added by Michal Vasko · 8 years ago
- c5c26b0 parsers FEATURE if-feature Y1.1 expressions by Michal Vasko · 8 years ago
- 88de3e4 parsers FEATURE parse yang version value 1.1 by Michal Vasko · 8 years ago
- 83e3f5b schema parser BUGFIX correct return codes when processing includes by Radek Krejci · 8 years ago
- fc8d832 yin parser BUGFIX assigning enum values by Radek Krejci · 8 years ago
- b8f98c1 schema parser BUGFIX propagating included and imported modules into main module structure by Radek Krejci · 8 years ago
- 3440cc5 schema parser BUGFIX do not store config flag into the uses by Radek Krejci · 8 years ago
- d52195b yin parser BUGFIX import substatements by Radek Krejci · 8 years ago
- 4dcd339 schema parser CHANGE importing/including the modules by Radek Krejci · 8 years ago
- 9629915 yin parser BUGFIX typo when parsing if-feature statement by Radek Krejci · 8 years ago
- 5b2c8a8 schema parser CHANGE optimize include checking by Radek Krejci · 8 years ago
- 75b9f8f schema parser CONFORMANCE allow multiple import of the same module by Radek Krejci · 8 years ago
- 8c3b4b6 schema parser BUGFIX checking decimal64 boundaries by Radek Krejci · 8 years ago
- 0aee5c1 parser CHANGE transform unicode char blocks into char ranges by Michal Vasko · 8 years ago
- 9f1e853 yin parser BUGFIX double free by Radek Krejci · 8 years ago
- 08a1105 BUGFIX resolving leafref paths by Radek Krejci · 8 years ago
- 220523d Merge branch 'dictfix' of https://github.com/CESNET/libyang into dictfix by Radek Krejci · 8 years ago
- 5b61c6d yin parser BUGFIX memory leak by Michal Vasko · 8 years ago
- f9a312c yin parser BUGFIX double free by Radek Krejci · 8 years ago
- ae0bce8 yin parser BUGFIX type name (if had a prefix) dictionary bug by Michal Vasko · 8 years ago
- 629cdef yin parser BUGFIX accessing freed memory by Radek Krejci · 8 years ago
- b42b697 all MAINTENANCE always use macro for string pointer comparison by Michal Vasko · 8 years ago
- bc18a9d parsers BUGFIX refine must can also be applied on leaves by Michal Vasko · 9 years ago
- 01c6fd2 resolve BUGFIX properly store pointers to leafref targets by Michal Vasko · 9 years ago
- 919dbbc yin parser MAINTENANCE print warning if parsing an grouping without data nodes by Michal Vasko · 9 years ago
- 5cec331 parsers OPTIMIZE do not print redundant messages by Michal Vasko · 9 years ago
- 43c9477 parser BUGFIX handle augments by Michal Vasko · 9 years ago
- 2605575 parser BUGFIX two implemented modules fixed by Michal Vasko · 9 years ago
- 7da5b0b parsers BUGFIX missing printf parameter by Michal Vasko · 9 years ago
- 9eb6dd0 parser CHANGE module conformance, augment and deviation handling improved by Michal Vasko · 9 years ago
- fe7e5a7 parsers MAINTENANCE formatting by Michal Vasko · 9 years ago
- c428344 api BUGFIX name collision by Radek Krejci · 9 years ago
- 0a1aaa4 schema tree CHANGE input and output now have name by Michal Vasko · 9 years ago
- 32c7bd6 schema tree CHANGE new flag LYS_CONFIG_SET by Radek Krejci · 9 years ago
- 0f04a6c schema tree CHANGE remove magic constants and use macros by Radek Krejci · 9 years ago
- 18b1021 parser BUGFIX unique by Pavol Vican · 9 years ago