1. e29489b uncrustify FEATURE set spacing options with minimal changes by Michal Vasko · 4 years, 1 month ago
  2. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  3. 5c38f36 schema compile REFACTOR use for macro by Michal Vasko · 4 years, 1 month ago
  4. cb18c7f schema tree REFACTOR rename function to reflect its use by Michal Vasko · 4 years, 1 month ago
  5. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  6. 8bb8d9d YIN parser REFACTOR rewrite unreadable macros by Radek Krejci · 4 years, 1 month ago
  7. c0c6641 common FORMAT unify format of variadic macros by Radek Krejci · 4 years, 1 month ago
  8. f6a1100 libyang FORMATTING manual changes before applying source_format by Radek Krejci · 4 years, 1 month ago
  9. d808561 log REFACTOR typedef for logging callback by Michal Vasko · 4 years, 1 month ago
  10. 64246d8 headers FORMATTING exclude unsupported defines by Michal Vasko · 4 years, 1 month ago
  11. a198c96 build FEATURE new 'format' and 'format-check' make targets by Radek Krejci · 4 years, 1 month ago
  12. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  13. f54e7bc build MAINTENANCE replace tabulators by spaces by Radek Krejci · 4 years, 1 month ago
  14. 7fd7b7e plugins types MAINTENANCE fix warning by Michal Vasko · 4 years, 1 month ago
  15. a53d7c9 context CHANGE implement LY_CTX_ALLIMPLEMENTED context's option by Radek Krejci · 4 years, 1 month ago
  16. 2a7a39e yanglint FEATURE add list command to print modules' info from the context by Radek Krejci · 4 years, 1 month ago
  17. 31a82d5 schema compile MAINTENANCE check return value by Michal Vasko · 4 years, 1 month ago
  18. 71385ec plugins types BUGFIX do not free stack variables by Michal Vasko · 4 years, 1 month ago
  19. aa73452 build BUGFIX work with the generated version.h instead of config.h by Radek Krejci · 4 years, 1 month ago
  20. c5a2283 libyang REFACTOR config.h code split by Michal Vasko · 4 years, 1 month ago
  21. b7be7a8 libyang REFACTOR unify lyd_node macros by Michal Vasko · 4 years, 1 month ago
  22. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  23. 19cf805 schema FEATURE add API function lysc_node_set_private() by Radek Krejci · 4 years, 1 month ago
  24. e58f97f context CHANGE redesign ly_ctx_unset_searchdir*() functions by Radek Krejci · 4 years, 1 month ago
  25. be1ad24 Revert "schema CHANGE add summarizing error messages when module parsing/compiling failed" by Radek Krejci · 4 years, 1 month ago
  26. 0bff0b1 parsers MAINTENANCE change comments into doxygen format by Radek Krejci · 4 years, 1 month ago
  27. 27636e0 schema CHANGE add summarizing error messages when module parsing/compiling failed by Radek Krejci · 4 years, 1 month ago
  28. 8312649 yanglint BUGFIX handling context search paths by Radek Krejci · 4 years, 1 month ago
  29. 5a5d292 context BUGFIX name of parameter in error message from ly_ctx_unset_searchdir() by Radek Krejci · 4 years, 1 month ago
  30. 6b0dbc6 schema compile BUGFIX disconnecting compiled schema node (applying deviation) by Radek Krejci · 4 years, 1 month ago
  31. b915ac9 schema BUGFIX freeing compiled type structure by Radek Krejci · 4 years, 1 month ago
  32. f62ef4f schema BUGFIX inconsistent type structures by Radek Krejci · 4 years, 1 month ago
  33. 115a74d schema compile BUGFIX compiling derived decimal types with range by Radek Krejci · 4 years, 1 month ago
  34. 70124c8 xpath BUGFIX invalid parameters for log message by Radek Krejci · 4 years, 1 month ago
  35. 5233e96 printer REFACTOR remove ctx and status (#1170) by Michal Vasko · 4 years, 1 month ago
  36. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  37. 873ab43 schema BUGFIX resolving prefix in schemas by Radek Krejci · 4 years, 1 month ago
  38. 175f25b schema compile CHANGE making container implicitely presence by Radek Krejci · 4 years, 1 month ago
  39. 3d46f61 yanglint CHANGE allow setting features only on implemented (compiled) modules by Radek Krejci · 4 years, 1 month ago
  40. c826b02 JSON parser BUGFIX memory leak by Radek Krejci · 4 years, 1 month ago
  41. 3066735 lyb printer BUGFIX invalid memory access by Michal Vasko · 4 years, 1 month ago
  42. 9acaf49 libyang BUGFIX memory leaks by Michal Vasko · 4 years, 1 month ago
  43. 4189c0f parsers BUGFIX assigning the resulting tree 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. 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. 1a3dc3b schema compile REFACTOR apply_deviation function by Michal Vasko · 4 years, 1 month ago
  48. c6b4f44 schema compile BUGFIX importing grouping with choice into another choice's case by Radek Krejci · 4 years, 1 month ago
  49. 5c4ed7b schema compile MAINTENANCE improve warning text by the path by Radek Krejci · 4 years, 1 month ago
  50. 3942480 schema compile BUGFIX inserting node into choice by Radek Krejci · 4 years, 1 month ago
  51. 120d854 schema compile BUGFIX missing module info in comple context when precompiling features by Radek Krejci · 4 years, 1 month ago
  52. 32ac994 json parser REFACTOR remove labels in recursive function by Michal Vasko · 4 years, 1 month ago
  53. cf770e2 parsers FEATURE accept only subtree for notif and RPC by Michal Vasko · 4 years, 1 month ago
  54. a5da329 xml parser REFACTOR parse subtrees instead of siblings by Michal Vasko · 4 years, 1 month ago
  55. cabe070 json parser REFACTOR removed attribute label by Michal Vasko · 4 years, 1 month ago
  56. 5536d28 data FEATURE printer for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  57. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  58. 0ad51f1 context FEATURE add alternative module search functions by Radek Krejci · 4 years, 2 months ago
  59. 50f0c6b data FEATURE generic JSON format parser by Radek Krejci · 4 years, 3 months ago
  60. 8ee464a data tree BUGFIX macro meaning changed by Michal Vasko · 4 years, 1 month ago
  61. 3f5fa76 printer BUGFIX allow printing empty data trees by Michal Vasko · 4 years, 1 month ago
  62. bd755db data tree FEATURE macros for common generic pointers by Michal Vasko · 4 years, 1 month ago
  63. 0c03f14 set FEATURE add data/schema node pointer by Michal Vasko · 4 years, 1 month ago
  64. 6653581 diff BUGFIX function renamed by Michal Vasko · 4 years, 1 month ago
  65. a276cd9 data tree FEATURE children iterator by Michal Vasko · 4 years, 1 month ago
  66. de79e22 context FETAURE internal module count of a context by Michal Vasko · 4 years, 1 month ago
  67. 1c9e79f schema tree BUGFIX dfs for const schema nodes by Michal Vasko · 4 years, 1 month ago
  68. 56daf73 data tree REFACTOR data DFS should match schema DFS by Michal Vasko · 4 years, 1 month ago
  69. d43d71a schema tree FEATURE getter for expr from parsed xpath by Michal Vasko · 4 years, 2 months ago
  70. 04f8591 diff FEATURE function for 2 subtree diff merge by Michal Vasko · 4 years, 2 months ago
  71. bc5fba9 diff BUGFIX set both callback parameters by Michal Vasko · 4 years, 2 months ago
  72. 44b19a1 data tree FEATURE no_config new_implicit flag by Michal Vasko · 4 years, 2 months ago
  73. a6669ba data tree FEATURE lyd_new_implicit* functions by Michal Vasko · 4 years, 2 months ago
  74. c118ae2 schema tree DOC update comment by Michal Vasko · 4 years, 2 months ago
  75. ba417ac schema tree FEATURE presence flag even for NP containers by Michal Vasko · 4 years, 2 months ago
  76. fb737aa data tree CHANGE switch diff merge parameters by Michal Vasko · 4 years, 2 months ago
  77. 8b06a5e path FEATURE new path prefix format by Michal Vasko · 4 years, 2 months ago
  78. c000427 data tree FEATURE anydata copy function made public by Michal Vasko · 4 years, 2 months ago
  79. 11deea1 schema tree BUGFIX memory leak by Michal Vasko · 4 years, 2 months ago
  80. cbca270 Merge pull request #1160 from CESNET/submodules by Radek Krejci · 4 years, 2 months ago
  81. 93b18da xpath BUGFIX prefix resolution module by Michal Vasko · 4 years, 2 months ago
  82. d8958df validation BUGFIX non-compatible structs by Michal Vasko · 4 years, 2 months ago
  83. 072de48 schema tree FEATURE lys_find_xpath() function by Michal Vasko · 4 years, 2 months ago
  84. 2bb55bc yang printer MAINTENANCE formatting by Michal Vasko · 4 years, 2 months ago
  85. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  86. 65de040 schema tree FEATURE data schema path by Michal Vasko · 4 years, 2 months ago
  87. f937cfe data tree REFCTOR move prefix callbacks to plugins types by Michal Vasko · 4 years, 2 months ago
  88. 3701af5 data tree FEATURE optional realtype of validated value by Michal Vasko · 4 years, 2 months ago
  89. 790b2bc data tree FEATURE path format with no ending predicate by Michal Vasko · 4 years, 2 months ago
  90. 308d0a7 context FEATURE ly_ctx_get_node() function by Michal Vasko · 4 years, 2 months ago
  91. 5632e0d diff BUGFIX recursive delete and leaf default values by Michal Vasko · 4 years, 2 months ago
  92. 11a8143 data tree BUGFIX unreachable code by Michal Vasko · 4 years, 2 months ago
  93. 8f359bf data tree REFACTOR lyd_compare suffix variations by Michal Vasko · 4 years, 2 months ago
  94. 4c7763f xpath FEATURE number/literal canonization by Michal Vasko · 4 years, 2 months ago
  95. 38c2ba7 test NEW target test by Michal Vasko · 4 years, 2 months ago
  96. aa45bda libyang BUGFIX presence of the compat.h include by Radek Krejci · 4 years, 2 months ago
  97. cc3a1b6 tests FEATURE check presence of the compat.h include by Radek Krejci · 4 years, 2 months ago
  98. 2fd91b9 schema tree FEATURE every schema node has a priv pointer by Michal Vasko · 4 years, 2 months ago
  99. e0dd59d xpath FEATURE metadata and derived-from() support by Michal Vasko · 4 years, 2 months ago
  100. 82c31e6 schema tree FEATURE force feature enable and disable by Michal Vasko · 4 years, 2 months ago