1. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  2. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  3. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  4. e144595 uncrustify FEATURE more operator spacing with little changes by Michal Vasko · 4 years, 1 month ago
  5. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  6. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  7. 5c38f36 schema compile REFACTOR use for macro by Michal Vasko · 4 years, 1 month ago
  8. cb18c7f schema tree REFACTOR rename function to reflect its use by Michal Vasko · 4 years, 1 month ago
  9. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  10. f6a1100 libyang FORMATTING manual changes before applying source_format by Radek Krejci · 4 years, 1 month ago
  11. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  12. 31a82d5 schema compile MAINTENANCE check return value by Michal Vasko · 4 years, 1 month ago
  13. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  14. be1ad24 Revert "schema CHANGE add summarizing error messages when module parsing/compiling failed" by Radek Krejci · 4 years, 1 month ago
  15. 27636e0 schema CHANGE add summarizing error messages when module parsing/compiling failed by Radek Krejci · 4 years, 1 month ago
  16. 6b0dbc6 schema compile BUGFIX disconnecting compiled schema node (applying deviation) by Radek Krejci · 4 years, 1 month ago
  17. 115a74d schema compile BUGFIX compiling derived decimal types with range by Radek Krejci · 4 years, 1 month ago
  18. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  19. 175f25b schema compile CHANGE making container implicitely presence by Radek Krejci · 4 years, 1 month ago
  20. 9acaf49 libyang BUGFIX memory leaks by Michal Vasko · 4 years, 1 month ago
  21. ccc062a schema compile REFACTOR separate deviate functions by Michal Vasko · 4 years, 1 month ago
  22. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  23. 1a3dc3b schema compile REFACTOR apply_deviation function by Michal Vasko · 4 years, 1 month ago
  24. c6b4f44 schema compile BUGFIX importing grouping with choice into another choice's case by Radek Krejci · 4 years, 1 month ago
  25. 5c4ed7b schema compile MAINTENANCE improve warning text by the path by Radek Krejci · 4 years, 1 month ago
  26. 3942480 schema compile BUGFIX inserting node into choice by Radek Krejci · 4 years, 1 month ago
  27. 120d854 schema compile BUGFIX missing module info in comple context when precompiling features by Radek Krejci · 4 years, 1 month ago
  28. ba417ac schema tree FEATURE presence flag even for NP containers by Michal Vasko · 4 years, 2 months ago
  29. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  30. 6b26e74 schema tree BUGFIX accessible tree fixes by Michal Vasko · 4 years, 2 months ago
  31. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  32. 795b375 schema compile FEATURE ordered augment connect by Michal Vasko · 4 years, 2 months ago
  33. 200f106 libyang BUGFIX check return code of asprintf() by Radek Krejci · 4 years, 2 months ago
  34. e614320 compile schema BUGFIX check duplicates for augmented/deviated by arrays by Michal Vasko · 4 years, 3 months ago
  35. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  36. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  37. a3af598 schema tree FEATURE store augmented_by modules by Michal Vasko · 4 years, 3 months ago
  38. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  39. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  40. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  41. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  42. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  43. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  44. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  45. 40a0008 schema compile BUGFIX do not escape ^ and $ in [] by Michal Vasko · 4 years, 4 months ago
  46. 0a33b04 schema compilation BUGFIX prefix resolving of identityref's bases by Radek Krejci · 4 years, 4 months ago
  47. 4965553 Merge pull request #1088 from CESNET/change_tests_splittage by Michal Vasko · 4 years, 4 months ago
  48. d367889 xpath FEATURE use hashes when possible to find specific node instances by Michal Vasko · 4 years, 4 months ago
  49. 63f5551 compile BUGFIX extension instances compilation by Radek Krejci · 4 years, 4 months ago change_tests_splittage
  50. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  51. e0188f4 schema MAINTENANCE remove unused variable by Radek Krejci · 4 years, 4 months ago
  52. c4fa029 strict aliasing of sized arrays (#1086) by Radek Krejci · 4 years, 4 months ago
  53. 1c54f46 schema compile BUGFIX handling errors when compiling data node by Radek Krejci · 4 years, 4 months ago
  54. 90b148f data types BUGFIX resolving derived boolean/empty types by Radek Krejci · 4 years, 5 months ago
  55. 7c7783d schema compile BUGFIX applying augments only with uses statemtns by Radek Krejci · 4 years, 6 months ago
  56. cc048b2 validation NEW must evaluation by Michal Vasko · 4 years, 6 months ago
  57. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  58. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  59. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  60. 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 7 months ago
  61. 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 7 months ago
  62. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  63. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  64. a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 8 months ago
  65. 6a044b2 compiled schema BUGFIX proper default freeing on type error by Michal Vasko · 4 years, 8 months ago
  66. b541af0 compiled schema BUGFIX assign extension definition module by Michal Vasko · 4 years, 9 months ago
  67. 2947ce1 compiled schema BUGFIX recursive error cleanup by Michal Vasko · 4 years, 9 months ago
  68. f6e5188 log BUGFIX lysc log path was not working by Michal Vasko · 4 years, 9 months ago
  69. bd0f2a6 compiled schema BUGFIX when validating empty leafref path by Juraj Vijtiuk · 4 years, 10 months ago
  70. 2ff7efe compiled BUGFIX do not access when on nodes without it by Michal Vasko · 4 years, 10 months ago
  71. 251f56e compiled schema BUGFIX wrong var reused by Michal Vasko · 4 years, 10 months ago
  72. 5c4e589 compiled schema NEW when dummy node check by Michal Vasko · 4 years, 10 months ago
  73. ecd62de schema tree NEW when cyclic ref check by Michal Vasko · 4 years, 10 months ago
  74. 5d8756a compiled schema CHANGE must schema checking by Michal Vasko · 4 years, 11 months ago
  75. dc052f3 compiled schema BUGFIX generate path only once by Michal Vasko · 4 years, 11 months ago
  76. 175012e compiled schema NEW when conditions checking by Michal Vasko · 4 years, 11 months ago
  77. ae9e4cb xpath CHANGE deref() support for schema leafref by Michal Vasko · 5 years ago
  78. 2d61e16 schema BUGFIX ext leafref path detection by Michal Vasko · 5 years ago
  79. 7c96016 extensions CHANGE support extension's substatements from YIN parser by Radek Krejci · 5 years ago
  80. 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
  81. 950f6a5 types CHANGE redesign storing canonical values by Radek Krejci · 5 years ago
  82. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  83. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  84. c71ac5b schema CHANGE remove context member from lysc_must by Radek Krejci · 5 years ago
  85. a0f704a schema compile CHANGE add context to must and definition module to when by Radek Krejci · 5 years ago
  86. d3acfce schema compile MAINTENANCE better usage of LY_CHECK_GOTO macro by Radek Krejci · 5 years ago
  87. bfb2e14 schema compilation BUGFIX check return code when precompiling extension instances by Radek Krejci · 5 years ago
  88. f56e2a4 schema BUGFIX reflect the way YIN parser stores extension's arguments by Radek Krejci · 5 years ago
  89. 812a5bf schema compile BUGFIX memory leak by Radek Krejci · 5 years ago
  90. b5bc93e schema compile BUGFIX unhandled error when compiling type in leaf by Radek Krejci · 5 years ago
  91. ad5963b extensions CHANGE metadata substatements by Radek Krejci · 5 years ago
  92. 28681fa XML data FEATURE parse/print XML attributes mapped to Metadata annotations by Radek Krejci · 5 years ago
  93. 38d8536 annotation CHANGE WIP parsing XML attributes as YANG metadata annotations by Radek Krejci · 5 years ago
  94. 335332a extensions CHANGE WIP implementation of Metadata annotations by Radek Krejci · 5 years ago
  95. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  96. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  97. 0e59c31 extensions CHANGE base for the extensions plugins API by Radek Krejci · 5 years ago
  98. 0fe9b51 schema compile CHANGE order keys at the beginning of the children list by Radek Krejci · 5 years ago
  99. acc7904 schema compile BUGFIX (another) buffer overflow when generating path for logger by Radek Krejci · 5 years ago
  100. 70ee915 schema compile BUGFIX buffer overflow when generating path for logger by Radek Krejci · 5 years ago