1. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  2. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  3. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  4. 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 8 months ago
  5. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  6. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 8 months ago
  7. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  8. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  9. 3e9bc2f schema tree FEATURE flag for internal parsed structures by Michal Vasko · 3 years, 11 months ago
  10. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  11. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  12. acb8e74 yang printer BUGFIX list printing by Michal Vasko · 4 years ago
  13. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  14. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  15. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  16. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  17. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  18. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  19. 52f6555 printers CHANGE unify formatting options for data and schema printers by Radek Krejci · 4 years, 1 month ago
  20. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  21. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  22. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  23. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  24. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  25. 5233e96 printer REFACTOR remove ctx and status (#1170) by Michal Vasko · 4 years, 1 month ago
  26. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  27. 5536d28 data FEATURE printer for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  28. 2bb55bc yang printer MAINTENANCE formatting by Michal Vasko · 4 years, 2 months ago
  29. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  30. aa45bda libyang BUGFIX presence of the compat.h include by Radek Krejci · 4 years, 2 months ago
  31. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  32. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  33. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  34. 241f6b5 libyang CHANGE rename ambiguous lyp_ prefixed functions and structures by Radek Krejci · 4 years, 4 months ago
  35. a5bba31 printers CHANGE rewrite printers mechanism by Radek Krejci · 4 years, 9 months ago
  36. 4fa6ebf info printer MAINTENANCE rename LYS_OUTPUT_NO_SUBST to LYS_OUTPUT_NO_SUBSTMT by Radek Krejci · 4 years, 10 months ago
  37. d8c0f5e schema CHANGE allow printing compiled schema node/subtree by Radek Krejci · 4 years, 10 months ago
  38. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  39. 2b11ddb YANG printer BUGFIX printing parsed deviation structures by fredgan · 5 years ago
  40. f56e2a4 schema BUGFIX reflect the way YIN parser stores extension's arguments by Radek Krejci · 5 years ago
  41. 38d2e9f YANG printer BUGFIX yin-element statement indentation by Radek Krejci · 5 years ago
  42. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  43. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  44. 964877a Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  45. 0fe9b51 schema compile CHANGE order keys at the beginning of the children list by Radek Krejci · 5 years ago
  46. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  47. d0ef1af schema compile CHANGE remember the module where default value was defined by Radek Krejci · 5 years ago
  48. 0995fe9 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  49. a191122 schema compile CHANGE store default values as in lyd_value structure by Radek Krejci · 5 years ago
  50. bbd06ca tree schema CHANGE modify extension structures to be compatible with input in YIN format by David Sedlák · 5 years ago
  51. 42903ea YANG printer CHANGE avoid empty lines between nodes in compiled output by Radek Krejci · 5 years ago
  52. 73c88f5 YANG printer BUGFIX unterminated key-stmt argument in compiled output by Radek Krejci · 5 years ago
  53. 334ccc7 YANG printer BUGFIX infinite loop and NULL-pointer access when printing compiled range by Radek Krejci · 5 years ago
  54. 7871ce5 YANG printer MAINTENANCE small improvements (a little bit more similar to pyang) by Radek Krejci · 5 years ago
  55. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  56. 59edcf7 YANG printer BUGFIX missing opening tag for typedefs/groupings in grouping by Radek Krejci · 5 years ago
  57. 5457946 CHANGE move from PCRE to PCRE2 by Radek Krejci · 5 years ago
  58. 989e53b YANG printer BUGFIX incomplete if-feature statement in compiled schema by Radek Krejci · 5 years ago
  59. 56cc087 printers CHANGE detect a failure and stop printing as soon as an error occurred by Radek Krejci · 5 years ago
  60. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 5 years ago
  61. fc81ea8 YANG printer BUGFIX several format errors in YANG output by Radek Krejci · 5 years ago
  62. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago