1. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  2. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  3. 997f982 plugins types BUGFIX check module is implemented using the flag by Michal Vasko · 4 years ago
  4. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  5. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  6. 56a9847 schema tree CHANGE remove lys_find_node() from the API by Radek Krejci · 4 years ago
  7. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  8. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years ago
  9. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  10. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  11. 87a97f4 schema tree BUGFIX update set id on any feature changes by Michal Vasko · 4 years ago
  12. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  13. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  14. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  15. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  16. f027df7 schema parsers BUGFIX setting correct return error code by Radek Krejci · 4 years ago
  17. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  18. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  19. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  20. b0099a9 libyang BUGFIX return value checking 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. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  23. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  24. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  25. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  26. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  27. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  28. 19cf805 schema FEATURE add API function lysc_node_set_private() by Radek Krejci · 4 years, 1 month ago
  29. be1ad24 Revert "schema CHANGE add summarizing error messages when module parsing/compiling failed" by Radek Krejci · 4 years, 1 month ago
  30. 27636e0 schema CHANGE add summarizing error messages when module parsing/compiling failed by Radek Krejci · 4 years, 1 month ago
  31. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  32. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  33. 11deea1 schema tree BUGFIX memory leak by Michal Vasko · 4 years, 2 months ago
  34. 072de48 schema tree FEATURE lys_find_xpath() function by Michal Vasko · 4 years, 2 months ago
  35. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  36. 65de040 schema tree FEATURE data schema path by Michal Vasko · 4 years, 2 months ago
  37. 82c31e6 schema tree FEATURE force feature enable and disable by Michal Vasko · 4 years, 2 months ago
  38. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  39. 82fa8d4 trees BUGFIX checking failure of the called functions by Radek Krejci · 4 years, 2 months ago
  40. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  41. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  42. 119dddd Merge branch 'libyang2' of https://github.com/cesnet/libyang into libyang2 by Michal Vasko · 4 years, 3 months ago
  43. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  44. f6923e8 libyang BUGFIX memory leaks by Radek Krejci · 4 years, 3 months ago
  45. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  46. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  47. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  48. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  49. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  50. 28d7843 tree schema FEATURE use LY_ENOT for false feature state by Michal Vasko · 4 years, 4 months ago
  51. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  52. 09e8d0a schema CHANGE add lys_find_node() to resolve schema path by Radek Krejci · 4 years, 10 months ago
  53. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  54. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  55. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  56. c193ce9 validation NEW if-feature validation by Michal Vasko · 4 years, 7 months ago
  57. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  58. 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 7 months ago
  59. 90932a9 parser xml CHANGE non-xml specific functions made separate by Michal Vasko · 4 years, 7 months ago
  60. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  61. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  62. 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
  63. b3289d6 context BUGFIX searching for the latest revision by Radek Krejci · 5 years ago
  64. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  65. fab954b schema CHANGE rename lys_is_disabled() to lysc_node_is_disabled() by Radek Krejci · 5 years ago
  66. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  67. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  68. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  69. 4f2f5ba tree schema BUGFIX use initialized context for logging by David Sedlák · 5 years ago
  70. 1b62312 schema parsers CHANGE make lys_parse_mem functions compatible with yin_parser_ctx by David Sedlák · 5 years ago
  71. 3bbd93e tree schema BUGFIX memory leak in lysc_path() by Radek Krejci · 5 years ago
  72. 1c0c344 tests CHANGE extend tests of default values in schemas by Radek Krejci · 5 years ago
  73. 327de16 schema compile CHANGE provide path when reporting schema compilation error by Radek Krejci · 5 years ago
  74. 7fc6829 YANG parser BUGFIX updating pointers to objects stored in sized arrays by Radek Krejci · 5 years ago
  75. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  76. 6e67c40 features CHANGE do not print confusing error message by Radek Krejci · 5 years ago
  77. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 5 years ago
  78. ed5acc5 yanglint FEATURE initial version of yanglint(1) by Radek Krejci · 5 years ago
  79. d5a2b9d lys_getnext() BUGFIX several bugs when searching for action/notification nodes by Radek Krejci · 5 years ago
  80. b07b5c9 BUGFIX possible NULL pointer dereferences by Radek Krejci · 5 years ago
  81. 05b774b schema BUGFIX several tests and bugfixes of lys_getnext() by Radek Krejci · 6 years ago
  82. 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
  83. 0af4629 schema compile CHANGE better handling of features by Radek Krejci · 6 years ago
  84. 096235c schema CHANGE hide schema compilation behing lys_parse_mem() by Radek Krejci · 6 years ago
  85. 0bcdaed schema CHANGE refactor lys_module structure by Radek Krejci · 6 years ago
  86. 01342af schema compile BUGFIXES test refine in uses and fix found issues by Radek Krejci · 6 years ago
  87. a9026eb schema compile CHANGE finished choice and case support, tests added by Radek Krejci · 6 years ago
  88. 056d0a8 schema compile CHANGE partial support for choice/case nodes by Radek Krejci · 6 years ago
  89. 9bb94eb schema compile CHANGE support list compilation by Radek Krejci · 6 years ago
  90. 65639b9 MAINTENANCE variables definitions in conditionaly compiled code by Radek Krejci · 6 years ago
  91. 60794f5 osx BUGFIX incorrect macro name, use PATH_MAX instead of old MAXPATHLEN by Radek Krejci · 6 years ago
  92. 7802bae BUGFIX use of PATH_MAX (for OSX) by Radek Krejci · 6 years ago
  93. abbf357 schema MAINTENANCE cleanup headers includes by Radek Krejci · 6 years ago
  94. a304538 schema compile CHANGE support for leafref type by Radek Krejci · 6 years ago
  95. 19a9610 tree schema MAINTENANCE split source files to keep smaller files to work with by Radek Krejci · 6 years ago
  96. 1011365 schema compile CHANGE check some of the differences between YANG 1.0 and 1.1 by Radek Krejci · 6 years ago
  97. 8cb3244 schema compile CHANGE keep type's bits ordered by Radek Krejci · 6 years ago
  98. 8b76466 schema compile CHANGE support for enumeration and bits types by Radek Krejci · 6 years ago
  99. cda7415 tests CHANGE add type's patterns checks by Radek Krejci · 6 years ago
  100. 56aa27c schema compile CHANGE remove some dead code by Radek Krejci · 6 years ago