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