1. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  2. 50bc09a schema tree REFACTOR function renaming by Michal Vasko · 3 years, 3 months ago
  3. c245326 schema tree MAINTENANCE remove unused function by Michal Vasko · 3 years, 3 months ago
  4. 7ee5be2 schema tree REFACTOR dep sets creation by Michal Vasko · 3 years, 3 months ago
  5. d297f2a schema tree REFACTOR do not use freed pointer by Michal Vasko · 3 years, 3 months ago
  6. bd65c2e schema tree MAINTENANCE assert for coverity by Michal Vasko · 3 years, 3 months ago
  7. f4258e1 schema compile FEATURE introduction of dependency sets by Michal Vasko · 3 years, 3 months ago
  8. 7213ac5 schema compile REFACTOR recompile using explicit compilation by Michal Vasko · 3 years, 3 months ago
  9. d39bea4 schema compile REFACTOR use to_compile flags instead full_compilation by Michal Vasko · 3 years, 3 months ago
  10. df6319c schema compile FEATURE support for glob unres reset by Michal Vasko · 3 years, 3 months ago
  11. dd99258 schema tree REFACTOR pass only new mod set when parsing modules by Michal Vasko · 3 years, 3 months ago
  12. 6533388 schema compile REFACTOR implement flag meaning changed by Michal Vasko · 3 years, 3 months ago
  13. 87f1cf0 schema tree REFACTOR formatting by Michal Vasko · 3 years, 4 months ago
  14. 4e205e8 schema tree REFACTOR always parse and implement separately by Michal Vasko · 3 years, 4 months ago
  15. 8f49075 libyang BUGFIX do not include non-standard headers by Michal Vasko · 3 years, 3 months ago
  16. e8220db schema compile OPTIMIZE separate tasks performed only once by Michal Vasko · 3 years, 4 months ago
  17. cc64aec schema tree BUGFIX add missing string keyword by Michal Vasko · 3 years, 4 months ago
  18. 1a09b21 xpath FEATURE distinguish between traversed node and its value by Michal Vasko · 3 years, 5 months ago
  19. 32874e1 build BUGFIX fix BSD builds, again, and cleanup by Christian Hopps · 3 years, 5 months ago
  20. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  21. 579530f schema tree BUGFIX always set features of a module by Michal Vasko · 3 years, 5 months ago
  22. 05e3204 schema compile REFACTOR identity compilation by Michal Vasko · 3 years, 5 months ago
  23. 1ccbf54 schema CHANGE more strict recompilation rules by Michal Vasko · 3 years, 5 months ago
  24. 01db7de context FEATURE allow explicit context compilation by Michal Vasko · 3 years, 5 months ago
  25. 18a86e5 schema tree REFACTOR rename internal function by Michal Vasko · 3 years, 5 months ago
  26. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  27. 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 6 months ago
  28. 794ab4b context FEATURE allow custom content-id in yang-library data by Michal Vasko · 3 years, 6 months ago
  29. d5d3743 schema CHANGE support extension instance top-level in ly_path_compile() by Radek Krejci · 3 years, 6 months ago
  30. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  31. ba05eab schema REFACTOR rename lys_find_ext_instance_node() to lysc_ext_find_node() by Radek Krejci · 3 years, 7 months ago
  32. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  33. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  34. f8ca819 schema CHANGE move ly_stmt2str() into public API by Radek Krejci · 3 years, 7 months ago
  35. fc596f9 libyang CHANGE unify the statement enumerations by Radek Krejci · 3 years, 7 months ago
  36. 0e02e8e schema tree BUGFIX always return module on success from parsing by Michal Vasko · 3 years, 7 months ago
  37. f16e254 data FEATURE support extension's data parsing by Radek Krejci · 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. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  41. 8dc3199 context FEATURE ly_ctx_get_submodule functions by Michal Vasko · 3 years, 7 months ago
  42. eccf660 schema REFACTOR simplify and unify statements lists by Radek Krejci · 3 years, 8 months ago
  43. 721b6f6 schema tree BUGFIX skip all schema-only nodes by Michal Vasko · 3 years, 8 months ago
  44. 52dd67e schema tree BUGFIX allow generating document root paths by Michal Vasko · 3 years, 8 months ago
  45. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  46. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  47. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  48. 00a3e8a schema CHANGE add implicit cast member into lysc_node_* structures by Radek Krejci · 3 years, 8 months ago
  49. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  50. 770d3fc schema tree BUGFIX input buffer must be initialized by Michal Vasko · 3 years, 8 months ago
  51. 34e334d schema tree BUGFIX use all_implemented context flag in all cases by Michal Vasko · 3 years, 8 months ago
  52. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 8 months ago
  53. eeee95c schema parsers CHANGE warn about include in YANG 1.1 submodules by Radek Krejci · 3 years, 8 months ago
  54. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  55. 2651268 schema tree CHANGE lys_find_xpath variant with no context node by Michal Vasko · 3 years, 8 months ago
  56. d97959c schema tree BUGFIX atoms are all traversed nodes by Michal Vasko · 3 years, 10 months ago
  57. 8a69a1b schema tree FEATURE accept adding duplicate modules by Michal Vasko · 3 years, 10 months ago
  58. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  59. c8bd060 schema tree BUGFIX obsolete assert by Michal Vasko · 3 years, 10 months ago
  60. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  61. b397613 schema tree BUGFIX use return value by Michal Vasko · 3 years, 10 months ago
  62. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  63. 08c8b27 schema tree FEATURE allow changing enabled features by Michal Vasko · 3 years, 10 months ago
  64. 0550b76 schema tree REFACTOR lysp_load_module function cleanup by Michal Vasko · 3 years, 10 months ago
  65. 545b487 schema FEATURE schema format autodetection from input handler by Radek Krejci · 3 years, 10 months ago
  66. 01a937f schema BUGFIX enable forgotten support for searching YIN schemas by Radek Krejci · 3 years, 10 months ago
  67. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  68. c5b54a0 libyang MAINTENANCE formatting by Radek Krejci · 3 years, 11 months ago
  69. bc5644c schema REFACTOR unify functions to search on schema tree by Radek Krejci · 4 years ago
  70. 45b521c schema tree FEATURE add internal standard module metadata by Michal Vasko · 3 years, 11 months ago
  71. 2336cf5 schema tree BUGFIX module DFS must iterate over all top nodes by Michal Vasko · 3 years, 11 months ago
  72. 1d972ca schema tree BUGFIX array for macro needs correct type by Michal Vasko · 3 years, 11 months ago
  73. 916aefb schema compile REFACTOR recompilation function 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. b93bd41 schema BUGFIX handle empty subtrees in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  76. ff2dbc5 schema tree BUGFIX handling empty cases in lys_getnext() by Radek Krejci · 3 years, 11 months ago
  77. a8c71e6 doc MAINTENANCE typos by Radek Krejci · 4 years ago
  78. f1ab44f schema tree FEATURE functions for lysc node full dfs by Michal Vasko · 4 years ago
  79. ae15966 libyang FORMAT uncrustify fixes by Michal Vasko · 4 years ago
  80. 40308e7 xpath FEATURE get atoms from parsed expr and path by Michal Vasko · 4 years ago
  81. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  82. bed1394 schema CHANGE rename lys_atomize_xpath() and the connected options by Radek Krejci · 4 years ago
  83. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  84. 997f982 plugins types BUGFIX check module is implemented using the flag by Michal Vasko · 4 years ago
  85. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  86. 3d92e44 set CHANGE replace LY_SET_OPT_USEASLIST by a single flag in ly_set_add() 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. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  89. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years ago
  90. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  91. 89b5c07 schema tree REFACTOR overloaded implemented flag (#1223) by Michal Vasko · 4 years ago
  92. 87a97f4 schema tree BUGFIX update set id on any feature changes by Michal Vasko · 4 years ago
  93. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  94. f03a9e2 xpath CHANGE refactor lyxp_expr_parse() to return LY_ERR by Radek Krejci · 4 years ago
  95. 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years ago
  96. 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years ago
  97. f027df7 schema parsers BUGFIX setting correct return error code by Radek Krejci · 4 years ago
  98. 011e4aa dictionary REFACTOR unify functions pattern to return LY_ERR by Radek Krejci · 4 years, 1 month ago
  99. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  100. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago