1. aa67706 xpath BUGFIX casting empty set to string by Michal Vasko · 3 years, 7 months ago
  2. 2304955 xpath BUGFIX invalid memory access by Michal Vasko · 3 years, 7 months ago
  3. 4846022 plugins BUGFIX delete forgotten free function when function store failed by Radek Iša · 3 years, 7 months ago
  4. 62524a9 hash table REFACTOR improve ht val equal cb name by Michal Vasko · 3 years, 7 months ago
  5. 45802b5 xpath BUGFIX change malloc to calloc to prevent conditional jump depend on uninicialized value. Value inverted have to be set in variable type lysc_pattern when ly_type_validate_patterns function is called by Radek Iša · 3 years, 8 months ago
  6. b6ecaea data tree BUGFIX handle when in mandatory true node by Christian Hopps · 3 years, 8 months ago
  7. 4a04e54 xpath BUGFIX check ht for existence before duplicating by Michal Vasko · 3 years, 8 months ago
  8. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  9. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  10. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  11. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  12. c71c37b xpath BUGFIX find inner nodes in JSON format by Michal Vasko · 3 years, 8 months ago
  13. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  14. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  15. 1fdd8fa xpath BUGFIX xpath element count uses uint32_t by Michal Vasko · 3 years, 9 months ago
  16. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  17. 635d2b8 data tree CHANGE to clarify purpose, rename data path types by Radek Krejci · 3 years, 9 months ago
  18. e657f96 xpath BUGFIX start node in_ctx change for "." by Michal Vasko · 3 years, 10 months ago
  19. 0587bce xpath BUGFIX start node proper merge by Michal Vasko · 3 years, 10 months ago
  20. d3bb12f data tree BUGFIX keep first sibling pointer correct by Michal Vasko · 3 years, 10 months ago
  21. 90f12dc xpath FEATURE improve not-found node message by Michal Vasko · 3 years, 10 months ago
  22. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  23. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  24. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  25. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  26. 97ea163 xpath BUGFIX inherit module for JSON node names by Michal Vasko · 3 years, 10 months ago
  27. bf42e83 xpath BUGFIX unresolved value is valid by Michal Vasko · 3 years, 10 months ago
  28. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  29. 177d0ed log FEATURE optionally store ly_err errors in ctx by Michal Vasko · 3 years, 10 months ago
  30. fb6c9dd xpath BUGFIX tree dfs does not set elem to NULL when finished by Michal Vasko · 3 years, 10 months ago
  31. cdad712 xpath FEATURE ignore when state for lyd_find_xpath by Michal Vasko · 3 years, 11 months ago
  32. c205843 xpath BUGFIX inverted results of "!=" operator by Michal Vasko · 3 years, 11 months ago
  33. 0fdb0d9 xpath BUGFIX canonize values in the specific input format by Michal Vasko · 3 years, 11 months ago
  34. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  35. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  36. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  37. f7e16e2 path REFACTOR nodes are not needed when freeing predicate values by Michal Vasko · 4 years ago
  38. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  39. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  40. 0b468e6 xpath FEATURE improve token error messages by Michal Vasko · 4 years ago
  41. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  42. 7d1d091 xpath BUGFIX control flow issue by Michal Vasko · 4 years ago
  43. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  44. c979558 plugins types FEATURE resolved schema prefix format by Michal Vasko · 4 years ago
  45. 52b6d51 logger CHANGE rename ly_verb() to ly_log_level() by Radek Krejci · 4 years ago
  46. 9e9f26d xpath BUGFIX handle top-level foreign augments by Michal Vasko · 4 years ago
  47. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  48. 72619ce schema tree REFACTOR rename path_context to path_mod by Michal Vasko · 4 years ago
  49. feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years ago
  50. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  51. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  52. 1734be9 xpath RFEACTOR expr_dup LY_ERR return (#1206) by Michal Vasko · 4 years ago
  53. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  54. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  55. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  56. b0099a9 libyang BUGFIX return value checking by Michal Vasko · 4 years, 1 month ago
  57. aa6b53f xpath CHANGE make functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  58. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  59. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  60. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  61. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  62. f6a1100 libyang FORMATTING manual changes before applying source_format by Radek Krejci · 4 years, 1 month ago
  63. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  64. b7be7a8 libyang REFACTOR unify lyd_node macros by Michal Vasko · 4 years, 1 month ago
  65. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  66. 70124c8 xpath BUGFIX invalid parameters for log message by Radek Krejci · 4 years, 1 month ago
  67. 5233e96 printer REFACTOR remove ctx and status (#1170) by Michal Vasko · 4 years, 1 month ago
  68. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  69. 0ad51f1 context FEATURE add alternative module search functions by Radek Krejci · 4 years, 2 months ago
  70. 56daf73 data tree REFACTOR data DFS should match schema DFS by Michal Vasko · 4 years, 1 month ago
  71. d43d71a schema tree FEATURE getter for expr from parsed xpath by Michal Vasko · 4 years, 2 months ago
  72. 93b18da xpath BUGFIX prefix resolution module by Michal Vasko · 4 years, 2 months ago
  73. 4c7763f xpath FEATURE number/literal canonization by Michal Vasko · 4 years, 2 months ago
  74. e0dd59d xpath FEATURE metadata and derived-from() support by Michal Vasko · 4 years, 2 months ago
  75. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  76. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  77. 7f769d7 libyang MAINTENANCE init variables by Radek Krejci · 4 years, 2 months ago
  78. ed4fcfe libyang MAINTENANCE fox uninitialized vars warnings by Michal Vasko · 4 years, 3 months ago
  79. cb1b7c0 xpath MAINTENANCE simplify node replace in moveto_node_hash by Michal Vasko · 4 years, 3 months ago
  80. 99c7164 xpath BUGFIX wrong malloc size by Michal Vasko · 4 years, 3 months ago
  81. 0d55bc3 xpath MAINTENANCE redundant code removed by Michal Vasko · 4 years, 3 months ago
  82. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  83. b124784 libyang BUGFIX uninitialized variables by Radek Krejci · 4 years, 3 months ago
  84. 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 3 months ago
  85. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  86. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  87. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  88. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  89. 84ce7b1 printers CHANGE provide error information from ly_out constructors by Radek Krejci · 4 years, 3 months ago
  90. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  91. 3e48bf3 xpath REFACTOR individual equal and non-equal tokens by Michal Vasko · 4 years, 4 months ago
  92. 24cddf8 xpath MAINTENANCE make print_token() non-static by Michal Vasko · 4 years, 4 months ago
  93. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  94. 1467635 xpath MAINTENANCE minor refactorization by Michal Vasko · 4 years, 4 months ago
  95. db51a8d xpath BUGFIX handle no set by Michal Vasko · 4 years, 4 months ago
  96. 97e76fd xpath BUGFIX always get the implemented module by Michal Vasko · 4 years, 4 months ago
  97. 3cf8fbf xpath BUGFIX sorting empty sets by Michal Vasko · 4 years, 4 months ago
  98. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  99. 61ac2f6 xpath BUGFIX special top-level paths by Michal Vasko · 4 years, 4 months ago
  100. 241f6b5 libyang CHANGE rename ambiguous lyp_ prefixed functions and structures by Radek Krejci · 4 years, 4 months ago