- 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
- 2d5f6df schema MAINTENANCE code formatting by Radek Krejci · 3 years, 9 months ago
- 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 9 months ago
- 01180ac schema CHANGE unify naming of children nodes in schema nodes 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
- be15444 schema REFACTOR avoid code duplication and improve code readability by Radek Krejci · 3 years, 10 months ago
- df54913 libyang MAINTENANCE source code formatting by Radek Krejci · 3 years, 10 months ago
- 2415f88 schema BUGFIX allow do not touch features settings by Radek Krejci · 3 years, 10 months ago
- 771928a schema parsers BUGFIX handling includes in submodules 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
- 79135ae libyang FORMAT uncrustify format fixes by Michal Vasko · 3 years, 11 months ago
- a5705e5 schema helpers BUGFIX action and notification node when access by Michal Vasko · 4 years ago
- c7d13e3 tree CHANGE test for NULL in LY_ARRAY_COUNT() macro by Radek Krejci · 4 years ago
- 962b6cd schema tree BUGFIX make sure features are correctly set by Michal Vasko · 4 years 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
- c5d6486 schema tree BUGFIX actually implement modules if needed by Michal Vasko · 4 years ago
- 0550b76 schema tree REFACTOR lysp_load_module function cleanup by Michal Vasko · 4 years ago
- d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 4 years ago
- bb27df3 libyang MAINTENANCE source formatting by Radek Krejci · 4 years ago
- 47fab89 libyang CHANGE review header includes by Radek Krejci · 4 years ago
- 490a546 schema REFACTOR lysc_is_* functions 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
- 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years, 1 month ago
- 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years, 1 month ago
- 2a66871 tree schema FEATURE functions for schema iteration including inout by Michal Vasko · 4 years, 1 month ago
- afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 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
- 891d753 uncrustify FORMAT minor problems in recent changes by Michal Vasko · 4 years, 1 month ago
- af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years, 1 month ago
- c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule 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
- ba03a5a set CHANGE make ly_set* functions return LY_ERR values 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
- 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 2 months ago
- d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 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
- 64246d8 headers FORMATTING exclude unsupported defines by Michal Vasko · 4 years, 3 months ago
- 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 3 months ago
- a53d7c9 context CHANGE implement LY_CTX_ALLIMPLEMENTED context's option by Radek Krejci · 4 years, 3 months ago
- c5a2283 libyang REFACTOR config.h code split 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
- 873ab43 schema BUGFIX resolving prefix in schemas by Radek Krejci · 4 years, 3 months ago
- a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 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
- 2fd91b9 schema tree FEATURE every schema node has a priv pointer by Michal Vasko · 4 years, 4 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
- d975f86 schema tree FEATURE function for user-rodered list checking by Michal Vasko · 4 years, 5 months ago
- 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 5 months ago
- ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 5 months ago
- f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 6 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
- 6e546bf schema BUGFIX parsing identifiers matching keywords by Radek Krejci · 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
- e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 9 months ago
- a388136 data tree CHANGE prepare updated validation flags 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
- 294b76d schema BUGFIX return value check by Michal Vasko · 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
- 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
- b3289d6 context BUGFIX searching for the latest revision by Radek Krejci · 5 years ago
- 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
- d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
- 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
- 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
- 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
- 474f9b8 schema compile CHANGE schema deviating by Radek Krejci · 5 years ago
- d0ef1af schema compile CHANGE remember the module where default value was defined by Radek Krejci · 5 years ago
- 0995fe9 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
- a191122 schema compile CHANGE store default values as in lyd_value structure by Radek Krejci · 5 years ago
- d2ebe57 yang parser CHANGE move parse_finalize_reallocated() to tree_schema_helpers so it can be reused in yin parser by David Sedlák · 5 years ago
- a1a6f77 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
- 07869a5 yin parser CHANGE add support for enum element by David Sedlák · 5 years ago
- 6544c18 yang parser CHANGE move validation of enum name to separate function by David Sedlák · 5 years ago
- 73dead2 data types CHANGE simplify data types plugins API by Radek Krejci · 5 years ago
- 4a65053 yin parser CHANGE validate argument value according to its type by David Sedlák · 5 years ago
- 5f8f033 internal tree schema CHANGE add lysp_ prefix to match_kw function by David Sedlák · 5 years ago
- 1bccdfa tree schema helpers REFACTOR by David Sedlák · 5 years ago
- c53e742 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago