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