1. 4b715ca diff FEATURE add orig-default meta for all changed leaves by Michal Vasko · 3 years, 11 months ago
  2. 871a025 data tree CHANGE preserve default flags in diff nodes by Michal Vasko · 3 years, 11 months ago
  3. 3655924 tests CHANGE add fuzz regression test for checking top-level object in JSON by Juraj Vijtiuk · 3 years, 11 months ago
  4. cd5f622 JSON parser BUGFIX check for the top-level object by Radek Krejci · 3 years, 10 months ago
  5. cdad712 xpath FEATURE ignore when state for lyd_find_xpath by Michal Vasko · 3 years, 11 months ago
  6. 8207e7e data tree FEATURE lyd_has_when function by Michal Vasko · 3 years, 11 months ago
  7. 2612319 data tree BUGFIX inserting before first node by Michal Vasko · 3 years, 11 months ago
  8. ee38a5d lyb parser REFACTOR formatting by Michal Vasko · 3 years, 11 months ago
  9. 610e93b diff BUGFIX orig-default meta is mandatory for leaf replace by Michal Vasko · 3 years, 11 months ago
  10. a24b9af transition DOC add paragraph about validation flags by Michal Vasko · 3 years, 11 months ago
  11. 0f3377d data parser CHANGE remove trusted flag by Michal Vasko · 3 years, 11 months ago
  12. 8612bc8 types BUGFIX checking integer's range by Radek Krejci · 3 years, 11 months ago
  13. 3c2dd6c diff MAINTENANCE safety check for coverity by Michal Vasko · 3 years, 11 months ago
  14. c205843 xpath BUGFIX inverted results of "!=" operator by Michal Vasko · 3 years, 11 months ago
  15. 0fdb0d9 xpath BUGFIX canonize values in the specific input format by Michal Vasko · 3 years, 11 months ago
  16. 784d6be tree data BUGFIX do not evaluate when when not validating by Michal Vasko · 3 years, 11 months ago
  17. 104fe96 tree data DOC warn about previous siblings for lyd_new_path by Michal Vasko · 3 years, 11 months ago
  18. 6ae16d6 tree data FORMAT formatting by Michal Vasko · 3 years, 11 months ago
  19. 552e112 tree data BUGFIX last node has depth 1 by Michal Vasko · 3 years, 11 months ago
  20. a808306 data tree BUGFIX do not use meta parent when comparing by Michal Vasko · 3 years, 11 months ago
  21. f756c94 tree data MEAINTENANCE safety assert for parent to be inner node by Michal Vasko · 3 years, 11 months ago
  22. 45b0d20 tree data BUGFIX decide path kind based on first node by Michal Vasko · 3 years, 11 months ago
  23. 49c39d8 data parsers REFACTOR unify unres set names by Michal Vasko · 3 years, 11 months ago
  24. b68571a in BUGFIX keep first meta instance pointer by Michal Vasko · 3 years, 11 months ago
  25. 0f5c6a5 diff BUGFIX do not reverse op for keys by Michal Vasko · 3 years, 11 months ago
  26. 2b18bf1 libyang MAINTENANCE uninitializes variables in optimized code by Radek Krejci · 3 years, 11 months ago
  27. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  28. d785726 yangre CHANGE use standard libyang API to validate patterns by Radek Krejci · 3 years, 11 months ago
  29. d8c83ca types BUGFIX duplicated logging of the data type plugin's error by Radek Krejci · 3 years, 11 months ago
  30. c5b54a0 libyang MAINTENANCE formatting by Radek Krejci · 3 years, 11 months ago
  31. 5ee14f3 docs BUGFIX update description of LY_ARRAY_FOR_INDEX() macro by Radek Krejci · 3 years, 11 months ago
  32. fba9c62 doc FEATURE transition manual by Radek Krejci · 3 years, 11 months ago
  33. 685ef86 build BUGFIX correct variable setting by Radek Krejci · 3 years, 11 months ago
  34. 4233f9b data FEATURE add lyd_first_sibling() function by Radek Krejci · 3 years, 11 months ago
  35. ca98914 data FEATURE add lyd_list_pos() function by Radek Krejci · 3 years, 11 months ago
  36. 490a546 schema REFACTOR lysc_is_* functions by Radek Krejci · 3 years, 11 months ago
  37. 02cce9f build CHANGE remove plugins_exts.h from public headers by Radek Krejci · 3 years, 11 months ago
  38. 15f10ab schema CHANGE remove lysp_type_free() from the public API by Radek Krejci · 3 years, 11 months ago
  39. 41ac994 data REFACTOR add possibility to create new nodes inside RPC's output by Radek Krejci · 3 years, 11 months ago
  40. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 4 years ago
  41. 0a60f1d context REFACTOR rename function for backward compatibility by Radek Krejci · 4 years ago
  42. 576f8fa doc BUGFIX doxygen groupings definitions by Radek Krejci · 4 years ago
  43. 0275cf6 validation BUGFIX avoid duplicit nodes in unres by Michal Vasko · 3 years, 11 months ago
  44. 53d97a1 validation DOC update comment by Michal Vasko · 3 years, 11 months ago
  45. e49b632 data tree BUGFIX even created NP cont must be added to implicit diff by Michal Vasko · 3 years, 11 months ago
  46. 8caadab diff BUGFIX only replace op uses orig-value metadata by Michal Vasko · 3 years, 11 months ago
  47. 0cadfcb data tree BUGFIX set when_true flag for implciti nodes by Michal Vasko · 3 years, 11 months ago
  48. d9062b0 schema compile BUGFIX implicit presence containers by Michal Vasko · 3 years, 11 months ago
  49. 45b521c schema tree FEATURE add internal standard module metadata by Michal Vasko · 3 years, 11 months ago
  50. 3e9bc2f schema tree FEATURE flag for internal parsed structures by Michal Vasko · 3 years, 11 months ago
  51. 69e6bbb yang parser FEATURE skip all superfluous characters by Michal Vasko · 3 years, 11 months ago
  52. c5e866a lyb FEATURE print/parse node flags by Michal Vasko · 3 years, 11 months ago
  53. 4a64832 fuzz FIX fuzz_regression_test opendir leak by Juraj Vijtiuk · 3 years, 11 months ago
  54. f9fc4d2 travis FEATURE add test job with ASAN and UBSAN by Juraj Vijtiuk · 3 years, 11 months ago
  55. 74c82ae schema compile MAINTENANCE null dereference by Michal Vasko · 3 years, 11 months ago
  56. 539c4a6 schema free MAINTENANCE safety check by Michal Vasko · 3 years, 11 months ago
  57. 2336cf5 schema tree BUGFIX module DFS must iterate over all top nodes by Michal Vasko · 3 years, 11 months ago
  58. 1d972ca schema tree BUGFIX array for macro needs correct type by Michal Vasko · 3 years, 11 months ago
  59. 3383be7 data tree BUGFIX set default flags for NP conts by Michal Vasko · 3 years, 11 months ago
  60. 5347e3a compile schema REFACTOR simplify compile array macros by Michal Vasko · 3 years, 11 months ago
  61. c5b59af json printer BUGFIX missing union print by Michal Vasko · 3 years, 11 months ago
  62. 916aefb schema compile REFACTOR recompilation function by Michal Vasko · 3 years, 11 months ago
  63. b2d55bf schema compile REFACTOR remove lysp_module_find_prefix by Michal Vasko · 3 years, 11 months ago
  64. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  65. b93bd41 schema BUGFIX handle empty subtrees in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  66. ff2dbc5 schema tree BUGFIX handling empty cases in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  67. f6a0737 tests MAINTENANCE fix test_parser_yin ASAN stack overflow by Juraj Vijtiuk · 3 years, 11 months ago
  68. 7132fc5 doc FEATURE building process description by Radek Krejci · 4 years ago
  69. b100b19 doc CHANGE reflect added LY_CTX_REF_IMPLEMENTED in docs by Radek Krejci · 4 years ago
  70. a8c71e6 doc MAINTENANCE typos by Radek Krejci · 4 years ago
  71. bd6de2b tree schema REFACTOR remove parsed node pointer by Michal Vasko · 4 years ago
  72. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  73. f1ab44f schema tree FEATURE functions for lysc node full dfs by Michal Vasko · 4 years ago
  74. 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years ago
  75. 2a66871 tree schema FEATURE functions for schema iteration including inout by Michal Vasko · 4 years ago
  76. ae15966 libyang FORMAT uncrustify fixes by Michal Vasko · 4 years ago
  77. ae87566 path FEATURE duplicate value types in predicates by Michal Vasko · 4 years ago
  78. dde178a schema tree BUGFIX returning to parent from inout node by Michal Vasko · 4 years ago
  79. 75620aa schema compile BUGFIX anyxml/anydata use warning by Michal Vasko · 4 years ago
  80. f7e16e2 path REFACTOR nodes are not needed when freeing predicate values by Michal Vasko · 4 years ago
  81. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  82. 48cec8c json parser BUGFIX processing "{}" is not correctly handled by Michal Vasko · 4 years ago
  83. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  84. cfaff23 schema compile FEATURE check only xpaths with all implemented modules by Michal Vasko · 4 years ago
  85. acb8e74 yang printer BUGFIX list printing by Michal Vasko · 4 years ago
  86. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  87. 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 1 month ago
  88. 239c38a type plugins CHANGE rename ly_get_prefix() and ly_resolve_prefix() by Radek Krejci · 4 years ago
  89. 0b468e6 xpath FEATURE improve token error messages by Michal Vasko · 4 years ago
  90. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  91. 09edca8 test MAINTENANCE remove unused function by Michal Vasko · 4 years ago
  92. aef00cb doc MAINTENANCE improve ctx node purpose in path by Michal Vasko · 4 years ago
  93. cb8c6d4 path BUGFIX check mandatory .. in relative leafref by Michal Vasko · 4 years ago
  94. 7d1d091 xpath BUGFIX control flow issue by Michal Vasko · 4 years ago
  95. ed213e1 test MAINTENANCE fix function casting warnings by Michal Vasko · 4 years ago
  96. 1258ed4 test NEW deviation causing submodule prefix to be used by Michal Vasko · 4 years ago
  97. 997f982 plugins types BUGFIX check module is implemented using the flag by Michal Vasko · 4 years ago
  98. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  99. c979558 plugins types FEATURE resolved schema prefix format by Michal Vasko · 4 years ago
  100. 68433c9 logger CHANGE rename ly_verb_dbg() to ly_log_dbg_groups() by Radek Krejci · 4 years ago