1. f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 2 years, 11 months ago
  2. 4ad69e7 xpath FEATURE optional error on non-matching schema xpath by Michal Vasko · 2 years, 11 months ago
  3. ef53c81 tree schema FEATURE schema node module owner func by Michal Vasko · 3 years ago
  4. 4ec4bc0 tree schema DOC typo by Michal Vasko · 3 years ago
  5. 080064b tree schema REFACTOR use compiler atomics to avoid changing ABI by Michal Vasko · 3 years, 1 month ago
  6. babf0bd tree schema BUGFIX atomic refcount for types by Michal Vasko · 3 years, 1 month ago
  7. f4a0a19 schema compile BUGFIX if-feature in identity by aPiecek · 3 years, 2 months ago
  8. 6b3d542 tree schema BUGFIX compilation of identities moved by aPiecek · 3 years, 2 months ago
  9. d4911ee schema helpers CHANGE added LYS_MOD_IMPORTED_REV by aPiecek · 3 years, 2 months ago
  10. 94d330b tree schema CHANGE flags LYS_MODS_LATEST_* by aPiecek · 3 years, 2 months ago
  11. 8ca21bd tree_schema REFACTOR latest_revision as bit option by aPiecek · 3 years, 2 months ago
  12. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  13. 60d9d67 extension FEATURE parsed tree in lysp_ext_instance by aPiecek · 3 years, 5 months ago
  14. 3387602 tree DOC minor improvements by Michal Vasko · 3 years, 5 months ago
  15. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  16. 01db7de context FEATURE allow explicit context compilation by Michal Vasko · 3 years, 5 months ago
  17. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  18. 9922ea9 context FEATURE added LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 5 months ago
  19. e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 6 months ago
  20. aebbce0 data tree REFACTOR remove lys_value_validate by Michal Vasko · 3 years, 6 months ago
  21. 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 6 months ago
  22. dab4f0b schema CHANGE move lysc_ext_substmt() into general public API by Radek Krejci · 3 years, 6 months ago
  23. b1c1153 schema CHANGE move schema related structures to tree_schema.h by Radek Krejci · 3 years, 6 months ago
  24. cc9e30f extensions REFACTOR rename lyext_plugin structure to lyplg_ext by Radek Krejci · 3 years, 6 months ago
  25. 5f35189 types REFACTOR rename lysc_type_plugin structure to lyplg_type by Radek Krejci · 3 years, 6 months ago
  26. 5f9a367 extensions CHANGE cleanup API of the schema compiler for extension plugins by Radek Krejci · 3 years, 7 months ago
  27. de7a9c4 schema DOC separate schema nodetypes into doxygen group by Radek Krejci · 3 years, 7 months ago
  28. 9f87b0c schema REFACTOR rename argument member in extension definition by Radek Krejci · 3 years, 7 months ago
  29. 85ac831 schema BUGFIX processing extension instance argument by Radek Krejci · 3 years, 7 months ago
  30. 720d261 schema compile BUGFIX compiled relics when recompiling context by Radek Krejci · 3 years, 7 months ago
  31. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  32. 61837f7 schema CHANGE macros for matching statements groups by Radek Krejci · 3 years, 7 months ago
  33. f8ca819 schema CHANGE move ly_stmt2str() into public API by Radek Krejci · 3 years, 7 months ago
  34. 39b7fc2 schema CHANGE always store extension's parent statement by Radek Krejci · 3 years, 7 months ago
  35. 2b0f0f1 schema BUGFIX separate special values in statements enumeration by Radek Krejci · 3 years, 7 months ago
  36. fc596f9 libyang CHANGE unify the statement enumerations by Radek Krejci · 3 years, 7 months ago
  37. 8f07dfe tree schema BUGFIX typo by Michal Vasko · 3 years, 7 months ago
  38. 035dacf schema FEATURE introduce lys_getnext_ext() by Radek Krejci · 3 years, 7 months ago
  39. 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 7 months ago
  40. 1b2eef8 extension instances CHANGE access to the extension instance's substatements by Radek Krejci · 3 years, 7 months ago
  41. e16c7b7 data tree CHANGE remove implicit presence containers by Michal Vasko · 3 years, 7 months ago
  42. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  43. eccf660 schema REFACTOR simplify and unify statements lists by Radek Krejci · 3 years, 8 months ago
  44. 7cfa961 schema tree FEATURE add flag to indicate explicit PRESENCE flag by Christian Hopps · 3 years, 8 months ago
  45. bce7ee3 schema tree FEATURE helper macro for state lists by Michal Vasko · 3 years, 8 months ago
  46. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  47. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  48. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  49. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  50. 5960c31 schema DOC clarify expected content of members in lysc_node_action_inout structure by Radek Krejci · 3 years, 8 months ago
  51. 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 8 months ago
  52. 00a3e8a schema CHANGE add implicit cast member into lysc_node_* structures by Radek Krejci · 3 years, 8 months ago
  53. 7d95fbb schema CHANGE remove lysc_node_parent_full() by Radek Krejci · 3 years, 8 months ago
  54. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  55. d09b762 schema tree BUGFIX case nodes should inherit config by Michal Vasko · 3 years, 8 months ago
  56. e8988e9 doc BUGFIX improve lys_set_implemented description by Michal Vasko · 3 years, 8 months ago
  57. 6a9aef9 schema DOC LYS_CONFIG_W and LYS_CONFIG_R are not in compiled case nodes by Radek Krejci · 3 years, 8 months ago
  58. 2415f88 schema BUGFIX allow do not touch features settings by Radek Krejci · 3 years, 8 months ago
  59. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 8 months ago
  60. 2651268 schema tree CHANGE lys_find_xpath variant with no context node by Michal Vasko · 3 years, 8 months ago
  61. cb3e647 libyang MAINTENANCE formatting by Radek Krejci · 3 years, 9 months ago
  62. 5c123b0 schema tree FEATURE macro for non-presence container test by Michal Vasko · 3 years, 10 months ago
  63. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  64. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  65. 08c8b27 schema tree FEATURE allow changing enabled features by Michal Vasko · 3 years, 10 months ago
  66. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  67. cdad712 xpath FEATURE ignore when state for lyd_find_xpath by Michal Vasko · 3 years, 11 months ago
  68. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  69. 490a546 schema REFACTOR lysc_is_* functions by Radek Krejci · 3 years, 11 months ago
  70. 15f10ab schema CHANGE remove lysp_type_free() from the public API by Radek Krejci · 3 years, 11 months ago
  71. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 4 years ago
  72. 576f8fa doc BUGFIX doxygen groupings definitions by Radek Krejci · 4 years ago
  73. 3e9bc2f schema tree FEATURE flag for internal parsed structures by Michal Vasko · 3 years, 11 months ago
  74. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  75. b100b19 doc CHANGE reflect added LY_CTX_REF_IMPLEMENTED in docs by Radek Krejci · 4 years ago
  76. a8c71e6 doc MAINTENANCE typos by Radek Krejci · 4 years ago
  77. bd6de2b tree schema REFACTOR remove parsed node pointer by Michal Vasko · 4 years ago
  78. f1ab44f schema tree FEATURE functions for lysc node full dfs by Michal Vasko · 4 years ago
  79. 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years ago
  80. 2a66871 tree schema FEATURE functions for schema iteration including inout by Michal Vasko · 4 years ago
  81. dde178a schema tree BUGFIX returning to parent from inout node by Michal Vasko · 4 years ago
  82. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  83. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  84. 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 1 month ago
  85. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  86. 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years ago
  87. 56a9847 schema tree CHANGE remove lys_find_node() from the API by Radek Krejci · 4 years ago
  88. ceab6dd schema tree FEATURE when in compiled actions and notifs by Michal Vasko · 4 years ago
  89. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  90. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years ago
  91. 5516b70 schema tree DOC typo by Michal Vasko · 4 years ago
  92. 72619ce schema tree REFACTOR rename path_context to path_mod by Michal Vasko · 4 years ago
  93. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  94. e9c050f schema tree FEATURE support deviation type prefixes by Michal Vasko · 4 years ago
  95. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  96. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  97. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  98. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  99. 96e48da schema BUGFIX correct yang-version value for 1.0 by Radek Krejci · 4 years, 1 month ago
  100. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago