1. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  2. c8bd060 schema tree BUGFIX obsolete assert by Michal Vasko · 3 years, 10 months ago
  3. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  4. b397613 schema tree BUGFIX use return value by Michal Vasko · 3 years, 10 months ago
  5. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  6. 08c8b27 schema tree FEATURE allow changing enabled features by Michal Vasko · 3 years, 10 months ago
  7. 0550b76 schema tree REFACTOR lysp_load_module function cleanup by Michal Vasko · 3 years, 10 months ago
  8. 545b487 schema FEATURE schema format autodetection from input handler by Radek Krejci · 3 years, 10 months ago
  9. 01a937f schema BUGFIX enable forgotten support for searching YIN schemas by Radek Krejci · 3 years, 10 months ago
  10. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  11. c5b54a0 libyang MAINTENANCE formatting by Radek Krejci · 3 years, 11 months ago
  12. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 4 years ago
  13. 45b521c schema tree FEATURE add internal standard module metadata by Michal Vasko · 3 years, 11 months ago
  14. 2336cf5 schema tree BUGFIX module DFS must iterate over all top nodes by Michal Vasko · 3 years, 11 months ago
  15. 1d972ca schema tree BUGFIX array for macro needs correct type by Michal Vasko · 3 years, 11 months ago
  16. 916aefb schema compile REFACTOR recompilation function by Michal Vasko · 3 years, 11 months ago
  17. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  18. b93bd41 schema BUGFIX handle empty subtrees in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  19. ff2dbc5 schema tree BUGFIX handling empty cases in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  20. a8c71e6 doc MAINTENANCE typos by Radek Krejci · 4 years ago
  21. f1ab44f schema tree FEATURE functions for lysc node full dfs by Michal Vasko · 4 years ago
  22. ae15966 libyang FORMAT uncrustify fixes by Michal Vasko · 4 years ago
  23. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  24. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  25. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  26. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  27. 997f982 plugins types BUGFIX check module is implemented using the flag by Michal Vasko · 4 years ago
  28. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  29. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  30. 56a9847 schema tree CHANGE remove lys_find_node() from the API by Radek Krejci · 4 years ago
  31. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  32. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years ago
  33. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  34. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  35. 87a97f4 schema tree BUGFIX update set id on any feature changes by Michal Vasko · 4 years ago
  36. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  37. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  38. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  39. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  40. f027df7 schema parsers BUGFIX setting correct return error code by Radek Krejci · 4 years ago
  41. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  42. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  43. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  44. b0099a9 libyang BUGFIX return value checking by Michal Vasko · 4 years, 1 month ago
  45. 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 1 month ago
  46. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  47. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  48. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  49. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  50. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  51. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  52. 19cf805 schema FEATURE add API function lysc_node_set_private() by Radek Krejci · 4 years, 1 month ago
  53. be1ad24 Revert "schema CHANGE add summarizing error messages when module parsing/compiling failed" by Radek Krejci · 4 years, 1 month ago
  54. 27636e0 schema CHANGE add summarizing error messages when module parsing/compiling failed by Radek Krejci · 4 years, 1 month ago
  55. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  56. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  57. 11deea1 schema tree BUGFIX memory leak by Michal Vasko · 4 years, 2 months ago
  58. 072de48 schema tree FEATURE lys_find_xpath() function by Michal Vasko · 4 years, 2 months ago
  59. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  60. 65de040 schema tree FEATURE data schema path by Michal Vasko · 4 years, 2 months ago
  61. 82c31e6 schema tree FEATURE force feature enable and disable by Michal Vasko · 4 years, 2 months ago
  62. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  63. 82fa8d4 trees BUGFIX checking failure of the called functions by Radek Krejci · 4 years, 2 months ago
  64. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  65. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  66. 119dddd Merge branch 'libyang2' of https://github.com/cesnet/libyang into libyang2 by Michal Vasko · 4 years, 3 months ago
  67. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  68. f6923e8 libyang BUGFIX memory leaks by Radek Krejci · 4 years, 3 months ago
  69. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  70. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  71. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  72. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  73. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  74. 28d7843 tree schema FEATURE use LY_ENOT for false feature state by Michal Vasko · 4 years, 4 months ago
  75. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  76. 09e8d0a schema CHANGE add lys_find_node() to resolve schema path by Radek Krejci · 4 years, 10 months ago
  77. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  78. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  79. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  80. c193ce9 validation NEW if-feature validation by Michal Vasko · 4 years, 7 months ago
  81. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  82. 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 7 months ago
  83. 90932a9 parser xml CHANGE non-xml specific functions made separate by Michal Vasko · 4 years, 7 months ago
  84. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  85. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  86. 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
  87. b3289d6 context BUGFIX searching for the latest revision by Radek Krejci · 5 years ago
  88. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  89. fab954b schema CHANGE rename lys_is_disabled() to lysc_node_is_disabled() by Radek Krejci · 5 years ago
  90. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  91. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  92. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  93. 4f2f5ba tree schema BUGFIX use initialized context for logging by David Sedlák · 5 years ago
  94. 1b62312 schema parsers CHANGE make lys_parse_mem functions compatible with yin_parser_ctx by David Sedlák · 5 years ago
  95. 3bbd93e tree schema BUGFIX memory leak in lysc_path() by Radek Krejci · 5 years ago
  96. 1c0c344 tests CHANGE extend tests of default values in schemas by Radek Krejci · 5 years ago
  97. 327de16 schema compile CHANGE provide path when reporting schema compilation error by Radek Krejci · 5 years ago
  98. 7fc6829 YANG parser BUGFIX updating pointers to objects stored in sized arrays by Radek Krejci · 5 years ago
  99. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  100. 6e67c40 features CHANGE do not print confusing error message by Radek Krejci · 5 years ago