aboutsummaryrefslogtreecommitdiff
path: root/tree.c
AgeCommit message (Expand)Author
2023-10-05parser: Acknowledge that entities with namespaces are brokenNick Wellnhofer
2023-09-21doc: Make apibuild.py happyNick Wellnhofer
2023-09-21include: Remove more unnecessary includesNick Wellnhofer
2023-09-20globals: Move remaining globals back to correct header filesNick Wellnhofer
2023-09-20globals: Move xmlRegisterNodeDefault to tree.cNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-08-23tree: Fix copying of DTDsNick Wellnhofer
2023-05-09SAX: Always validate xml:idsNick Wellnhofer
2023-03-08malloc-fail: Fix memory leak in xmlCopyNamespaceListNick Wellnhofer
2023-02-27malloc-fail: Fix memory leak in xmlGetNsListNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak in xmlCopyPropListNick Wellnhofer
2023-01-17tree: Fix recursion check in xmlStringGetNodeListNick Wellnhofer
2022-12-19entities: Add XML_ENT_PARSED flagNick Wellnhofer
2022-11-20buf: Deprecate static/immutable buffersNick Wellnhofer
2022-11-02malloc-fail: Fix memory leak in xmlStringGetNodeListNick Wellnhofer
2022-11-02malloc-fail: Fix memory leak in xmlNewDocNodeEatNameNick Wellnhofer
2022-11-02malloc-fail: Fix memory leak in xmlNewPropInternalNick Wellnhofer
2022-11-02malloc-fail: Fix memory leak in xmlStaticCopyNodeListNick Wellnhofer
2022-10-23xinclude: Make xmlXIncludeCopyNode non-recursiveNick Wellnhofer
2022-09-02Remove "runtime debugging"Nick Wellnhofer
2022-09-02Move xmlIsXHTML to tree.cNick Wellnhofer
2022-09-01Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer
2022-09-01Remove explicit integer castsNick Wellnhofer
2022-08-26Silence -Warray-bounds warningNick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-08-02Improve documentation of tree manipulation APINick Wellnhofer
2022-06-20Avoid calling xmlSetTreeDocNick Wellnhofer
2022-06-20Simplify xmlFreeNodeNick Wellnhofer
2022-06-20Don't reset nsDef when changing node contentNick Wellnhofer
2022-06-20Fix unintended fall-through in xmlNodeAddContentLenNick Wellnhofer
2022-06-16Reserve byte for NUL terminator and report errors consistently in xmlBuf and ...David Kilzer
2022-06-16Fix missing NUL terminators in xmlBuf and xmlBuffer functionsDavid Kilzer
2022-06-02Fix integer overflow in xmlBufferDump()David Kilzer
2022-05-25Fix double colon typos in xmlBufferResize()David Kilzer
2022-05-25Fix ownership of xmlNodePtr & xmlAttrPtr fields in xmlSetTreeDoc()David Kilzer
2022-05-02[CVE-2022-29824] Fix integer overflows in xmlBuf and xmlBufferNick Wellnhofer
2022-04-23Don't try to copy children of entity referencesNick Wellnhofer
2022-04-10Fix short-lived regression in xmlStaticCopyNodeNick Wellnhofer
2022-04-02Make xmlStaticCopyNode non-recursiveNick Wellnhofer
2022-03-06Improve buffer allocation schemeNick Wellnhofer
2022-03-04Remove DOCBparserNick Wellnhofer
2022-03-02Don't check for standard C89 headersNick Wellnhofer
2022-02-22Fix unused variable warnings with disabled featuresNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2022-02-07Fix xmlSetTreeDoc with entity referencesNick Wellnhofer
2022-02-07Properly handle nested documents in xmlFreeNodeNick Wellnhofer
2022-01-16Fix null pointer deref in xmlStringGetNodeListNick Wellnhofer
2021-03-13Fix xmlGetNodePath with invalid node typesNick Wellnhofer
2021-03-02Clarify xmlNewDocProp documentationNick Wellnhofer
2021-03-02Stop checking attributes for UTF-8 validityNick Wellnhofer