1. 8a67eff parser FEATURE set of currently parsed modules by Michal Vasko · 2 years, 10 months ago
  2. ef53c81 tree schema FEATURE schema node module owner func by Michal Vasko · 3 years ago
  3. d4911ee schema helpers CHANGE added LYS_MOD_IMPORTED_REV by aPiecek · 3 years, 2 months ago
  4. 9f8c7e7 schema_helpers BUGFIX circular dependence check by aPiecek · 3 years, 2 months ago
  5. cd4a74d schema helpers MAINTENANCE useless code deleted by aPiecek · 3 years, 2 months ago
  6. 4725aea schema helpers REFACTOR of ::lys_parse_load() by aPiecek · 3 years, 2 months ago
  7. 94d330b tree schema CHANGE flags LYS_MODS_LATEST_* by aPiecek · 3 years, 2 months ago
  8. 8ca21bd tree_schema REFACTOR latest_revision as bit option by aPiecek · 3 years, 2 months ago
  9. 11ac39a tree schema BUGFIX hash table ht params are pointers to values by Michal Vasko · 3 years, 2 months ago
  10. 2c1ff6a tree schema BUGFIX missing param by Michal Vasko · 3 years, 3 months ago
  11. a51ef07 context CHANGE always return non-const module by Michal Vasko · 3 years, 3 months ago
  12. 63e080d parser FEATURE added collision check for grouping by aPiecek · 3 years, 3 months ago
  13. c7594b7 schema helpers CHANGE return code and message by aPiecek · 3 years, 3 months ago
  14. e1fbd95 schema helpers MAINTENANCE lysp_check_dup_typedefs by aPiecek · 3 years, 3 months ago
  15. ea147b3 schema helpers CHANGE detailed error message by aPiecek · 3 years, 3 months ago
  16. f620307 schema helpers CHANGE increase hash table alloc by aPiecek · 3 years, 3 months ago
  17. dc12b9f schema helpers REFACTOR inserting to hash table by aPiecek · 3 years, 3 months ago
  18. c3e2614 schema internal MAINTENANCE removed new_mods set by aPiecek · 3 years, 3 months ago
  19. 7ee5be2 schema tree REFACTOR dep sets creation by Michal Vasko · 3 years, 3 months ago
  20. 6adfce6 schema tree helpers MAINTENANCE check return value by Michal Vasko · 3 years, 3 months ago
  21. f4258e1 schema compile FEATURE introduction of dependency sets by Michal Vasko · 3 years, 3 months ago
  22. dd99258 schema tree REFACTOR pass only new mod set when parsing modules by Michal Vasko · 3 years, 3 months ago
  23. 87f1cf0 schema tree REFACTOR formatting by Michal Vasko · 3 years, 4 months ago
  24. 4e205e8 schema tree REFACTOR always parse and implement separately by Michal Vasko · 3 years, 4 months ago
  25. 915e544 schema helpers BUGFIX searching typedefs in submodule by Michal Vasko · 3 years, 4 months ago
  26. 74dad9e parser yang BUGFIX parsing revisions longer than LY_REV_SIZE by Juraj Vijtiuk · 3 years, 4 months ago
  27. c89b224 schema helpers BUGFIX added isprint protection by aPiecek · 3 years, 4 months ago
  28. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  29. e7a1daf tree schema MAINTENANCE local function made static by Michal Vasko · 3 years, 5 months ago
  30. 18a86e5 schema tree REFACTOR rename internal function by Michal Vasko · 3 years, 5 months ago
  31. 7c76904 schema helpers BUGFIX do not print unprintable characters by Michal Vasko · 3 years, 6 months ago
  32. cbb6242 schema BUGFIX invalid error checking by Radek Krejci · 3 years, 6 months ago
  33. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  34. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  35. 9f87b0c schema REFACTOR rename argument member in extension definition by Radek Krejci · 3 years, 7 months ago
  36. 677abea schema CHANGE avoid unnecessary check by Radek Krejci · 3 years, 7 months ago
  37. 422afb1 libyang BUGFIX strictly cast lnegths to int for "%.*s" format strings by Radek Krejci · 3 years, 7 months ago
  38. 85ac831 schema BUGFIX processing extension instance argument by Radek Krejci · 3 years, 7 months ago
  39. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  40. 39b7fc2 schema CHANGE always store extension's parent statement by Radek Krejci · 3 years, 7 months ago
  41. fc596f9 libyang CHANGE unify the statement enumerations by Radek Krejci · 3 years, 7 months ago
  42. 62524a9 hash table REFACTOR improve ht val equal cb name by Michal Vasko · 3 years, 7 months ago
  43. 003c44a schema helpers MAINTENANCE message improvement by Michal Vasko · 3 years, 7 months ago
  44. a99b357 schema compile REFACTOR always use pmod from type 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. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  47. 2d5f6df schema MAINTENANCE code formatting by Radek Krejci · 3 years, 8 months ago
  48. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  49. 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 8 months ago
  50. 7d95fbb schema CHANGE remove lysc_node_parent_full() by Radek Krejci · 3 years, 8 months ago
  51. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  52. 34e334d schema tree BUGFIX use all_implemented context flag in all cases by Michal Vasko · 3 years, 8 months ago
  53. be15444 schema REFACTOR avoid code duplication and improve code readability by Radek Krejci · 3 years, 8 months ago
  54. df54913 libyang MAINTENANCE source code formatting by Radek Krejci · 3 years, 8 months ago
  55. 2415f88 schema BUGFIX allow do not touch features settings by Radek Krejci · 3 years, 8 months ago
  56. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 8 months ago
  57. 7224488 schema compile BUGFIX getting parent of in/out nodes by Michal Vasko · 3 years, 8 months ago
  58. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  59. d54412f libyang CHANGE extend input handler by line counter by Radek Krejci · 3 years, 9 months ago
  60. 79135ae libyang FORMAT uncrustify format fixes by Michal Vasko · 3 years, 9 months ago
  61. a5705e5 schema helpers BUGFIX action and notification node when access by Michal Vasko · 3 years, 10 months ago
  62. c7d13e3 tree CHANGE test for NULL in LY_ARRAY_COUNT() macro by Radek Krejci · 3 years, 10 months ago
  63. 962b6cd schema tree BUGFIX make sure features are correctly set by Michal Vasko · 3 years, 10 months ago
  64. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  65. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  66. c5d6486 schema tree BUGFIX actually implement modules if needed by Michal Vasko · 3 years, 10 months ago
  67. 0550b76 schema tree REFACTOR lysp_load_module function cleanup by Michal Vasko · 3 years, 10 months ago
  68. d5cfa6e data tree REFACTOR lyd_has_when -> lysc_has_when by Michal Vasko · 3 years, 10 months ago
  69. bb27df3 libyang MAINTENANCE source formatting by Radek Krejci · 3 years, 10 months ago
  70. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  71. 490a546 schema REFACTOR lysc_is_* functions by Radek Krejci · 3 years, 11 months ago
  72. b2d55bf schema compile REFACTOR remove lysp_module_find_prefix by Michal Vasko · 3 years, 11 months ago
  73. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  74. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years ago
  75. 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years ago
  76. 2a66871 tree schema FEATURE functions for schema iteration including inout by Michal Vasko · 4 years ago
  77. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  78. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago
  79. 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years ago
  80. 90d4e92 schema tree CHANGE hide LYSC_OPT_ options from public API by Radek Krejci · 4 years ago
  81. 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years ago
  82. 891d753 uncrustify FORMAT minor problems in recent changes by Michal Vasko · 4 years ago
  83. af9cd80 schema CHANGE remove lysc_node_set_private() which duplicates lysc_set_private() by Radek Krejci · 4 years ago
  84. c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years ago
  85. 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years ago
  86. 7a0b076 schema tree REFACTOR put parsing and compilation into one function by Michal Vasko · 4 years, 1 month ago
  87. 857189e libyang FEATURE introduce and use new ly_bool type by Radek Krejci · 4 years, 1 month ago
  88. 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 1 month ago
  89. ba03a5a set CHANGE make ly_set* functions return LY_ERR values by Radek Krejci · 4 years, 1 month ago
  90. 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 1 month ago
  91. 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 1 month ago
  92. d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 1 month ago
  93. cb18c7f schema tree REFACTOR rename function to reflect its use by Michal Vasko · 4 years, 1 month ago
  94. 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 1 month ago
  95. 64246d8 headers FORMATTING exclude unsupported defines by Michal Vasko · 4 years, 1 month ago
  96. 1e008d2 libyang MAINTENANCE change format of the empty loops by Radek Krejci · 4 years, 1 month ago
  97. a53d7c9 context CHANGE implement LY_CTX_ALLIMPLEMENTED context's option by Radek Krejci · 4 years, 1 month ago
  98. c5a2283 libyang REFACTOR config.h code split by Michal Vasko · 4 years, 1 month ago
  99. c8a230d libyang REFACTOR prefix format always decides the callback (#1169) by Michal Vasko · 4 years, 1 month ago
  100. 873ab43 schema BUGFIX resolving prefix in schemas by Radek Krejci · 4 years, 1 month ago