summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* SAX: Always validate xml:idsNick Wellnhofer2023-05-091-2/+0
* malloc-fail: Fix memory leak in xmlCopyNamespaceListNick Wellnhofer2023-03-081-0/+4
* malloc-fail: Fix memory leak in xmlGetNsListNick Wellnhofer2023-02-271-16/+9
* malloc-fail: Fix memory leak in xmlCopyPropListNick Wellnhofer2023-02-171-1/+3
* tree: Fix recursion check in xmlStringGetNodeListNick Wellnhofer2023-01-171-6/+16
* entities: Add XML_ENT_PARSED flagNick Wellnhofer2022-12-191-2/+6
* buf: Deprecate static/immutable buffersNick Wellnhofer2022-11-201-44/+9
* malloc-fail: Fix memory leak in xmlStringGetNodeListNick Wellnhofer2022-11-021-18/+18
* malloc-fail: Fix memory leak in xmlNewDocNodeEatNameNick Wellnhofer2022-11-021-2/+3
* malloc-fail: Fix memory leak in xmlNewPropInternalNick Wellnhofer2022-11-021-1/+2
* malloc-fail: Fix memory leak in xmlStaticCopyNodeListNick Wellnhofer2022-11-021-2/+5
* xinclude: Make xmlXIncludeCopyNode non-recursiveNick Wellnhofer2022-10-231-5/+2
* Remove "runtime debugging"Nick Wellnhofer2022-09-021-5/+0
* Move xmlIsXHTML to tree.cNick Wellnhofer2022-09-021-0/+45
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-6/+6
* Remove explicit integer castsNick Wellnhofer2022-09-011-1/+1
* Silence -Warray-bounds warningNick Wellnhofer2022-08-261-1/+2
* Consolidate private header filesNick Wellnhofer2022-08-261-2/+4
* Improve documentation of tree manipulation APINick Wellnhofer2022-08-021-1/+31
* Avoid calling xmlSetTreeDocNick Wellnhofer2022-06-201-1/+1
* Simplify xmlFreeNodeNick Wellnhofer2022-06-201-17/+12
* Don't reset nsDef when changing node contentNick Wellnhofer2022-06-201-3/+0
* Fix unintended fall-through in xmlNodeAddContentLenNick Wellnhofer2022-06-201-3/+4
* Reserve byte for NUL terminator and report errors consistently in xmlBuf and ...David Kilzer2022-06-161-6/+16
* Fix missing NUL terminators in xmlBuf and xmlBuffer functionsDavid Kilzer2022-06-161-0/+3
* Fix integer overflow in xmlBufferDump()David Kilzer2022-06-021-2/+2
* Fix double colon typos in xmlBufferResize()David Kilzer2022-05-251-2/+2
* Fix ownership of xmlNodePtr & xmlAttrPtr fields in xmlSetTreeDoc()David Kilzer2022-05-251-1/+26
* [CVE-2022-29824] Fix integer overflows in xmlBuf and xmlBufferNick Wellnhofer2022-05-021-45/+27
* Don't try to copy children of entity referencesNick Wellnhofer2022-04-231-1/+2
* Fix short-lived regression in xmlStaticCopyNodeNick Wellnhofer2022-04-101-6/+17
* Make xmlStaticCopyNode non-recursiveNick Wellnhofer2022-04-021-2/+39
* Improve buffer allocation schemeNick Wellnhofer2022-03-061-2/+5
* Remove DOCBparserNick Wellnhofer2022-03-041-37/+1
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-4/+1
* Fix unused variable warnings with disabled featuresNick Wellnhofer2022-02-221-0/+3
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix xmlSetTreeDoc with entity referencesNick Wellnhofer2022-02-071-1/+8
* Properly handle nested documents in xmlFreeNodeNick Wellnhofer2022-02-071-14/+12
* Fix null pointer deref in xmlStringGetNodeListNick Wellnhofer2022-01-161-0/+4
* Fix xmlGetNodePath with invalid node typesNick Wellnhofer2021-03-131-1/+3
* Clarify xmlNewDocProp documentationNick Wellnhofer2021-03-021-0/+5
* Stop checking attributes for UTF-8 validityNick Wellnhofer2021-03-021-12/+0
* Fix quadratic behavior when looking up xml:* attributesNick Wellnhofer2021-03-011-0/+10
* Check for invalid redeclarations of predefined entitiesNick Wellnhofer2021-02-081-0/+13
* Add the copy of type from original xmlDoc in xmlCopyDoc()SVGAnimate2021-02-081-0/+1
* Fix null deref in xmlStringGetNodeListNick Wellnhofer2020-12-181-0/+4
* Fix typosNick Wellnhofer2020-03-081-7/+7
* Fix integer overflow in xmlBufferResizeNick Wellnhofer2020-01-101-2/+7
* Fix freeing of nested documentsNick Wellnhofer2019-12-061-0/+5