1. 6a9aef9 schema DOC LYS_CONFIG_W and LYS_CONFIG_R are not in compiled case nodes by Radek Krejci · 3 years, 8 months ago
  2. 2415f88 schema BUGFIX allow do not touch features settings by Radek Krejci · 3 years, 8 months ago
  3. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 8 months ago
  4. 2651268 schema tree CHANGE lys_find_xpath variant with no context node by Michal Vasko · 3 years, 8 months ago
  5. cb3e647 libyang MAINTENANCE formatting by Radek Krejci · 3 years, 9 months ago
  6. 5c123b0 schema tree FEATURE macro for non-presence container test by Michal Vasko · 3 years, 10 months ago
  7. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  8. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  9. 08c8b27 schema tree FEATURE allow changing enabled features by Michal Vasko · 3 years, 10 months ago
  10. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  11. cdad712 xpath FEATURE ignore when state for lyd_find_xpath by Michal Vasko · 3 years, 11 months ago
  12. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  13. 490a546 schema REFACTOR lysc_is_* functions by Radek Krejci · 3 years, 11 months ago
  14. 15f10ab schema CHANGE remove lysp_type_free() from the public API by Radek Krejci · 3 years, 11 months ago
  15. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 4 years ago
  16. 576f8fa doc BUGFIX doxygen groupings definitions by Radek Krejci · 4 years ago
  17. 3e9bc2f schema tree FEATURE flag for internal parsed structures by Michal Vasko · 3 years, 11 months ago
  18. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  19. b100b19 doc CHANGE reflect added LY_CTX_REF_IMPLEMENTED in docs by Radek Krejci · 4 years ago
  20. a8c71e6 doc MAINTENANCE typos by Radek Krejci · 4 years ago
  21. bd6de2b tree schema REFACTOR remove parsed node pointer by Michal Vasko · 4 years ago
  22. f1ab44f schema tree FEATURE functions for lysc node full dfs by Michal Vasko · 4 years ago
  23. 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years ago
  24. 2a66871 tree schema FEATURE functions for schema iteration including inout by Michal Vasko · 4 years ago
  25. dde178a schema tree BUGFIX returning to parent from inout node by Michal Vasko · 4 years ago
  26. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  27. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  28. 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 1 month ago
  29. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  30. 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years ago
  31. 56a9847 schema tree CHANGE remove lys_find_node() from the API by Radek Krejci · 4 years ago
  32. ceab6dd schema tree FEATURE when in compiled actions and notifs by Michal Vasko · 4 years ago
  33. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  34. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years ago
  35. 5516b70 schema tree DOC typo by Michal Vasko · 4 years ago
  36. 72619ce schema tree REFACTOR rename path_context to path_mod by Michal Vasko · 4 years ago
  37. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  38. e9c050f schema tree FEATURE support deviation type prefixes by Michal Vasko · 4 years ago
  39. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  40. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  41. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  42. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  43. 96e48da schema BUGFIX correct yang-version value for 1.0 by Radek Krejci · 4 years, 1 month ago
  44. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  45. 5297a43 schema tree DOC update schema flags bits by Michal Vasko · 4 years, 1 month ago
  46. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  47. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  48. 033278d uncrustify FEATURE spacing after comment start by Michal Vasko · 4 years, 1 month ago
  49. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  50. 64246d8 headers FORMATTING exclude unsupported defines by Michal Vasko · 4 years, 1 month ago
  51. ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 1 month ago
  52. 19cf805 schema FEATURE add API function lysc_node_set_private() by Radek Krejci · 4 years, 1 month ago
  53. f62ef4f schema BUGFIX inconsistent type structures by Radek Krejci · 4 years, 1 month ago
  54. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  55. 1c9e79f schema tree BUGFIX dfs for const schema nodes by Michal Vasko · 4 years, 1 month ago
  56. d43d71a schema tree FEATURE getter for expr from parsed xpath by Michal Vasko · 4 years, 2 months ago
  57. c118ae2 schema tree DOC update comment by Michal Vasko · 4 years, 2 months ago
  58. 072de48 schema tree FEATURE lys_find_xpath() function by Michal Vasko · 4 years, 2 months ago
  59. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  60. 65de040 schema tree FEATURE data schema path by Michal Vasko · 4 years, 2 months ago
  61. f937cfe data tree REFCTOR move prefix callbacks to plugins types by Michal Vasko · 4 years, 2 months ago
  62. 2fd91b9 schema tree FEATURE every schema node has a priv pointer by Michal Vasko · 4 years, 2 months ago
  63. 82c31e6 schema tree FEATURE force feature enable and disable by Michal Vasko · 4 years, 2 months ago
  64. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  65. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  66. ad97c5f libyang BUGFIX cleanup of headers includes by Radek Krejci · 4 years, 3 months ago
  67. 60ea635 data tree FEATURE binary LYB printer and parser by Michal Vasko · 4 years, 3 months ago
  68. a3af598 schema tree FEATURE store augmented_by modules by Michal Vasko · 4 years, 3 months ago
  69. d975f86 schema tree FEATURE function for user-rodered list checking by Michal Vasko · 4 years, 3 months ago
  70. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  71. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  72. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  73. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  74. 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 4 months ago
  75. 28d7843 tree schema FEATURE use LY_ENOT for false feature state by Michal Vasko · 4 years, 4 months ago
  76. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  77. 2ff0d57 doc BUGFIX trees information organization by Radek Krejci · 4 years, 4 months ago print_info
  78. d8c0f5e schema CHANGE allow printing compiled schema node/subtree by Radek Krejci · 4 years, 10 months ago
  79. 09e8d0a schema CHANGE add lys_find_node() to resolve schema path by Radek Krejci · 4 years, 10 months ago
  80. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  81. cc048b2 validation NEW must evaluation by Michal Vasko · 4 years, 6 months ago
  82. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  83. 44685da xml parser NEW opaque parsing of invalid values/lists by Michal Vasko · 4 years, 6 months ago
  84. 52927e2 data tree NEW opaque data node by Michal Vasko · 4 years, 6 months ago
  85. c193ce9 validation NEW if-feature validation by Michal Vasko · 4 years, 7 months ago
  86. 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 7 months ago
  87. 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 7 months ago
  88. e444f75 data tree NEW functions for searching in siblings by Michal Vasko · 4 years, 8 months ago
  89. 82a8343 parsed schema CHANGE make augment node compatible by Michal Vasko · 4 years, 10 months ago
  90. ecd62de schema tree NEW when cyclic ref check by Michal Vasko · 4 years, 10 months ago
  91. 175012e compiled schema NEW when conditions checking by Michal Vasko · 4 years, 11 months ago
  92. d944bdc libyang2: yin printer NEW printer of the parsed schemas into YIN format (#919) by FredGan · 4 years, 11 months ago
  93. 03ff5a7 libyang NEW xpath evaluation by Michal Vasko · 5 years ago
  94. fab954b schema CHANGE rename lys_is_disabled() to lysc_node_is_disabled() by Radek Krejci · 5 years ago
  95. 77a8bcd context CHANGE rename ly_ctx_module_implement() to lys_set_implemented() by Radek Krejci · 5 years ago
  96. 61e042e schema DOC remove input/output structure from scnodeflags table by Radek Krejci · 5 years ago
  97. b17185d schema DOC fix LYS_SET_CONFIG description by Radek Krejci · 5 years ago
  98. c71ac5b schema CHANGE remove context member from lysc_must by Radek Krejci · 5 years ago
  99. a0f704a schema compile CHANGE add context to must and definition module to when by Radek Krejci · 5 years ago
  100. f56e2a4 schema BUGFIX reflect the way YIN parser stores extension's arguments by Radek Krejci · 5 years ago