1. 650f842 string: Don't validate UTF-8 in xmlUTF8Strsub by Nick Wellnhofer · 3 months ago
  2. 86c2720 save: Handle invalid parent pointers in xhtmlNodeDumpOutput by Nick Wellnhofer · 3 months ago
  3. f7f1453 build: Disable support for compression libraries by default by Nick Wellnhofer · 3 months ago
  4. 365976d xinclude: Don't use xmlHasNsProp by Nick Wellnhofer · 3 months ago
  5. fe3cbf8 fuzz: Check node type before xmlDocSetRootElement by Nick Wellnhofer · 3 months ago
  6. 5c55332 Revert "tree: Only allow elements in xmlDocSetRootElement" by Nick Wellnhofer · 3 months ago
  7. 7c5daa3 tree: Ignore namespace with NULL href in xmlSearchNs by Nick Wellnhofer · 3 months ago
  8. f43197f tree: Don't coalesce text nodes in xmlAdd{Prev,Next}Sibling by Nick Wellnhofer · 3 months ago
  9. 2cc7f71 SAX2: Fix xmlSAX2EntityDecl with empty base by Nick Wellnhofer · 3 months ago
  10. 730de88 SAX2: Optimize appending children by Nick Wellnhofer · 3 months ago
  11. 2a713a8 tree: Document behavior if xmlSetTreeDoc fails by Nick Wellnhofer · 3 months ago
  12. f1e9c7b tree: Optimize xmlInsertNode by Nick Wellnhofer · 3 months ago
  13. ea0ee36 tree: Align xmlAddChild with other node insertion functions by Nick Wellnhofer · 3 months ago
  14. e5cdb23 tree: Introduce xmlUnlinkNodeInternal by Nick Wellnhofer · 3 months ago
  15. 1d50df8 examples: Don't leave temp files by Nick Wellnhofer · 3 months ago
  16. bfb02fb fuzz: Fix xmlSetProp in API fuzzer by Nick Wellnhofer · 3 months ago
  17. 9bce9db valid: Report malloc failure in xmlValidateOneElement by Nick Wellnhofer · 3 months ago
  18. 887ad90 fuzz: Restrict input size of API fuzzer by Nick Wellnhofer · 3 months ago
  19. 6c5248e fuzz: Restrict number of copies in API fuzzer by Nick Wellnhofer · 3 months ago
  20. aa04838 html: Use binary search in htmlEntityValueLookup by Nick Wellnhofer · 3 months ago
  21. 23a8184 tree: Work on documentation by Nick Wellnhofer · 3 months ago
  22. 52efb20 fuzz: Enable float-divide-by-zero on OSS-Fuzz by Nick Wellnhofer · 3 months ago
  23. 1ace0e8 xinclude: Report malloc failure in xmlXIncludeAddNode by Nick Wellnhofer · 3 months ago
  24. ad9a563 tree: Fix uninitialized value in xmlSearchNsSafe by Nick Wellnhofer · 3 months ago
  25. 00c2f54 ci: Support ASan in Docker container by Nick Wellnhofer · 3 months ago
  26. 0e6e392 ci: Show config.log if configuration failed by Nick Wellnhofer · 3 months ago
  27. c978a5d ci: Remove Python 2 job, update C89 job by Nick Wellnhofer · 3 months ago
  28. 3d6a25e doc: Update Docker CI instructions by Nick Wellnhofer · 3 months ago
  29. e7ff3ca ci: Update Docker container to Ubuntu 23.10 by Nick Wellnhofer · 3 months ago
  30. 22455e9 ci: Add meson to Docker container by Nick Wellnhofer · 3 months ago
  31. d8741b8 fuzz: Fix namespaces after xmlDOMWrapRemoveNode by Nick Wellnhofer · 3 months ago
  32. 05c147c SAX2: Report malloc failure in xmlSAX2AttributeNs by Nick Wellnhofer · 3 months ago
  33. 0d04d79 xinclude: Report malloc failures in xmlXIncludeIncludeNode by Nick Wellnhofer · 3 months ago
  34. 7b316c1 tree: Fix uninitialized value in xmlSearchNsByHrefSafe by Nick Wellnhofer · 3 months ago
  35. d4d1f3f fuzz: Enable API fuzzer on OSS-Fuzz by Nick Wellnhofer · 3 months ago
  36. 5ea2970 fuzz: Reorder API fuzzer ops by Nick Wellnhofer · 3 months ago
  37. da32c85 fuzz: Check text nodes after merging by Nick Wellnhofer · 3 months ago
  38. 577e251 valid: Check for NULL node->name in xmlSnprintfElements by Nick Wellnhofer · 3 months ago
  39. a279aae io: Allocate output buffer with XML_BUFFER_ALLOC_IO by Nick Wellnhofer · 3 months ago
  40. 072facc encoding: Don't shrink input too early in xmlCharEncOutput by Nick Wellnhofer · 3 months ago
  41. 3f05508 tree: Report malloc failures in attribute setters by Nick Wellnhofer · 3 months ago
  42. 3bdd0d7 xinclude: Set errNo in xmlXIncludeErrMemory by Nick Wellnhofer · 3 months ago
  43. 6a49bb7 tree: Introduce xmlSearchNsSafe by Nick Wellnhofer · 3 months ago
  44. 047ea3e Revert "tree: Allocate XML namespace statically" by Nick Wellnhofer · 3 months ago
  45. fb1e630 save: Check for NULL node->name in xhtmlIsEmpty by Nick Wellnhofer · 3 months ago
  46. 869f724 schemas: Fix ADD_ANNOTATION by Nick Wellnhofer · 3 months ago
  47. 1b4bf22 xmlreader: Fix memory leak in xmlTextReaderFreeProp by Nick Wellnhofer · 3 months ago
  48. dc2a03d valid: Deprecate internal validation functions by Nick Wellnhofer · 3 months ago
  49. c0edd79 fuzz: Move fuzzer options to environment variable by Nick Wellnhofer · 3 months ago
  50. 55175f7 fuzz: Add OSS-Fuzz build.sh by Nick Wellnhofer · 3 months ago
  51. f14f089 fuzz: Add some comments in api.c by Nick Wellnhofer · 3 months ago
  52. ee0c1f8 fuzz: New tree API fuzzer by Nick Wellnhofer · 4 months ago
  53. 2469d5d tree: Tighten source doc check in xmlDOMWrapAdoptNode by Nick Wellnhofer · 3 months ago
  54. 37556eb tree: Check destParent->doc in xmlDOMWrapCloneNode by Nick Wellnhofer · 3 months ago
  55. 7c48c01 tree: Switch to xmlNodeSetDoc in xmlDOMWrapAdoptNode by Nick Wellnhofer · 3 months ago
  56. be2c26f tree: Fix tree iteration in xmlDOMWrapRemoveNode by Nick Wellnhofer · 3 months ago
  57. 4a90ce0 tree: Don't abort early if malloc fails in DOM functions by Nick Wellnhofer · 3 months ago
  58. ad019ba tree: Fix reallocation in xmlDOMWrapNSNormAddNsMapItem2 by Nick Wellnhofer · 3 months ago
  59. e321eba tree: Set parent->last early in xmlDOMWrapCloneNode by Nick Wellnhofer · 3 months ago
  60. 84e6dc9 tree: Declare namespace on clone in xmlDOMWrapCloneNode by Nick Wellnhofer · 3 months ago
  61. 0990567 tree: Don't free linked DOM namespaces in error case by Nick Wellnhofer · 3 months ago
  62. 27f07f1 tree: Report malloc failure in xmlDOMWrapCloneNode by Nick Wellnhofer · 3 months ago
  63. 8d04f0e tree: Refactor text node updates by Nick Wellnhofer · 3 months ago
  64. 4ccd3eb tree: Refactor node insertion by Nick Wellnhofer · 3 months ago
  65. 9f049af tree: Refactor element creation and parsing of attribute values by Nick Wellnhofer · 3 months ago
  66. 9991fae tree: Simplify xmlNodeGetContent, xmlBufGetNodeContent by Nick Wellnhofer · 4 months ago
  67. 05adfbf buf: Don't use default buffer size for small strings by Nick Wellnhofer · 3 months ago
  68. 291a9d0 valid: Set document on dummmy element declaration by Nick Wellnhofer · 3 months ago
  69. e3342f7 tree: Work on documentation by Nick Wellnhofer · 4 months ago
  70. aef1ff4 string: Fix xmlStrncatNew(NULL, "") by Nick Wellnhofer · 4 months ago
  71. 9033a27 malloc-fail: Stop using xmlSplitQName2 by Nick Wellnhofer · 4 months ago
  72. b38f8ea malloc-fail: Report in xmlAddAttributeDecl by Nick Wellnhofer · 4 months ago
  73. 8677f54 malloc-fail: Fix erroneous report in xmlNodeGetBaseSafe by Nick Wellnhofer · 4 months ago
  74. 9b3750c malloc-fail: Avoid use-after-free in xmlAddChild by Nick Wellnhofer · 4 months ago
  75. 702f2e4 malloc-fail: Fix memory leak in xmlNewNodeEatName by Nick Wellnhofer · 4 months ago
  76. 10c202f malloc-fail: Check for NULL pointer in xmlSaveNotation* by Nick Wellnhofer · 4 months ago
  77. 9c2d451 malloc-fail: Fix use-after-free in xmlBufBackToBuffer by Nick Wellnhofer · 4 months ago
  78. edbf1eb entities: Don't allow null name in xmlNewEntity by Nick Wellnhofer · 4 months ago
  79. 50816b8 entities: Check for illegal entity types in xmlAddEntity by Nick Wellnhofer · 4 months ago
  80. c1fe9e7 io: Report more malloc failures when writing to output buffer by Nick Wellnhofer · 4 months ago
  81. 10c4ed1 html: Fix quadratic behavior in htmlNodeDump by Nick Wellnhofer · 4 months ago
  82. b1e75a9 save: Report malloc failure in xmlAttrSerializeTxtContent by Nick Wellnhofer · 4 months ago
  83. 3494aa4 save: Cast return code of xmlBufNodeDump by Nick Wellnhofer · 4 months ago
  84. 1d392fa save: Check for output buffer errors by Nick Wellnhofer · 4 months ago
  85. d2f7ca5 save: Add range check for level in xmlNodeDump by Nick Wellnhofer · 4 months ago
  86. 3061b56 valid: Check for NULL text content in xmlValidateOneElement by Nick Wellnhofer · 3 months ago
  87. af3d80b valid: Check for elem->name in xmlIsID by Nick Wellnhofer · 3 months ago
  88. 1233805 valid: Fix some return codes after errors by Nick Wellnhofer · 4 months ago
  89. 04c691f valid: Eliminate xmlCtxtGetDtdElementDesc by Nick Wellnhofer · 4 months ago
  90. ab34533 valid: Report malloc failure in legacy DTD serialization by Nick Wellnhofer · 4 months ago
  91. 264b283 valid: Fix hash removal in xmlRemoveRef by Nick Wellnhofer · 4 months ago
  92. 802ad90 valid: Don't report errors with null context by Nick Wellnhofer · 4 months ago
  93. f797cda valid: Remove id before updating attribute type by Nick Wellnhofer · 4 months ago
  94. a3e11e3 valid: Fix id handling in xmlValidateDtd by Nick Wellnhofer · 4 months ago
  95. c4e0db6 valid: Reset attribute in xmlFreeID by Nick Wellnhofer · 4 months ago
  96. bbbd7f7 valid: Rework checks in xmlValidateOneElement by Nick Wellnhofer · 4 months ago
  97. b23175d valid: Check element type in xmlIsID by Nick Wellnhofer · 4 months ago
  98. 0ddd63d valid: Change error code to XML_ERR_ARGUMENT by Nick Wellnhofer · 4 months ago
  99. b043d95 tree: Check return value of xmlNodeAddContent by Nick Wellnhofer · 3 months ago
  100. 18ebdac tree: Fix error return in xmlGetPropNodeValueInternal by Nick Wellnhofer · 4 months ago