1. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  2. 8d54425 data tree NEW support for with-defaults attribute by Michal Vasko · 4 years, 7 months ago
  3. 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 7 months ago
  4. 90932a9 parser xml CHANGE non-xml specific functions made separate by Michal Vasko · 4 years, 7 months ago
  5. 1465471 tree schema NEW unique validation by Michal Vasko · 4 years, 8 months ago
  6. d944bdc libyang2: yin printer NEW printer of the parsed schemas into YIN format (#919) by FredGan · 4 years, 11 months ago
  7. 78f0682 context CHANGE avoid error messages when searching for latest revision import by Radek Krejci · 5 years ago
  8. cd485b8 schema parsers BUGFIX provide necessary information when parsing submodule by fredgan · 5 years ago
  9. ae9e4cb xpath CHANGE deref() support for schema leafref by Michal Vasko · 5 years ago
  10. b3289d6 context BUGFIX searching for the latest revision by Radek Krejci · 5 years ago
  11. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  12. c5ad965 types CHANGE make internal compilation flags public for the extension plugins by Radek Krejci · 5 years ago
  13. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  14. ad5963b extensions CHANGE metadata substatements by Radek Krejci · 5 years ago
  15. 38d8536 annotation CHANGE WIP parsing XML attributes as YANG metadata annotations by Radek Krejci · 5 years ago
  16. 335332a extensions CHANGE WIP implementation of Metadata annotations by Radek Krejci · 5 years ago
  17. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  18. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  19. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  20. 0e59c31 extensions CHANGE base for the extensions plugins API by Radek Krejci · 5 years ago
  21. 2c0d5ef Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  22. 1b62312 schema parsers CHANGE make lys_parse_mem functions compatible with yin_parser_ctx by David Sedlák · 5 years ago
  23. 8985a14 yin parser CHANGE add interface functions for module and submodule parsing by David Sedlák · 5 years ago
  24. ebd3acf schema parsers CHANGE add free functions for contexts by David Sedlák · 5 years ago
  25. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  26. 1c0c344 tests CHANGE extend tests of default values in schemas by Radek Krejci · 5 years ago
  27. 0995fe9 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  28. a191122 schema compile CHANGE store default values as in lyd_value structure by Radek Krejci · 5 years ago
  29. 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
  30. 04e17b2 yin parser CHANGE add support for typedef element by David Sedlák · 5 years ago
  31. b9b892c tree schema internal CHANGE remove unused parameter from YANG_CHECK_NONEMPTY macro by David Sedlák · 5 years ago
  32. 07869a5 yin parser CHANGE add support for enum element by David Sedlák · 5 years ago
  33. 129a09c yang parser CHANGE move YANG_CHECK_NONEMPTY to tree_schema_internal.h by David Sedlák · 5 years ago
  34. 6544c18 yang parser CHANGE move validation of enum name to separate function by David Sedlák · 5 years ago
  35. ca36c42 yin parser CHANGE add support for bit element by David Sedlák · 5 years ago
  36. 4a65053 yin parser CHANGE validate argument value according to its type by David Sedlák · 5 years ago
  37. b307719 tree schema internal CHANGE rename LOGVAL_YANG macro to LOGVAL_PARSER by David Sedlák · 5 years ago
  38. 5f8f033 internal tree schema CHANGE add lysp_ prefix to match_kw function by David Sedlák · 5 years ago
  39. 1bccdfa tree schema helpers REFACTOR by David Sedlák · 5 years ago
  40. c53e742 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  41. 327de16 schema compile CHANGE provide path when reporting schema compilation error by Radek Krejci · 5 years ago
  42. b4a4a27 parsers CHANGE clarify function names by Radek Krejci · 5 years ago
  43. 8574795 tree FEATURE lys_parse_instance_predicate() by Radek Krejci · 5 years ago
  44. b666bcc yin parser MAINTENANCE complete documentation comments for each function by David Sedlák · 5 years ago
  45. 6882673 yin parser CHANGE remove dead code after previous changes by David Sedlák · 5 years ago
  46. ecf5eb8 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  47. 2d7a47b tests CHANGE speedup building by Radek Krejci · 5 years ago
  48. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  49. f2de0ed schema compile FEATURE validate non-instantiated groupings by Radek Krejci · 5 years ago
  50. ec4da80 schema compile CHANGE hide options into compile context by Radek Krejci · 5 years ago
  51. 99b5b2a schema compile BUGFIX detect circular typedefs by Radek Krejci · 5 years ago
  52. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 5 years ago
  53. ed5acc5 yanglint FEATURE initial version of yanglint(1) by Radek Krejci · 5 years ago
  54. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago
  55. fc11bd7 schema compile CHANGE Notifications support by Radek Krejci · 5 years ago
  56. aadab9c parser yin ADD mapping of lyxml_context to parser_context by David Sedlák · 5 years ago
  57. 1873013 yin parser CHANGE preparation for namespace and extension support by David Sedlák · 6 years ago
  58. 72d46e2 tree_schema_helpers CHANGE make lysp_check_prefix function compatible with lyxml_context by David Sedlák · 6 years ago
  59. b308214 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  60. f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
  61. 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
  62. 7af6424 schema compile CHANGE suppoert deviation of unique statements by Radek Krejci · 6 years ago
  63. ccd20f1 schema compile CHANGE partial support for deviations by Radek Krejci · 6 years ago
  64. 9220612 match_keyword BUGFIX lenght of keyword must be also checked by David Sedlák · 6 years ago
  65. 8dd03ad Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  66. 95710c9 schema compilation CHANGE basic support for global augments by Radek Krejci · 6 years ago
  67. 0af4629 schema compile CHANGE better handling of features by Radek Krejci · 6 years ago
  68. 096235c schema CHANGE hide schema compilation behing lys_parse_mem() by Radek Krejci · 6 years ago
  69. 0bcdaed schema CHANGE refactor lys_module structure by Radek Krejci · 6 years ago
  70. 18e494b Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  71. e86bf77 schema compile CHANGE basic implementation of applying groupings into uses by Radek Krejci · 6 years ago
  72. 0fb2856 schema CHANGE remove unnecessary function lysp_node_typedefs_p() by Radek Krejci · 6 years ago
  73. a9026eb schema compile CHANGE finished choice and case support, tests added by Radek Krejci · 6 years ago
  74. 056d0a8 schema compile CHANGE partial support for choice/case nodes by Radek Krejci · 6 years ago
  75. 9bb94eb schema compile CHANGE support list compilation by Radek Krejci · 6 years ago
  76. cdfecd9 schema compile CHANGE support union type and inherit default and units values by Radek Krejci · 6 years ago
  77. 96a0bfd schema compile CHANGE compiling leafref types by Radek Krejci · 6 years ago
  78. a304538 schema compile CHANGE support for leafref type by Radek Krejci · 6 years ago
  79. 19a9610 tree schema MAINTENANCE split source files to keep smaller files to work with by Radek Krejci · 6 years ago
  80. 4f28eda schema compilation CHANGE partial support for types by Radek Krejci · 6 years ago
  81. 3b1f929 schema parsers CHANGE detect typedef collisions between main module and submodules by Radek Krejci · 6 years ago
  82. bbe09a9 schema parsers CHANGE check typedef collisions by Radek Krejci · 6 years ago
  83. 9ed7a19 schema parsing CHANGE improve content checking of a loaded schema by Radek Krejci · 6 years ago
  84. faa1eac schema tree CHANGE better checking of name collisions by Radek Krejci · 6 years ago
  85. ce8c159 schema tree CHANGE base for compiling extension instances by Radek Krejci · 6 years ago
  86. 6d6e4e4 tree schema CHANGE compile import module information by Radek Krejci · 6 years ago
  87. 086c713 schema parsers FEATURE processing imports and includes by Radek Krejci · 6 years ago
  88. d33273d YANG parser CHANGE support for including submodules by Radek Krejci · 6 years ago
  89. 151a5b7 schema tree FEATURE features and if-features compilation and handling functions by Radek Krejci · 6 years ago
  90. 86d106e context FEATURE public API for parsing schemas by Radek Krejci · 6 years ago
  91. e384647 yang parser CHANGE improve readability by Radek Krejci · 6 years ago
  92. 70853c5 schema parsers CHANGE check for prefix duplicity by Radek Krejci · 6 years ago