1. 35b2962 path BUGFIX creating augmented nodes in ext data by Michal Vasko · 2 years, 2 months ago
  2. e43e21f path BUGFIX set var on failed loop condition by Michal Vasko · 2 years, 4 months ago
  3. 49fec8e xpath UPDATE full axes support by Michal Vasko · 2 years, 4 months ago
  4. 8cc3f66 schema mount UPDATE support for creating nested data by Michal Vasko · 2 years, 6 months ago
  5. ddd7659 plugins ext FEATURE initial schema-mount support by Michal Vasko · 2 years, 8 months ago
  6. 5b12ae4 path REFACTOR redundant code by Michal Vasko · 2 years, 11 months ago
  7. 8023979 path BUGFIX check for schema parent for relative paths by Michal Vasko · 2 years, 11 months ago
  8. 0884d21 path UPDATE option for limiting the acccessible tree by Michal Vasko · 3 years ago
  9. 04338d9 config REFACTOR built-in atomics implement memoery barrier by Michal Vasko · 3 years, 1 month ago
  10. 080064b tree schema REFACTOR use compiler atomics to avoid changing ABI by Michal Vasko · 3 years, 1 month ago
  11. babf0bd tree schema BUGFIX atomic refcount for types by Michal Vasko · 3 years, 1 month ago
  12. 79228af path BUGFIX support for LYB, same as JSON by Michal Vasko · 3 years, 1 month ago
  13. 2c4e117 path MAINTENANCE redundant feature macro by Michal Vasko · 3 years, 2 months ago
  14. 84d7fd7 doc BUGFIX internal docs' issues reported by doxygen by Radek Krejci · 3 years, 2 months ago
  15. 24fc4d1 path REFACTOR implement leafref modules beforehand by Michal Vasko · 3 years, 2 months ago
  16. 4911eeb path FEATURE support number key values in predicates by Michal Vasko · 3 years, 3 months ago
  17. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  18. a9f807e schema compile REFACTOR split implementing and compiling schemas by Michal Vasko · 3 years, 3 months ago
  19. a9388b5 path DOC missing doxygen for param by Michal Vasko · 3 years, 3 months ago
  20. ddc001b schema compile REFACTOR remove unres recompile flag by Michal Vasko · 3 years, 3 months ago
  21. 4e205e8 schema tree REFACTOR always parse and implement separately by Michal Vasko · 3 years, 4 months ago
  22. 55b8481 path BUGFIX cleanup fixes by Michal Vasko · 3 years, 4 months ago
  23. 40c158c schema compile BUGFIX sooner recompilation by Michal Vasko · 3 years, 5 months ago
  24. 09c7744 libyang CHANGE reflect recent changes in data manipulation functions by Radek Krejci · 3 years, 5 months ago
  25. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  26. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  27. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  28. 6982750 path BUGFIX uninitialized ret by Michal Vasko · 3 years, 5 months ago
  29. 825a044 path REFACTOR error handling by Michal Vasko · 3 years, 5 months ago
  30. d5d3743 schema CHANGE support extension instance top-level in ly_path_compile() by Radek Krejci · 3 years, 6 months ago
  31. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  32. 422afb1 libyang BUGFIX strictly cast lnegths to int for "%.*s" format strings by Radek Krejci · 3 years, 7 months ago
  33. acfc928 path BUGFIX handle 0 path count by Michal Vasko · 3 years, 8 months ago
  34. b3e2253 path BUGFIX restrictive assert by Michal Vasko · 3 years, 8 months ago
  35. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  36. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  37. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  38. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  39. 79135ae libyang FORMAT uncrustify format fixes by Michal Vasko · 3 years, 9 months ago
  40. 14424ba path BUGFIX missing checks and memory leaks by Michal Vasko · 3 years, 10 months ago
  41. 7ed1fcb path FEATURE print prefix format in string by Michal Vasko · 3 years, 10 months ago
  42. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  43. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  44. d456cf6 path BUGFIX allow inner lists without predicates by Michal Vasko · 3 years, 10 months ago
  45. 25fe3dd schema BUGFIX correct searching nodes in operations in ly_path_compile() by Radek Krejci · 3 years, 11 months ago
  46. c271ff9 schema MAINTENANCE clarify error message text by Radek Krejci · 3 years, 11 months ago
  47. 2b18bf1 libyang MAINTENANCE uninitializes variables in optimized code by Radek Krejci · 3 years, 11 months ago
  48. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  49. ae87566 path FEATURE duplicate value types in predicates by Michal Vasko · 4 years ago
  50. f7e16e2 path REFACTOR nodes are not needed when freeing predicate values by Michal Vasko · 4 years ago
  51. cb8c6d4 path BUGFIX check mandatory .. in relative leafref by Michal Vasko · 4 years ago
  52. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  53. c979558 plugins types FEATURE resolved schema prefix format by Michal Vasko · 4 years ago
  54. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  55. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  56. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  57. feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years ago
  58. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  59. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  60. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  61. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  62. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  63. c0c6641 common FORMAT unify format of variadic macros by Radek Krejci · 4 years, 1 month ago
  64. f6a1100 libyang FORMATTING manual changes before applying source_format by Radek Krejci · 4 years, 1 month ago
  65. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  66. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  67. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  68. 03fa8e8 schema compile BUGFIX missing check of the function return value by Radek Krejci · 4 years, 1 month ago
  69. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  70. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  71. 8b06a5e path FEATURE new path prefix format by Michal Vasko · 4 years, 2 months ago
  72. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  73. 4c583e8 tree REFACTOR basic adjustments based on new strict ordering by Michal Vasko · 4 years, 2 months ago
  74. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  75. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  76. 8de005f types CHANGE unify return error code when validating type and the value by Radek Krejci · 4 years, 3 months ago
  77. ad97c5f libyang BUGFIX cleanup of headers includes by Radek Krejci · 4 years, 3 months ago
  78. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  79. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  80. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  81. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  82. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago