- 51de7b7 parser xml FEATURE validate eventTime value by Michal Vasko · 2 years, 6 months ago
- 4f9da5e tree schema BUGFIX unlinking derived identities on error by Michal Vasko · 2 years, 8 months ago
- 87cfdba tree schema BUGFIX augments may cause transitive dependencies by Michal Vasko · 2 years, 9 months ago
- f8ded14 tree schema FEATURE new helper functions by Michal Vasko · 2 years, 9 months ago
- 8a67eff parser FEATURE set of currently parsed modules by Michal Vasko · 2 years, 11 months ago
- fbd849b tree schema BUGFIX macro NULL handling by Michal Vasko · 3 years ago
- 0bccbf1 tree schema BUGFIX dep set feature dependency by Michal Vasko · 3 years ago
- f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 3 years ago
- 704f8e9 libyang MAINTENANCE header file dependencies by aPiecek · 3 years, 2 months ago
- 6b3d542 tree schema BUGFIX compilation of identities moved by aPiecek · 3 years, 3 months ago
- 84d7fd7 doc BUGFIX internal docs' issues reported by doxygen by Radek Krejci · 3 years, 4 months ago
- 63e080d parser FEATURE added collision check for grouping by aPiecek · 3 years, 4 months ago
- 8d4e75d parser BUGFIX memory-leak due to tpdfs_nodes by aPiecek · 3 years, 5 months ago
- c3e2614 schema internal MAINTENANCE removed new_mods set by aPiecek · 3 years, 5 months ago
- b0445f2 libyang DOC spelling correction in headers by aPiecek · 3 years, 5 months ago
- 50bc09a schema tree REFACTOR function renaming by Michal Vasko · 3 years, 5 months ago
- 7ee5be2 schema tree REFACTOR dep sets creation by Michal Vasko · 3 years, 5 months ago
- f4258e1 schema compile FEATURE introduction of dependency sets by Michal Vasko · 3 years, 5 months ago
- dd99258 schema tree REFACTOR pass only new mod set when parsing modules by Michal Vasko · 3 years, 5 months ago
- 6533388 schema compile REFACTOR implement flag meaning changed by Michal Vasko · 3 years, 5 months ago
- 87f1cf0 schema tree REFACTOR formatting by Michal Vasko · 3 years, 5 months ago
- 4e205e8 schema tree REFACTOR always parse and implement separately by Michal Vasko · 3 years, 5 months ago
- 74dad9e parser yang BUGFIX parsing revisions longer than LY_REV_SIZE by Juraj Vijtiuk · 3 years, 5 months ago
- 93582ed parser BUGFIX stack-oveflow protection by aPiecek · 3 years, 6 months ago
- f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 6 months ago
- 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 7 months ago
- 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 7 months ago
- e7a1daf tree schema MAINTENANCE local function made static by Michal Vasko · 3 years, 7 months ago
- 18a86e5 schema tree REFACTOR rename internal function by Michal Vasko · 3 years, 7 months ago
- 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 7 months ago
- d64d646 types CHANGE extend functions' usability with declaring parameter const by Radek Krejci · 3 years, 8 months ago
- ba05eab schema REFACTOR rename lys_find_ext_instance_node() to lysc_ext_find_node() by Radek Krejci · 3 years, 8 months ago
- 85ac831 schema BUGFIX processing extension instance argument by Radek Krejci · 3 years, 8 months ago
- 720d261 schema compile BUGFIX compiled relics when recompiling context by Radek Krejci · 3 years, 8 months ago
- f8ca819 schema CHANGE move ly_stmt2str() into public API by Radek Krejci · 3 years, 8 months ago
- 3972b33 schema REFACTOR remove lyext_substmt2str() macro by Radek Krejci · 3 years, 8 months ago
- fc596f9 libyang CHANGE unify the statement enumerations by Radek Krejci · 3 years, 8 months ago
- 76c8c4e statement parser CHANGE finish statement parser for generic extension instances by Radek Krejci · 3 years, 9 months ago
- eccf660 schema REFACTOR simplify and unify statements lists by Radek Krejci · 3 years, 9 months ago
- e180ed0 dict FEATURE detect errors in lydict_remove by Michal Vasko · 3 years, 9 months ago
- a99b357 schema compile REFACTOR always use pmod from type by Michal Vasko · 3 years, 9 months ago
- 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 9 months ago
- d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 9 months ago
- 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 9 months ago
- 7d95fbb schema CHANGE remove lysc_node_parent_full() by Radek Krejci · 3 years, 9 months ago
- 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 10 months ago
- 34e334d schema tree BUGFIX use all_implemented context flag in all cases by Michal Vasko · 3 years, 10 months ago
- 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 10 months ago
- 0a03a34 schema macros BUGFIX handle macro's params more safely by Radek Krejci · 3 years, 10 months ago
- 7224488 schema compile BUGFIX getting parent of in/out nodes by Michal Vasko · 3 years, 10 months ago
- 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 11 months ago
- d54412f libyang CHANGE extend input handler by line counter by Radek Krejci · 3 years, 11 months ago
- 33090f9 YANG parser CHANGE move input handler into parser context by Radek Krejci · 3 years, 11 months ago
- f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 4 years ago
- 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 4 years ago
- 0550b76 schema tree REFACTOR lysp_load_module function cleanup by Michal Vasko · 4 years ago
- 15f10ab schema CHANGE remove lysp_type_free() from the public API by Radek Krejci · 4 years ago
- b2d55bf schema compile REFACTOR remove lysp_module_find_prefix by Michal Vasko · 4 years ago
- 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 4 years ago
- 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 3 months ago
- 239c38a type plugins CHANGE rename ly_get_prefix() and ly_resolve_prefix() by Radek Krejci · 4 years, 1 month ago
- 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years, 1 month ago
- 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years, 1 month ago
- 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years, 1 month ago
- 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years, 1 month ago
- 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years, 1 month ago
- 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years, 1 month ago
- 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 2 months ago
- 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 2 months ago
- 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 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
- cb18c7f schema tree REFACTOR rename function to reflect its use by Michal Vasko · 4 years, 3 months ago
- 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 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
- 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 4 months ago
- 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 3 months ago
- 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 4 months ago
- 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 4 months ago
- fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 4 months ago
- 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 4 months ago
- 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 5 months ago
- f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 6 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
- 62ed12d data tree FEATURE new utility function for getting data schema parent by Michal Vasko · 4 years, 6 months ago
- 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 6 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
- 52927e2 data tree NEW opaque data node 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
- 90932a9 parser xml CHANGE non-xml specific functions made separate by Michal Vasko · 4 years, 9 months ago
- 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 9 months ago
- d944bdc libyang2: yin printer NEW printer of the parsed schemas into YIN format (#919) by FredGan · 5 years ago
- 78f0682 context CHANGE avoid error messages when searching for latest revision import by Radek Krejci · 5 years ago
- cd485b8 schema parsers BUGFIX provide necessary information when parsing submodule by fredgan · 5 years ago
- ae9e4cb xpath CHANGE deref() support for schema leafref by Michal Vasko · 5 years ago
- b3289d6 context BUGFIX searching for the latest revision by Radek Krejci · 5 years ago