1. 87d6bf6 tree data BUGFIX avoid modifying hash table on search by Michal Vasko · 11 months ago
  2. 21c11c2 tree data UPDATE schema node getter func by Michal Vasko · 12 months ago
  3. 989cdb4 tree data BUGFIX check for valid UTF-8 strings by Michal Vasko · 12 months ago
  4. 420cc25 tree data BUGFIX lyd_owner_module behavior now consistent by Michal Vasko · 1 year, 1 month ago
  5. 9d9b88d tree data BUGFIX opaque error for nested opaque nodes by Michal Vasko · 1 year, 1 month ago
  6. a878a89 parser UPDATE guess opaque node schema nodes by Michal Vasko · 1 year, 1 month ago
  7. a26babd tree data BUGFIX opaque node keys checking by Michal Vasko · 1 year, 1 month ago
  8. e50a0b5 tree data REFACTOR variable reuse by Michal Vasko · 1 year, 1 month ago
  9. ccd1fa6 tree data UPDATE improve error path by Michal Vasko · 1 year, 1 month ago
  10. d8a5201 tree data UPDATE lyd_find_sibling_* must ignore opaque nodes by Michal Vasko · 1 year, 1 month ago
  11. 7b3a00e libyang REFACTOR add more compiler printf attributes by Michal Vasko · 1 year, 1 month ago
  12. 2b7e161 date and time UPDATE gross errors check by Michal Vasko · 1 year, 2 months ago
  13. f30bcf1 tree data BUGFIX iterator var by Michal Vasko · 1 year, 2 months ago
  14. 583b464 parser json UPDATE support for opaque nodes with invalid-encoded value by Michal Vasko · 1 year, 4 months ago
  15. 9b56033 tree data BUGFIX local timezone depends on the timestamp by Michal Vasko · 1 year, 5 months ago
  16. ae130f5 hash table FEATURE make hash table public by Michal Vasko · 1 year, 5 months ago
  17. 09fbb81 tree data UPDATE consider parent module as opaque node owner module by Michal Vasko · 1 year, 5 months ago
  18. 0c36155 tree data UPDATE accept NULL value to validate by Michal Vasko · 1 year, 6 months ago
  19. 8efac24 hash table REFACTOR use unified struct names by Michal Vasko · 1 year, 6 months ago
  20. e50b98d tree data BUGFIX account for DST in timezone offset by Michal Vasko · 1 year, 6 months ago
  21. 9018996 path FEATURE variables instead of values by Michal Vasko · 1 year, 7 months ago
  22. 6727c68 validation OPTIMIZE set log nodes only before an error by Michal Vasko · 1 year, 7 months ago
  23. 9697cc6 tree data BUGFIX redundant header removed by Michal Vasko · 1 year, 7 months ago
  24. f17bb2a tree data UPDATE portable timezone fix by Michal Vasko · 1 year, 7 months ago
  25. 271d2e3 tree data OPTIMIZE use hash table for dup inst cache by Michal Vasko · 1 year, 8 months ago
  26. ebc3f40 tree data common UPDATE avoid NULL module name by Michal Vasko · 1 year, 10 months ago
  27. 4754d4a tree data UPDATE updating NP cont dflt flag by Michal Vasko · 1 year, 10 months ago
  28. 66330fc xpath UPDATE schema xpath support for ext snodes by Michal Vasko · 1 year, 10 months ago
  29. df8ebf6 tree data FEATURE compare on opaque nodes by Michal Vasko · 1 year, 11 months ago
  30. 26bbb27 build UPDATE uncrustify version 0.71 -> 0.75 by Michal Vasko · 2 years, 2 months ago
  31. 21beaeb tree data UPDATE handle no siblings by Michal Vasko · 2 years, 2 months ago
  32. 31bac38 tree data UPDATE find schema ext data support by Michal Vasko · 2 years, 2 months ago
  33. 4525e1f tree data UPDATE expect valid data for merge by Michal Vasko · 2 years, 2 months ago
  34. f8da268 tree data UPDATE always log invalid value schema by Michal Vasko · 2 years, 3 months ago
  35. 959f8d8 log CHANGE message improvements by Michal Vasko · 2 years, 3 months ago
  36. 3dd16da tree data BUGFIX validating NULL values by Michal Vasko · 2 years, 3 months ago
  37. 83ae777 tree data UPDATE invalid duplicate instances by Michal Vasko · 2 years, 4 months ago
  38. 95c6d5c parser REFACTOR move parser functions by Michal Vasko · 2 years, 4 months ago
  39. eaf998c tree data REFACTOR formatting by Michal Vasko · 2 years, 4 months ago
  40. 59892dd libyang REFACTOR minor file reorganization by Michal Vasko · 2 years, 4 months ago[Renamed (77%) from src/tree_data_helpers.c]
  41. f4e6392 tree data BUGFIX error for opaque node without module by Michal Vasko · 2 years, 5 months ago
  42. ec139eb tree data BUGFIX handle opaque nodes by Michal Vasko · 2 years, 5 months ago
  43. c0f9c4c tree data helpers BUGFIX store prefix for unprefixed value by Michal Vasko · 2 years, 5 months ago
  44. 89afc6e tree data helpers REFACTOR redundant condition by Michal Vasko · 2 years, 5 months ago
  45. ac6f4be validation UPDATE improve opaque node error messages by Michal Vasko · 2 years, 5 months ago
  46. 305c6cb tree data BUGFIX check extensions with no plugins by Michal Vasko · 2 years, 5 months ago
  47. 8cc3f66 schema mount UPDATE support for creating nested data by Michal Vasko · 2 years, 6 months ago
  48. 294e7f0 tree data UPDATE store default NS for XML prefix data by Michal Vasko · 2 years, 7 months ago
  49. bfff6ac tree data FEATURE print opaq node parsing errors by Michal Vasko · 2 years, 7 months ago
  50. b17efe9 MSVC: preserve date-and-time with unspecified TZ by Jan Kundrát · 2 years, 7 months ago
  51. ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 8 months ago
  52. c53a7ec MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  53. e182a27 Allow building on platforms without `struct tm.tm_gmtoff`, `timezone`, `daylight` by Jan Kundrát · 2 years, 10 months ago
  54. d2f404f tree data helpers BUGFIX move iterator by Michal Vasko · 2 years, 11 months ago
  55. a41826a tree data helpers BUGFIX unknown top-level opaque node by Michal Vasko · 2 years, 11 months ago
  56. 106f086 tree data FEATURE lyd_new_path() relative paths for opaque parents by Michal Vasko · 2 years, 11 months ago
  57. 3bda573 tree data MAINTENANCE unused variable by Michal Vasko · 3 years ago
  58. ef53c81 tree schema FEATURE schema node module owner func by Michal Vasko · 3 years ago
  59. df23eee tree_data FEATURE add XPath variable bindings by aPiecek · 3 years ago
  60. 59e90fc libyang BUGFIX invalid use of void * by Michal Vasko · 3 years ago
  61. bd15700 ly_time_ts2str: check against a negative value as well by Jan Kundrát · 3 years, 1 month ago
  62. 7297506 tree data BUGFIX init fractions with zero chars by Michal Vasko · 3 years, 1 month ago
  63. 2beea0c tree data BUGFIX trailing zeroes cannot be ignored by Michal Vasko · 3 years, 1 month ago
  64. 5c5ee70 tree data FEATURE check nanosecond validity by Michal Vasko · 3 years, 1 month ago
  65. f9b6834 tree data REFACTOR data unres sets naming unified by Michal Vasko · 3 years, 2 months ago
  66. 598063b validation BUGFIX keeping track of first top-level sibling by Michal Vasko · 3 years, 2 months ago
  67. 8f49075 libyang BUGFIX do not include non-standard headers by Michal Vasko · 3 years, 3 months ago
  68. 143ffa8 tree data BUGFIX too small buffer by Michal Vasko · 3 years, 4 months ago
  69. 43297a0 data tree FEATURE public functions for working with date-and-time by Michal Vasko · 3 years, 4 months ago
  70. d7c048c data tree REFACTOR make dup-inst handling generic by Michal Vasko · 3 years, 4 months ago
  71. e3f828d common CHANGE ly_value_prefix_next returns LY_ERR by aPiecek · 3 years, 5 months ago
  72. ab40e7e data helpers BUGFIX check input by Michal Vasko · 3 years, 5 months ago
  73. 3387602 tree DOC minor improvements by Michal Vasko · 3 years, 5 months ago
  74. 46bd21b data tree REFACTOR add canonical getter for lyd_value by Christian Hopps · 3 years, 5 months ago
  75. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  76. 995784f libyang REFACTOR rename lyd_value.canonical to lyd_value._canonical by Radek Krejci · 3 years, 5 months ago
  77. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  78. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  79. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  80. 11f76c8 lyb FEATURE thread-safe cached hash generation by Michal Vasko · 3 years, 5 months ago
  81. 71877df data BUGFIX check input node when anydata/anyxml expected by Radek Krejci · 3 years, 6 months ago
  82. 83436bc tree_data_helpers CHANGE used ly_value_prefix_next by aPiecek · 3 years, 6 months ago
  83. 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 6 months ago
  84. 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 6 months ago
  85. d64d646 types CHANGE extend functions' usability with declaring parameter const by Radek Krejci · 3 years, 6 months ago
  86. 9905252 data REFACTOR use internal function instead of types plugins wrapper by Radek Krejci · 3 years, 6 months ago
  87. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  88. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  89. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  90. e066574 data tree FEATURE support for NETCONF messages by Michal Vasko · 3 years, 7 months ago
  91. a820c31 data tree FEATURE function getting string from anydata by Michal Vasko · 3 years, 8 months ago
  92. e180ed0 dict FEATURE detect errors in lydict_remove by Michal Vasko · 3 years, 8 months ago
  93. 5961897 data tree REFACTOR inline access functions, cleanup includes by Christian Hopps · 3 years, 8 months ago
  94. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  95. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  96. a5705e5 schema helpers BUGFIX action and notification node when access by Michal Vasko · 3 years, 10 months ago
  97. d3bb12f data tree BUGFIX keep first sibling pointer correct by Michal Vasko · 3 years, 10 months ago
  98. 7ed1fcb path FEATURE print prefix format in string by Michal Vasko · 3 years, 10 months ago
  99. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  100. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago