- 45791ad xml parser & printer FEATURE support for special filter attrs by Michal Vasko · 3 years, 5 months ago
- da8fbbf parser xml BUGFIX full xml context backup by Michal Vasko · 3 years, 5 months ago
- 9cdb9e6 parser xml BUGFIX in function lydxml_data_skip by aPiecek · 3 years, 6 months ago
- 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 7 months ago
- e16c7b7 data tree CHANGE remove implicit presence containers by Michal Vasko · 3 years, 8 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
- 7cfa961 schema tree FEATURE add flag to indicate explicit PRESENCE flag by Christian Hopps · 3 years, 9 months ago
- d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 9 months ago
- 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node 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
- 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
- 56ca9e4 utests data REFACTOR put repetitive commands into macros by Radek Iša · 4 years, 2 months ago
- b4ac5a9 tests MAINTENANCE source code formatting by Radek Krejci · 4 years ago
- 54b5028 tests BUGFIX do not validate opaque nodes by Michal Vasko · 4 years ago
- ad92b67 data tree REFACTOR opaq name and its module information structure by Michal Vasko · 4 years ago
- 2612319 data tree BUGFIX inserting before first node by Michal Vasko · 4 years ago
- 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 4 years ago
- afac782 libyang REFACTOR printer -> in, parser -> out 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
- 52f6555 printers CHANGE unify formatting options for data and schema printers by Radek Krejci · 4 years, 2 months ago
- ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags 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
- b104f11 data tree FEATURE schema-ordering of data 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
- 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 4 months ago
- 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 5 months ago
- 70593c1 tests CHANGE headers includes cleanup by Radek Krejci · 4 years, 5 months ago
- 84ce7b1 printers CHANGE provide error information from ly_out constructors by Radek Krejci · 4 years, 5 months ago
- ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 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
- f872e20 data tree CHANGE use either schema or data node for logging by Michal Vasko · 4 years, 5 months ago
- 241f6b5 libyang CHANGE rename ambiguous lyp_ prefixed functions and structures by Radek Krejci · 4 years, 6 months ago
- a5bba31 printers CHANGE rewrite printers mechanism by Radek Krejci · 4 years, 10 months ago
- 3a4889a tests CHANGE join related schema tests by Radek Krejci · 4 years, 6 months ago[Renamed from tests/utests/test_parser_xml.c]
- 1fd5ad6 tests CHANGE move tests from source view to a units view by Radek Krejci · 4 years, 6 months ago[Renamed from tests/src/test_parser_xml.c]
- 413c7f2 data tree BUGFIX support unlinking opaque nodes by Michal Vasko · 4 years, 6 months ago
- 1ce933a parser xml NEW rpc-reply parsing by Michal Vasko · 4 years, 7 months ago
- a8edff0 parser xml NEW notification parsing by Michal Vasko · 4 years, 7 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
- 44685da xml parser NEW opaque parsing of invalid values/lists by Michal Vasko · 4 years, 8 months ago
- 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 8 months ago
- 9f96a05 data tree CHANGE lyd_attr -> lyd_meta 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
- 9b368d3 validation NEW default values creation by Michal Vasko · 4 years, 9 months ago
- a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 10 months ago
- 950f6a5 types CHANGE redesign storing canonical values by Radek Krejci · 5 years ago
- 22ebdba tree schema FEATURE lyd_dup() for data node duplication by Radek Krejci · 5 years ago
- 710226d XML data parser CHANGE make list's keys present in correct order by Radek Krejci · 5 years ago
- f3b6fec data parsers CHANGE simplify API of data parser functions by Radek Krejci · 5 years ago
- b6f7ae5 XML data parser CHANGE set LYD_DEFAULT flag for empty non-presence containers. by Radek Krejci · 5 years ago
- 1f05b6a data tree FEATURE use hashes of data nodes to be able to compare them effectively by Radek Krejci · 5 years ago
- ee4cab2 data tree FEATURE support for anydata by Radek Krejci · 5 years ago
- 8cfd46e types BUGFIX checking for binary type restrictions by Radek Krejci · 5 years ago
- 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
- bbbbda9 tests BUGFIX include compatibility code to run in different environments by Radek Krejci · 5 years ago
- 509e259 tests CHANGE add first simple test for XML YANG data parser by Radek Krejci · 5 years ago