1. 2b7e558 schema compile FORMAT always use braces for loops by Michal Vasko · 4 years ago
  2. 891d753 uncrustify FORMAT minor problems in recent changes by Michal Vasko · 4 years ago
  3. 8ce5135 schme compile BUGFIX compiled extension should use the local module by Michal Vasko · 4 years ago
  4. 72619ce schema tree REFACTOR rename path_context to path_mod by Michal Vasko · 4 years ago
  5. e9c050f schema tree FEATURE support deviation type prefixes by Michal Vasko · 4 years ago
  6. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  7. feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years ago
  8. af70245 schema compile BUGFIX memory leaks by Michal Vasko · 4 years ago
  9. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  10. 1734be9 xpath RFEACTOR expr_dup LY_ERR return (#1206) by Michal Vasko · 4 years ago
  11. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  12. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  13. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  14. 8f5fad2 libyang BUGFIX uninitialized variables by Radek Krejci · 4 years ago
  15. 87e2525 schema compile BUGFIX memory leaks by Radek Krejci · 4 years ago
  16. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  17. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  18. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  19. 9e8de2d schema compile MAINTENANCE unused variable removed by Michal Vasko · 4 years, 1 month ago
  20. 601ddb3 compile schema REFACTOR uses compilation refactoring by Michal Vasko · 4 years, 1 month ago
  21. 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 1 month ago
  22. 04d76c6 schema compile BUGFIX remove unused variable by Radek Krejci · 4 years, 1 month ago
  23. aa6b53f xpath CHANGE make functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  24. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  25. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  26. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  27. e144595 uncrustify FEATURE more operator spacing with little changes by Michal Vasko · 4 years, 1 month ago
  28. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  29. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  30. 5c38f36 schema compile REFACTOR use for macro by Michal Vasko · 4 years, 1 month ago
  31. cb18c7f schema tree REFACTOR rename function to reflect its use by Michal Vasko · 4 years, 1 month ago
  32. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  33. f6a1100 libyang FORMATTING manual changes before applying source_format by Radek Krejci · 4 years, 1 month ago
  34. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  35. 31a82d5 schema compile MAINTENANCE check return value by Michal Vasko · 4 years, 1 month ago
  36. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  37. be1ad24 Revert "schema CHANGE add summarizing error messages when module parsing/compiling failed" by Radek Krejci · 4 years, 1 month ago
  38. 27636e0 schema CHANGE add summarizing error messages when module parsing/compiling failed by Radek Krejci · 4 years, 1 month ago
  39. 6b0dbc6 schema compile BUGFIX disconnecting compiled schema node (applying deviation) by Radek Krejci · 4 years, 1 month ago
  40. 115a74d schema compile BUGFIX compiling derived decimal types with range by Radek Krejci · 4 years, 1 month ago
  41. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  42. 175f25b schema compile CHANGE making container implicitely presence by Radek Krejci · 4 years, 1 month ago
  43. 9acaf49 libyang BUGFIX memory leaks by Michal Vasko · 4 years, 1 month ago
  44. ccc062a schema compile REFACTOR separate deviate functions by Michal Vasko · 4 years, 1 month ago
  45. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  46. 1a3dc3b schema compile REFACTOR apply_deviation function by Michal Vasko · 4 years, 1 month ago
  47. c6b4f44 schema compile BUGFIX importing grouping with choice into another choice's case by Radek Krejci · 4 years, 1 month ago
  48. 5c4ed7b schema compile MAINTENANCE improve warning text by the path by Radek Krejci · 4 years, 1 month ago
  49. 3942480 schema compile BUGFIX inserting node into choice by Radek Krejci · 4 years, 1 month ago
  50. 120d854 schema compile BUGFIX missing module info in comple context when precompiling features by Radek Krejci · 4 years, 1 month ago
  51. ba417ac schema tree FEATURE presence flag even for NP containers by Michal Vasko · 4 years, 2 months ago
  52. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  53. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  54. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  55. 795b375 schema compile FEATURE ordered augment connect by Michal Vasko · 4 years, 2 months ago
  56. 200f106 libyang BUGFIX check return code of asprintf() by Radek Krejci · 4 years, 2 months ago
  57. e614320 compile schema BUGFIX check duplicates for augmented/deviated by arrays by Michal Vasko · 4 years, 3 months ago
  58. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  59. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  60. a3af598 schema tree FEATURE store augmented_by modules by Michal Vasko · 4 years, 3 months ago
  61. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  62. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  63. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  64. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  65. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  66. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  67. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  68. 40a0008 schema compile BUGFIX do not escape ^ and $ in [] by Michal Vasko · 4 years, 4 months ago
  69. 0a33b04 schema compilation BUGFIX prefix resolving of identityref's bases by Radek Krejci · 4 years, 4 months ago
  70. 4965553 Merge pull request #1088 from CESNET/change_tests_splittage by Michal Vasko · 4 years, 4 months ago
  71. d367889 xpath FEATURE use hashes when possible to find specific node instances by Michal Vasko · 4 years, 4 months ago
  72. 63f5551 compile BUGFIX extension instances compilation by Radek Krejci · 4 years, 4 months ago change_tests_splittage
  73. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  74. e0188f4 schema MAINTENANCE remove unused variable by Radek Krejci · 4 years, 4 months ago
  75. c4fa029 strict aliasing of sized arrays (#1086) by Radek Krejci · 4 years, 4 months ago
  76. 1c54f46 schema compile BUGFIX handling errors when compiling data node by Radek Krejci · 4 years, 4 months ago
  77. 90b148f data types BUGFIX resolving derived boolean/empty types by Radek Krejci · 4 years, 5 months ago
  78. 7c7783d schema compile BUGFIX applying augments only with uses statemtns by Radek Krejci · 4 years, 6 months ago
  79. cc048b2 validation NEW must evaluation by Michal Vasko · 4 years, 6 months ago
  80. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  81. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  82. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  83. 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 7 months ago
  84. 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 7 months ago
  85. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  86. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  87. a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 8 months ago
  88. 6a044b2 compiled schema BUGFIX proper default freeing on type error by Michal Vasko · 4 years, 8 months ago
  89. b541af0 compiled schema BUGFIX assign extension definition module by Michal Vasko · 4 years, 9 months ago
  90. 2947ce1 compiled schema BUGFIX recursive error cleanup by Michal Vasko · 4 years, 9 months ago
  91. f6e5188 log BUGFIX lysc log path was not working by Michal Vasko · 4 years, 9 months ago
  92. bd0f2a6 compiled schema BUGFIX when validating empty leafref path by Juraj Vijtiuk · 4 years, 10 months ago
  93. 2ff7efe compiled BUGFIX do not access when on nodes without it by Michal Vasko · 4 years, 10 months ago
  94. 251f56e compiled schema BUGFIX wrong var reused by Michal Vasko · 4 years, 10 months ago
  95. 5c4e589 compiled schema NEW when dummy node check by Michal Vasko · 4 years, 10 months ago
  96. ecd62de schema tree NEW when cyclic ref check by Michal Vasko · 4 years, 10 months ago
  97. 5d8756a compiled schema CHANGE must schema checking by Michal Vasko · 4 years, 11 months ago
  98. dc052f3 compiled schema BUGFIX generate path only once by Michal Vasko · 4 years, 11 months ago
  99. 175012e compiled schema NEW when conditions checking by Michal Vasko · 4 years, 11 months ago
  100. ae9e4cb xpath CHANGE deref() support for schema leafref by Michal Vasko · 5 years ago