1. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  2. 28d7843 tree schema FEATURE use LY_ENOT for false feature state by Michal Vasko · 4 years, 4 months ago
  3. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  4. 2ff0d57 doc BUGFIX trees information organization by Radek Krejci · 4 years, 4 months ago print_info
  5. d8c0f5e schema CHANGE allow printing compiled schema node/subtree by Radek Krejci · 4 years, 10 months ago
  6. 09e8d0a schema CHANGE add lys_find_node() to resolve schema path by Radek Krejci · 4 years, 10 months ago
  7. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  8. cc048b2 validation NEW must evaluation by Michal Vasko · 4 years, 6 months ago
  9. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  10. 44685da xml parser NEW opaque parsing of invalid values/lists by Michal Vasko · 4 years, 6 months ago
  11. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  12. c193ce9 validation NEW if-feature validation by Michal Vasko · 4 years, 7 months ago
  13. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  14. 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 7 months ago
  15. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  16. 82a8343 parsed schema CHANGE make augment node compatible by Michal Vasko · 4 years, 10 months ago
  17. ecd62de schema tree NEW when cyclic ref check by Michal Vasko · 4 years, 10 months ago
  18. 175012e compiled schema NEW when conditions checking by Michal Vasko · 4 years, 11 months ago
  19. d944bdc libyang2: yin printer NEW printer of the parsed schemas into YIN format (#919) by FredGan · 4 years, 11 months ago
  20. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  21. fab954b schema CHANGE rename lys_is_disabled() to lysc_node_is_disabled() by Radek Krejci · 5 years ago
  22. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  23. 61e042e schema DOC remove input/output structure from scnodeflags table by Radek Krejci · 5 years ago
  24. b17185d schema DOC fix LYS_SET_CONFIG description by Radek Krejci · 5 years ago
  25. c71ac5b schema CHANGE remove context member from lysc_must by Radek Krejci · 5 years ago
  26. a0f704a schema compile CHANGE add context to must and definition module to when by Radek Krejci · 5 years ago
  27. f56e2a4 schema BUGFIX reflect the way YIN parser stores extension's arguments by Radek Krejci · 5 years ago
  28. ad5963b extensions CHANGE metadata substatements by Radek Krejci · 5 years ago
  29. 28681fa XML data FEATURE parse/print XML attributes mapped to Metadata annotations by Radek Krejci · 5 years ago
  30. 335332a extensions CHANGE WIP implementation of Metadata annotations by Radek Krejci · 5 years ago
  31. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  32. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  33. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  34. 0e59c31 extensions CHANGE base for the extensions plugins API by Radek Krejci · 5 years ago
  35. b9d75c4 doc FIX typo by David Sedlák · 5 years ago
  36. ae4b451 doc FIX missing documentation of tree schema by David Sedlák · 5 years ago
  37. 964877a Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  38. 0fe9b51 schema compile CHANGE order keys at the beginning of the children list by Radek Krejci · 5 years ago
  39. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  40. 577fb66 common CHANGE remove unused flags from lysp_deviate_del structure by David Sedlák · 5 years ago
  41. f3b6fec data parsers CHANGE simplify API of data parser functions by Radek Krejci · 5 years ago
  42. 1c0c344 tests CHANGE extend tests of default values in schemas by Radek Krejci · 5 years ago
  43. d0ef1af schema compile CHANGE remember the module where default value was defined by Radek Krejci · 5 years ago
  44. 0995fe9 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  45. a191122 schema compile CHANGE store default values as in lyd_value structure by Radek Krejci · 5 years ago
  46. a1a6f77 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  47. 084289f data types CHANGE validate instance-identifier values by Radek Krejci · 5 years ago
  48. b1a7835 yin parser CHANGE add support for extension instances by David Sedlák · 5 years ago
  49. bbd06ca tree schema CHANGE modify extension structures to be compatible with input in YIN format by David Sedlák · 5 years ago
  50. 327de16 schema compile CHANGE provide path when reporting schema compilation error by Radek Krejci · 5 years ago
  51. 849a62a data FEATURE support for validating and parsing bits values by Radek Krejci · 5 years ago
  52. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  53. f2de0ed schema compile FEATURE validate non-instantiated groupings by Radek Krejci · 5 years ago
  54. 5457946 CHANGE move from PCRE to PCRE2 by Radek Krejci · 5 years ago
  55. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 5 years ago
  56. ed5acc5 yanglint FEATURE initial version of yanglint(1) by Radek Krejci · 5 years ago
  57. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago
  58. fc11bd7 schema compile CHANGE Notifications support by Radek Krejci · 5 years ago
  59. 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
  60. f1421c2 schema compile CHANGE support for deviation of mandatory property by Radek Krejci · 6 years ago
  61. 93dcc39 schema compile CHANGE support deviation of config property by Radek Krejci · 6 years ago
  62. fe13da4 schema BUGFIX information about linking between compiled cases and their children by Radek Krejci · 6 years ago
  63. ccd20f1 schema compile CHANGE partial support for deviations by Radek Krejci · 6 years ago
  64. fe90963 schema compile CHANGE simplify mandatory nodes flagging by Radek Krejci · 6 years ago
  65. 00b874b schema compile CHANGE pass augment's and uses's when stmt to their children by Radek Krejci · 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. c8b3100 schema CHANGE add description and reference into compiled structures by Radek Krejci · 6 years ago
  71. 12fb914 schema CHANGE keep description and reference in compiled nodes by Radek Krejci · 6 years ago
  72. 01342af schema compile BUGFIXES test refine in uses and fix found issues by Radek Krejci · 6 years ago
  73. 76b3e96 schema compile WIP partial support for uses's refine by Radek Krejci · 6 years ago
  74. 53ea615 schema CHANGE add lysp_node_groupings() by Radek Krejci · 6 years ago
  75. 9800fb8 schema compile CHANGE anydata and anyxml support by Radek Krejci · 6 years ago
  76. a9026eb schema compile CHANGE finished choice and case support, tests added by Radek Krejci · 6 years ago
  77. 056d0a8 schema compile CHANGE partial support for choice/case nodes by Radek Krejci · 6 years ago
  78. 7adf4ff tests CHANGE basic leafref path test with list predicate by Radek Krejci · 6 years ago
  79. 9bb94eb schema compile CHANGE support list compilation by Radek Krejci · 6 years ago
  80. 0e5d838 schema compile CHANGE leaf-list support by Radek Krejci · 6 years ago
  81. b57cf1e schema compile CHANGE leafref config type by Radek Krejci · 6 years ago
  82. 412ddfa schema compile CHANGE leafref validation by Radek Krejci · 6 years ago
  83. 5969f27 schema compile CHANGE min/max and ascending values check in range by Radek Krejci · 6 years ago
  84. 96a0bfd schema compile CHANGE compiling leafref types by Radek Krejci · 6 years ago
  85. a304538 schema compile CHANGE support for leafref type by Radek Krejci · 6 years ago
  86. 555cb5b schema compile CHANGE support for identityref types by Radek Krejci · 6 years ago
  87. 6cba429 schema compile CHANGE support for decimal64 type by Radek Krejci · 6 years ago
  88. 8b76466 schema compile CHANGE support for enumeration and bits types by Radek Krejci · 6 years ago
  89. 4586a02 schema compile CHANGE support more restrictions for types by Radek Krejci · 6 years ago
  90. d505e3d schema compile CHANGE detect conflicting type's substatements by Radek Krejci · 6 years ago
  91. 4f28eda schema compilation CHANGE partial support for types by Radek Krejci · 6 years ago
  92. bbe09a9 schema parsers CHANGE check typedef collisions by Radek Krejci · 6 years ago
  93. 2167ee1 schema tree CHANGE lysc_type structures design by Radek Krejci · 6 years ago
  94. bd8d9ba schema compilation CHANGE basic support for compiling nodes by Radek Krejci · 6 years ago
  95. 6d9b9b5 yang parser CHANGE refactor yang parser code by Radek Krejci · 6 years ago
  96. d14e969 schema tree CHANGE simplify using returned lys_module by Radek Krejci · 6 years ago
  97. ca3db00 schema tree CHANGE clarify lys_feature_enable() when enabling all features by Radek Krejci · 6 years ago
  98. f8f882a schema tree CHANGE redesign revision in compiled schema by Radek Krejci · 6 years ago
  99. faa1eac schema tree CHANGE better checking of name collisions by Radek Krejci · 6 years ago
  100. 2a408df tree schema FEATURE compile identities by Radek Krejci · 6 years ago