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