1. 5f5dbad context BUGFIX array OOB access by Michal Vasko · 3 years, 8 months ago
  2. ff8a597 context BUGFIX consolidating context after removal by Michal Vasko · 3 years, 8 months ago
  3. da46366 yang parser BUGFIX config inherit after deviation by Michal Vasko · 3 years, 8 months ago
  4. 298b30e common FEATURE add a hard limit for recursion by Michal Vasko · 3 years, 9 months ago
  5. d4c9fbb resolve BUGFIX memory leak by Michal Vasko · 3 years, 9 months ago
  6. a3917d9 yin parser BUGFIX invalid memory access by Michal Vasko · 3 years, 9 months ago
  7. 5ce3080 schema tree BUGFIX freeing nodes with no module set by Michal Vasko · 3 years, 9 months ago
  8. 59a0bff plugins BUGFIX handle empty revision correctly by Michal Vasko · 3 years, 9 months ago
  9. 5b80645 resolve BUGFIX must validation raises 2 errors if there is a error-message defined in it by fanchanghu · 3 years, 9 months ago
  10. 7ae5c7d yang parser BUGFIX inheriting the "config" value by aPiecek · 3 years, 9 months ago
  11. 70bf93f parser BUGFIX use schema node for logging by Michal Vasko · 3 years, 9 months ago
  12. 7a1c4f0 data tree BUGFIX avoid NULL pointer dereference by Michal Vasko · 3 years, 9 months ago
  13. 0c9ecc2 data tree BUGFIX endless loop when inserting leaf and NP container by fanchanghu · 3 years, 10 months ago
  14. 7cdd4f7 schema tree BUGFIX nodes name collision detection by Radek Krejci · 3 years, 9 months ago
  15. 805729f validation REFACTOR make node order check optional by Michal Vasko · 3 years, 9 months ago
  16. d4f6511 validation BUGFIX allow duplicate leaf-list instances by Michal Vasko · 3 years, 9 months ago
  17. b411ac9 data tree BUGFIX store value when canonizing it by Michal Vasko · 3 years, 10 months ago
  18. 9b21623 XML parser BUGFIX typo in allowed values for XML NameChar by Radek Krejci · 3 years, 10 months ago
  19. 7e462e2 json parser BUGFIX detect key duplicities by Michal Vasko · 3 years, 10 months ago
  20. 5dac9d1 data tree BUGFIX avoid memcpy with NULL by Michal Vasko · 3 years, 10 months ago
  21. 23bbb3b resolve BUGFIX fix cast warning by Michal Vasko · 3 years, 10 months ago
  22. 3495403 resolve BUGFIX avoid variable overflow by Michal Vasko · 3 years, 10 months ago
  23. 8231740 data tree MEIANTENANCE avoid using alias if possible by Michal Vasko · 3 years, 10 months ago
  24. 57197ad libyang BUGFIX various errors reported by UBSAN (#1379) by Jan Kundrát · 3 years, 10 months ago
  25. 262cb7c parser BUGFIX check follow-up bytes of utf-8 charactor by fanchanghu · 3 years, 10 months ago
  26. a68649e printer json BUGFIX specific cases invalid print (#1369) by Fred Gan · 3 years, 10 months ago
  27. 10bafbb json parser BUGFIX validate JSON value types with YANG types by Michal Vasko · 3 years, 10 months ago
  28. 78c7cbf xml BUGFIX handle no xml data by Michal Vasko · 3 years, 10 months ago
  29. 5a557a0 data tree BUGFIX allow parsing empty data by Michal Vasko · 3 years, 10 months ago
  30. 6f2b12a xml printer BUGFIX print namespace of custom attribute in netconf filter by fanchanghu · 3 years, 10 months ago
  31. dd54b2e xml parser BUGFIX memory leak by Michal Vasko · 3 years, 10 months ago
  32. fb4152e extension plugins FEATURE allow extension instance to be skipped. by fanchanghu · 3 years, 10 months ago
  33. e3c8dd8 explicitly set tmp to empty string to avoid buffer overflow of strlen if tmp happens to contain non-zero garbage by Gerolf Wendland · 3 years, 10 months ago
  34. 90e4881 data tree FEATURE hash-based path data search (#1346) by vishaldhingra · 3 years, 10 months ago
  35. fea67de xpath BUGFIX prevent debug buffer overflow (#1301) by tmtom · 3 years, 10 months ago
  36. 4e36002 resolve FEATURE flag for printing multiple validation errors (#1341) by fanchanghu · 3 years, 10 months ago
  37. 2b8006e parser BUGFIX use after free (#1328) by uncle-yohu · 3 years, 11 months ago
  38. 1fbb626 json parser BUGFIX handle no notif/rpc parsed by Michal Vasko · 3 years, 11 months ago
  39. b930b0b yin parser BUGFIX avoid calling calloc with size 0 by Michal Vasko · 3 years, 11 months ago
  40. ef644d2 validation BUGFIX when in data parents of an operation by Michal Vasko · 4 years ago
  41. 41dfa32 parser yang BUGFIX max elements check of unbounded by Michal Vasko · 4 years ago
  42. 0decd2e libyang MAINTENANCE false positive compiler warnings by Michal Vasko · 4 years ago
  43. 5d2ff49 parser BUGFIX enable UTF8 support for pcre patterns by Michal Vasko · 4 years ago
  44. 743fe14 parser BUGFIX missing Specials pattern character class by Michal Vasko · 4 years ago
  45. c4a6e75 xpath BUGFIX comparisons on empty sets are really always false by Michal Vasko · 4 years ago
  46. e8c3e78 xpath OPTIMIZE minor optimizations (#1273) by jvportal · 4 years ago
  47. 2be3d2c parser BUGFIX option LYD_OPT_NOTIF_FILTER should parse notifications (#1290) by Fred Gan · 4 years ago
  48. 1b4d4ea xml BUGFIX invalid pointer access by Michal Vasko · 4 years ago
  49. 7b339f3 Fix error for printing json schema for augmented node by euikook · 4 years ago
  50. 2ac5bb5 Don't correct DST when parsing dates by Václav Kubernát · 4 years, 1 month ago
  51. 1705a62 json BUGFIX predicate values with encoded characters (#1254) by olderma · 4 years, 1 month ago
  52. 5b0066d json BUGFIX handling of values with encoded characters (#1253) by olderma · 4 years, 1 month ago
  53. a6b7680 hash table BUGFIX when duplicating copy all relevant members by Michal Vasko · 4 years, 1 month ago
  54. e66cee6 hash table OPTIMIZE rehash on too many invalid records (#1250) by shuailily0108 · 4 years, 1 month ago
  55. a40405d parser BUGFIX when checking date, use local timezone by Michal Vasko · 4 years, 1 month ago
  56. 634dab9 json parser BUGFIX set lealfist attr index for every loop (#1237) by zhuxiaoyun138159 · 4 years, 1 month ago
  57. cca5282 xpath BUGFIX cur module may not match the module of cur node by Michal Vasko · 4 years, 1 month ago
  58. 7eae3fe extensions MAINTENANCE remove executable flag from yangdata.c (#1227) by Heiko Thiery · 4 years, 2 months ago
  59. a01e6de xpath FEATURE increase xpath node limit to uint32 by Michal Vasko · 4 years, 2 months ago
  60. d9e746a xpath CHANGE local module for checking xpath expr by Michal Vasko · 4 years, 2 months ago
  61. 12e00f7 data tree BUGFIX handle submodules in lyd_new_* by Michal Vasko · 4 years, 2 months ago
  62. 965550b printer BUGFIX memory leak by Michal Vasko · 4 years, 2 months ago
  63. b822c62 json parser BUGFIX parsing anydata with quotes (#1209) by olderma · 4 years, 2 months ago
  64. e80b74e xml BUGFIX attr value content must be escaped (#1208) by olderma · 4 years, 2 months ago
  65. 0873ff5 xpath BUGFIX use correct local module for value checks by Michal Vasko · 4 years, 2 months ago
  66. 5bc64f5 parser BUGFIX do not check if-features for default values by Michal Vasko · 4 years, 2 months ago
  67. 83cea22 libyang MAINTENANCE unify failed if-feature check messages by Michal Vasko · 4 years, 2 months ago
  68. dd3e80f xpath BUGFIX skip if-feature check in schema xpath checks by Michal Vasko · 4 years, 2 months ago
  69. 629f238 data tree CHANGE cleaning a set should also free its content by Michal Vasko · 4 years, 2 months ago
  70. 8dfaf7c resolve BUGFIX do not check if-feature of default identities by Michal Vasko · 4 years, 2 months ago
  71. 9ea2afb doc UPDATE attribute merge clarification by Michal Vasko · 4 years, 2 months ago
  72. aa6dc43 schema tree BUGFIX avoid NULL params for memmove by Michal Vasko · 4 years, 3 months ago
  73. dfbe691 data tree BUGFIX NULL params for memcpy (#1191) by Václav Kubernát · 4 years, 3 months ago
  74. 77fe24a parser BUGFIX memory leak in leafref parsing by Michal Vasko · 4 years, 3 months ago
  75. a690d91 xml BUGFIX handle more prefixes by Michal Vasko · 4 years, 3 months ago
  76. e46a11c data tree CHANGE do not check yang:key value prefixes by Michal Vasko · 4 years, 3 months ago
  77. a29ff54 data tree FEATURE allow module name prefixes for keys by Michal Vasko · 4 years, 3 months ago
  78. bddd3d7 xml BUGFIX memory leak by Michal Vasko · 4 years, 3 months ago
  79. cab70b1 resolve BUGFIX implement all modules in unres data by Michal Vasko · 4 years, 3 months ago
  80. dc93b4a yang parser BUGFIX macro invalid increment (#1159) by mekleo · 4 years, 4 months ago
  81. 01311f3 data tree BUGFIX make only dummy nodes with unknown value type by Michal Vasko · 4 years, 4 months ago
  82. 6130b11 resolve BUGFIX implement modules after augments by Michal Vasko · 4 years, 5 months ago
  83. 53d7689 parser xml BUGFIX action namespace check (#1133) by Fred Gan · 4 years, 5 months ago
  84. c86327a xml BUGFIX copy also ns referenced from content by Michal Vasko · 4 years, 5 months ago
  85. 0d9cbd7 schema tree FEATURE force feature change functions by Michal Vasko · 4 years, 5 months ago
  86. c340b3d data tree BUGFIX hash canonical values for leaves by Michal Vasko · 4 years, 5 months ago
  87. b42e0bd schema BUGFIX making module implemented by augment's leafrefs by Radek Krejci · 4 years, 5 months ago
  88. ff68cef xml printer BUGFIX special printing of edit-config key attribute by Michal Vasko · 4 years, 6 months ago
  89. b5bf9bb json printer BUGFIX always honor LYP_WITHSIBLINGS by Michal Vasko · 4 years, 6 months ago
  90. a619805 printer BUGFIX do not consider NP state containers by Michal Vasko · 4 years, 6 months ago
  91. 4d886c4 schema tree BUGFIX postpone keyless list check after refines by Michal Vasko · 4 years, 6 months ago
  92. c10ace2 data tree BUGFIX handle augments correctly by Michal Vasko · 4 years, 6 months ago
  93. bc14b0f hash table BUGFIX even shrink the dictionary with a special callback by Michal Vasko · 4 years, 6 months ago
  94. 4042de2 build FEATURE compiling on older systems (#1091) by Martin Winter · 4 years, 6 months ago
  95. c831064 schema tree FETAURE function for getting data path format string pattern by Michal Vasko · 4 years, 6 months ago
  96. baa7efd printer FEATURE function to check if a node should be printed by Michal Vasko · 4 years, 6 months ago
  97. f7258d6 common BUGFIX change log level var by Michal Vasko · 4 years, 6 months ago
  98. 2a33c21 resolve BUGFIX local module for leafrefs in typedefs by Michal Vasko · 4 years, 7 months ago
  99. d439b2a parser CHANGE allow require-instance property change in derived types by Michal Vasko · 4 years, 7 months ago
  100. 159d5e6 common BUGFIX do not free generated ns/prefixes on recursive fail by Michal Vasko · 4 years, 7 months ago