- 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
- c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years, 1 month ago
- e9c050f schema tree FEATURE support deviation type prefixes 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
- f027df7 schema parsers BUGFIX setting correct return error code by Radek Krejci · 4 years, 2 months ago
- 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 2 months ago
- 96e48da schema BUGFIX correct yang-version value for 1.0 by Radek Krejci · 4 years, 2 months ago
- 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 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
- 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 3 months ago
- 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 3 months ago
- 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 3 months ago
- 6b26e74 schema tree BUGFIX accessible tree fixes 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
- ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 5 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
- 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
- b83af8a parser BUGFIX inout statemets cannot be defined empty by Michal Vasko · 4 years, 10 months ago
- 90edde4 yang parser BUGFIX traling whitespace counter by Michal Vasko · 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
- 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
- b9eeb9c common CHANGE add RETVAL argument to LY_LIST_NEW_RET macro by David Sedlák · 5 years ago
- 9943524 tests BUGFIX reflect changes in logging and set position type in parser contexts by Radek Krejci · 5 years ago
- 335332a extensions CHANGE WIP implementation of Metadata annotations 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
- e8b74df schema parsers BUGFIX check return value of ly_set_add function call by David Sedlák · 5 years ago
- 62ca3f4 YANG parser BUGFIX valid YANG UTF8 characters range by Radek Krejci · 5 years ago
- 1538a84 schema parsers CHANGE improvements in error messages by David Sedlák · 5 years ago
- 60adc09 yang parser CHANGE use generic macros for linked lists by David Sedlák · 5 years ago
- 1b62312 schema parsers CHANGE make lys_parse_mem functions compatible with yin_parser_ctx by David Sedlák · 5 years ago
- 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
- 577fb66 common CHANGE remove unused flags from lysp_deviate_del structure by David Sedlák · 5 years ago
- 4ad42aa MAINTENANCE variable initiation by Radek Krejci · 5 years ago
- 68ef3dc yang parser BUGFIX memory leak by David Sedlák · 5 years ago
- 0d6de5a yin parser CHANGE add support for uses element by David Sedlák · 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
- d6ce6d7 yang parser BUGFIX allow -0 as value, not as position by David Sedlák · 5 years ago
- b9b892c tree schema internal CHANGE remove unused parameter from YANG_CHECK_NONEMPTY macro by David Sedlák · 5 years ago
- 07869a5 yin parser CHANGE add support for enum element by David Sedlák · 5 years ago
- 129a09c yang parser CHANGE move YANG_CHECK_NONEMPTY to tree_schema_internal.h 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
- ca36c42 yin parser CHANGE add support for bit element by David Sedlák · 5 years ago
- 7a8b247 yang parser BUGFIX incorrect return value by David Sedlák · 5 years ago
- 9fb515f yang parser BUGFIX dont't allow position and value statements interchangeably by David Sedlák · 5 years ago
- 40bb13b yang parser BUGFIX validate identifier-ref-arg-str properly by David Sedlák · 5 years ago
- 4a65053 yin parser CHANGE validate argument value according to its type by David Sedlák · 5 years ago
- 0dee2d2 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
- 2444f8f yang parser BUGFIX argument of argument statement is identifier-arg-str according to YANG ABNF grammar by David Sedlák · 5 years ago
- 2f54df5 YANG parser BUGFIX memory leak by Radek Krejci · 5 years ago
- b307719 tree schema internal CHANGE rename LOGVAL_YANG macro to LOGVAL_PARSER 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
- f09e4e8 YANG parser BUGFIX parsing when statement with empty ("") argument by Radek Krejci · 5 years ago
- 7fc6829 YANG parser BUGFIX updating pointers to objects stored in sized arrays by Radek Krejci · 5 years ago
- abdd806 YANG parser BUGFIX processing keywords (checking their end) by Radek Krejci · 5 years ago
- 9006a4e YANG parser BUGFIX handling empty ('') text arguments. by Radek Krejci · 5 years ago
- 1302828 YANG parser BUGFIX counting read lines for log messages by Radek Krejci · 5 years ago
- 5b93049 YANG parser BUGFIX processing block comments by Radek Krejci · 5 years ago
- 4e199f5 YANG parser BUGFIX check for empty statement argument where identifier expected by Radek Krejci · 5 years ago
- 0a1d0d4 YANG parser BUGFIX improve checking of input data when parsing by Radek Krejci · 5 years ago
- 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
- e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
- d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 6 years ago
- c091739 YANG parser BUGFIX dereferencing NULL pointer by Radek Krejci · 6 years ago
- f29b7c3 YANG parser CHANGE checking for valid combination of buf_store_char() parameters by Radek Krejci · 6 years ago
- bb9b198 BUGFIX memory leaks by Radek Krejci · 6 years ago
- b07b5c9 BUGFIX possible NULL pointer dereferences by Radek Krejci · 6 years ago
- f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
- 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
- 40544fa test CHANGE additional tests for YANG parser by Radek Krejci · 6 years ago
- 0bcdaed schema CHANGE refactor lys_module structure by Radek Krejci · 6 years ago
- 0904c16 yang parser MAINTENANCE undef local macros by Radek Krejci · 6 years ago
- ceaf212 yang parser DOC add missing descriptions for several macros by Radek Krejci · 6 years ago
- 2b61048 YANG parser BUGFIX invalid variable used for pointer arithmetics by Radek Krejci · 6 years ago
- 76b3e96 schema compile WIP partial support for uses's refine by Radek Krejci · 6 years ago
- e86bf77 schema compile CHANGE basic implementation of applying groupings into uses by Radek Krejci · 6 years ago
- a9026eb schema compile CHANGE finished choice and case support, tests added by Radek Krejci · 6 years ago
- d05cbd9 schema validation CHANGE checking identity and feature name uniqness by Radek Krejci · 6 years ago
- 9bb94eb schema compile CHANGE support list compilation by Radek Krejci · 6 years ago
- df6cad1 yang parser CHANGE enhance min/max-elements validation by Radek Krejci · 6 years ago
- 0e5d838 schema compile CHANGE leaf-list support by Radek Krejci · 6 years ago
- b1a5dcc tests CHANGE more leaf parsing/compilation checks according to RFC by Radek Krejci · 6 years ago
- 1011365 schema compile CHANGE check some of the differences between YANG 1.0 and 1.1 by Radek Krejci · 6 years ago
- 8b76466 schema compile CHANGE support for enumeration and bits types by Radek Krejci · 6 years ago
- d505e3d schema compile CHANGE detect conflicting type's substatements by Radek Krejci · 6 years ago
- 4f28eda schema compilation CHANGE partial support for types by Radek Krejci · 6 years ago
- 6d6556c yang parser BUGFIX checks for mandatory substatements were skipped in by Radek Krejci · 6 years ago
- bbe09a9 schema parsers CHANGE check typedef collisions by Radek Krejci · 6 years ago
- 6d9b9b5 yang parser CHANGE refactor yang parser code by Radek Krejci · 6 years ago