1. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  2. e893ddd data tree FEATURE functions for creating and applying diff by Michal Vasko · 4 years, 3 months ago
  3. c57d9a9 data tree MAINTENANCE simplify key check by Michal Vasko · 4 years, 3 months ago
  4. 654bc85 data tree BUGFIX insert inval arg check by Michal Vasko · 4 years, 3 months ago
  5. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  6. 6cd9b6b data tree BUGFIX do not hash twice when duplicating by Michal Vasko · 4 years, 3 months ago
  7. 4490d31 data tree FEATURE lyd_merge() implemented by Michal Vasko · 4 years, 3 months ago
  8. f6df0a0 data tree FEATURE implement LYD_DUP_WITH_FLAGS by Michal Vasko · 4 years, 3 months ago
  9. 1a2bf2e data tree BUGFIX compare leaves with their real types by Michal Vasko · 4 years, 3 months ago
  10. a8f9eb3 data tree BUGFIX lyd_new_path return value by Michal Vasko · 4 years, 3 months ago
  11. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  12. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  13. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  14. cbff3e9 data tree BUGFIX ignore LY_EINCOMPLETE when creating term nodes by Michal Vasko · 4 years, 4 months ago
  15. f872e20 data tree CHANGE use either schema or data node for logging by Michal Vasko · 4 years, 4 months ago
  16. b00f3cf data tree MAINTENANCE improve error on inner node creation by Michal Vasko · 4 years, 4 months ago
  17. 3544d1e data tree CHANGE use schema node for printing by Michal Vasko · 4 years, 4 months ago
  18. d86997b tree data FEATURE lyd_new_meta function by Michal Vasko · 4 years, 4 months ago
  19. c2f1129 data tree FEATURE support white-spaces in "keys" predicate by Michal Vasko · 4 years, 4 months ago
  20. 0691d52 fixup! xpath FEATURE use hashes when possible to find specific node instances by Michal Vasko · 4 years, 4 months ago
  21. ccc0234 data tree FEATURE function for evaluating xpath on data by Michal Vasko · 4 years, 4 months ago
  22. 62ed12d data tree FEATURE new utility function for getting data schema parent by Michal Vasko · 4 years, 4 months ago
  23. d367889 xpath FEATURE use hashes when possible to find specific node instances by Michal Vasko · 4 years, 4 months ago
  24. ae420e9 data tree BUGFIX handle struct cleaning in one place by Michal Vasko · 4 years, 4 months ago
  25. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  26. f8b9517 data MAINTENANCE add missing description of lyd_dup_recursive() by Radek Krejci · 4 years, 4 months ago
  27. 25dc343 data BUGFIX set correct return code in lyd_dup_recursive() by Radek Krejci · 4 years, 4 months ago
  28. 84c9f1b data tree OPTIMIZE use hashes if possible in lyd_target by Michal Vasko · 4 years, 4 months ago
  29. 6a12b4b data tree REFACTOR lyd_target function by Michal Vasko · 4 years, 4 months ago
  30. dae0ee8 data CHANGE remove const from return type of lyd_node_children() by Radek Krejci · 4 years, 5 months ago
  31. 413c7f2 data tree BUGFIX support unlinking opaque nodes by Michal Vasko · 4 years, 5 months ago
  32. fea12c6 validation NEW rpc/action/notification validation by Michal Vasko · 4 years, 6 months ago
  33. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  34. 44685da xml parser NEW opaque parsing of invalid values/lists by Michal Vasko · 4 years, 6 months ago
  35. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  36. 9f96a05 data tree CHANGE lyd_attr -> lyd_meta by Michal Vasko · 4 years, 7 months ago
  37. 5b37a35 validation NEW state data checking by Michal Vasko · 4 years, 7 months ago
  38. c193ce9 validation NEW if-feature validation by Michal Vasko · 4 years, 7 months ago
  39. 0249f7c data tree CHANGE insert updates by Michal Vasko · 4 years, 7 months ago
  40. b1b5c26 validation CHANGE validation tasks order fixes by Michal Vasko · 4 years, 7 months ago
  41. f03ed03 validation NEW duplicate instances by Michal Vasko · 4 years, 7 months ago
  42. 013a818 data tree NEW api functions for creating nodes 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. 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 7 months ago
  45. 9b368d3 validation NEW default values creation by Michal Vasko · 4 years, 7 months ago
  46. 90932a9 parser xml CHANGE non-xml specific functions made separate by Michal Vasko · 4 years, 7 months ago
  47. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  48. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  49. a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 8 months ago
  50. 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
  51. 950f6a5 types CHANGE redesign storing canonical values by Radek Krejci · 5 years ago
  52. 5ec7cda data tree NEW getting string value and data path by Michal Vasko · 5 years ago
  53. 38d8536 annotation CHANGE WIP parsing XML attributes as YANG metadata annotations by Radek Krejci · 5 years ago
  54. 0fe9b51 schema compile CHANGE order keys at the beginning of the children list by Radek Krejci · 5 years ago
  55. 22ebdba tree schema FEATURE lyd_dup() for data node duplication by Radek Krejci · 5 years ago
  56. f3b6fec data parsers CHANGE simplify API of data parser functions by Radek Krejci · 5 years ago
  57. f6aa45c data tree BUGFIX incorrect use of logical not in lyd_compare() by Radek Krejci · 5 years ago
  58. 1f05b6a data tree FEATURE use hashes of data nodes to be able to compare them effectively by Radek Krejci · 5 years ago
  59. 62903c3 data type CHANGE clarify and simplify information about lyd_value's type by Radek Krejci · 5 years ago
  60. 576b23f data FEATURE add helpers functions to work with data trees (sized arrays) by Radek Krejci · 5 years ago
  61. 5af0484 data BUGFIX correct return code from lyd_value_compare() by Radek Krejci · 5 years ago
  62. 3c9758d data types FEATURE support for leafref data by Radek Krejci · 5 years ago
  63. 73dead2 data types CHANGE simplify data types plugins API by Radek Krejci · 5 years ago
  64. 084289f data types CHANGE validate instance-identifier values by Radek Krejci · 5 years ago
  65. 5819f7c FEATURE patterns evaluation support by Radek Krejci · 5 years ago
  66. 357398c data tree MAINTENANCE do not use strlen as a variable name to avoid confusion by Radek Krejci · 5 years ago
  67. e92210c data types BUGFIX several tests and bugfixes for parsing binary values from XML by Radek Krejci · 5 years ago
  68. df3da79 BUGFIX NULL pointer dereference by Radek Krejci · 5 years ago
  69. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago