1. 59892dd libyang REFACTOR minor file reorganization by Michal Vasko · 2 years, 4 months ago[Renamed (77%) from src/tree_data_helpers.c]
  2. f4e6392 tree data BUGFIX error for opaque node without module by Michal Vasko · 2 years, 5 months ago
  3. ec139eb tree data BUGFIX handle opaque nodes by Michal Vasko · 2 years, 5 months ago
  4. c0f9c4c tree data helpers BUGFIX store prefix for unprefixed value by Michal Vasko · 2 years, 5 months ago
  5. 89afc6e tree data helpers REFACTOR redundant condition by Michal Vasko · 2 years, 5 months ago
  6. ac6f4be validation UPDATE improve opaque node error messages by Michal Vasko · 2 years, 5 months ago
  7. 305c6cb tree data BUGFIX check extensions with no plugins by Michal Vasko · 2 years, 5 months ago
  8. 8cc3f66 schema mount UPDATE support for creating nested data by Michal Vasko · 2 years, 6 months ago
  9. 294e7f0 tree data UPDATE store default NS for XML prefix data by Michal Vasko · 2 years, 7 months ago
  10. bfff6ac tree data FEATURE print opaq node parsing errors by Michal Vasko · 2 years, 7 months ago
  11. b17efe9 MSVC: preserve date-and-time with unspecified TZ by Jan Kundrát · 2 years, 7 months ago
  12. ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 8 months ago
  13. c53a7ec MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  14. e182a27 Allow building on platforms without `struct tm.tm_gmtoff`, `timezone`, `daylight` by Jan Kundrát · 2 years, 10 months ago
  15. d2f404f tree data helpers BUGFIX move iterator by Michal Vasko · 2 years, 11 months ago
  16. a41826a tree data helpers BUGFIX unknown top-level opaque node by Michal Vasko · 2 years, 11 months ago
  17. 106f086 tree data FEATURE lyd_new_path() relative paths for opaque parents by Michal Vasko · 2 years, 11 months ago
  18. 3bda573 tree data MAINTENANCE unused variable by Michal Vasko · 3 years ago
  19. ef53c81 tree schema FEATURE schema node module owner func by Michal Vasko · 3 years ago
  20. df23eee tree_data FEATURE add XPath variable bindings by aPiecek · 3 years ago
  21. 59e90fc libyang BUGFIX invalid use of void * by Michal Vasko · 3 years ago
  22. bd15700 ly_time_ts2str: check against a negative value as well by Jan Kundrát · 3 years, 1 month ago
  23. 7297506 tree data BUGFIX init fractions with zero chars by Michal Vasko · 3 years, 1 month ago
  24. 2beea0c tree data BUGFIX trailing zeroes cannot be ignored by Michal Vasko · 3 years, 1 month ago
  25. 5c5ee70 tree data FEATURE check nanosecond validity by Michal Vasko · 3 years, 1 month ago
  26. f9b6834 tree data REFACTOR data unres sets naming unified by Michal Vasko · 3 years, 2 months ago
  27. 598063b validation BUGFIX keeping track of first top-level sibling by Michal Vasko · 3 years, 2 months ago
  28. 8f49075 libyang BUGFIX do not include non-standard headers by Michal Vasko · 3 years, 3 months ago
  29. 143ffa8 tree data BUGFIX too small buffer by Michal Vasko · 3 years, 4 months ago
  30. 43297a0 data tree FEATURE public functions for working with date-and-time by Michal Vasko · 3 years, 4 months ago
  31. d7c048c data tree REFACTOR make dup-inst handling generic by Michal Vasko · 3 years, 4 months ago
  32. e3f828d common CHANGE ly_value_prefix_next returns LY_ERR by aPiecek · 3 years, 5 months ago
  33. ab40e7e data helpers BUGFIX check input by Michal Vasko · 3 years, 5 months ago
  34. 3387602 tree DOC minor improvements by Michal Vasko · 3 years, 5 months ago
  35. 46bd21b data tree REFACTOR add canonical getter for lyd_value by Christian Hopps · 3 years, 5 months ago
  36. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  37. 995784f libyang REFACTOR rename lyd_value.canonical to lyd_value._canonical by Radek Krejci · 3 years, 5 months ago
  38. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  39. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  40. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  41. 11f76c8 lyb FEATURE thread-safe cached hash generation by Michal Vasko · 3 years, 5 months ago
  42. 71877df data BUGFIX check input node when anydata/anyxml expected by Radek Krejci · 3 years, 6 months ago
  43. 83436bc tree_data_helpers CHANGE used ly_value_prefix_next by aPiecek · 3 years, 6 months ago
  44. 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 6 months ago
  45. 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 6 months ago
  46. d64d646 types CHANGE extend functions' usability with declaring parameter const by Radek Krejci · 3 years, 6 months ago
  47. 9905252 data REFACTOR use internal function instead of types plugins wrapper by Radek Krejci · 3 years, 6 months ago
  48. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  49. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  50. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  51. e066574 data tree FEATURE support for NETCONF messages by Michal Vasko · 3 years, 7 months ago
  52. a820c31 data tree FEATURE function getting string from anydata by Michal Vasko · 3 years, 8 months ago
  53. e180ed0 dict FEATURE detect errors in lydict_remove by Michal Vasko · 3 years, 8 months ago
  54. 5961897 data tree REFACTOR inline access functions, cleanup includes by Christian Hopps · 3 years, 8 months ago
  55. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  56. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  57. a5705e5 schema helpers BUGFIX action and notification node when access by Michal Vasko · 3 years, 10 months ago
  58. d3bb12f data tree BUGFIX keep first sibling pointer correct by Michal Vasko · 3 years, 10 months ago
  59. 7ed1fcb path FEATURE print prefix format in string by Michal Vasko · 3 years, 10 months ago
  60. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  61. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  62. 6b5cb2a data tree REFACTOR unify value prefix storing by Michal Vasko · 3 years, 10 months ago
  63. 8207e7e data tree FEATURE lyd_has_when function by Michal Vasko · 3 years, 11 months ago
  64. 0f3377d data parser CHANGE remove trusted flag by Michal Vasko · 3 years, 11 months ago
  65. 784d6be tree data BUGFIX do not evaluate when when not validating by Michal Vasko · 3 years, 11 months ago
  66. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  67. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  68. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  69. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  70. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  71. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  72. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  73. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  74. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  75. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  76. b7be7a8 libyang REFACTOR unify lyd_node macros by Michal Vasko · 4 years, 1 month ago
  77. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  78. a6669ba data tree FEATURE lyd_new_implicit* functions by Michal Vasko · 4 years, 2 months ago
  79. c000427 data tree FEATURE anydata copy function made public by Michal Vasko · 4 years, 2 months ago
  80. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  81. 82fa8d4 trees BUGFIX checking failure of the called functions by Radek Krejci · 4 years, 2 months ago
  82. 61551fa data tree FEATURE dedicated any value setting function by Michal Vasko · 4 years, 3 months ago
  83. 26e8001 validation CHANGE validating single module data by Michal Vasko · 4 years, 3 months ago
  84. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  85. 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 3 months ago
  86. ad97c5f libyang BUGFIX cleanup of headers includes by Radek Krejci · 4 years, 3 months ago
  87. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  88. 0409164 data tree BUGFIX opaq node handling by Michal Vasko · 4 years, 3 months ago
  89. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  90. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  91. dae0ee8 data CHANGE remove const from return type of lyd_node_children() by Radek Krejci · 4 years, 5 months ago
  92. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  93. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  94. 9f96a05 data tree CHANGE lyd_attr -> lyd_meta by Michal Vasko · 4 years, 7 months ago
  95. c193ce9 validation NEW if-feature validation by Michal Vasko · 4 years, 7 months ago
  96. b1b5c26 validation CHANGE validation tasks order fixes by Michal Vasko · 4 years, 7 months ago
  97. 9b368d3 validation NEW default values creation by Michal Vasko · 4 years, 7 months ago
  98. a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 8 months ago
  99. 26a5dfb XML printer FEATURE support for actions and anydata by Radek Krejci · 5 years ago
  100. f3b6fec data parsers CHANGE simplify API of data parser functions by Radek Krejci · 5 years ago