1. f16e254 data FEATURE support extension's data parsing by Radek Krejci · 3 years, 7 months ago
  2. 035dacf schema FEATURE introduce lys_getnext_ext() by Radek Krejci · 3 years, 7 months ago
  3. 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 7 months ago
  4. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  5. 8dc3199 context FEATURE ly_ctx_get_submodule functions by Michal Vasko · 3 years, 7 months ago
  6. eccf660 schema REFACTOR simplify and unify statements lists by Radek Krejci · 3 years, 8 months ago
  7. 721b6f6 schema tree BUGFIX skip all schema-only nodes by Michal Vasko · 3 years, 8 months ago
  8. 52dd67e schema tree BUGFIX allow generating document root paths by Michal Vasko · 3 years, 8 months ago
  9. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  10. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  11. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  12. 00a3e8a schema CHANGE add implicit cast member into lysc_node_* structures by Radek Krejci · 3 years, 8 months ago
  13. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  14. 770d3fc schema tree BUGFIX input buffer must be initialized by Michal Vasko · 3 years, 8 months ago
  15. 34e334d schema tree BUGFIX use all_implemented context flag in all cases by Michal Vasko · 3 years, 8 months ago
  16. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 8 months ago
  17. eeee95c schema parsers CHANGE warn about include in YANG 1.1 submodules by Radek Krejci · 3 years, 8 months ago
  18. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  19. 2651268 schema tree CHANGE lys_find_xpath variant with no context node by Michal Vasko · 3 years, 8 months ago
  20. d97959c schema tree BUGFIX atoms are all traversed nodes by Michal Vasko · 3 years, 10 months ago
  21. 8a69a1b schema tree FEATURE accept adding duplicate modules by Michal Vasko · 3 years, 10 months ago
  22. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  23. c8bd060 schema tree BUGFIX obsolete assert by Michal Vasko · 3 years, 10 months ago
  24. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  25. b397613 schema tree BUGFIX use return value by Michal Vasko · 3 years, 10 months ago
  26. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  27. 08c8b27 schema tree FEATURE allow changing enabled features by Michal Vasko · 3 years, 10 months ago
  28. 0550b76 schema tree REFACTOR lysp_load_module function cleanup by Michal Vasko · 3 years, 10 months ago
  29. 545b487 schema FEATURE schema format autodetection from input handler by Radek Krejci · 3 years, 10 months ago
  30. 01a937f schema BUGFIX enable forgotten support for searching YIN schemas by Radek Krejci · 3 years, 10 months ago
  31. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  32. c5b54a0 libyang MAINTENANCE formatting by Radek Krejci · 3 years, 11 months ago
  33. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 3 years, 11 months ago
  34. 45b521c schema tree FEATURE add internal standard module metadata by Michal Vasko · 3 years, 11 months ago
  35. 2336cf5 schema tree BUGFIX module DFS must iterate over all top nodes by Michal Vasko · 3 years, 11 months ago
  36. 1d972ca schema tree BUGFIX array for macro needs correct type by Michal Vasko · 3 years, 11 months ago
  37. 916aefb schema compile REFACTOR recompilation function by Michal Vasko · 3 years, 11 months ago
  38. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  39. b93bd41 schema BUGFIX handle empty subtrees in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  40. ff2dbc5 schema tree BUGFIX handling empty cases in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  41. a8c71e6 doc MAINTENANCE typos by Radek Krejci · 4 years ago
  42. f1ab44f schema tree FEATURE functions for lysc node full dfs by Michal Vasko · 4 years ago
  43. ae15966 libyang FORMAT uncrustify fixes by Michal Vasko · 4 years ago
  44. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  45. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  46. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  47. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  48. 997f982 plugins types BUGFIX check module is implemented using the flag by Michal Vasko · 4 years ago
  49. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  50. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() by Radek Krejci · 4 years ago
  51. 56a9847 schema tree CHANGE remove lys_find_node() from the API by Radek Krejci · 4 years ago
  52. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  53. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years ago
  54. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  55. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  56. 87a97f4 schema tree BUGFIX update set id on any feature changes by Michal Vasko · 4 years ago
  57. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  58. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  59. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  60. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  61. f027df7 schema parsers BUGFIX setting correct return error code by Radek Krejci · 4 years ago
  62. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  63. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  64. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  65. b0099a9 libyang BUGFIX return value checking by Michal Vasko · 4 years, 1 month ago
  66. 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 1 month ago
  67. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  68. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  69. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  70. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  71. 44f3d2c uncrustify FEATURE force spaces around operators, parentheses by Michal Vasko · 4 years, 1 month ago
  72. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  73. 19cf805 schema FEATURE add API function lysc_node_set_private() by Radek Krejci · 4 years, 1 month ago
  74. be1ad24 Revert "schema CHANGE add summarizing error messages when module parsing/compiling failed" by Radek Krejci · 4 years, 1 month ago
  75. 27636e0 schema CHANGE add summarizing error messages when module parsing/compiling failed by Radek Krejci · 4 years, 1 month ago
  76. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  77. a46012b schema compile BUGFIX freeing schemas being compiled as a dependency by Radek Krejci · 4 years, 1 month ago
  78. 11deea1 schema tree BUGFIX memory leak by Michal Vasko · 4 years, 2 months ago
  79. 072de48 schema tree FEATURE lys_find_xpath() function by Michal Vasko · 4 years, 2 months ago
  80. 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 2 months ago
  81. 65de040 schema tree FEATURE data schema path by Michal Vasko · 4 years, 2 months ago
  82. 82c31e6 schema tree FEATURE force feature enable and disable by Michal Vasko · 4 years, 2 months ago
  83. 3a41dff libyang REFACTOR return values and options changes by Michal Vasko · 4 years, 2 months ago
  84. 82fa8d4 trees BUGFIX checking failure of the called functions by Radek Krejci · 4 years, 2 months ago
  85. 63f3d84 libyang REFACTOR parsed/printed bytes in in/out structs by Michal Vasko · 4 years, 3 months ago
  86. fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 3 months ago
  87. 119dddd Merge branch 'libyang2' of https://github.com/cesnet/libyang into libyang2 by Michal Vasko · 4 years, 3 months ago
  88. 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 3 months ago
  89. f6923e8 libyang BUGFIX memory leaks by Radek Krejci · 4 years, 3 months ago
  90. 5aa44c0 compat FEATURE use standalone compat "library" by Michal Vasko · 4 years, 3 months ago
  91. ca376bd headers MAINTENANCE headers/include cleanup by Radek Krejci · 4 years, 3 months ago
  92. f0e1ba5 parsers CHANGE redesign API of all the parsers by Radek Krejci · 4 years, 4 months ago
  93. 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 3 months ago
  94. 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 4 months ago
  95. 28d7843 tree schema FEATURE use LY_ENOT for false feature state by Michal Vasko · 4 years, 4 months ago
  96. 519fd60 schema tree FEATURE lys_atomize_xpath API function by Michal Vasko · 4 years, 4 months ago
  97. 09e8d0a schema CHANGE add lys_find_node() to resolve schema path by Radek Krejci · 4 years, 10 months ago
  98. 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 4 months ago
  99. 1bf0939 parser xml NEW rpc/action parsing by Michal Vasko · 4 years, 6 months ago
  100. b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 6 months ago