1. 733d9fd schema compile BUGFIX uses when parsed module by Michal Vasko · 2 years, 8 months ago
  2. ecdc222 schema compile BUGFIX config flag for grouping nodes in augment by Michal Vasko · 2 years, 8 months ago
  3. 56d8da8 schema compile UPDATE use compiled module as current mod for unique by Michal Vasko · 2 years, 9 months ago
  4. b5a487d schema compile REFACTOR local function made static by Michal Vasko · 2 years, 9 months ago
  5. f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 2 years, 11 months ago
  6. c130e16 schema compile FEATURE status checks for deviated definitions by Michal Vasko · 3 years ago
  7. 6b8c510 schema compile MAINTENANCE minor improvements by Michal Vasko · 3 years ago
  8. 04338d9 config REFACTOR built-in atomics implement memoery barrier by Michal Vasko · 3 years, 1 month ago
  9. 080064b tree schema REFACTOR use compiler atomics to avoid changing ABI by Michal Vasko · 3 years, 1 month ago
  10. babf0bd tree schema BUGFIX atomic refcount for types by Michal Vasko · 3 years, 1 month ago
  11. 20c0b9f schema compile BUGFIX read specific struct members by Michal Vasko · 3 years, 1 month ago
  12. 388a663 schema compile BUGFIX always use most-specific type plugin by Michal Vasko · 3 years, 2 months ago
  13. f4a0a19 schema compile BUGFIX if-feature in identity by aPiecek · 3 years, 2 months ago
  14. 6f08e96 schema compile UPDATE check xpath in disabled nodes by Michal Vasko · 3 years, 2 months ago
  15. e02e740 schema compile UPDATE keep deviation not-supported nodes as disabled by Michal Vasko · 3 years, 2 months ago
  16. 10b6b1c schema compile BUGFIX proper uses status flag compile/inherit by Michal Vasko · 3 years, 2 months ago
  17. c6526b4 schema compile FEATURE check of disabled leafref by aPiecek · 3 years, 2 months ago
  18. 8e35138 schema compile BUGFIX removed assert by aPiecek · 3 years, 3 months ago
  19. a6cf80a schema compile BUGFIX deviate remove shorthand case by Michal Vasko · 3 years, 3 months ago
  20. dfd254d schema compile BUGFIX proper when status inheriting by Michal Vasko · 3 years, 3 months ago
  21. ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 3 months ago
  22. 7c56592 schema compile REFACTOR schema compile context options renamed by Michal Vasko · 3 years, 3 months ago
  23. 8f49075 libyang BUGFIX do not include non-standard headers by Michal Vasko · 3 years, 3 months ago
  24. aa320c9 printer tree BUGFIX status copy in implicit case by aPiecek · 3 years, 4 months ago
  25. 082c7dc printer tree BUGFIX implicit case in compiled tree by aPiecek · 3 years, 4 months ago
  26. 32874e1 build BUGFIX fix BSD builds, again, and cleanup by Christian Hopps · 3 years, 5 months ago
  27. 1c4da36 libyang BUGFIX setting the return code by aPiecek · 3 years, 5 months ago
  28. f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 5 months ago
  29. 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 5 months ago
  30. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 5 months ago
  31. 30ab8e7 schema compile CHANGE move disabled nodes to global unres by Michal Vasko · 3 years, 5 months ago
  32. 9922ea9 context FEATURE added LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 5 months ago
  33. 5676f4e schema compile CHANGE remove possibly false-positive warnings by Michal Vasko · 3 years, 6 months ago
  34. e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 6 months ago
  35. 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 6 months ago
  36. 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 6 months ago
  37. 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 6 months ago
  38. bf940f9 plugins FEATURE manual loading of external plugins by Radek Krejci · 3 years, 6 months ago
  39. 3e6632f plugins CHANGE redesign lists of internal extension/type plugins by Radek Krejci · 3 years, 6 months ago
  40. 04699f0 types CHANGE redefine ly_data_type2str[] by Radek Krejci · 3 years, 6 months ago
  41. 0fe25a9 schema BUGFIX fix bits sorting by Radek Iša · 3 years, 6 months ago
  42. dafed22 build CHANGE work with earlier pcre2 library version by Christian Hopps · 3 years, 6 months ago
  43. 18c9916 types REFACTOR unify naming and organize header for types plugins API by Radek Krejci · 3 years, 6 months ago
  44. 2926c1b types CHANGE wrappers around internal functions handling prefix_data structure by Radek Krejci · 3 years, 6 months ago
  45. 5240920 schema MAINTENANCE code formatting by Radek Krejci · 3 years, 6 months ago
  46. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 7 months ago
  47. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 7 months ago
  48. 422afb1 libyang BUGFIX strictly cast lnegths to int for "%.*s" format strings by Radek Krejci · 3 years, 7 months ago
  49. 720d261 schema compile BUGFIX compiled relics when recompiling context by Radek Krejci · 3 years, 7 months ago
  50. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 7 months ago
  51. a601699 schema BUGFIX do not cast extension instance to lysc_node by Radek Krejci · 3 years, 7 months ago
  52. 5fa32a3 extensions FEATURE yang-data extension implementation by Radek Krejci · 3 years, 8 months ago
  53. af0548b schema FEATURE allow ignore if-feature statement via compile flag by Radek Krejci · 3 years, 7 months ago
  54. 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 7 months ago
  55. 078e434 schema tree BUGFIX nodes name collision detection by Radek Krejci · 3 years, 7 months ago
  56. e16c7b7 data tree CHANGE remove implicit presence containers by Michal Vasko · 3 years, 7 months ago
  57. 91531e1 schema REFACTOR compiling nodes' flags by Radek Krejci · 3 years, 8 months ago
  58. 7cfa961 schema tree FEATURE add flag to indicate explicit PRESENCE flag by Christian Hopps · 3 years, 8 months ago
  59. a99b357 schema compile REFACTOR always use pmod from type by Michal Vasko · 3 years, 8 months ago
  60. 06e831d compile schema BUGFIX current module for type resolution by Michal Vasko · 3 years, 8 months ago
  61. e17ff5f schema compile BUGFIX typo by Michal Vasko · 3 years, 8 months ago
  62. b322b7d schema compile BUGFIX avoid traversing an invalid node by Michal Vasko · 3 years, 8 months ago
  63. 9149efd schema compile BUGFIX typo by Michal Vasko · 3 years, 8 months ago
  64. 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 8 months ago
  65. 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 8 months ago
  66. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 8 months ago
  67. 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 8 months ago
  68. 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 8 months ago
  69. 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 8 months ago
  70. d09b762 schema tree BUGFIX case nodes should inherit config by Michal Vasko · 3 years, 8 months ago
  71. f5d2daa schema compile FORMAT minor issues by Michal Vasko · 3 years, 8 months ago
  72. abd33a4 schema compile BUGFIX searching for groupings from submodules by Radek Krejci · 3 years, 8 months ago
  73. 7224488 schema compile BUGFIX getting parent of in/out nodes by Michal Vasko · 3 years, 8 months ago
  74. d865572 schema compile BUGFIX handle recursive augments/refines by Michal Vasko · 3 years, 8 months ago
  75. 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 9 months ago
  76. 190ee9d schema compile CHANGE more specific error message when compiling leaf-list by Radek Krejci · 3 years, 9 months ago
  77. 79135ae libyang FORMAT uncrustify format fixes by Michal Vasko · 3 years, 9 months ago
  78. 6a20569 libyang CHANGE remove rarely used macro by Radek Krejci · 3 years, 10 months ago
  79. c7d13e3 tree CHANGE test for NULL in LY_ARRAY_COUNT() macro by Radek Krejci · 3 years, 10 months ago
  80. f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 3 years, 10 months ago
  81. 430a558 libyang MAINTENANCE variable initiation to silence compiler's warnings by Radek Krejci · 3 years, 10 months ago
  82. 2b71ab5 schema compile BUGFIX missing Specials pattern character class by Michal Vasko · 3 years, 10 months ago
  83. c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 3 years, 10 months ago
  84. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 3 years, 10 months ago
  85. ca013ee schema compile BUGFIX fix owerflow uint32_t when LY_TYPE_BITS compiling by Radek Iša · 3 years, 10 months ago
  86. 038b60d schema compile BUGFIX fix owerflow int32_t when LY_TYPE_ENUM compiling by Radek Iša · 3 years, 10 months ago
  87. 12606ee schema compile REFACTOR resolve unres at the end of module compilation by Michal Vasko · 3 years, 10 months ago
  88. f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 3 years, 10 months ago
  89. f01fd0b schema compile REFACTOR code duplication by Michal Vasko · 3 years, 10 months ago
  90. 2b18bf1 libyang MAINTENANCE uninitializes variables in optimized code by Radek Krejci · 3 years, 11 months ago
  91. 47fab89 libyang CHANGE review header includes by Radek Krejci · 3 years, 11 months ago
  92. 5347e3a compile schema REFACTOR simplify compile array macros by Michal Vasko · 3 years, 11 months ago
  93. b2d55bf schema compile REFACTOR remove lysp_module_find_prefix by Michal Vasko · 3 years, 11 months ago
  94. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 3 years, 11 months ago
  95. bd6de2b tree schema REFACTOR remove parsed node pointer by Michal Vasko · 4 years ago
  96. 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years ago
  97. 75620aa schema compile BUGFIX anyxml/anydata use warning by Michal Vasko · 4 years ago
  98. afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years ago
  99. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years ago