1. 7213ac5 schema compile REFACTOR recompile using explicit compilation by Michal Vasko · 3 years, 3 months ago
  2. fa5a7d7 schema compile REFACTOR move static function above the calling function by Michal Vasko · 3 years, 3 months ago
  3. d39bea4 schema compile REFACTOR use to_compile flags instead full_compilation by Michal Vasko · 3 years, 3 months ago
  4. 7c56592 schema compile REFACTOR schema compile context options renamed by Michal Vasko · 3 years, 3 months ago
  5. 0203b6c schema compile REFACTOR lys_compile improvements by Michal Vasko · 3 years, 3 months ago
  6. 8849750 contest REFACTOR minor improvements by Michal Vasko · 3 years, 3 months ago
  7. df6319c schema compile FEATURE support for glob unres reset by Michal Vasko · 3 years, 3 months ago
  8. ee75760 schema free CHANGE compiled and main module must be freed separately by Michal Vasko · 3 years, 3 months ago
  9. dd99258 schema tree REFACTOR pass only new mod set when parsing modules by Michal Vasko · 3 years, 3 months ago
  10. ddc001b schema compile REFACTOR remove unres recompile flag by Michal Vasko · 3 years, 3 months ago
  11. 6533388 schema compile REFACTOR implement flag meaning changed by Michal Vasko · 3 years, 3 months ago
  12. 87f1cf0 schema tree REFACTOR formatting by Michal Vasko · 3 years, 4 months ago
  13. 4cc6b23 schema features REFACTOR remove useless function calls 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. 889bfce common MAINTENANCE move overflow macros to header by aPiecek · 3 years, 3 months ago
  16. 0ba088e json BUGFIX integer under/overflow checks by aPiecek · 3 years, 3 months ago
  17. fc0dc52 schema compile BUGFIX set and use context pmod by Michal Vasko · 3 years, 3 months ago
  18. d8e774e json parser BUGFIX invalid pointer dereference by Michal Vasko · 3 years, 3 months ago
  19. dc6f84c schema compile BUGFIX compiling bases for identities by Michal Vasko · 3 years, 3 months ago
  20. bb22b18 data tree FEATURE function for finding inst-id target by Michal Vasko · 3 years, 3 months ago
  21. 08e9b11 libyang BUGFIX avoid invalid parameters for memmove and memcpy by Michal Vasko · 3 years, 3 months ago
  22. cc0c148 plugins types BUGFIX cast warning by Michal Vasko · 3 years, 3 months ago
  23. d4a68ef plugins types BUGFIX avoid shifting negative values by Michal Vasko · 3 years, 3 months ago
  24. 5472019 parser yang BUGFIX avoid calling memmove with invalid params by Michal Vasko · 3 years, 3 months ago
  25. 9e54340 data tree BUGFIX avoid accessing invalid pointers by Michal Vasko · 3 years, 3 months ago
  26. d443e4b plugins types FEATURE xpath1.0 strict prefix inherit by Michal Vasko · 3 years, 3 months ago
  27. 4f07c3e hash table BUGFIX key_part with zero length by aPiecek · 3 years, 3 months ago
  28. 74515d0 data tree DOC binary value members clarification by Michal Vasko · 3 years, 3 months ago
  29. 5df1de7 data tree DOC mention binary value size units by Michal Vasko · 3 years, 3 months ago
  30. 8f49075 libyang BUGFIX do not include non-standard headers by Michal Vasko · 3 years, 3 months ago
  31. 5b6dd18 json MAINTENANCE added LY_NUMBER_MAXLEN check by aPiecek · 3 years, 3 months ago
  32. 28e101a json BUGFIX in ::lyjson_number_is_zero() by aPiecek · 3 years, 3 months ago
  33. 438b529 parser data DOC improve out parameter description by Michal Vasko · 3 years, 4 months ago
  34. 9e2bc70 plugins BUGFIX disable dynamic plugins for static build by Michal Vasko · 3 years, 4 months ago
  35. 856ea97 tree schema BUGFIX avoid accessing invalid pointers by Michal Vasko · 3 years, 4 months ago
  36. 1385466 xml parser BUGFIX restore parser after skipping attributes by Michal Vasko · 3 years, 4 months ago
  37. 5c24ed1 xml parser DOC missing doxygen by Michal Vasko · 3 years, 4 months ago
  38. 64c9173 schema parser DOC remove misleading comment by Michal Vasko · 3 years, 4 months ago
  39. 76034c3 json BUGFIX in ::lyjson_number() by aPiecek · 3 years, 4 months ago
  40. ce3d617 schema compile amend BUGFIX update pmod when compiling augments by Michal Vasko · 3 years, 4 months ago
  41. 915e544 schema helpers BUGFIX searching typedefs in submodule by Michal Vasko · 3 years, 4 months ago
  42. c75f204 schema compile amend BUGFIX do not skip augments by Michal Vasko · 3 years, 4 months ago
  43. a98e3ea parser xml BUGFIX anydata content can be any data type by Michal Vasko · 3 years, 4 months ago
  44. 90fa568 parser xml BUGFIX optional attribute skip by Michal Vasko · 3 years, 4 months ago
  45. d78fd46 hash tables BUGFIX cast explicitely to minimize possibility of integer overflow by Radek Krejci · 3 years, 4 months ago
  46. e87c7dc xpath BUGFIX missing argument for printf-like function by Radek Krejci · 3 years, 4 months ago
  47. 822a948 internals MAINTENANCE typo by Radek Krejci · 3 years, 4 months ago
  48. 71512f9 internals FEATURE add LY_PRI_LENSTR() macro by Radek Krejci · 3 years, 4 months ago
  49. e8220db schema compile OPTIMIZE separate tasks performed only once by Michal Vasko · 3 years, 4 months ago
  50. 748da73 xpath BUGFIX in ::lyxp_set_free_content() by aPiecek · 3 years, 4 months ago
  51. 8b0cc15 xpath REFACTOR lyxp_set parameter cannot be NULL by aPiecek · 3 years, 4 months ago
  52. bf968d9 xpath BUGFIX infinite recursion check by aPiecek · 3 years, 4 months ago
  53. 4cd0a60 data tree BUGFIX always use dynamic value by Michal Vasko · 3 years, 4 months ago
  54. cebbae5 lyb parser MAINTENANCE redundant cast by Michal Vasko · 3 years, 4 months ago
  55. dbb8baf parser json BUGFIX swapping recursion with a cycle by aPiecek · 3 years, 4 months ago
  56. 4bf4721 parser json REFACTOR code snippet to function by aPiecek · 3 years, 4 months ago
  57. 74dad9e parser yang BUGFIX parsing revisions longer than LY_REV_SIZE by Juraj Vijtiuk · 3 years, 4 months ago
  58. 93582ed parser BUGFIX stack-oveflow protection by aPiecek · 3 years, 4 months ago
  59. 274203a tree BUGFIX avoid using variadic macro without arguments by Michal Vasko · 3 years, 4 months ago
  60. 807557c tree data DOC wrong parameter name by Michal Vasko · 3 years, 4 months ago
  61. 350a6bf json BUGFIX in lyjson_number by aPiecek · 3 years, 4 months ago
  62. 2bc7dd0 ipv6-address REFACTOR dup cleanup fixed by Michal Vasko · 3 years, 4 months ago
  63. de3c692 parser json BUGFIX in metadata member by aPiecek · 3 years, 4 months ago
  64. 5b115fc parser json MAINTENANCE delete useless expressions by aPiecek · 3 years, 4 months ago
  65. 5d3eaa7 data tree BUGFIX lists with opaque children by Michal Vasko · 3 years, 4 months ago
  66. 34fa377 printer tree FEATURE printing of node name prefix by aPiecek · 3 years, 4 months ago
  67. aa320c9 printer tree BUGFIX status copy in implicit case by aPiecek · 3 years, 4 months ago
  68. 7a28e2f printer tree BUGFIX implicit case if-features by aPiecek · 3 years, 4 months ago
  69. bbc0293 printer tree MAINTENANCE priv pointer abstraction by aPiecek · 3 years, 4 months ago
  70. 143ffa8 tree data BUGFIX too small buffer by Michal Vasko · 3 years, 4 months ago
  71. c1496fa plugins types BUGFIX missing dynamic/fixed value check by Michal Vasko · 3 years, 4 months ago
  72. d5959e3 plugins types BUGFIX use of uninitialized variable by Michal Vasko · 3 years, 4 months ago
  73. 082c7dc printer tree BUGFIX implicit case in compiled tree by aPiecek · 3 years, 4 months ago
  74. b8d5a0a printer tree BUGFIX implicit case in parsed tree by aPiecek · 3 years, 4 months ago
  75. 9bdd759 printer tree REFACTOR minor adjustments of params by aPiecek · 3 years, 4 months ago
  76. c515a2b data tree DOC clarify date-and-time timezone by Michal Vasko · 3 years, 4 months ago
  77. 43297a0 data tree FEATURE public functions for working with date-and-time by Michal Vasko · 3 years, 4 months ago
  78. cc64aec schema tree BUGFIX add missing string keyword by Michal Vasko · 3 years, 4 months ago
  79. 2b421d9 plugins types FEATURE make useful value structures public by Michal Vasko · 3 years, 4 months ago
  80. 27940e2 plugins types DOC typo by Michal Vasko · 3 years, 4 months ago
  81. c84c996 data tree DOC typo by Michal Vasko · 3 years, 4 months ago
  82. 16385f4 data tree MAINTENANCE use macro by Michal Vasko · 3 years, 4 months ago
  83. 50cc056 data tree REFACTOR reduce code duplication by Michal Vasko · 3 years, 4 months ago
  84. cd3f617 data tree FEATURE data merge with callback by Michal Vasko · 3 years, 4 months ago
  85. 2090975 data tree BUGFIX use options when duplicating parents by Michal Vasko · 3 years, 4 months ago
  86. d7c048c data tree REFACTOR make dup-inst handling generic by Michal Vasko · 3 years, 4 months ago
  87. c5f36a7 parser json BUGFIX added condition for opaq node by aPiecek · 3 years, 4 months ago
  88. 9cdb9e6 parser xml BUGFIX in function lydxml_data_skip by aPiecek · 3 years, 4 months ago
  89. 5057c2e parser json REFACTOR local variable is not needed by aPiecek · 3 years, 4 months ago
  90. 12e34d9 parser json BUGFIX reset forgotten variable by aPiecek · 3 years, 4 months ago
  91. c89b224 schema helpers BUGFIX added isprint protection by aPiecek · 3 years, 4 months ago
  92. a40b466 json BUGFIX parsing number with E0 by aPiecek · 3 years, 4 months ago
  93. e87c0a1 json REFACTOR code snippet rewritten as a function by aPiecek · 3 years, 4 months ago
  94. 49e2a3a json parser BUGFIX duplicate in lydjson_subtree_r by aPiecek · 3 years, 4 months ago
  95. 6cee5d0 json parser REFACTOR duplicit code to function by aPiecek · 3 years, 4 months ago
  96. c8f5a8e union BUGFIX bypass calloc for zero length value by aPiecek · 3 years, 4 months ago
  97. acacc49 plugins types FEATURE add value sorting callback by Michal Vasko · 3 years, 4 months ago
  98. 15549c1 plugins types BUGFIX avoid OOB int paring errors by Michal Vasko · 3 years, 4 months ago
  99. b7b29e6 json BUGFIX opaq node cannot have an empty name by aPiecek · 3 years, 4 months ago
  100. 023f83a doxygen BUGFIX source file headers, file attribute by aPiecek · 3 years, 4 months ago