1. b2d55bf schema compile REFACTOR remove lysp_module_find_prefix by Michal Vasko · 3 years, 11 months ago
  2. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  3. 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 1 month ago
  4. 239c38a type plugins CHANGE rename ly_get_prefix() and ly_resolve_prefix() by Radek Krejci · 4 years ago
  5. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  6. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  7. 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years ago
  8. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  9. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  10. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  11. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  12. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  13. 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 1 month ago
  14. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  15. cb18c7f schema tree REFACTOR rename function to reflect its use by Michal Vasko · 4 years, 1 month ago
  16. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  17. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  18. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  19. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  20. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  21. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  22. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  23. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  24. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  25. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  26. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  27. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  28. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  29. 62ed12d data tree FEATURE new utility function for getting data schema parent by Michal Vasko · 4 years, 4 months ago
  30. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  31. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  32. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  33. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  34. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  35. 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 7 months ago
  36. 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 7 months ago
  37. 90932a9 parser xml CHANGE non-xml specific functions made separate by Michal Vasko · 4 years, 7 months ago
  38. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  39. d944bdc libyang2: yin printer NEW printer of the parsed schemas into YIN format (#919) by FredGan · 4 years, 11 months ago
  40. 78f0682 context CHANGE avoid error messages when searching for latest revision import by Radek Krejci · 5 years ago
  41. cd485b8 schema parsers BUGFIX provide necessary information when parsing submodule by fredgan · 5 years ago
  42. ae9e4cb xpath CHANGE deref() support for schema leafref by Michal Vasko · 5 years ago
  43. b3289d6 context BUGFIX searching for the latest revision by Radek Krejci · 5 years ago
  44. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  45. c5ad965 types CHANGE make internal compilation flags public for the extension plugins by Radek Krejci · 5 years ago
  46. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  47. ad5963b extensions CHANGE metadata substatements by Radek Krejci · 5 years ago
  48. 38d8536 annotation CHANGE WIP parsing XML attributes as YANG metadata annotations by Radek Krejci · 5 years ago
  49. 335332a extensions CHANGE WIP implementation of Metadata annotations by Radek Krejci · 5 years ago
  50. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  51. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  52. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  53. 0e59c31 extensions CHANGE base for the extensions plugins API by Radek Krejci · 5 years ago
  54. 2c0d5ef Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  55. 1b62312 schema parsers CHANGE make lys_parse_mem functions compatible with yin_parser_ctx by David Sedlák · 5 years ago
  56. 8985a14 yin parser CHANGE add interface functions for module and submodule parsing by David Sedlák · 5 years ago
  57. ebd3acf schema parsers CHANGE add free functions for contexts by David Sedlák · 5 years ago
  58. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  59. 1c0c344 tests CHANGE extend tests of default values in schemas by Radek Krejci · 5 years ago
  60. 0995fe9 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  61. a191122 schema compile CHANGE store default values as in lyd_value structure by Radek Krejci · 5 years ago
  62. 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
  63. 04e17b2 yin parser CHANGE add support for typedef element by David Sedlák · 5 years ago
  64. b9b892c tree schema internal CHANGE remove unused parameter from YANG_CHECK_NONEMPTY macro by David Sedlák · 5 years ago
  65. 07869a5 yin parser CHANGE add support for enum element by David Sedlák · 5 years ago
  66. 129a09c yang parser CHANGE move YANG_CHECK_NONEMPTY to tree_schema_internal.h by David Sedlák · 5 years ago
  67. 6544c18 yang parser CHANGE move validation of enum name to separate function by David Sedlák · 5 years ago
  68. ca36c42 yin parser CHANGE add support for bit element by David Sedlák · 5 years ago
  69. 4a65053 yin parser CHANGE validate argument value according to its type by David Sedlák · 5 years ago
  70. b307719 tree schema internal CHANGE rename LOGVAL_YANG macro to LOGVAL_PARSER by David Sedlák · 5 years ago
  71. 5f8f033 internal tree schema CHANGE add lysp_ prefix to match_kw function by David Sedlák · 5 years ago
  72. 1bccdfa tree schema helpers REFACTOR by David Sedlák · 5 years ago
  73. c53e742 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  74. 327de16 schema compile CHANGE provide path when reporting schema compilation error by Radek Krejci · 5 years ago
  75. b4a4a27 parsers CHANGE clarify function names by Radek Krejci · 5 years ago
  76. 8574795 tree FEATURE lys_parse_instance_predicate() by Radek Krejci · 5 years ago
  77. b666bcc yin parser MAINTENANCE complete documentation comments for each function by David Sedlák · 5 years ago
  78. 6882673 yin parser CHANGE remove dead code after previous changes by David Sedlák · 5 years ago
  79. ecf5eb8 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  80. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  81. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  82. f2de0ed schema compile FEATURE validate non-instantiated groupings by Radek Krejci · 5 years ago
  83. ec4da80 schema compile CHANGE hide options into compile context by Radek Krejci · 5 years ago
  84. 99b5b2a schema compile BUGFIX detect circular typedefs by Radek Krejci · 5 years ago
  85. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 5 years ago
  86. ed5acc5 yanglint FEATURE initial version of yanglint(1) by Radek Krejci · 5 years ago
  87. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago
  88. fc11bd7 schema compile CHANGE Notifications support by Radek Krejci · 5 years ago
  89. aadab9c parser yin ADD mapping of lyxml_context to parser_context by David Sedlák · 5 years ago
  90. 1873013 yin parser CHANGE preparation for namespace and extension support by David Sedlák · 6 years ago
  91. 72d46e2 tree_schema_helpers CHANGE make lysp_check_prefix function compatible with lyxml_context by David Sedlák · 6 years ago
  92. b308214 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  93. f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
  94. 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
  95. 7af6424 schema compile CHANGE suppoert deviation of unique statements by Radek Krejci · 6 years ago
  96. ccd20f1 schema compile CHANGE partial support for deviations by Radek Krejci · 6 years ago
  97. 9220612 match_keyword BUGFIX lenght of keyword must be also checked by David Sedlák · 6 years ago
  98. 8dd03ad Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  99. 95710c9 schema compilation CHANGE basic support for global augments by Radek Krejci · 6 years ago
  100. 0af4629 schema compile CHANGE better handling of features by Radek Krejci · 6 years ago