1. e16c7b7 data tree CHANGE remove implicit presence containers by Michal Vasko · 3 years, 7 months ago
  2. 1e4c68e parser data REFACTOR split NETCONF notification and reply parsing by Michal Vasko · 3 years, 7 months ago
  3. e066574 data tree FEATURE support for NETCONF messages by Michal Vasko · 3 years, 7 months ago
  4. 7cfa961 schema tree FEATURE add flag to indicate explicit PRESENCE flag by Christian Hopps · 3 years, 8 months ago
  5. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  6. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  7. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  8. 79135ae libyang FORMAT uncrustify format fixes by Michal Vasko · 3 years, 9 months ago
  9. 2552ea3 data tree REFACTOR remove support for NETCONF op encoding by Michal Vasko · 3 years, 10 months ago
  10. 56ca9e4 utests data REFACTOR put repetitive commands into macros by Radek Iša · 4 years ago
  11. b4ac5a9 tests MAINTENANCE source code formatting by Radek Krejci · 3 years, 10 months ago
  12. 54b5028 tests BUGFIX do not validate opaque nodes by Michal Vasko · 3 years, 10 months ago
  13. ad92b67 data tree REFACTOR opaq name and its module information structure by Michal Vasko · 3 years, 10 months ago
  14. 2612319 data tree BUGFIX inserting before first node by Michal Vasko · 3 years, 11 months ago
  15. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  16. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  17. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  18. 52f6555 printers CHANGE unify formatting options for data and schema printers by Radek Krejci · 4 years, 1 month ago
  19. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  20. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  21. b104f11 data tree FEATURE schema-ordering of data by Michal Vasko · 4 years, 2 months ago
  22. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  23. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  24. 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 3 months ago
  25. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  26. 70593c1 tests CHANGE headers includes cleanup by Radek Krejci · 4 years, 3 months ago
  27. 84ce7b1 printers CHANGE provide error information from ly_out constructors by Radek Krejci · 4 years, 3 months ago
  28. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  29. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  30. f872e20 data tree CHANGE use either schema or data node for logging by Michal Vasko · 4 years, 4 months ago
  31. 241f6b5 libyang CHANGE rename ambiguous lyp_ prefixed functions and structures by Radek Krejci · 4 years, 4 months ago
  32. a5bba31 printers CHANGE rewrite printers mechanism by Radek Krejci · 4 years, 9 months ago
  33. 3a4889a tests CHANGE join related schema tests by Radek Krejci · 4 years, 4 months ago[Renamed from tests/utests/test_parser_xml.c]
  34. 1fd5ad6 tests CHANGE move tests from source view to a units view by Radek Krejci · 4 years, 4 months ago[Renamed from tests/src/test_parser_xml.c]
  35. 413c7f2 data tree BUGFIX support unlinking opaque nodes by Michal Vasko · 4 years, 5 months ago
  36. 1ce933a parser xml NEW rpc-reply parsing by Michal Vasko · 4 years, 6 months ago
  37. a8edff0 parser xml NEW notification parsing by Michal Vasko · 4 years, 6 months ago
  38. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  39. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  40. 44685da xml parser NEW opaque parsing of invalid values/lists by Michal Vasko · 4 years, 6 months ago
  41. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  42. 9f96a05 data tree CHANGE lyd_attr -> lyd_meta by Michal Vasko · 4 years, 7 months ago
  43. 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 7 months ago
  44. 9b368d3 validation NEW default values creation by Michal Vasko · 4 years, 7 months ago
  45. a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 8 months ago
  46. 950f6a5 types CHANGE redesign storing canonical values by Radek Krejci · 5 years ago
  47. 22ebdba tree schema FEATURE lyd_dup() for data node duplication by Radek Krejci · 5 years ago
  48. 710226d XML data parser CHANGE make list's keys present in correct order by Radek Krejci · 5 years ago
  49. f3b6fec data parsers CHANGE simplify API of data parser functions by Radek Krejci · 5 years ago
  50. b6f7ae5 XML data parser CHANGE set LYD_DEFAULT flag for empty non-presence containers. by Radek Krejci · 5 years ago
  51. 1f05b6a data tree FEATURE use hashes of data nodes to be able to compare them effectively by Radek Krejci · 5 years ago
  52. ee4cab2 data tree FEATURE support for anydata by Radek Krejci · 5 years ago
  53. 8cfd46e types BUGFIX checking for binary type restrictions by Radek Krejci · 5 years ago
  54. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  55. bbbbda9 tests BUGFIX include compatibility code to run in different environments by Radek Krejci · 5 years ago
  56. 509e259 tests CHANGE add first simple test for XML YANG data parser by Radek Krejci · 5 years ago