1. 3383be7 data tree BUGFIX set default flags for NP conts by Michal Vasko · 3 years, 11 months ago
  2. 5347e3a compile schema REFACTOR simplify compile array macros by Michal Vasko · 3 years, 11 months ago
  3. c5b59af json printer BUGFIX missing union print by Michal Vasko · 3 years, 11 months ago
  4. 916aefb schema compile REFACTOR recompilation function by Michal Vasko · 3 years, 11 months ago
  5. b2d55bf schema compile REFACTOR remove lysp_module_find_prefix by Michal Vasko · 3 years, 11 months ago
  6. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  7. b93bd41 schema BUGFIX handle empty subtrees in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  8. ff2dbc5 schema tree BUGFIX handling empty cases in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  9. f6a0737 tests MAINTENANCE fix test_parser_yin ASAN stack overflow by Juraj Vijtiuk · 3 years, 11 months ago
  10. 7132fc5 doc FEATURE building process description by Radek Krejci · 4 years ago
  11. b100b19 doc CHANGE reflect added LY_CTX_REF_IMPLEMENTED in docs by Radek Krejci · 4 years ago
  12. a8c71e6 doc MAINTENANCE typos by Radek Krejci · 4 years ago
  13. bd6de2b tree schema REFACTOR remove parsed node pointer by Michal Vasko · 4 years ago
  14. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  15. f1ab44f schema tree FEATURE functions for lysc node full dfs by Michal Vasko · 4 years ago
  16. 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years ago
  17. 2a66871 tree schema FEATURE functions for schema iteration including inout by Michal Vasko · 4 years ago
  18. ae15966 libyang FORMAT uncrustify fixes by Michal Vasko · 4 years ago
  19. ae87566 path FEATURE duplicate value types in predicates by Michal Vasko · 4 years ago
  20. dde178a schema tree BUGFIX returning to parent from inout node by Michal Vasko · 4 years ago
  21. 75620aa schema compile BUGFIX anyxml/anydata use warning by Michal Vasko · 4 years ago
  22. f7e16e2 path REFACTOR nodes are not needed when freeing predicate values by Michal Vasko · 4 years ago
  23. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  24. 48cec8c json parser BUGFIX processing "{}" is not correctly handled by Michal Vasko · 4 years ago
  25. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  26. cfaff23 schema compile FEATURE check only xpaths with all implemented modules by Michal Vasko · 4 years ago
  27. acb8e74 yang printer BUGFIX list printing by Michal Vasko · 4 years ago
  28. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  29. 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 1 month ago
  30. 239c38a type plugins CHANGE rename ly_get_prefix() and ly_resolve_prefix() by Radek Krejci · 4 years ago
  31. 0b468e6 xpath FEATURE improve token error messages by Michal Vasko · 4 years ago
  32. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  33. 09edca8 test MAINTENANCE remove unused function by Michal Vasko · 4 years ago
  34. aef00cb doc MAINTENANCE improve ctx node purpose in path by Michal Vasko · 4 years ago
  35. cb8c6d4 path BUGFIX check mandatory .. in relative leafref by Michal Vasko · 4 years ago
  36. 7d1d091 xpath BUGFIX control flow issue by Michal Vasko · 4 years ago
  37. ed213e1 test MAINTENANCE fix function casting warnings by Michal Vasko · 4 years ago
  38. 1258ed4 test NEW deviation causing submodule prefix to be used by Michal Vasko · 4 years ago
  39. 997f982 plugins types BUGFIX check module is implemented using the flag by Michal Vasko · 4 years ago
  40. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  41. c979558 plugins types FEATURE resolved schema prefix format by Michal Vasko · 4 years ago
  42. 68433c9 logger CHANGE rename ly_verb_dbg() to ly_log_dbg_groups() by Radek Krejci · 4 years ago
  43. 52ca92d set BUGFIX align ly_set_merge() with the latest changes in ly_set_add() by Radek Krejci · 4 years ago
  44. 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years ago
  45. 092e33c data tree CHANGE rename pathoptions by Radek Krejci · 4 years ago
  46. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  47. 52b6d51 logger CHANGE rename ly_verb() to ly_log_level() by Radek Krejci · 4 years ago
  48. 56a9847 schema tree CHANGE remove lys_find_node() from the API by Radek Krejci · 4 years ago
  49. 9e9f26d xpath BUGFIX handle top-level foreign augments by Michal Vasko · 4 years ago
  50. 4865ac4 schema compile BUGFIX compile when only once the node is connected by Michal Vasko · 4 years ago
  51. ceab6dd schema tree FEATURE when in compiled actions and notifs by Michal Vasko · 4 years ago
  52. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  53. 08dc70b json FORMAT split large macro into code by Michal Vasko · 4 years ago
  54. 2b7e558 schema compile FORMAT always use braces for loops by Michal Vasko · 4 years ago
  55. 61d7636 json parser FORMAT redundant semicolon by Michal Vasko · 4 years ago
  56. 891d753 uncrustify FORMAT minor problems in recent changes by Michal Vasko · 4 years ago
  57. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years ago
  58. ae867c7 tree MAINTENANCE standard include by Michal Vasko · 4 years ago
  59. 6229db0 context REFACTOR rename data_path to path by Michal Vasko · 4 years ago
  60. 4b1cd7a plugins types REFACTOR error handling by Michal Vasko · 4 years ago
  61. 5bcc33b hash table BUGFIX invalid length when resizing dict by Michal Vasko · 4 years ago
  62. 8ce5135 schme compile BUGFIX compiled extension should use the local module by Michal Vasko · 4 years ago
  63. 5516b70 schema tree DOC typo by Michal Vasko · 4 years ago
  64. 72619ce schema tree REFACTOR rename path_context to path_mod by Michal Vasko · 4 years ago
  65. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  66. e9c050f schema tree FEATURE support deviation type prefixes by Michal Vasko · 4 years ago
  67. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  68. 87a97f4 schema tree BUGFIX update set id on any feature changes by Michal Vasko · 4 years ago
  69. 64401e2 build BUGFIX do not use cmake_minimum_required() multiple times by Radek Krejci · 4 years ago
  70. 88ad4be build FEATURE new build type to generate only docs without building sources by Radek Krejci · 4 years ago
  71. 946eae5 plugins type BUGFIX use after free by Michal Vasko · 4 years ago
  72. feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years ago
  73. 1961125 data tree CHANGE provide lyd_is_default() by Radek Krejci · 4 years ago
  74. a1c0c70 fuzz TEST add regression testing for lyd_parse_mem JSON by Juraj Vijtiuk · 4 years ago
  75. af70245 schema compile BUGFIX memory leaks by Michal Vasko · 4 years ago
  76. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  77. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  78. fdf2d35 fuzz CHANGE update fuzz README by Juraj Vijtiuk · 4 years ago
  79. 419cdc6 fuzz CHANGE rename fuzz regression tests to start with regress_fuzz_ prefix by Juraj Vijtiuk · 4 years ago
  80. dba2881 fuzz BUGFIX fix fuzz harness function signature compilation warnings by Juraj Vijtiuk · 4 years ago
  81. 2bab6f2 fuzz CHANGE add fuzz_ prefix to fuzz regression tests by Juraj Vijtiuk · 4 years ago
  82. bef5faf fuzz BUGFIX fix build issues with fuzz regression tests by Juraj Vijtiuk · 4 years ago
  83. b0402eb fuzz TEST document fuzzing regression testing by Juraj Vijtiuk · 4 years ago
  84. e42c6c9 fuzz REFACTOR remove unnecessary string.h header from lyd_parse_mem harness by Juraj Vijtiuk · 4 years ago
  85. d798942 fuzz TEST add regression testing for previous issues found by fuzzing by Juraj Vijtiuk · 4 years ago
  86. a7ade84 fuzzing BUGFIX fuzz harnesses by Luka Koznjak · 4 years ago
  87. 8398de2 doc CHANGE styling for better readability on wide displays by Jakub Man · 4 years ago
  88. 1734be9 xpath RFEACTOR expr_dup LY_ERR return (#1206) by Michal Vasko · 4 years ago
  89. 284f31f JSON data parser BUGFIX checking empty input by Radek Krejci · 4 years ago
  90. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  91. c9e64a6 log CHANGE use ly_vecode only if really necessary by Radek Krejci · 4 years ago
  92. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  93. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  94. 572ee60 log FEATURE new ly_err_last() function to directly get the latest error in the context by Radek Krejci · 4 years ago
  95. e65b915 types BUGFIX memory leak by Radek Krejci · 4 years ago
  96. 8f5fad2 libyang BUGFIX uninitialized variables by Radek Krejci · 4 years ago
  97. bb8f376 types BUGFIX memory leaks by Radek Krejci · 4 years ago
  98. d46e46a data parsers BUGFIX memory leaks by Radek Krejci · 4 years ago
  99. 87e2525 schema compile BUGFIX memory leaks by Radek Krejci · 4 years ago
  100. f027df7 schema parsers BUGFIX setting correct return error code by Radek Krejci · 4 years ago