1. 871df52 xpath OPTIMIZE larger steps of set realloc by Michal Vasko · 2 years, 6 months ago
  2. ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 8 months ago
  3. 24bd22f xpath BUGFIX evaluation of * on schema by Michal Vasko · 2 years, 8 months ago
  4. c53a7ec MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  5. 0143b68 xpath BUGFIX empty ptr access by Michal Vasko · 2 years, 9 months ago
  6. 4a7d4d6 xpath BUGFIX handle root context node by Michal Vasko · 2 years, 9 months ago
  7. 296dfaf xpath BUGFIX current() result for root ctx node by Michal Vasko · 2 years, 9 months ago
  8. 50aaa07 xpath BUGFIX uninitialized variable access by Michal Vasko · 2 years, 10 months ago
  9. 230cf97 xpath BUGFIX faulty logic when moving all the nodes in a set by Michal Vasko · 2 years, 10 months ago
  10. aa95652 xpath UPDATE print context node for xpath warnings by Michal Vasko · 2 years, 11 months ago
  11. 41decbf xpath REFACTOR false-positive uninitialized value by Michal Vasko · 2 years, 11 months ago
  12. 4ad69e7 xpath FEATURE optional error on non-matching schema xpath by Michal Vasko · 2 years, 11 months ago
  13. a036a6b xpath UPDATE improve not-found-node warnings in schema by Michal Vasko · 3 years ago
  14. fba7536 xpath FEATURE XPath variable implementation added by aPiecek · 3 years ago
  15. df23eee tree_data FEATURE add XPath variable bindings by aPiecek · 3 years ago
  16. 96dc1e3 xpath DOC moved to the beginning of the file by aPiecek · 3 years ago
  17. afdf27b xpath REFACTOR remove dead code (break) by aPiecek · 3 years ago
  18. 1267759 xpath BUGFIX bad LY_CHECK macro by aPiecek · 3 years ago
  19. adc1e4f xpath BUGFIX added lyxp_set_free_content() by aPiecek · 3 years ago
  20. fff4dca xpath BUGFIX in eval_predicate by aPiecek · 3 years ago
  21. db08ce5 xpath BUGFIX ignore module for * by Michal Vasko · 3 years ago
  22. 2416fdd xpath BUGFIX all node types must be in the hash table by Michal Vasko · 3 years ago
  23. e2be546 xpath BUGFIX do not parse empty NCNames by Michal Vasko · 3 years, 2 months ago
  24. 2588b95 xpath BUGFIX bit-is-set comparison on value, not defined bits by Michal Vasko · 3 years, 2 months ago
  25. 919954a xpath BUGFIX avoid using non-compiled modules by Michal Vasko · 3 years, 2 months ago
  26. 423ba3f xpath BUGFIX handle non-term nodes in deref by Michal Vasko · 3 years, 2 months ago
  27. dca9f12 xpath BUGFIX skip opaque nodes by Michal Vasko · 3 years, 2 months ago
  28. 35a3b1d xpath BUGFIX skip non-implemented modules by Michal Vasko · 3 years, 2 months ago
  29. 24fc4d1 path REFACTOR implement leafref modules beforehand by Michal Vasko · 3 years, 2 months ago
  30. a9309bb schema MAINTENANCE warnings in release build by Michal Vasko · 3 years, 3 months ago
  31. a51ef07 context CHANGE always return non-const module by Michal Vasko · 3 years, 3 months ago
  32. 4911eeb path FEATURE support number key values in predicates by Michal Vasko · 3 years, 3 months ago
  33. 741bb56 xpath BUGFIX invalid assert removed by Michal Vasko · 3 years, 3 months ago
  34. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  35. 08e9b11 libyang BUGFIX avoid invalid parameters for memmove and memcpy by Michal Vasko · 3 years, 3 months ago
  36. 8f49075 libyang BUGFIX do not include non-standard headers by Michal Vasko · 3 years, 3 months ago
  37. e87c7dc xpath BUGFIX missing argument for printf-like function by Radek Krejci · 3 years, 4 months ago
  38. 748da73 xpath BUGFIX in ::lyxp_set_free_content() by aPiecek · 3 years, 4 months ago
  39. 8b0cc15 xpath REFACTOR lyxp_set parameter cannot be NULL by aPiecek · 3 years, 4 months ago
  40. bf968d9 xpath BUGFIX infinite recursion check by aPiecek · 3 years, 4 months ago
  41. 9392369 xpath BUGFIX derived-from and derived-from-or-self functions by Michal Vasko · 3 years, 5 months ago
  42. 1a09b21 xpath FEATURE distinguish between traversed node and its value by Michal Vasko · 3 years, 5 months ago
  43. 32874e1 build BUGFIX fix BSD builds, again, and cleanup by Christian Hopps · 3 years, 5 months ago
  44. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  45. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  46. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  47. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  48. 52143d1 xpath CHANGE forbid non-prefix node names in XML by Michal Vasko · 3 years, 5 months ago
  49. 774ce40 xpath FEATURE improve invalid xpath character error by Michal Vasko · 3 years, 5 months ago
  50. 623ac7b xpath BUGFIX typo by Michal Vasko · 3 years, 6 months ago
  51. 5676f4e schema compile CHANGE remove possibly false-positive warnings by Michal Vasko · 3 years, 6 months ago
  52. 3354d27 xpath BUGFIX check tokens before compiling for hash predicate by Michal Vasko · 3 years, 6 months ago
  53. 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 6 months ago
  54. 18c9916 types REFACTOR unify naming and organize header for types plugins API by Radek Krejci · 3 years, 6 months ago
  55. d5d3743 schema CHANGE support extension instance top-level in ly_path_compile() by Radek Krejci · 3 years, 6 months ago
  56. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  57. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  58. aa67706 xpath BUGFIX casting empty set to string by Michal Vasko · 3 years, 7 months ago
  59. 2304955 xpath BUGFIX invalid memory access by Michal Vasko · 3 years, 7 months ago
  60. 4846022 plugins BUGFIX delete forgotten free function when function store failed by Radek Iša · 3 years, 7 months ago
  61. 62524a9 hash table REFACTOR improve ht val equal cb name by Michal Vasko · 3 years, 7 months ago
  62. 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
  63. b6ecaea data tree BUGFIX handle when in mandatory true node by Christian Hopps · 3 years, 8 months ago
  64. 4a04e54 xpath BUGFIX check ht for existence before duplicating by Michal Vasko · 3 years, 8 months ago
  65. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  66. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  67. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  68. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  69. c71c37b xpath BUGFIX find inner nodes in JSON format by Michal Vasko · 3 years, 8 months ago
  70. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  71. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  72. 1fdd8fa xpath BUGFIX xpath element count uses uint32_t by Michal Vasko · 3 years, 9 months ago
  73. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  74. 635d2b8 data tree CHANGE to clarify purpose, rename data path types by Radek Krejci · 3 years, 9 months ago
  75. e657f96 xpath BUGFIX start node in_ctx change for "." by Michal Vasko · 3 years, 10 months ago
  76. 0587bce xpath BUGFIX start node proper merge by Michal Vasko · 3 years, 10 months ago
  77. d3bb12f data tree BUGFIX keep first sibling pointer correct by Michal Vasko · 3 years, 10 months ago
  78. 90f12dc xpath FEATURE improve not-found node message by Michal Vasko · 3 years, 10 months ago
  79. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  80. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  81. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  82. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  83. 97ea163 xpath BUGFIX inherit module for JSON node names by Michal Vasko · 3 years, 10 months ago
  84. bf42e83 xpath BUGFIX unresolved value is valid by Michal Vasko · 3 years, 10 months ago
  85. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  86. 177d0ed log FEATURE optionally store ly_err errors in ctx by Michal Vasko · 3 years, 10 months ago
  87. fb6c9dd xpath BUGFIX tree dfs does not set elem to NULL when finished by Michal Vasko · 3 years, 10 months ago
  88. cdad712 xpath FEATURE ignore when state for lyd_find_xpath by Michal Vasko · 3 years, 11 months ago
  89. c205843 xpath BUGFIX inverted results of "!=" operator by Michal Vasko · 3 years, 11 months ago
  90. 0fdb0d9 xpath BUGFIX canonize values in the specific input format by Michal Vasko · 3 years, 11 months ago
  91. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  92. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  93. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  94. f7e16e2 path REFACTOR nodes are not needed when freeing predicate values by Michal Vasko · 4 years ago
  95. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  96. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  97. 0b468e6 xpath FEATURE improve token error messages by Michal Vasko · 4 years ago
  98. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  99. 7d1d091 xpath BUGFIX control flow issue by Michal Vasko · 4 years ago
  100. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago