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