1. e482bb9 tree schema UPDATE schema mount support for lys_getnext by Michal Vasko · 1 year, 8 months ago
  2. a0ba01e structure FEATURE support for augment-structure by Michal Vasko · 1 year, 11 months ago
  3. b475096 tree schema REFACTOR move ext definitions to plugins_exts header by Michal Vasko · 2 years ago
  4. c0c64ae tree schema CHANGE plugin record in parsed extensions by Michal Vasko · 2 years ago
  5. 0b50f6b structure FEATURE support for augment-structure by Michal Vasko · 2 years ago
  6. edb0fa5 structure FEATURE support for ietf-yang-structure-ext by Michal Vasko · 2 years ago
  7. c636ea4 libyang REFACTOR use freeing context by Michal Vasko · 2 years ago
  8. 633ae8a schema compile UPDATE support all simple text statements by Michal Vasko · 2 years, 1 month ago
  9. 26bbb27 build UPDATE uncrustify version 0.71 -> 0.75 by Michal Vasko · 2 years, 2 months ago
  10. 00e8e65 doc UPDATE minor clarification by Michal Vasko · 2 years, 4 months ago
  11. a2fe081 doc BUGFIX typo by Michal Vasko · 2 years, 4 months ago
  12. bde22b6 tree schema FEATURE data path with key value placeholders by Michal Vasko · 2 years, 6 months ago
  13. e313c38 doc BUGFIX identities cannot have prefixes by Michal Vasko · 2 years, 6 months ago
  14. 3608d25 doc UPDATE clarify lys_getnext description by Michal Vasko · 2 years, 7 months ago
  15. c1a0ff6 doc REFACTOR formatting by Michal Vasko · 2 years, 7 months ago
  16. f8ded14 tree schema FEATURE new helper functions by Michal Vasko · 2 years, 7 months ago
  17. bdac23f tree schema FEATURE use latest module caching by Michal Vasko · 2 years, 8 months ago
  18. c53a7ec MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  19. f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 2 years, 11 months ago
  20. 4ad69e7 xpath FEATURE optional error on non-matching schema xpath by Michal Vasko · 2 years, 11 months ago
  21. ef53c81 tree schema FEATURE schema node module owner func by Michal Vasko · 3 years ago
  22. 4ec4bc0 tree schema DOC typo by Michal Vasko · 3 years ago
  23. 080064b tree schema REFACTOR use compiler atomics to avoid changing ABI by Michal Vasko · 3 years, 1 month ago
  24. babf0bd tree schema BUGFIX atomic refcount for types by Michal Vasko · 3 years, 1 month ago
  25. f4a0a19 schema compile BUGFIX if-feature in identity by aPiecek · 3 years, 2 months ago
  26. 6b3d542 tree schema BUGFIX compilation of identities moved by aPiecek · 3 years, 2 months ago
  27. d4911ee schema helpers CHANGE added LYS_MOD_IMPORTED_REV by aPiecek · 3 years, 2 months ago
  28. 94d330b tree schema CHANGE flags LYS_MODS_LATEST_* by aPiecek · 3 years, 2 months ago
  29. 8ca21bd tree_schema REFACTOR latest_revision as bit option by aPiecek · 3 years, 2 months ago
  30. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  31. 60d9d67 extension FEATURE parsed tree in lysp_ext_instance by aPiecek · 3 years, 5 months ago
  32. 3387602 tree DOC minor improvements by Michal Vasko · 3 years, 5 months ago
  33. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  34. 01db7de context FEATURE allow explicit context compilation by Michal Vasko · 3 years, 5 months ago
  35. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  36. 9922ea9 context FEATURE added LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 5 months ago
  37. e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 6 months ago
  38. aebbce0 data tree REFACTOR remove lys_value_validate by Michal Vasko · 3 years, 6 months ago
  39. 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 6 months ago
  40. dab4f0b schema CHANGE move lysc_ext_substmt() into general public API by Radek Krejci · 3 years, 6 months ago
  41. b1c1153 schema CHANGE move schema related structures to tree_schema.h by Radek Krejci · 3 years, 6 months ago
  42. cc9e30f extensions REFACTOR rename lyext_plugin structure to lyplg_ext by Radek Krejci · 3 years, 6 months ago
  43. 5f35189 types REFACTOR rename lysc_type_plugin structure to lyplg_type by Radek Krejci · 3 years, 6 months ago
  44. 5f9a367 extensions CHANGE cleanup API of the schema compiler for extension plugins by Radek Krejci · 3 years, 7 months ago
  45. de7a9c4 schema DOC separate schema nodetypes into doxygen group by Radek Krejci · 3 years, 7 months ago
  46. 9f87b0c schema REFACTOR rename argument member in extension definition by Radek Krejci · 3 years, 7 months ago
  47. 85ac831 schema BUGFIX processing extension instance argument by Radek Krejci · 3 years, 7 months ago
  48. 720d261 schema compile BUGFIX compiled relics when recompiling context by Radek Krejci · 3 years, 7 months ago
  49. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  50. 61837f7 schema CHANGE macros for matching statements groups by Radek Krejci · 3 years, 7 months ago
  51. f8ca819 schema CHANGE move ly_stmt2str() into public API by Radek Krejci · 3 years, 7 months ago
  52. 39b7fc2 schema CHANGE always store extension's parent statement by Radek Krejci · 3 years, 7 months ago
  53. 2b0f0f1 schema BUGFIX separate special values in statements enumeration by Radek Krejci · 3 years, 7 months ago
  54. fc596f9 libyang CHANGE unify the statement enumerations by Radek Krejci · 3 years, 7 months ago
  55. 8f07dfe tree schema BUGFIX typo by Michal Vasko · 3 years, 7 months ago
  56. 035dacf schema FEATURE introduce lys_getnext_ext() by Radek Krejci · 3 years, 7 months ago
  57. 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 7 months ago
  58. 1b2eef8 extension instances CHANGE access to the extension instance's substatements by Radek Krejci · 3 years, 7 months ago
  59. e16c7b7 data tree CHANGE remove implicit presence containers by Michal Vasko · 3 years, 7 months ago
  60. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  61. eccf660 schema REFACTOR simplify and unify statements lists by Radek Krejci · 3 years, 8 months ago
  62. 7cfa961 schema tree FEATURE add flag to indicate explicit PRESENCE flag by Christian Hopps · 3 years, 8 months ago
  63. bce7ee3 schema tree FEATURE helper macro for state lists by Michal Vasko · 3 years, 8 months ago
  64. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  65. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  66. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  67. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  68. 5960c31 schema DOC clarify expected content of members in lysc_node_action_inout structure by Radek Krejci · 3 years, 8 months ago
  69. 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 8 months ago
  70. 00a3e8a schema CHANGE add implicit cast member into lysc_node_* structures by Radek Krejci · 3 years, 8 months ago
  71. 7d95fbb schema CHANGE remove lysc_node_parent_full() by Radek Krejci · 3 years, 8 months ago
  72. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  73. d09b762 schema tree BUGFIX case nodes should inherit config by Michal Vasko · 3 years, 8 months ago
  74. e8988e9 doc BUGFIX improve lys_set_implemented description by Michal Vasko · 3 years, 8 months ago
  75. 6a9aef9 schema DOC LYS_CONFIG_W and LYS_CONFIG_R are not in compiled case nodes by Radek Krejci · 3 years, 8 months ago
  76. 2415f88 schema BUGFIX allow do not touch features settings by Radek Krejci · 3 years, 8 months ago
  77. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 8 months ago
  78. 2651268 schema tree CHANGE lys_find_xpath variant with no context node by Michal Vasko · 3 years, 8 months ago
  79. cb3e647 libyang MAINTENANCE formatting by Radek Krejci · 3 years, 9 months ago
  80. 5c123b0 schema tree FEATURE macro for non-presence container test by Michal Vasko · 3 years, 10 months ago
  81. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  82. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  83. 08c8b27 schema tree FEATURE allow changing enabled features by Michal Vasko · 3 years, 10 months ago
  84. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  85. cdad712 xpath FEATURE ignore when state for lyd_find_xpath by Michal Vasko · 3 years, 11 months ago
  86. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  87. 490a546 schema REFACTOR lysc_is_* functions by Radek Krejci · 3 years, 11 months ago
  88. 15f10ab schema CHANGE remove lysp_type_free() from the public API by Radek Krejci · 3 years, 11 months ago
  89. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 4 years ago
  90. 576f8fa doc BUGFIX doxygen groupings definitions by Radek Krejci · 4 years ago
  91. 3e9bc2f schema tree FEATURE flag for internal parsed structures by Michal Vasko · 3 years, 11 months ago
  92. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  93. b100b19 doc CHANGE reflect added LY_CTX_REF_IMPLEMENTED in docs by Radek Krejci · 4 years ago
  94. a8c71e6 doc MAINTENANCE typos by Radek Krejci · 4 years ago
  95. bd6de2b tree schema REFACTOR remove parsed node pointer by Michal Vasko · 4 years ago
  96. f1ab44f schema tree FEATURE functions for lysc node full dfs by Michal Vasko · 4 years ago
  97. 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years ago
  98. 2a66871 tree schema FEATURE functions for schema iteration including inout by Michal Vasko · 4 years ago
  99. dde178a schema tree BUGFIX returning to parent from inout node by Michal Vasko · 4 years ago
  100. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago