1. 56daf73 data tree REFACTOR data DFS should match schema DFS by Michal Vasko · 4 years, 1 month ago
  2. d43d71a schema tree FEATURE getter for expr from parsed xpath by Michal Vasko · 4 years, 2 months ago
  3. 93b18da xpath BUGFIX prefix resolution module by Michal Vasko · 4 years, 2 months ago
  4. 4c7763f xpath FEATURE number/literal canonization by Michal Vasko · 4 years, 2 months ago
  5. e0dd59d xpath FEATURE metadata and derived-from() support by Michal Vasko · 4 years, 2 months ago
  6. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  7. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  8. 7f769d7 libyang MAINTENANCE init variables by Radek Krejci · 4 years, 2 months ago
  9. ed4fcfe libyang MAINTENANCE fox uninitialized vars warnings by Michal Vasko · 4 years, 3 months ago
  10. cb1b7c0 xpath MAINTENANCE simplify node replace in moveto_node_hash by Michal Vasko · 4 years, 3 months ago
  11. 99c7164 xpath BUGFIX wrong malloc size by Michal Vasko · 4 years, 3 months ago
  12. 0d55bc3 xpath MAINTENANCE redundant code removed by Michal Vasko · 4 years, 3 months ago
  13. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  14. b124784 libyang BUGFIX uninitialized variables by Radek Krejci · 4 years, 3 months ago
  15. 7931b19 data parser CHANGE unify API with schema parser and use input handler by Radek Krejci · 4 years, 3 months ago
  16. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  17. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  18. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  19. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  20. 84ce7b1 printers CHANGE provide error information from ly_out constructors by Radek Krejci · 4 years, 3 months ago
  21. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  22. 3e48bf3 xpath REFACTOR individual equal and non-equal tokens by Michal Vasko · 4 years, 4 months ago
  23. 24cddf8 xpath MAINTENANCE make print_token() non-static by Michal Vasko · 4 years, 4 months ago
  24. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  25. 1467635 xpath MAINTENANCE minor refactorization by Michal Vasko · 4 years, 4 months ago
  26. db51a8d xpath BUGFIX handle no set by Michal Vasko · 4 years, 4 months ago
  27. 97e76fd xpath BUGFIX always get the implemented module by Michal Vasko · 4 years, 4 months ago
  28. 3cf8fbf xpath BUGFIX sorting empty sets by Michal Vasko · 4 years, 4 months ago
  29. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  30. 61ac2f6 xpath BUGFIX special top-level paths by Michal Vasko · 4 years, 4 months ago
  31. 241f6b5 libyang CHANGE rename ambiguous lyp_ prefixed functions and structures by Radek Krejci · 4 years, 4 months ago
  32. a5bba31 printers CHANGE rewrite printers mechanism by Radek Krejci · 4 years, 9 months ago
  33. 39dbf35 xpath BUGFIX missing iterator increment by Michal Vasko · 4 years, 4 months ago
  34. d367889 xpath FEATURE use hashes when possible to find specific node instances by Michal Vasko · 4 years, 4 months ago
  35. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  36. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  37. 9f96a05 data tree CHANGE lyd_attr -> lyd_meta by Michal Vasko · 4 years, 7 months ago
  38. 2104e9f xpath BUGFIX handle both set node types by Michal Vasko · 4 years, 7 months ago
  39. f03ed03 validation NEW duplicate instances by Michal Vasko · 4 years, 7 months ago
  40. 9b368d3 validation NEW default values creation by Michal Vasko · 4 years, 7 months ago
  41. 42e497c xpath BUGFIX invalid pointer dereference by Michal Vasko · 4 years, 9 months ago
  42. 3f27c52 xpath BUGFIX null dereference by Michal Vasko · 4 years, 9 months ago
  43. ec4df48 xpath BUGFIX missing removal of processed nodes from schema set by Michal Vasko · 4 years, 9 months ago
  44. ba71654 xpath BUGFIX copying initial context node by Michal Vasko · 4 years, 9 months ago
  45. 0cbf54f xpath CHANGE refactor schema warnings by Michal Vasko · 4 years, 9 months ago
  46. f6e5188 log BUGFIX lysc log path was not working by Michal Vasko · 4 years, 9 months ago
  47. 9d6befd xpath BUGFIX adding node hash that is not yet in set by Michal Vasko · 4 years, 10 months ago
  48. 588112f xpath BUGFIX copy root_type to all sets by Michal Vasko · 4 years, 10 months ago
  49. 509de4d xpath BUGFIX traverse only implemented modules by Michal Vasko · 4 years, 10 months ago
  50. d75faa6 yang parser BUGFIX null dereference in moveto_resolve_model by Juraj Vijtiuk · 4 years, 10 months ago
  51. ac6c72f xpath BUGFIX negated strcmp result by Michal Vasko · 4 years, 10 months ago
  52. 79bebfd xpath BUGFIX wrong var reused by Michal Vasko · 4 years, 10 months ago
  53. a142454 xpath NEW when evaluation checking by Michal Vasko · 4 years, 10 months ago
  54. 2caefc1 xpath BUGFIX use new node type instead NULL for free nodes by Michal Vasko · 4 years, 10 months ago
  55. 5c4e589 compiled schema NEW when dummy node check by Michal Vasko · 4 years, 10 months ago
  56. ecd62de schema tree NEW when cyclic ref check by Michal Vasko · 4 years, 10 months ago
  57. cafad9d xpath BUGFIX output schema traversing by Michal Vasko · 4 years, 11 months ago
  58. 465a0e1 xpath BUGFIX do not select non-matching nodes by Michal Vasko · 4 years, 11 months ago
  59. 5e0e6eb xpath CHANGE root handling refactored by Michal Vasko · 4 years, 11 months ago
  60. be2e356 xpath BUGFIX number of concat func params by Michal Vasko · 5 years ago
  61. ae9e4cb xpath CHANGE deref() support for schema leafref by Michal Vasko · 5 years ago
  62. 6346ece xpath MAINTENANCE refactoring, no functionality changes by Michal Vasko · 5 years ago
  63. 57eab13 xpath OPTIMIZE removing nodes in chunks by Michal Vasko · 5 years ago
  64. 4b9e105 xpath BUGFIX null dereference by Michal Vasko · 5 years ago
  65. 02a7738 xpath BUGFIX null dereference by Michal Vasko · 5 years ago
  66. 9409ef6 xpath CHANGE xml format forbidden for now by Michal Vasko · 5 years ago
  67. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  68. 5307857 xpath BUGFIX wrong message format parameter by Michal Vasko · 5 years ago
  69. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  70. 5457946 CHANGE move from PCRE to PCRE2 by Radek Krejci · 5 years ago
  71. d427026 xpath CHANGE provide more informative message in case of invalid XPath expression by Radek Krejci · 6 years ago
  72. 9a564c9 schema compile CHANGE support for refining must statement in uses/grouping data by Radek Krejci · 6 years ago
  73. b1646a9 xpath FEATURE start of integrating XPath implementation by Radek Krejci · 6 years ago