1. bf968d9 xpath BUGFIX infinite recursion check by aPiecek · 3 years, 4 months ago
  2. 9392369 xpath BUGFIX derived-from and derived-from-or-self functions by Michal Vasko · 3 years, 5 months ago
  3. 1a09b21 xpath FEATURE distinguish between traversed node and its value by Michal Vasko · 3 years, 5 months ago
  4. 32874e1 build BUGFIX fix BSD builds, again, and cleanup by Christian Hopps · 3 years, 5 months ago
  5. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  6. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  7. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  8. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  9. 52143d1 xpath CHANGE forbid non-prefix node names in XML by Michal Vasko · 3 years, 5 months ago
  10. 774ce40 xpath FEATURE improve invalid xpath character error by Michal Vasko · 3 years, 5 months ago
  11. 623ac7b xpath BUGFIX typo by Michal Vasko · 3 years, 6 months ago
  12. 5676f4e schema compile CHANGE remove possibly false-positive warnings by Michal Vasko · 3 years, 6 months ago
  13. 3354d27 xpath BUGFIX check tokens before compiling for hash predicate by Michal Vasko · 3 years, 6 months ago
  14. 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 6 months ago
  15. 18c9916 types REFACTOR unify naming and organize header for types plugins API by Radek Krejci · 3 years, 6 months ago
  16. d5d3743 schema CHANGE support extension instance top-level in ly_path_compile() by Radek Krejci · 3 years, 6 months ago
  17. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  18. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  19. aa67706 xpath BUGFIX casting empty set to string by Michal Vasko · 3 years, 7 months ago
  20. 2304955 xpath BUGFIX invalid memory access by Michal Vasko · 3 years, 7 months ago
  21. 4846022 plugins BUGFIX delete forgotten free function when function store failed by Radek Iša · 3 years, 7 months ago
  22. 62524a9 hash table REFACTOR improve ht val equal cb name by Michal Vasko · 3 years, 7 months ago
  23. 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
  24. b6ecaea data tree BUGFIX handle when in mandatory true node by Christian Hopps · 3 years, 8 months ago
  25. 4a04e54 xpath BUGFIX check ht for existence before duplicating by Michal Vasko · 3 years, 8 months ago
  26. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  27. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  28. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  29. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  30. c71c37b xpath BUGFIX find inner nodes in JSON format by Michal Vasko · 3 years, 8 months ago
  31. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  32. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  33. 1fdd8fa xpath BUGFIX xpath element count uses uint32_t by Michal Vasko · 3 years, 9 months ago
  34. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  35. 635d2b8 data tree CHANGE to clarify purpose, rename data path types by Radek Krejci · 3 years, 9 months ago
  36. e657f96 xpath BUGFIX start node in_ctx change for "." by Michal Vasko · 3 years, 10 months ago
  37. 0587bce xpath BUGFIX start node proper merge by Michal Vasko · 3 years, 10 months ago
  38. d3bb12f data tree BUGFIX keep first sibling pointer correct by Michal Vasko · 3 years, 10 months ago
  39. 90f12dc xpath FEATURE improve not-found node message by Michal Vasko · 3 years, 10 months ago
  40. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  41. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  42. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  43. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  44. 97ea163 xpath BUGFIX inherit module for JSON node names by Michal Vasko · 3 years, 10 months ago
  45. bf42e83 xpath BUGFIX unresolved value is valid by Michal Vasko · 3 years, 10 months ago
  46. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  47. 177d0ed log FEATURE optionally store ly_err errors in ctx by Michal Vasko · 3 years, 10 months ago
  48. fb6c9dd xpath BUGFIX tree dfs does not set elem to NULL when finished by Michal Vasko · 3 years, 10 months ago
  49. cdad712 xpath FEATURE ignore when state for lyd_find_xpath by Michal Vasko · 3 years, 11 months ago
  50. c205843 xpath BUGFIX inverted results of "!=" operator by Michal Vasko · 3 years, 11 months ago
  51. 0fdb0d9 xpath BUGFIX canonize values in the specific input format by Michal Vasko · 3 years, 11 months ago
  52. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  53. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  54. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  55. f7e16e2 path REFACTOR nodes are not needed when freeing predicate values by Michal Vasko · 4 years ago
  56. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  57. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  58. 0b468e6 xpath FEATURE improve token error messages by Michal Vasko · 4 years ago
  59. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  60. 7d1d091 xpath BUGFIX control flow issue by Michal Vasko · 4 years ago
  61. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  62. c979558 plugins types FEATURE resolved schema prefix format by Michal Vasko · 4 years ago
  63. 52b6d51 logger CHANGE rename ly_verb() to ly_log_level() by Radek Krejci · 4 years ago
  64. 9e9f26d xpath BUGFIX handle top-level foreign augments by Michal Vasko · 4 years ago
  65. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  66. 72619ce schema tree REFACTOR rename path_context to path_mod by Michal Vasko · 4 years ago
  67. feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years ago
  68. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  69. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  70. 1734be9 xpath RFEACTOR expr_dup LY_ERR return (#1206) by Michal Vasko · 4 years ago
  71. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  72. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  73. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  74. b0099a9 libyang BUGFIX return value checking by Michal Vasko · 4 years, 1 month ago
  75. aa6b53f xpath CHANGE make functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  76. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  77. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  78. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  79. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  80. f6a1100 libyang FORMATTING manual changes before applying source_format by Radek Krejci · 4 years, 1 month ago
  81. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  82. b7be7a8 libyang REFACTOR unify lyd_node macros by Michal Vasko · 4 years, 1 month ago
  83. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  84. 70124c8 xpath BUGFIX invalid parameters for log message by Radek Krejci · 4 years, 1 month ago
  85. 5233e96 printer REFACTOR remove ctx and status (#1170) by Michal Vasko · 4 years, 1 month ago
  86. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  87. 0ad51f1 context FEATURE add alternative module search functions by Radek Krejci · 4 years, 2 months ago
  88. 56daf73 data tree REFACTOR data DFS should match schema DFS by Michal Vasko · 4 years, 1 month ago
  89. d43d71a schema tree FEATURE getter for expr from parsed xpath by Michal Vasko · 4 years, 2 months ago
  90. 93b18da xpath BUGFIX prefix resolution module by Michal Vasko · 4 years, 2 months ago
  91. 4c7763f xpath FEATURE number/literal canonization by Michal Vasko · 4 years, 2 months ago
  92. e0dd59d xpath FEATURE metadata and derived-from() support by Michal Vasko · 4 years, 2 months ago
  93. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  94. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  95. 7f769d7 libyang MAINTENANCE init variables by Radek Krejci · 4 years, 2 months ago
  96. ed4fcfe libyang MAINTENANCE fox uninitialized vars warnings by Michal Vasko · 4 years, 3 months ago
  97. cb1b7c0 xpath MAINTENANCE simplify node replace in moveto_node_hash by Michal Vasko · 4 years, 3 months ago
  98. 99c7164 xpath BUGFIX wrong malloc size by Michal Vasko · 4 years, 3 months ago
  99. 0d55bc3 xpath MAINTENANCE redundant code removed by Michal Vasko · 4 years, 3 months ago
  100. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago