1. 59e69e7 schema compile BUGFIX memory leak by Michal Vasko · 2 years, 7 months ago
  2. 55bce0e json & schema_compile BUGFIX uninitialized variables by Michal Vasko · 2 years, 7 months ago
  3. 6a4ef77 schema features BUGFIX postpone feature check until compilation by Michal Vasko · 2 years, 8 months ago
  4. 733d9fd schema compile BUGFIX uses when parsed module by Michal Vasko · 2 years, 8 months ago
  5. 978532b schema compile UPDATE internal module another rev implement by Michal Vasko · 2 years, 8 months ago
  6. c53a7ec MSVC: handle symbol visibility by Jan Kundrát · 2 years, 10 months ago
  7. 5eaf732 schema compile BUGFIX iteration skipping items by Michal Vasko · 2 years, 10 months ago
  8. f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 2 years, 11 months ago
  9. c56d637 context UPDATE new flag for enabling features of imports by Michal Vasko · 3 years ago
  10. a91d87e schema compile BUGFIX safe iteration by Michal Vasko · 3 years ago
  11. c130e16 schema compile FEATURE status checks for deviated definitions by Michal Vasko · 3 years ago
  12. 6b8c510 schema compile MAINTENANCE minor improvements by Michal Vasko · 3 years ago
  13. 04338d9 config REFACTOR built-in atomics implement memoery barrier by Michal Vasko · 3 years, 1 month ago
  14. 080064b tree schema REFACTOR use compiler atomics to avoid changing ABI by Michal Vasko · 3 years, 1 month ago
  15. babf0bd tree schema BUGFIX atomic refcount for types by Michal Vasko · 3 years, 1 month ago
  16. f3e2db8 schema compile BUGFIX identity in submodules by aPiecek · 3 years, 2 months ago
  17. f4a0a19 schema compile BUGFIX if-feature in identity by aPiecek · 3 years, 2 months ago
  18. 6b3d542 tree schema BUGFIX compilation of identities moved by aPiecek · 3 years, 2 months ago
  19. e02e740 schema compile UPDATE keep deviation not-supported nodes as disabled by Michal Vasko · 3 years, 2 months ago
  20. 709f9a5 tree schema BUGFIX separate single-item dep set creation by Michal Vasko · 3 years, 2 months ago
  21. 60edc2f schema compile BUGFIX no recursive cyclic when check by Michal Vasko · 3 years, 2 months ago
  22. 2c4d915 schema compile UPDATE improved cyclic when message by Michal Vasko · 3 years, 2 months ago
  23. 0c29672 schema compile BUGFIX handle implemented non-compiled modules by Michal Vasko · 3 years, 2 months ago
  24. a23e1d9 schema compile MAINTENANCE remove redundant code by Michal Vasko · 3 years, 2 months ago
  25. feb2351 schema compile MAINTENANCE remove redundant asserts by Michal Vasko · 3 years, 2 months ago
  26. c6526b4 schema compile FEATURE check of disabled leafref by aPiecek · 3 years, 2 months ago
  27. d7bd52d schema compile FEATURE check leafref target by aPiecek · 3 years, 3 months ago
  28. 732cd14 schema compile REFACTOR to lys_type_leafref_next by aPiecek · 3 years, 3 months ago
  29. 24fc4d1 path REFACTOR implement leafref modules beforehand by Michal Vasko · 3 years, 2 months ago
  30. a9309bb schema MAINTENANCE warnings in release build by Michal Vasko · 3 years, 3 months ago
  31. 23864e0 schema compile REFACTOR formatting by Michal Vasko · 3 years, 3 months ago
  32. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  33. f4258e1 schema compile FEATURE introduction of dependency sets by Michal Vasko · 3 years, 3 months ago
  34. a9f807e schema compile REFACTOR split implementing and compiling schemas by Michal Vasko · 3 years, 3 months ago
  35. e792712 schema compile REFACTOR added local var by Michal Vasko · 3 years, 3 months ago
  36. 19a0902 schema compile DOC authors and years updated by Michal Vasko · 3 years, 3 months ago
  37. 7213ac5 schema compile REFACTOR recompile using explicit compilation by Michal Vasko · 3 years, 3 months ago
  38. fa5a7d7 schema compile REFACTOR move static function above the calling function by Michal Vasko · 3 years, 3 months ago
  39. d39bea4 schema compile REFACTOR use to_compile flags instead full_compilation by Michal Vasko · 3 years, 3 months ago
  40. 7c56592 schema compile REFACTOR schema compile context options renamed by Michal Vasko · 3 years, 3 months ago
  41. 0203b6c schema compile REFACTOR lys_compile improvements by Michal Vasko · 3 years, 3 months ago
  42. df6319c schema compile FEATURE support for glob unres reset by Michal Vasko · 3 years, 3 months ago
  43. ee75760 schema free CHANGE compiled and main module must be freed separately by Michal Vasko · 3 years, 3 months ago
  44. ddc001b schema compile REFACTOR remove unres recompile flag by Michal Vasko · 3 years, 3 months ago
  45. 6533388 schema compile REFACTOR implement flag meaning changed by Michal Vasko · 3 years, 3 months ago
  46. 4cc6b23 schema features REFACTOR remove useless function calls by Michal Vasko · 3 years, 4 months ago
  47. 4e205e8 schema tree REFACTOR always parse and implement separately by Michal Vasko · 3 years, 4 months ago
  48. fc0dc52 schema compile BUGFIX set and use context pmod by Michal Vasko · 3 years, 3 months ago
  49. dc6f84c schema compile BUGFIX compiling bases for identities by Michal Vasko · 3 years, 3 months ago
  50. e8220db schema compile OPTIMIZE separate tasks performed only once by Michal Vasko · 3 years, 4 months ago
  51. 1a09b21 xpath FEATURE distinguish between traversed node and its value by Michal Vasko · 3 years, 5 months ago
  52. 60d9d67 extension FEATURE parsed tree in lysp_ext_instance by aPiecek · 3 years, 5 months ago
  53. 1c4da36 libyang BUGFIX setting the return code by aPiecek · 3 years, 5 months ago
  54. 40c158c schema compile BUGFIX sooner recompilation by Michal Vasko · 3 years, 5 months ago
  55. 6d5ba0c libyang FEATURE add lyd_get_value() and lyd_get_meta_value() by Radek Krejci · 3 years, 5 months ago
  56. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  57. 0b395e1 schema compile REFACTOR abort compilation if recompilation needed by Michal Vasko · 3 years, 5 months ago
  58. 05e3204 schema compile REFACTOR identity compilation by Michal Vasko · 3 years, 5 months ago
  59. 1b9fb99 schema compile REFACTOR remove redundant function by Michal Vasko · 3 years, 5 months ago
  60. 30ab8e7 schema compile CHANGE move disabled nodes to global unres by Michal Vasko · 3 years, 5 months ago
  61. 1ccbf54 schema CHANGE more strict recompilation rules by Michal Vasko · 3 years, 5 months ago
  62. 1ade6f1 schema compile BUGFIX augment module log path by Michal Vasko · 3 years, 5 months ago
  63. 18a86e5 schema tree REFACTOR rename internal function by Michal Vasko · 3 years, 5 months ago
  64. 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 5 months ago
  65. 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 6 months ago
  66. 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 6 months ago
  67. dab4f0b schema CHANGE move lysc_ext_substmt() into general public API by Radek Krejci · 3 years, 6 months ago
  68. 3e6632f plugins CHANGE redesign lists of internal extension/type plugins by Radek Krejci · 3 years, 6 months ago
  69. 794ab4b context FEATURE allow custom content-id in yang-library data by Michal Vasko · 3 years, 6 months ago
  70. 454820e schema compile BUGFIX accessing freed memory by Radek Krejci · 3 years, 6 months ago
  71. 10443f4 schema compile BUGFIX disabled identityref referencing disabled base identity by Radek Krejci · 3 years, 6 months ago
  72. d5d3743 schema CHANGE support extension instance top-level in ly_path_compile() by Radek Krejci · 3 years, 6 months ago
  73. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  74. 9f87b0c schema REFACTOR rename argument member in extension definition by Radek Krejci · 3 years, 7 months ago
  75. 85ac831 schema BUGFIX processing extension instance argument by Radek Krejci · 3 years, 7 months ago
  76. 720d261 schema compile BUGFIX compiled relics when recompiling context by Radek Krejci · 3 years, 7 months ago
  77. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  78. a601699 schema BUGFIX do not cast extension instance to lysc_node by Radek Krejci · 3 years, 7 months ago
  79. 61837f7 schema CHANGE macros for matching statements groups by Radek Krejci · 3 years, 7 months ago
  80. 28fe5f6 compile schema BUGFIX uses augment resolution module by Michal Vasko · 3 years, 7 months ago
  81. 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 7 months ago
  82. 1b2eef8 extension instances CHANGE access to the extension instance's substatements by Radek Krejci · 3 years, 7 months ago
  83. 76c8c4e statement parser CHANGE finish statement parser for generic extension instances by Radek Krejci · 3 years, 7 months ago
  84. cc21a4f schema compile BUGFIX memory leak by Radek Krejci · 3 years, 8 months ago
  85. fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 7 months ago
  86. a99b357 schema compile REFACTOR always use pmod from type by Michal Vasko · 3 years, 8 months ago
  87. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  88. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  89. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  90. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  91. 9d3c102 schema compile BUGFIX fix infinite loop with include by Christian Hopps · 3 years, 8 months ago
  92. 400e967 xpath BUGFIX pass xcontext explicitly by Michal Vasko · 3 years, 8 months ago
  93. ddace2c libyang REFACTOR avoid connection between context and log location storage by Radek Krejci · 3 years, 9 months ago
  94. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  95. c7d13e3 tree CHANGE test for NULL in LY_ARRAY_COUNT() macro by Radek Krejci · 3 years, 10 months ago
  96. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  97. 430a558 libyang MAINTENANCE variable initiation to silence compiler's warnings by Radek Krejci · 3 years, 10 months ago
  98. 3aac9a7 schema BUGFIX dereferencing possible NULL pointers by Radek Krejci · 3 years, 10 months ago
  99. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  100. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago