1. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  2. 1798aae data FEATURE parser for YANG data in JSON format by Radek Krejci · 4 years, 2 months ago
  3. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  4. 2fd91b9 schema tree FEATURE every schema node has a priv pointer by Michal Vasko · 4 years, 2 months ago
  5. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  6. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  7. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  8. d975f86 schema tree FEATURE function for user-rodered list checking by Michal Vasko · 4 years, 3 months ago
  9. 00cbf53 data tree FEATURE lyd_new_path() and lyd_change_term() by Michal Vasko · 4 years, 3 months ago
  10. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  11. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  12. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  13. 62ed12d data tree FEATURE new utility function for getting data schema parent by Michal Vasko · 4 years, 4 months ago
  14. 6e546bf schema BUGFIX parsing identifiers matching keywords by Radek Krejci · 4 years, 4 months ago
  15. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  16. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  17. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago
  18. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  19. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  20. a388136 data tree CHANGE prepare updated validation flags by Michal Vasko · 4 years, 8 months ago
  21. 88a163b schema helpers BUGFIX find own module if own prefix is used by Michal Vasko · 4 years, 9 months ago
  22. 294b76d schema BUGFIX return value check by Michal Vasko · 4 years, 9 months ago
  23. 78f0682 context CHANGE avoid error messages when searching for latest revision import by Radek Krejci · 5 years ago
  24. cd485b8 schema parsers BUGFIX provide necessary information when parsing submodule by fredgan · 5 years ago
  25. 7f9b651 common CHANGE new ly_strncmp() by Radek Krejci · 5 years ago
  26. b3289d6 context BUGFIX searching for the latest revision by Radek Krejci · 5 years ago
  27. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  28. d6b7645 extensions CHANGE base for substatements support in extension instances by Radek Krejci · 5 years ago
  29. 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
  30. 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
  31. 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  32. 474f9b8 schema compile CHANGE schema deviating by Radek Krejci · 5 years ago
  33. d0ef1af schema compile CHANGE remember the module where default value was defined by Radek Krejci · 5 years ago
  34. 0995fe9 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  35. a191122 schema compile CHANGE store default values as in lyd_value structure by Radek Krejci · 5 years ago
  36. 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
  37. a1a6f77 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  38. 07869a5 yin parser CHANGE add support for enum element by David Sedlák · 5 years ago
  39. 6544c18 yang parser CHANGE move validation of enum name to separate function by David Sedlák · 5 years ago
  40. 73dead2 data types CHANGE simplify data types plugins API by Radek Krejci · 5 years ago
  41. 4a65053 yin parser CHANGE validate argument value according to its type by David Sedlák · 5 years ago
  42. 5f8f033 internal tree schema CHANGE add lysp_ prefix to match_kw function by David Sedlák · 5 years ago
  43. 1bccdfa tree schema helpers REFACTOR by David Sedlák · 5 years ago
  44. c53e742 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  45. b4a4a27 parsers CHANGE clarify function names by Radek Krejci · 5 years ago
  46. 8574795 tree FEATURE lys_parse_instance_predicate() by Radek Krejci · 5 years ago
  47. 6882673 yin parser CHANGE remove dead code after previous changes by David Sedlák · 5 years ago
  48. 572e7ab tree_schema_helpers BUGFIX return YANG_NONE on empty input by David Sedlák · 5 years ago
  49. ecf5eb8 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
  50. 9a7ebbf schema tree BUGFIX remove system-specific header include by Radek Krejci · 5 years ago
  51. e7b9509 data tree FEATURE initial implementation of YANG data support by Radek Krejci · 5 years ago
  52. 87e78ca schema parsers BUGFIX infinite loop by Radek Krejci · 5 years ago
  53. 693262f schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED) by Radek Krejci · 5 years ago
  54. ed5acc5 yanglint FEATURE initial version of yanglint(1) by Radek Krejci · 5 years ago
  55. fc81ea8 YANG printer BUGFIX several format errors in YANG output by Radek Krejci · 5 years ago
  56. d3ca063 printer YANG FEATURE initial implementation of YANG printer by Radek Krejci · 5 years ago
  57. fc11bd7 schema compile CHANGE Notifications support by Radek Krejci · 5 years ago
  58. 3eb299d xml BUGFIX uninitialized variable by Radek Krejci · 5 years ago
  59. b07b5c9 BUGFIX possible NULL pointer dereferences by Radek Krejci · 5 years ago
  60. 1873013 yin parser CHANGE preparation for namespace and extension support by David Sedlák · 6 years ago
  61. 72d46e2 tree_schema_helpers CHANGE make lysp_check_prefix function compatible with lyxml_context by David Sedlák · 6 years ago
  62. b308214 Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  63. f538ce5 schema compile CHANGE support for RPC/action in deviations and additional tests by Radek Krejci · 6 years ago
  64. 05b774b schema BUGFIX several tests and bugfixes of lys_getnext() by Radek Krejci · 6 years ago
  65. 6eeb58f schema compile CHANGE initial support for RPC/actions by Radek Krejci · 6 years ago
  66. 7af6424 schema compile CHANGE suppoert deviation of unique statements by Radek Krejci · 6 years ago
  67. 9220612 match_keyword BUGFIX lenght of keyword must be also checked by David Sedlák · 6 years ago
  68. 8dd03ad Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  69. 3641f56 schema compile CHANGE support for uses's augments by Radek Krejci · 6 years ago
  70. f12a1f0 schema compile CHANGE better support for augments from submodules by Radek Krejci · 6 years ago
  71. 95710c9 schema compilation CHANGE basic support for global augments by Radek Krejci · 6 years ago
  72. 0af4629 schema compile CHANGE better handling of features by Radek Krejci · 6 years ago
  73. 096235c schema CHANGE hide schema compilation behing lys_parse_mem() by Radek Krejci · 6 years ago
  74. 0bcdaed schema CHANGE refactor lys_module structure by Radek Krejci · 6 years ago
  75. 01342af schema compile BUGFIXES test refine in uses and fix found issues by Radek Krejci · 6 years ago
  76. 18e494b Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 6 years ago
  77. c10e790 parser yin REFACTOR of whats currently implemented by David Sedlák · 6 years ago
  78. 76b3e96 schema compile WIP partial support for uses's refine by Radek Krejci · 6 years ago
  79. 53ea615 schema CHANGE add lysp_node_groupings() by Radek Krejci · 6 years ago
  80. 0fb2856 schema CHANGE remove unnecessary function lysp_node_typedefs_p() by Radek Krejci · 6 years ago
  81. a9026eb schema compile CHANGE finished choice and case support, tests added by Radek Krejci · 6 years ago
  82. 056d0a8 schema compile CHANGE partial support for choice/case nodes by Radek Krejci · 6 years ago
  83. 665421c tests CHANGE enhance list tests by Radek Krejci · 6 years ago
  84. 9bb94eb schema compile CHANGE support list compilation by Radek Krejci · 6 years ago
  85. 60794f5 osx BUGFIX incorrect macro name, use PATH_MAX instead of old MAXPATHLEN by Radek Krejci · 6 years ago
  86. 7802bae BUGFIX use of PATH_MAX (for OSX) by Radek Krejci · 6 years ago
  87. 58d171e schema compile CHANGE check if-features applicable to leafref and its target by Radek Krejci · 6 years ago
  88. 96a0bfd schema compile CHANGE compiling leafref types by Radek Krejci · 6 years ago
  89. a304538 schema compile CHANGE support for leafref type by Radek Krejci · 6 years ago
  90. 4f28eda schema compilation CHANGE partial support for types by Radek Krejci · 6 years ago
  91. 3b1f929 schema parsers CHANGE detect typedef collisions between main module and submodules by Radek Krejci · 6 years ago
  92. bbe09a9 schema parsers CHANGE check typedef collisions by Radek Krejci · 6 years ago
  93. d14e969 schema tree CHANGE simplify using returned lys_module by Radek Krejci · 6 years ago
  94. 9ed7a19 schema parsing CHANGE improve content checking of a loaded schema by Radek Krejci · 6 years ago
  95. f8f882a schema tree CHANGE redesign revision in compiled schema by Radek Krejci · 6 years ago
  96. e9e987e schema tree CHANGE provide more control on latest revision selection by Radek Krejci · 6 years ago
  97. ce8c159 schema tree CHANGE base for compiling extension instances by Radek Krejci · 6 years ago
  98. 6d6e4e4 tree schema CHANGE compile import module information by Radek Krejci · 6 years ago
  99. 086c713 schema parsers FEATURE processing imports and includes by Radek Krejci · 6 years ago
  100. 23a59a6 tree_schema_helpers ADD function to match YANG keyword by David Sedlák · 6 years ago