- cb8c6d4 path BUGFIX check mandatory .. in relative leafref by Michal Vasko · 4 years, 1 month ago
- 7d1d091 xpath BUGFIX control flow issue by Michal Vasko · 4 years, 1 month ago
- ed213e1 test MAINTENANCE fix function casting warnings by Michal Vasko · 4 years, 1 month ago
- 1258ed4 test NEW deviation causing submodule prefix to be used by Michal Vasko · 4 years, 1 month ago
- 997f982 plugins types BUGFIX check module is implemented using the flag 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
- c979558 plugins types FEATURE resolved schema prefix format by Michal Vasko · 4 years, 1 month ago
- 68433c9 logger CHANGE rename ly_verb_dbg() to ly_log_dbg_groups() by Radek Krejci · 4 years, 1 month ago
- 52ca92d set BUGFIX align ly_set_merge() with the latest changes in ly_set_add() by Radek Krejci · 4 years, 1 month ago
- 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years, 1 month ago
- 092e33c data tree CHANGE rename pathoptions by Radek Krejci · 4 years, 1 month ago
- 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years, 1 month ago
- 52b6d51 logger CHANGE rename ly_verb() to ly_log_level() by Radek Krejci · 4 years, 1 month ago
- 56a9847 schema tree CHANGE remove lys_find_node() from the API by Radek Krejci · 4 years, 1 month ago
- 9e9f26d xpath BUGFIX handle top-level foreign augments by Michal Vasko · 4 years, 1 month ago
- 4865ac4 schema compile BUGFIX compile when only once the node is connected by Michal Vasko · 4 years, 1 month ago
- ceab6dd schema tree FEATURE when in compiled actions and notifs by Michal Vasko · 4 years, 1 month ago
- 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years, 1 month ago
- 08dc70b json FORMAT split large macro into code by Michal Vasko · 4 years, 1 month ago
- 2b7e558 schema compile FORMAT always use braces for loops by Michal Vasko · 4 years, 1 month ago
- 61d7636 json parser FORMAT redundant semicolon 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
- ae867c7 tree MAINTENANCE standard include by Michal Vasko · 4 years, 1 month ago
- 6229db0 context REFACTOR rename data_path to path by Michal Vasko · 4 years, 1 month ago
- 4b1cd7a plugins types REFACTOR error handling by Michal Vasko · 4 years, 1 month ago
- 5bcc33b hash table BUGFIX invalid length when resizing dict by Michal Vasko · 4 years, 1 month ago
- 8ce5135 schme compile BUGFIX compiled extension should use the local module by Michal Vasko · 4 years, 1 month ago
- 5516b70 schema tree DOC typo by Michal Vasko · 4 years, 1 month ago
- 72619ce schema tree REFACTOR rename path_context to path_mod 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
- 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years, 1 month ago
- 87a97f4 schema tree BUGFIX update set id on any feature changes by Michal Vasko · 4 years, 1 month ago
- 64401e2 build BUGFIX do not use cmake_minimum_required() multiple times by Radek Krejci · 4 years, 1 month ago
- 88ad4be build FEATURE new build type to generate only docs without building sources by Radek Krejci · 4 years, 1 month ago
- 946eae5 plugins type BUGFIX use after free by Michal Vasko · 4 years, 1 month ago
- feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years, 1 month ago
- 1961125 data tree CHANGE provide lyd_is_default() by Radek Krejci · 4 years, 1 month ago
- a1c0c70 fuzz TEST add regression testing for lyd_parse_mem JSON by Juraj Vijtiuk · 4 years, 1 month ago
- af70245 schema compile BUGFIX memory leaks 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
- a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years, 1 month ago
- fdf2d35 fuzz CHANGE update fuzz README by Juraj Vijtiuk · 4 years, 1 month ago
- 419cdc6 fuzz CHANGE rename fuzz regression tests to start with regress_fuzz_ prefix by Juraj Vijtiuk · 4 years, 1 month ago
- dba2881 fuzz BUGFIX fix fuzz harness function signature compilation warnings by Juraj Vijtiuk · 4 years, 1 month ago
- 2bab6f2 fuzz CHANGE add fuzz_ prefix to fuzz regression tests by Juraj Vijtiuk · 4 years, 1 month ago
- bef5faf fuzz BUGFIX fix build issues with fuzz regression tests by Juraj Vijtiuk · 4 years, 2 months ago
- b0402eb fuzz TEST document fuzzing regression testing by Juraj Vijtiuk · 4 years, 2 months ago
- e42c6c9 fuzz REFACTOR remove unnecessary string.h header from lyd_parse_mem harness by Juraj Vijtiuk · 4 years, 2 months ago
- d798942 fuzz TEST add regression testing for previous issues found by fuzzing by Juraj Vijtiuk · 4 years, 2 months ago
- a7ade84 fuzzing BUGFIX fuzz harnesses by Luka Koznjak · 4 years, 2 months ago
- 8398de2 doc CHANGE styling for better readability on wide displays by Jakub Man · 4 years, 1 month ago
- 1734be9 xpath RFEACTOR expr_dup LY_ERR return (#1206) by Michal Vasko · 4 years, 2 months ago
- 284f31f JSON data parser BUGFIX checking empty input by Radek Krejci · 4 years, 2 months ago
- f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years, 2 months ago
- c9e64a6 log CHANGE use ly_vecode only if really necessary by Radek Krejci · 4 years, 2 months ago
- 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years, 2 months ago
- 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years, 2 months ago
- 572ee60 log FEATURE new ly_err_last() function to directly get the latest error in the context by Radek Krejci · 4 years, 2 months ago
- e65b915 types BUGFIX memory leak by Radek Krejci · 4 years, 2 months ago
- 8f5fad2 libyang BUGFIX uninitialized variables by Radek Krejci · 4 years, 2 months ago
- bb8f376 types BUGFIX memory leaks by Radek Krejci · 4 years, 2 months ago
- d46e46a data parsers BUGFIX memory leaks by Radek Krejci · 4 years, 2 months ago
- 87e2525 schema compile BUGFIX memory leaks by Radek Krejci · 4 years, 2 months 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
- 460937d yanglint BUGFIX set default output in non-interactive mode by Radek Krejci · 4 years, 2 months ago
- 733811f yanglint CHANGE remove unused option -r from non-interactive mode by Radek Krejci · 4 years, 2 months ago
- df5a0fe yanglint CHANGE enable strict option in interactive yanglint mode by Radek Krejci · 4 years, 2 months ago
- ff61c88 yanglint CHANGE handle default values modes by Radek Krejci · 4 years, 2 months ago
- 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 2 months ago
- 52f6555 printers CHANGE unify formatting options for data and schema printers 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
- 9e8de2d schema compile MAINTENANCE unused variable removed by Michal Vasko · 4 years, 2 months ago
- 601ddb3 compile schema REFACTOR uses compilation refactoring by Michal Vasko · 4 years, 2 months ago
- b0099a9 libyang BUGFIX return value checking by Michal Vasko · 4 years, 2 months ago
- 2791572 json MAINTENANCE cast warning by Michal Vasko · 4 years, 2 months ago
- 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 2 months ago
- 5297a43 schema tree DOC update schema flags bits by Michal Vasko · 4 years, 2 months ago
- e070bfe data tree BUGFIX wrong variable use by Michal Vasko · 4 years, 2 months ago
- 2e87477 data printers BUGFIX handling print of no data (NULL tree) by Radek Krejci · 4 years, 2 months ago
- 04d76c6 schema compile BUGFIX remove unused variable by Radek Krejci · 4 years, 2 months ago
- aa6b53f xpath CHANGE make functions return LY_ERR values 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
- f482abc tests MAINTENANCE get rid of the compiler warning when filling dummy structure 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, 3 months ago
- ce2b874 printer REFACTOR write callback typedef by Michal Vasko · 4 years, 3 months ago
- b2786d7 context REFACTOR typedef for module data freeing callback by Michal Vasko · 4 years, 3 months ago
- 033278d uncrustify FEATURE spacing after comment start by Michal Vasko · 4 years, 3 months ago
- e144595 uncrustify FEATURE more operator spacing with little changes by Michal Vasko · 4 years, 3 months ago
- d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 3 months ago
- e29489b uncrustify FEATURE set spacing options with minimal changes by Michal Vasko · 4 years, 3 months ago
- 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 3 months ago
- 5c38f36 schema compile REFACTOR use for macro by Michal Vasko · 4 years, 3 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
- 8bb8d9d YIN parser REFACTOR rewrite unreadable macros by Radek Krejci · 4 years, 3 months ago