- a32b6b7 parser json BUGFIX check error return by Michal Vasko · 2 years, 4 months ago
- 0ebc95f parser json UPDATE invalid data errors by Michal Vasko · 2 years, 4 months ago
- a09e866 parser json BUGFIX skipping object with an array by Michal Vasko · 2 years, 5 months ago
- ebcd9a9 parser json BUGFIX invalid metadata parsing by Michal Vasko · 2 years, 6 months ago
- a4af625 parser json BUGFIX skipping name/value pairs by Michal Vasko · 2 years, 6 months ago
- 4e26adc parse json FEATURE support empty lists by Michal Vasko · 2 years, 7 months ago
- 8cc3f66 schema mount UPDATE support for creating nested data by Michal Vasko · 2 years, 7 months ago
- 76096ec json BUGFIX yet another major anydata/anyxml refactoring by Michal Vasko · 2 years, 9 months ago
- 45e3a9a parser json BUGFIX handle invalid JSON in nested ext parsing by Michal Vasko · 2 years, 9 months ago
- 61ad1ff parser json FEATURE support for nested ext instances with data by Michal Vasko · 2 years, 9 months ago
- ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 10 months ago
- fbc4a25 parser json BUGFIX finish anydata parsing by Michal Vasko · 2 years, 9 months ago
- 5722c1b parser json BUGFIX invalid memory access by Michal Vasko · 2 years, 10 months ago
- a556f16 parser json BUGFIX skip unknown meta for data nodes by Michal Vasko · 2 years, 10 months ago
- bbdadda printer & parser json BUGFIX anyxml node by Michal Vasko · 2 years, 10 months ago
- ef96467 parser json BUGFIX do not open next element on data skip by Michal Vasko · 2 years, 10 months ago
- 58c8b56 parser json BUGFIX lydctx may be NULL on error by Michal Vasko · 2 years, 11 months ago
- dba78e2 parser json BUGFIX remove unused lydjson_data_skip() array sublevel checks by Juraj Vijtiuk · 3 years, 1 month ago
- 2e88368 parser json BUGFIX parsing object key-value pair in lydjson_data_skip() by Juraj Vijtiuk · 3 years, 2 months ago
- 46eb15e parser json BUGFIX decrease sublevels when skipping empty arrays and objects in lydjson_data_skip by Juraj Vijtiuk · 3 years, 2 months ago
- 1a85d33 json BUGFIX proper array parse and print by Michal Vasko · 3 years, 2 months ago
- caf608d parser json BUGFIX when/exts/default flag check missing by Michal Vasko · 3 years, 4 months ago
- 54ba891 parser BUGFIX printf format or param problems by Michal Vasko · 3 years, 4 months ago
- 69d0ca1 parser json BUGFIX detect empty metadata names by Michal Vasko · 3 years, 4 months ago
- 4eab562 parser json BUGFIX do not print empty node prefixes by Michal Vasko · 3 years, 4 months ago
- 02cf266 parser json MAINTENANCE redundant variable by Michal Vasko · 3 years, 4 months ago
- 5d54ad7 parser json UPDATE do not create data nodes below opaq nodes by Michal Vasko · 3 years, 4 months ago
- 81008a5 parsers UPDATE always try to parse data node normally by Michal Vasko · 3 years, 4 months ago
- 8543070 parser json BUGFIX null array and opaque flag by Michal Vasko · 3 years, 4 months ago
- 6ee6f43 parser FEATURE support for faster ordered parsing by Michal Vasko · 3 years, 4 months ago
- 02ed9d8 parser BUGFIX any content parsing by Michal Vasko · 3 years, 4 months ago
- 03fbaed parser REFACTOR specific data parsers defined together by Michal Vasko · 3 years, 4 months ago
- d2c3937 json parser REFACTOR remove strndup by aPiecek · 3 years, 5 months ago
- 303fb25 json parser BUGFIX duplicate in lydjson_metadata by aPiecek · 3 years, 5 months ago
- d8e774e json parser BUGFIX invalid pointer dereference by Michal Vasko · 3 years, 5 months ago
- 08e9b11 libyang BUGFIX avoid invalid parameters for memmove and memcpy by Michal Vasko · 3 years, 5 months ago
- 9e54340 data tree BUGFIX avoid accessing invalid pointers by Michal Vasko · 3 years, 5 months ago
- dbb8baf parser json BUGFIX swapping recursion with a cycle by aPiecek · 3 years, 5 months ago
- 4bf4721 parser json REFACTOR code snippet to function by aPiecek · 3 years, 5 months ago
- de3c692 parser json BUGFIX in metadata member by aPiecek · 3 years, 6 months ago
- 5b115fc parser json MAINTENANCE delete useless expressions by aPiecek · 3 years, 6 months ago
- 5057c2e parser json REFACTOR local variable is not needed by aPiecek · 3 years, 6 months ago
- 12e34d9 parser json BUGFIX reset forgotten variable by aPiecek · 3 years, 6 months ago
- 49e2a3a json parser BUGFIX duplicate in lydjson_subtree_r by aPiecek · 3 years, 6 months ago
- 6cee5d0 json parser REFACTOR duplicit code to function by aPiecek · 3 years, 6 months ago
- b7b29e6 json BUGFIX opaq node cannot have an empty name by aPiecek · 3 years, 6 months ago
- 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 7 months ago
- aebbce0 data tree REFACTOR remove lys_value_validate by Michal Vasko · 3 years, 7 months ago
- 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 7 months ago
- 7711410 libyang MAINTENANCE cleanup header includes 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
- c43c8ab parser BUGFIX unify unres set order by Michal Vasko · 3 years, 8 months ago
- 422afb1 libyang BUGFIX strictly cast lnegths to int for "%.*s" format strings by Radek Krejci · 3 years, 8 months ago
- f16e254 data FEATURE support extension's data parsing by Radek Krejci · 3 years, 9 months ago
- 1e4c68e parser data REFACTOR split NETCONF notification and reply parsing by Michal Vasko · 3 years, 9 months ago
- e066574 data tree FEATURE support for NETCONF messages by Michal Vasko · 3 years, 9 months ago
- 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 9 months ago
- ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 10 months ago
- 5813c36 JSON parser REFACTOR redesign labels to avoid forward and backwards gotos by Radek Krejci · 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
- 2552ea3 data tree REFACTOR remove support for NETCONF op encoding by Michal Vasko · 4 years ago
- 366a4a1 data tree CHANGE optional direct use of any value by Michal Vasko · 4 years ago
- f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 4 years ago
- 79856c4 JSON data parser BUGFIX skipping multilevel unknown data by Radek Krejci · 4 years ago
- bb27df3 libyang MAINTENANCE source formatting by Radek Krejci · 4 years ago
- 9350901 json parser BUGFIX memory leak by Michal Vasko · 4 years ago
- ad92b67 data tree REFACTOR opaq name and its module information structure by Michal Vasko · 4 years ago
- 501af03 data tree REFACTOR adjust opaque node and attr members by Michal Vasko · 4 years ago
- 6b5cb2a data tree REFACTOR unify value prefix storing by Michal Vasko · 4 years ago
- cd5f622 JSON parser BUGFIX check for the top-level object by Radek Krejci · 4 years ago
- 49c39d8 data parsers REFACTOR unify unres set names by Michal Vasko · 4 years ago
- 2b18bf1 libyang MAINTENANCE uninitializes variables in optimized code by Radek Krejci · 4 years ago
- 47fab89 libyang CHANGE review header includes by Radek Krejci · 4 years ago
- 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 4 years ago
- 48cec8c json parser BUGFIX processing "{}" is not correctly handled by Michal Vasko · 4 years, 1 month ago
- afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 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
- 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years, 1 month ago
- 61d7636 json parser FORMAT redundant semicolon 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
- a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years, 1 month ago
- 284f31f JSON data parser BUGFIX checking empty input by Radek Krejci · 4 years, 2 months ago
- 8f5fad2 libyang BUGFIX uninitialized variables by Radek Krejci · 4 years, 2 months ago
- d46e46a data parsers BUGFIX memory leaks 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
- 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
- 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
- c5a2283 libyang REFACTOR config.h code split by Michal Vasko · 4 years, 3 months ago
- b7be7a8 libyang REFACTOR unify lyd_node macros 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
- c826b02 JSON parser BUGFIX memory leak by Radek Krejci · 4 years, 3 months ago
- 4189c0f parsers BUGFIX assigning the resulting tree by Michal Vasko · 4 years, 3 months ago
- 32ac994 json parser REFACTOR remove labels in recursive function by Michal Vasko · 4 years, 3 months ago
- cf770e2 parsers FEATURE accept only subtree for notif and RPC by Michal Vasko · 4 years, 3 months ago