1. 09c7744 libyang CHANGE reflect recent changes in data manipulation functions by Radek Krejci · 3 years, 5 months ago
  2. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  3. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  4. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  5. 6982750 path BUGFIX uninitialized ret by Michal Vasko · 3 years, 5 months ago
  6. 825a044 path REFACTOR error handling by Michal Vasko · 3 years, 5 months ago
  7. d5d3743 schema CHANGE support extension instance top-level in ly_path_compile() by Radek Krejci · 3 years, 6 months ago
  8. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  9. 422afb1 libyang BUGFIX strictly cast lnegths to int for "%.*s" format strings by Radek Krejci · 3 years, 7 months ago
  10. acfc928 path BUGFIX handle 0 path count by Michal Vasko · 3 years, 8 months ago
  11. b3e2253 path BUGFIX restrictive assert by Michal Vasko · 3 years, 8 months ago
  12. 9e68508 data tree REFACTOR use common union in all data nodes by Michal Vasko · 3 years, 8 months ago
  13. 544e58a schema tree BUGFIX input/output nodes should not be skipped 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. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  16. 79135ae libyang FORMAT uncrustify format fixes by Michal Vasko · 3 years, 9 months ago
  17. 14424ba path BUGFIX missing checks and memory leaks by Michal Vasko · 3 years, 10 months ago
  18. 7ed1fcb path FEATURE print prefix format in string by Michal Vasko · 3 years, 10 months ago
  19. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  20. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  21. d456cf6 path BUGFIX allow inner lists without predicates by Michal Vasko · 3 years, 10 months ago
  22. 25fe3dd schema BUGFIX correct searching nodes in operations in ly_path_compile() by Radek Krejci · 3 years, 11 months ago
  23. c271ff9 schema MAINTENANCE clarify error message text by Radek Krejci · 3 years, 11 months ago
  24. 2b18bf1 libyang MAINTENANCE uninitializes variables in optimized code by Radek Krejci · 3 years, 11 months ago
  25. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  26. ae87566 path FEATURE duplicate value types in predicates by Michal Vasko · 4 years ago
  27. f7e16e2 path REFACTOR nodes are not needed when freeing predicate values by Michal Vasko · 4 years ago
  28. cb8c6d4 path BUGFIX check mandatory .. in relative leafref by Michal Vasko · 4 years ago
  29. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  30. c979558 plugins types FEATURE resolved schema prefix format by Michal Vasko · 4 years ago
  31. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  32. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  33. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  34. feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years ago
  35. a1c1e54 data tree CHANGE move macros to functions to cleanup API by Radek Krejci · 4 years ago
  36. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  37. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  38. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  39. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  40. c0c6641 common FORMAT unify format of variadic macros by Radek Krejci · 4 years, 1 month ago
  41. f6a1100 libyang FORMATTING manual changes before applying source_format by Radek Krejci · 4 years, 1 month ago
  42. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  43. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  44. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  45. 03fa8e8 schema compile BUGFIX missing check of the function return value by Radek Krejci · 4 years, 1 month ago
  46. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  47. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  48. 8b06a5e path FEATURE new path prefix format by Michal Vasko · 4 years, 2 months ago
  49. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  50. 4c583e8 tree REFACTOR basic adjustments based on new strict ordering by Michal Vasko · 4 years, 2 months ago
  51. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  52. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  53. 8de005f types CHANGE unify return error code when validating type and the value by Radek Krejci · 4 years, 3 months ago
  54. ad97c5f libyang BUGFIX cleanup of headers includes by Radek Krejci · 4 years, 3 months ago
  55. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  56. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  57. 5bfd4be data tree FEATURE option to skip list key children by Michal Vasko · 4 years, 3 months ago
  58. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  59. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago