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