1. 9acaf49 libyang BUGFIX memory leaks by Michal Vasko · 4 years, 1 month ago
  2. 4189c0f parsers BUGFIX assigning the resulting tree by Michal Vasko · 4 years, 1 month ago
  3. ccc062a schema compile REFACTOR separate deviate functions by Michal Vasko · 4 years, 1 month ago
  4. 03fa8e8 schema compile BUGFIX missing check of the function return value by Radek Krejci · 4 years, 1 month ago
  5. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  6. 1a3dc3b schema compile REFACTOR apply_deviation function by Michal Vasko · 4 years, 1 month ago
  7. c6b4f44 schema compile BUGFIX importing grouping with choice into another choice's case by Radek Krejci · 4 years, 1 month ago
  8. 5c4ed7b schema compile MAINTENANCE improve warning text by the path by Radek Krejci · 4 years, 1 month ago
  9. 3942480 schema compile BUGFIX inserting node into choice by Radek Krejci · 4 years, 1 month ago
  10. 120d854 schema compile BUGFIX missing module info in comple context when precompiling features by Radek Krejci · 4 years, 1 month ago
  11. 32ac994 json parser REFACTOR remove labels in recursive function by Michal Vasko · 4 years, 1 month ago
  12. cf770e2 parsers FEATURE accept only subtree for notif and RPC by Michal Vasko · 4 years, 1 month ago
  13. a5da329 xml parser REFACTOR parse subtrees instead of siblings by Michal Vasko · 4 years, 1 month ago
  14. cabe070 json parser REFACTOR removed attribute label by Michal Vasko · 4 years, 1 month ago
  15. 5536d28 data FEATURE printer for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  16. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  17. 0ad51f1 context FEATURE add alternative module search functions by Radek Krejci · 4 years, 2 months ago
  18. 50f0c6b data FEATURE generic JSON format parser by Radek Krejci · 4 years, 3 months ago
  19. 8ee464a data tree BUGFIX macro meaning changed by Michal Vasko · 4 years, 1 month ago
  20. 3f5fa76 printer BUGFIX allow printing empty data trees by Michal Vasko · 4 years, 1 month ago
  21. bd755db data tree FEATURE macros for common generic pointers by Michal Vasko · 4 years, 1 month ago
  22. 0c03f14 set FEATURE add data/schema node pointer by Michal Vasko · 4 years, 1 month ago
  23. 6653581 diff BUGFIX function renamed by Michal Vasko · 4 years, 1 month ago
  24. a276cd9 data tree FEATURE children iterator by Michal Vasko · 4 years, 1 month ago
  25. de79e22 context FETAURE internal module count of a context by Michal Vasko · 4 years, 1 month ago
  26. 1c9e79f schema tree BUGFIX dfs for const schema nodes by Michal Vasko · 4 years, 1 month ago
  27. 56daf73 data tree REFACTOR data DFS should match schema DFS by Michal Vasko · 4 years, 1 month ago
  28. d43d71a schema tree FEATURE getter for expr from parsed xpath by Michal Vasko · 4 years, 2 months ago
  29. 04f8591 diff FEATURE function for 2 subtree diff merge by Michal Vasko · 4 years, 2 months ago
  30. bc5fba9 diff BUGFIX set both callback parameters by Michal Vasko · 4 years, 2 months ago
  31. 44b19a1 data tree FEATURE no_config new_implicit flag by Michal Vasko · 4 years, 2 months ago
  32. a6669ba data tree FEATURE lyd_new_implicit* functions by Michal Vasko · 4 years, 2 months ago
  33. c118ae2 schema tree DOC update comment by Michal Vasko · 4 years, 2 months ago
  34. ba417ac schema tree FEATURE presence flag even for NP containers by Michal Vasko · 4 years, 2 months ago
  35. fb737aa data tree CHANGE switch diff merge parameters by Michal Vasko · 4 years, 2 months ago
  36. 8b06a5e path FEATURE new path prefix format by Michal Vasko · 4 years, 2 months ago
  37. c000427 data tree FEATURE anydata copy function made public by Michal Vasko · 4 years, 2 months ago
  38. 11deea1 schema tree BUGFIX memory leak by Michal Vasko · 4 years, 2 months ago
  39. cbca270 Merge pull request #1160 from CESNET/submodules by Radek Krejci · 4 years, 2 months ago
  40. 93b18da xpath BUGFIX prefix resolution module by Michal Vasko · 4 years, 2 months ago
  41. d8958df validation BUGFIX non-compatible structs by Michal Vasko · 4 years, 2 months ago
  42. 072de48 schema tree FEATURE lys_find_xpath() function by Michal Vasko · 4 years, 2 months ago
  43. 2bb55bc yang printer MAINTENANCE formatting by Michal Vasko · 4 years, 2 months ago
  44. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  45. 65de040 schema tree FEATURE data schema path by Michal Vasko · 4 years, 2 months ago
  46. f937cfe data tree REFCTOR move prefix callbacks to plugins types by Michal Vasko · 4 years, 2 months ago
  47. 3701af5 data tree FEATURE optional realtype of validated value by Michal Vasko · 4 years, 2 months ago
  48. 790b2bc data tree FEATURE path format with no ending predicate by Michal Vasko · 4 years, 2 months ago
  49. 308d0a7 context FEATURE ly_ctx_get_node() function by Michal Vasko · 4 years, 2 months ago
  50. 5632e0d diff BUGFIX recursive delete and leaf default values by Michal Vasko · 4 years, 2 months ago
  51. 11a8143 data tree BUGFIX unreachable code by Michal Vasko · 4 years, 2 months ago
  52. 8f359bf data tree REFACTOR lyd_compare suffix variations by Michal Vasko · 4 years, 2 months ago
  53. 4c7763f xpath FEATURE number/literal canonization by Michal Vasko · 4 years, 2 months ago
  54. 38c2ba7 test NEW target test by Michal Vasko · 4 years, 2 months ago
  55. aa45bda libyang BUGFIX presence of the compat.h include by Radek Krejci · 4 years, 2 months ago
  56. cc3a1b6 tests FEATURE check presence of the compat.h include by Radek Krejci · 4 years, 2 months ago
  57. 2fd91b9 schema tree FEATURE every schema node has a priv pointer by Michal Vasko · 4 years, 2 months ago
  58. e0dd59d xpath FEATURE metadata and derived-from() support by Michal Vasko · 4 years, 2 months ago
  59. 82c31e6 schema tree FEATURE force feature enable and disable by Michal Vasko · 4 years, 2 months ago
  60. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  61. ab49dbe data tree BUGFIX correct default flag when unlinking for NP containers by Michal Vasko · 4 years, 2 months ago
  62. 4c583e8 tree REFACTOR basic adjustments based on new strict ordering by Michal Vasko · 4 years, 2 months ago
  63. b104f11 data tree FEATURE schema-ordering of data by Michal Vasko · 4 years, 2 months ago
  64. 4a4c7ed hash table REFACTOR unify reutrn values by Michal Vasko · 4 years, 2 months ago
  65. b98d708 diff BUGFIX redundant check by Michal Vasko · 4 years, 2 months ago
  66. 6027eb9 data tree BUGFIX new top-level nodes need parent or ret value by Michal Vasko · 4 years, 2 months ago
  67. 4afb24e doc BUGFIX clarify OPAQ and STRICT usage for LYB by Michal Vasko · 4 years, 2 months ago
  68. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  69. dcd356f doc BUGFIX update doxygen by Michal Vasko · 4 years, 2 months ago
  70. 751cb4d data tree REFACTOR hash calculation by Michal Vasko · 4 years, 2 months ago
  71. f2eb8af parser BUGFIX fd error value by Michal Vasko · 4 years, 2 months ago
  72. da85903 data tree BUGFIX change how hash matching is performed by Michal Vasko · 4 years, 2 months ago
  73. 9eb2a37 build BUGFIX missing public header installation by Michal Vasko · 4 years, 2 months ago
  74. b225882 build FEATURE ABI check (#1143) by Radek Krejci · 4 years, 2 months ago
  75. 53bf6f2 diff MAINTENANCE return check by Michal Vasko · 4 years, 2 months ago
  76. 795b375 schema compile FEATURE ordered augment connect by Michal Vasko · 4 years, 2 months ago
  77. 4231fb6 data tree FEATURE function for diff reverse by Michal Vasko · 4 years, 2 months ago
  78. 4158635 data tree FEATURE function for changing metadata value by Michal Vasko · 4 years, 2 months ago
  79. 8104fd4 validation FEATURE optional diff creation by Michal Vasko · 4 years, 2 months ago
  80. 33185cb diff BUGFIX insufficient includes/feature macro for strdup on OSX by Radek Krejci · 4 years, 2 months ago
  81. 7f769d7 libyang MAINTENANCE init variables by Radek Krejci · 4 years, 2 months ago
  82. 204c54c diff BUGFIX add missing include of compat.h by Radek Krejci · 4 years, 2 months ago
  83. 200f106 libyang BUGFIX check return code of asprintf() by Radek Krejci · 4 years, 2 months ago
  84. 82fa8d4 trees BUGFIX checking failure of the called functions by Radek Krejci · 4 years, 2 months ago
  85. e6323f6 diff FEATURE merge diff by Michal Vasko · 4 years, 2 months ago
  86. 25a3282 data tree FEATURE dup and find for metadata by Michal Vasko · 4 years, 2 months ago
  87. 61551fa data tree FEATURE dedicated any value setting function by Michal Vasko · 4 years, 2 months ago
  88. 4ba6aef data tree BUGFIX do not remove dflt from nodes by Michal Vasko · 4 years, 2 months ago
  89. 0b24538 data tree BUGFIX wrong variable used by Michal Vasko · 4 years, 2 months ago
  90. b3ddccb data tree BUGFIX use ENOT for false compare by Michal Vasko · 4 years, 2 months ago
  91. cb017cc xml BUGFIX heap oob crash issues in lyxml_parse_value (#1129) by Juraj Vijtiuk · 4 years, 3 months ago
  92. d59035b diff REFACTOR put diff into separate source/header by Michal Vasko · 4 years, 3 months ago
  93. 26e8001 validation CHANGE validating single module data by Michal Vasko · 4 years, 3 months ago
  94. fbed4ea validation BUGFIX import fix by Michal Vasko · 4 years, 3 months ago
  95. 6d49766 data parser MAINTENANCE minor fixes by Michal Vasko · 4 years, 3 months ago
  96. ed4fcfe libyang MAINTENANCE fox uninitialized vars warnings by Michal Vasko · 4 years, 3 months ago
  97. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  98. 208e4ea build CHANGE use -Og instead of -O0 for debug builds by Radek Krejci · 4 years, 3 months ago
  99. cb1b7c0 xpath MAINTENANCE simplify node replace in moveto_node_hash by Michal Vasko · 4 years, 3 months ago
  100. 99c7164 xpath BUGFIX wrong malloc size by Michal Vasko · 4 years, 3 months ago