1. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 4 years ago
  2. bb27df3 libyang MAINTENANCE source formatting by Radek Krejci · 4 years ago
  3. 47fab89 libyang CHANGE review header includes by Radek Krejci · 4 years ago
  4. 490a546 schema REFACTOR lysc_is_* functions by Radek Krejci · 4 years ago
  5. b2d55bf schema compile REFACTOR remove lysp_module_find_prefix by Michal Vasko · 4 years ago
  6. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 4 years ago
  7. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years, 1 month ago
  8. 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years, 1 month ago
  9. 2a66871 tree schema FEATURE functions for schema iteration including inout by Michal Vasko · 4 years, 1 month ago
  10. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years, 1 month ago
  11. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years, 1 month ago
  12. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years, 1 month ago
  13. 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years, 1 month ago
  14. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years, 1 month ago
  15. 891d753 uncrustify FORMAT minor problems in recent changes by Michal Vasko · 4 years, 1 month ago
  16. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years, 1 month ago
  17. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years, 1 month ago
  18. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years, 1 month ago
  19. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 2 months ago
  20. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 2 months ago
  21. 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 2 months ago
  22. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 2 months ago
  23. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 2 months ago
  24. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 2 months ago
  25. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 2 months ago
  26. cb18c7f schema tree REFACTOR rename function to reflect its use by Michal Vasko · 4 years, 2 months ago
  27. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 3 months ago
  28. 64246d8 headers FORMATTING exclude unsupported defines by Michal Vasko · 4 years, 3 months ago
  29. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 3 months ago
  30. a53d7c9 context CHANGE implement LY_CTX_ALLIMPLEMENTED context's option by Radek Krejci · 4 years, 3 months ago
  31. c5a2283 libyang REFACTOR config.h code split by Michal Vasko · 4 years, 3 months ago
  32. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 3 months ago
  33. 873ab43 schema BUGFIX resolving prefix in schemas by Radek Krejci · 4 years, 3 months ago
  34. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 3 months ago
  35. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 4 months ago
  36. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 3 months ago
  37. 2fd91b9 schema tree FEATURE every schema node has a priv pointer by Michal Vasko · 4 years, 4 months ago
  38. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 4 months ago
  39. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 4 months ago
  40. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 4 months ago
  41. d975f86 schema tree FEATURE function for user-rodered list checking by Michal Vasko · 4 years, 5 months ago
  42. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 5 months ago
  43. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 5 months ago
  44. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 6 months ago
  45. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 5 months ago
  46. 62ed12d data tree FEATURE new utility function for getting data schema parent by Michal Vasko · 4 years, 6 months ago
  47. 6e546bf schema BUGFIX parsing identifiers matching keywords by Radek Krejci · 4 years, 6 months ago
  48. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 6 months ago
  49. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 7 months ago
  50. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 8 months ago
  51. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 8 months ago
  52. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 9 months ago
  53. a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 10 months ago
  54. 88a163b schema helpers BUGFIX find own module if own prefix is used by Michal Vasko · 4 years, 11 months ago
  55. 294b76d schema BUGFIX return value check by Michal Vasko · 5 years ago
  56. 78f0682 context CHANGE avoid error messages when searching for latest revision import by Radek Krejci · 5 years ago
  57. cd485b8 schema parsers BUGFIX provide necessary information when parsing submodule by fredgan · 5 years 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. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  61. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  62. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  63. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  64. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  65. 474f9b8 schema compile CHANGE schema deviating by Radek Krejci · 5 years ago
  66. d0ef1af schema compile CHANGE remember the module where default value was defined by Radek Krejci · 5 years ago
  67. 0995fe9 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  68. a191122 schema compile CHANGE store default values as in lyd_value structure by Radek Krejci · 5 years ago
  69. d2ebe57 yang parser CHANGE move parse_finalize_reallocated() to tree_schema_helpers so it can be reused in yin parser by David Sedlák · 5 years ago
  70. a1a6f77 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  71. 07869a5 yin parser CHANGE add support for enum element by David Sedlák · 5 years ago
  72. 6544c18 yang parser CHANGE move validation of enum name to separate function by David Sedlák · 5 years ago
  73. 73dead2 data types CHANGE simplify data types plugins API by Radek Krejci · 5 years ago
  74. 4a65053 yin parser CHANGE validate argument value according to its type by David Sedlák · 5 years ago
  75. 5f8f033 internal tree schema CHANGE add lysp_ prefix to match_kw function by David Sedlák · 5 years ago
  76. 1bccdfa tree schema helpers REFACTOR by David Sedlák · 5 years ago
  77. c53e742 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  78. b4a4a27 parsers CHANGE clarify function names by Radek Krejci · 5 years ago
  79. 8574795 tree FEATURE lys_parse_instance_predicate() by Radek Krejci · 5 years ago
  80. 6882673 yin parser CHANGE remove dead code after previous changes by David Sedlák · 5 years ago
  81. 572e7ab tree_schema_helpers BUGFIX return YANG_NONE on empty input by David Sedlák · 5 years ago
  82. ecf5eb8 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  83. 9a7ebbf schema tree BUGFIX remove system-specific header include by Radek Krejci · 5 years ago
  84. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  85. 87e78ca schema parsers BUGFIX infinite loop by Radek Krejci · 6 years ago
  86. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 6 years ago
  87. ed5acc5 yanglint FEATURE initial version of yanglint(1) by Radek Krejci · 6 years ago
  88. fc81ea8 YANG printer BUGFIX several format errors in YANG output by Radek Krejci · 6 years ago
  89. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 6 years ago
  90. fc11bd7 schema compile CHANGE Notifications support by Radek Krejci · 6 years ago
  91. 3eb299d xml BUGFIX uninitialized variable by Radek Krejci · 6 years ago
  92. b07b5c9 BUGFIX possible NULL pointer dereferences by Radek Krejci · 6 years ago
  93. 1873013 yin parser CHANGE preparation for namespace and extension support by David Sedlák · 6 years ago
  94. 72d46e2 tree_schema_helpers CHANGE make lysp_check_prefix function compatible with lyxml_context by David Sedlák · 6 years ago
  95. b308214 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  96. f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
  97. 05b774b schema BUGFIX several tests and bugfixes of lys_getnext() by Radek Krejci · 6 years ago
  98. 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
  99. 7af6424 schema compile CHANGE suppoert deviation of unique statements by Radek Krejci · 6 years ago
  100. 9220612 match_keyword BUGFIX lenght of keyword must be also checked by David Sedlák · 6 years ago