1. 0c9a1d3 schema compile REFACTOR free context handling by Michal Vasko · 9 weeks ago
  2. a8e855b doc UPDATE added explanations to plugins by aPiecek · 9 weeks ago
  3. a7b816d parser UPDATE eventTime validation using a compiled leaf by Michal Vasko · 9 weeks ago
  4. cba757c libyang UPDATE improved argument checks by Michal Vasko · 9 weeks ago
  5. 17e0bad schema compile OPTIMIZE use lydict_dup for schema parsing by Michal Vasko · 9 weeks ago
  6. 35847dd doc REFACTOR formatting by Michal Vasko · 9 weeks ago
  7. 311fe05 instid BUGFIX do not compile path for schema default values by Michal Vasko · 9 weeks ago
  8. 68b9634 path UPDATE context not required for freeing by Michal Vasko · 9 weeks ago
  9. 9d50e77 plugins types UPDATE ctx_node is not required by Michal Vasko · 9 weeks ago
  10. 057a280 path REFACTOR ctx_node is always set, ctx may not by Michal Vasko · 9 weeks ago
  11. 60752e8 dict NEW efficient dict_dup finction by Michal Vasko · 9 weeks ago
  12. a26f9ae dict REFACTOR minor improvements by Michal Vasko · 9 weeks ago
  13. 670385f plugins types REFACTOR removed redundant instid callbacks by Michal Vasko · 9 weeks ago
  14. 17002f0 tree data new BUGFIX correctly mark lyd_new_term_bin definition by Petr Gotthard · 9 weeks ago
  15. 9cd2be9 tree data BUGFIX simplify iterator move by Michal Vasko · 9 weeks ago
  16. a6bab1e plugins exts UPDATE require ext storage to be a pointer by Michal Vasko · 10 weeks ago
  17. 77a4f50 parser xml FEATURE add attribute to unknown xml prefix message by aPiecek · 4 months ago
  18. f410c2e parser xml BUGFIX multi-error for attribute by aPiecek · 5 months ago
  19. 18afb71 parser xml BUGFIX error for missing namespace by aPiecek · 5 months ago
  20. 94ccc59 plugins exts BUGFIX platform-specific pointer size by Michal Vasko · 10 weeks ago
  21. fb7b345 tree data UPDATE more thorough date-time checks by Michal Vasko · 3 months ago
  22. 00ea73f plugins types BUGFIX update value if it could have been freed by Michal Vasko · 3 months ago
  23. d866dd9 plugins types OPTIMIZE skip unnecessary type validation by Michal Vasko · 3 months ago
  24. 9281735 plugins types REFACTOR minor improvements by Michal Vasko · 3 months ago
  25. f347169 tree data BUGFIX don't send null argument into strncmp by Tomáš Pecka · 3 months ago
  26. 747486a tree data OPTIMIZE duplication of a hash table by Ondrej Kusnirik · 3 months ago
  27. 79e721c hash table REFACTOR fix comment by Ondrej Kusnirik · 3 months ago
  28. ed74a24 tree data UPDATE recognize special JSON [null] value by Michal Vasko · 3 months ago
  29. 3a2d461 hash table BUGFIX init out params by Michal Vasko · 3 months ago
  30. 2addf21 log BUGFIX missing lock by Michal Vasko · 3 months ago
  31. 5939112 dict BUGFIX revert ffeedfdbce0dd98d30cba9738b1800bac483cefb by Michal Vasko · 3 months ago
  32. ffeedfd dict OPTIMIZE duplicating values in dictionary by Ondrej Kusnirik · 3 months ago
  33. c2f76fe hash table BUGFIX remove unnecessary variable by Ondrej Kusnirik · 3 months ago
  34. 4502ed2 libyang MAINTENANCE unitialized var warnings by Michal Vasko · 3 months ago
  35. 34a042c plugin types FEATURE add time-period plugin by roman · 3 months ago
  36. 998e1e4 printer_yang BUGFIX display of extensions for rpc in/out by Olivier Matz · 3 months ago
  37. e049db8 schema compile BUGFIX avoid extension duplication in rpc in/out by Olivier Matz · 3 months ago
  38. 8ee7139 parser yang BUGFIX comments not allowed in unquoted strings by Michal Vasko · 3 months ago
  39. 7a8029e validation BUGFIX handle nested when unres by Michal Vasko · 4 months ago
  40. 863b18b fix parsing of numbers within XML-encoded anyxml by Jan Kundrát · 4 months ago
  41. 1158163 version UPDATE retrieve versions using functions by Michal Vasko · 4 months ago
  42. f1918e1 parser yang BUGFIX avoid accessing memory after input buffer by Michal Vasko · 4 months ago
  43. 35274cf parser yang UPDATE automatic parsing of nested extensions by Michal Vasko · 4 months ago
  44. 1849d4e tree data BUGFIX prevent creating invalid trees by Michal Vasko · 4 months ago
  45. ae893ef xpath BUGFIX opaque node handling by Michal Vasko · 4 months ago
  46. 70addcf src/version.h.in: Add missing include by David Schweizer · 5 months ago
  47. 3ab37cc version UPDATE provide run-time version info by Michal Vasko · 5 months ago
  48. 014507d common BUGFIX avoid overflow by Michal Vasko · 5 months ago
  49. c5996da src/version.h.in: Define project version by David Schweizer · 5 months ago
  50. be0251e diff BUGFIX can insert only after the same instance by Michal Vasko · 5 months ago
  51. 3057c05 tree data BUGFIX negative timezone minutes by Michal Vasko · 5 months ago
  52. d470773 xpath BUGFIX empty string should be converted to NAN double by Michal Vasko · 5 months ago
  53. a5c6cfb union BUGFIX keep subvalue on validation fail by Michal Vasko · 5 months ago
  54. 909434e plugins exts REFACTOR cast warnings by Michal Vasko · 5 months ago
  55. 53eb6a1 ly common REFACTOR cast warnings by Michal Vasko · 5 months ago
  56. e887774 xpath BUGFIX type traversal by Michal Vasko · 5 months ago
  57. 708a8bf plugins exts BUGFIX storage must be 8B large by Michal Vasko · 5 months ago
  58. c80fcc9 diff BUGFIX diff merge userord node order by Michal Vasko · 5 months ago
  59. 3139a58 schema compile UPDATE skip xpath checks on disabled nodes by Michal Vasko · 5 months ago
  60. 6cc25d4 context REFACTOR make function cleaner by Michal Vasko · 5 months ago
  61. a2f2cd8 tree data sorted REFACTOR redundant macros by Michal Vasko · 6 months ago
  62. f77ca9c tree data UPDATE function for checking internal meta by Michal Vasko · 6 months ago
  63. fa25769 parser json BUGFIX check for parameter validity by Michal Vasko · 6 months ago
  64. b7863f8 printer json BUGFIX printing opaque nodes with all hints by Michal Vasko · 6 months ago
  65. 506fab4 validation BUGFIX handle empty tree by Michal Vasko · 6 months ago
  66. eea767a tree schema BUGFIX check return val by Michal Vasko · 6 months ago
  67. 669345c tree schema BUGFIX correct predicate order in lysc_path (#2244) by Alexandre Snarskii · 6 months ago
  68. d775df2 tree schema BUGFIX correct order of predicates by Michal Vasko · 6 months ago
  69. 5683626 parser yang BUGFIX invalid input move after comments by Michal Vasko · 6 months ago
  70. 6d42a11 plugins BUGFIX lyds_tree requires metadata by Michal Vasko · 6 months ago
  71. c350922 tree schema UPDATE support symbolic links when searching for modules by Michal Vasko · 6 months ago
  72. 453b000 parser yang BUGFIX parse comments in between split strings by Michal Vasko · 6 months ago
  73. 232456a tree schema BUGFIX always use the main context by Michal Vasko · 6 months ago
  74. 6b144d2 plugins BUGFIX always load lyds_tree metadata plugin by Michal Vasko · 6 months ago
  75. ee3539a out BUGFIX trim printing NP conts with only explicit dflt values by Michal Vasko · 7 months ago
  76. 1544e0a plugins BUGFIX safe retrieval of canonical value by Michal Vasko · 7 months ago
  77. cbbae42 parser json BUGFIX printing opaque nodes as containers (#2230) by steweg · 7 months ago
  78. b4b4582 parinter yang BUGFIX handle squoted strings with squotes by Michal Vasko · 7 months ago
  79. 1dab4e0 tree data BUGFIX unset return value by Michal Vasko · 7 months ago
  80. 8f14b30 printer tree REFACTOR incorrect param type by Michal Vasko · 7 months ago
  81. 350e8dd schema compile REFACTOR use exact matching type by Michal Vasko · 7 months ago
  82. d592a58 lyds tree BUGFIX of hash during additional sorting by aPiecek · 7 months ago
  83. 74cc126 log UPDATE logging messages without memory by Michal Vasko · 7 months ago
  84. cf43fa7 union BUGFIX proper LYB value validation by Michal Vasko · 7 months ago
  85. 6845e81 union REFACTOR better macro name by Michal Vasko · 7 months ago
  86. 350ed0d doc UPDATE improve opaque node docs by Michal Vasko · 7 months ago
  87. 99bfd40 schema compile UPDATE fix disabled list unique nodes by Michal Vasko · 7 months ago
  88. 2a01181 parser data DOC improve flag description by Michal Vasko · 7 months ago
  89. 68f6eaf parser json UPDATE allowing JSON 'null' value for inner nodes (#2218) by steweg · 7 months ago
  90. 56318fe log UPDATE avoid using LY_EVALID without vecode by Michal Vasko · 7 months ago
  91. b3e420c parser json UPDATE optional JSON 'null' value parsed and ignored (#2216) by steweg · 7 months ago
  92. 5ad0063 schema compile BUGFIX do not share types with leafrefs by Michal Vasko · 7 months ago
  93. 121cbbb schema compile REFACTOR formatting by Michal Vasko · 7 months ago
  94. 5209845 plugins BUGFIX differentiate between plugin types by Michal Vasko · 7 months ago
  95. 7efb69e plugins BUGFIX static run-time plugin support by Michal Vasko · 7 months ago
  96. 964407a plugins BUGFIX check return value by Michal Vasko · 7 months ago
  97. f7aeeae context UPDATE run-time plugin support (#2213) by steweg · 7 months ago
  98. 2063f20 schema compile UPDATE allow deviate-replace implicit properties by Michal Vasko · 7 months ago
  99. ed27758 libyang UPDATE compatibility macros by Michal Vasko · 8 months ago
  100. bc196fc schema compile UPDATE improve duplicate identifier err message by Michal Vasko · 8 months ago