1. 1385466 xml parser BUGFIX restore parser after skipping attributes by Michal Vasko · 3 years, 4 months ago
  2. 5c24ed1 xml parser DOC missing doxygen by Michal Vasko · 3 years, 4 months ago
  3. 64c9173 schema parser DOC remove misleading comment by Michal Vasko · 3 years, 4 months ago
  4. 76034c3 json BUGFIX in ::lyjson_number() by aPiecek · 3 years, 4 months ago
  5. ce3d617 schema compile amend BUGFIX update pmod when compiling augments by Michal Vasko · 3 years, 4 months ago
  6. 915e544 schema helpers BUGFIX searching typedefs in submodule by Michal Vasko · 3 years, 4 months ago
  7. c75f204 schema compile amend BUGFIX do not skip augments by Michal Vasko · 3 years, 4 months ago
  8. a98e3ea parser xml BUGFIX anydata content can be any data type by Michal Vasko · 3 years, 4 months ago
  9. 90fa568 parser xml BUGFIX optional attribute skip by Michal Vasko · 3 years, 4 months ago
  10. d78fd46 hash tables BUGFIX cast explicitely to minimize possibility of integer overflow by Radek Krejci · 3 years, 4 months ago
  11. e87c7dc xpath BUGFIX missing argument for printf-like function by Radek Krejci · 3 years, 4 months ago
  12. 822a948 internals MAINTENANCE typo by Radek Krejci · 3 years, 4 months ago
  13. 71512f9 internals FEATURE add LY_PRI_LENSTR() macro by Radek Krejci · 3 years, 4 months ago
  14. e8220db schema compile OPTIMIZE separate tasks performed only once by Michal Vasko · 3 years, 4 months ago
  15. 748da73 xpath BUGFIX in ::lyxp_set_free_content() by aPiecek · 3 years, 4 months ago
  16. 8b0cc15 xpath REFACTOR lyxp_set parameter cannot be NULL by aPiecek · 3 years, 4 months ago
  17. bf968d9 xpath BUGFIX infinite recursion check by aPiecek · 3 years, 4 months ago
  18. 4cd0a60 data tree BUGFIX always use dynamic value by Michal Vasko · 3 years, 4 months ago
  19. cebbae5 lyb parser MAINTENANCE redundant cast by Michal Vasko · 3 years, 4 months ago
  20. dbb8baf parser json BUGFIX swapping recursion with a cycle by aPiecek · 3 years, 4 months ago
  21. 4bf4721 parser json REFACTOR code snippet to function by aPiecek · 3 years, 4 months ago
  22. 74dad9e parser yang BUGFIX parsing revisions longer than LY_REV_SIZE by Juraj Vijtiuk · 3 years, 4 months ago
  23. 93582ed parser BUGFIX stack-oveflow protection by aPiecek · 3 years, 4 months ago
  24. 274203a tree BUGFIX avoid using variadic macro without arguments by Michal Vasko · 3 years, 4 months ago
  25. 807557c tree data DOC wrong parameter name by Michal Vasko · 3 years, 4 months ago
  26. 350a6bf json BUGFIX in lyjson_number by aPiecek · 3 years, 4 months ago
  27. 2bc7dd0 ipv6-address REFACTOR dup cleanup fixed by Michal Vasko · 3 years, 4 months ago
  28. de3c692 parser json BUGFIX in metadata member by aPiecek · 3 years, 4 months ago
  29. 5b115fc parser json MAINTENANCE delete useless expressions by aPiecek · 3 years, 4 months ago
  30. 5d3eaa7 data tree BUGFIX lists with opaque children by Michal Vasko · 3 years, 4 months ago
  31. 34fa377 printer tree FEATURE printing of node name prefix by aPiecek · 3 years, 4 months ago
  32. aa320c9 printer tree BUGFIX status copy in implicit case by aPiecek · 3 years, 4 months ago
  33. 7a28e2f printer tree BUGFIX implicit case if-features by aPiecek · 3 years, 4 months ago
  34. bbc0293 printer tree MAINTENANCE priv pointer abstraction by aPiecek · 3 years, 4 months ago
  35. 143ffa8 tree data BUGFIX too small buffer by Michal Vasko · 3 years, 4 months ago
  36. c1496fa plugins types BUGFIX missing dynamic/fixed value check by Michal Vasko · 3 years, 4 months ago
  37. d5959e3 plugins types BUGFIX use of uninitialized variable by Michal Vasko · 3 years, 4 months ago
  38. 082c7dc printer tree BUGFIX implicit case in compiled tree by aPiecek · 3 years, 4 months ago
  39. b8d5a0a printer tree BUGFIX implicit case in parsed tree by aPiecek · 3 years, 4 months ago
  40. 9bdd759 printer tree REFACTOR minor adjustments of params by aPiecek · 3 years, 4 months ago
  41. c515a2b data tree DOC clarify date-and-time timezone by Michal Vasko · 3 years, 4 months ago
  42. 43297a0 data tree FEATURE public functions for working with date-and-time by Michal Vasko · 3 years, 4 months ago
  43. cc64aec schema tree BUGFIX add missing string keyword by Michal Vasko · 3 years, 4 months ago
  44. 2b421d9 plugins types FEATURE make useful value structures public by Michal Vasko · 3 years, 4 months ago
  45. 27940e2 plugins types DOC typo by Michal Vasko · 3 years, 4 months ago
  46. c84c996 data tree DOC typo by Michal Vasko · 3 years, 4 months ago
  47. 16385f4 data tree MAINTENANCE use macro by Michal Vasko · 3 years, 4 months ago
  48. 50cc056 data tree REFACTOR reduce code duplication by Michal Vasko · 3 years, 4 months ago
  49. cd3f617 data tree FEATURE data merge with callback by Michal Vasko · 3 years, 4 months ago
  50. 2090975 data tree BUGFIX use options when duplicating parents by Michal Vasko · 3 years, 4 months ago
  51. d7c048c data tree REFACTOR make dup-inst handling generic by Michal Vasko · 3 years, 4 months ago
  52. c5f36a7 parser json BUGFIX added condition for opaq node by aPiecek · 3 years, 4 months ago
  53. 9cdb9e6 parser xml BUGFIX in function lydxml_data_skip by aPiecek · 3 years, 4 months ago
  54. 5057c2e parser json REFACTOR local variable is not needed by aPiecek · 3 years, 4 months ago
  55. 12e34d9 parser json BUGFIX reset forgotten variable by aPiecek · 3 years, 4 months ago
  56. c89b224 schema helpers BUGFIX added isprint protection by aPiecek · 3 years, 4 months ago
  57. a40b466 json BUGFIX parsing number with E0 by aPiecek · 3 years, 4 months ago
  58. e87c0a1 json REFACTOR code snippet rewritten as a function by aPiecek · 3 years, 4 months ago
  59. 49e2a3a json parser BUGFIX duplicate in lydjson_subtree_r by aPiecek · 3 years, 4 months ago
  60. 6cee5d0 json parser REFACTOR duplicit code to function by aPiecek · 3 years, 4 months ago
  61. c8f5a8e union BUGFIX bypass calloc for zero length value by aPiecek · 3 years, 4 months ago
  62. acacc49 plugins types FEATURE add value sorting callback by Michal Vasko · 3 years, 4 months ago
  63. 15549c1 plugins types BUGFIX avoid OOB int paring errors by Michal Vasko · 3 years, 4 months ago
  64. b7b29e6 json BUGFIX opaq node cannot have an empty name by aPiecek · 3 years, 4 months ago
  65. 023f83a doxygen BUGFIX source file headers, file attribute by aPiecek · 3 years, 4 months ago
  66. 7c2648e printer data DOC fix corrupted comment by Michal Vasko · 3 years, 4 months ago
  67. d0c3bac data tree OPTIMIZE reorder members to save memory by Michal Vasko · 3 years, 4 months ago
  68. aa0ee62 plugins types FEATURE fixed size values by Michal Vasko · 3 years, 4 months ago
  69. 55b8481 path BUGFIX cleanup fixes by Michal Vasko · 3 years, 4 months ago
  70. 785ad3d xml BUGFIX ly_getutf8 return code check by aPiecek · 3 years, 5 months ago
  71. e3f828d common CHANGE ly_value_prefix_next returns LY_ERR by aPiecek · 3 years, 5 months ago
  72. dcfac2c plugins types REFACTOR remove hash callback by Michal Vasko · 3 years, 5 months ago
  73. b35cbd7 plugins types REFACTOR keep uniform order of callbacks by Michal Vasko · 3 years, 5 months ago
  74. 0c44c29 plugins types FEATURE missing callbacks for integers by Michal Vasko · 3 years, 5 months ago
  75. 4b191c4 plugins types FEATURE missing callbacks for decimal64 by Michal Vasko · 3 years, 5 months ago
  76. 1e37929 plugins types FEATURE missing callbacks for boolean by Michal Vasko · 3 years, 5 months ago
  77. 07f034f plugins types BUGFIX to memcmp structs must zero by Christian Hopps · 3 years, 5 months ago
  78. a8ba121 plugins types FEATURE specific ipv6-address-no-zone plugin by Michal Vasko · 3 years, 5 months ago
  79. 9796fac plugins types FEATURE specific ipv4-address-no-zone plugin by Michal Vasko · 3 years, 5 months ago
  80. 6b70202 plugins types DOC improve simple callbacks description by Michal Vasko · 3 years, 5 months ago
  81. a2dc198 plugins types FEATURE union LYB value support by Michal Vasko · 3 years, 5 months ago
  82. dfc9974 common BUGFIX out-of-bounds errors by Michal Vasko · 3 years, 5 months ago
  83. 37eee8d plugins types FEATURE xpath1.0 LYB value support by Michal Vasko · 3 years, 5 months ago
  84. eaadcf8 plugins types FEATURE string LYB value support by Michal Vasko · 3 years, 5 months ago
  85. 2ebe186 plugins types FEATURE leafref LYB value support by Michal Vasko · 3 years, 5 months ago
  86. abd89ba plugins types FEATURE ipv4-address LYB value support by Michal Vasko · 3 years, 5 months ago
  87. 8a00343 plugins types REFACTOR ipv6-address improvements by Michal Vasko · 3 years, 5 months ago
  88. 7f40146 plugins types FEATURE ipv4/v6-prefix LYB value support by Michal Vasko · 3 years, 5 months ago
  89. b1e136d plugins types FEATURE integer LYB value support by Michal Vasko · 3 years, 5 months ago
  90. 6fc1f47 plugins types FEATURE instance-identifier LYB value support by Michal Vasko · 3 years, 5 months ago
  91. 5761ea1 plugins types BUGFIX canonical and LYB paths by Michal Vasko · 3 years, 5 months ago
  92. d6fb0f2 plugins types FEATURE identityref LYB value support by Michal Vasko · 3 years, 5 months ago
  93. 0009450 plugins types REFACTOR use const parameters when possible by Michal Vasko · 3 years, 5 months ago
  94. 8562e03 plugins types REFACTOR remove explicit support for hex string by Michal Vasko · 3 years, 5 months ago
  95. babfaf4 data tree DOC minor clarification by Michal Vasko · 3 years, 5 months ago
  96. 098943b plugins types FEATURE enumeration LYB value support by Michal Vasko · 3 years, 5 months ago
  97. 253b21e plugins types FEATURE empty LYB value support by Michal Vasko · 3 years, 5 months ago
  98. 0074e84 plugins types FEATURE decimal64 LYB value support by Michal Vasko · 3 years, 5 months ago
  99. 71f844a plugins types FEATURE date-and-time LYB value support by Michal Vasko · 3 years, 5 months ago
  100. 0c24583 plugins types CHANGE print the offending length string by Michal Vasko · 3 years, 5 months ago