aboutsummaryrefslogtreecommitdiff
path: root/xmlsave.c
AgeCommit message (Expand)Author
2023-09-21doc: Make apibuild.py happyNick Wellnhofer
2023-09-21build: Fix build when certain modules are disabledNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-02-17malloc-fail: Fix memory leak in xmlDocDumpFormatMemoryEncNick Wellnhofer
2022-09-02Move xmlIsXHTML to tree.cNick Wellnhofer
2022-09-01Remove explicit integer castsNick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-06-20Avoid calling xmlSetTreeDocNick Wellnhofer
2022-03-06Improve buffer allocation schemeNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2021-05-25Fix regression in xmlNodeDumpOutputInternalNick Wellnhofer
2021-05-21Work around lxml API abuseNick Wellnhofer
2020-09-29Handle dumps of corrupted documents more gracefullyNick Wellnhofer
2020-08-17Don't add formatting newlines to XInclude nodesNick Wellnhofer
2020-07-29More *NodeDumpOutput fixesNick Wellnhofer
2020-07-28Fix *NodeDumpOutput functionsNick Wellnhofer
2020-07-28Make xmlNodeDumpOutputInternal non-recursiveNick Wellnhofer
2020-07-28Make xhtmlNodeDumpOutput non-recursiveNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2020-01-02Fix overflow check in xmlNodeDumpNick Wellnhofer
2019-11-11Fix memory leaks of encoding handlers in xmlsave.cNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2019-08-25Doc: do not mislead towards "infeasible" scenario wrt. xmlBufNodeDumpJan Pokorný
2019-05-10Remove unused member `doc` in xmlSaveCtxtNick Wellnhofer
2018-10-13Stop using doc->charset outside parser codeNick Wellnhofer
2017-11-27Fix libz and liblzma detectionNick Wellnhofer
2017-11-27Fix -Wmisleading-indentation warningsNick Wellnhofer
2017-06-07Fix memory leak in xmlBufAttrSerializeTxtContentNick Wellnhofer
2016-05-23Avoid an out of bound access when serializing malformed stringsDaniel Veillard
2013-02-11When calling xmlNodeDump make sure we grow the buffer quicklyDaniel Veillard
2012-09-11Big space and tab cleanupDaniel Veillard
2012-08-09Adding various checks on node type though the APIDaniel Veillard
2012-07-23New saving functions using xmlBuf and conversionDaniel Veillard
2012-01-22fix a pair of possible out of array char referencesDaniel Veillard
2010-11-03Add xmlSaveOption XML_SAVE_WSNONSIGAdam Spragg
2010-11-01Force _xmlSaveCtxt.format to be 0 or 1Adam Spragg
2009-09-07Chasing dead assignments reported by clang-scanDaniel Veillard
2009-09-02Wrong block opening in htmlNodeDumpOutputInternalDaniel Veillard
2008-09-25new options to serialize as XML/HTML/XHTML and restore old entry pointDaniel Veillard
2008-09-01Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard
2008-03-07fix handling of empty CDATA nodes as reported and discussed around #514181Daniel Veillard
2007-10-10fix to avoid a crash when dumping an attribute from an XHTML document,Daniel Veillard
2007-07-26fixed problem reported on bug #460415 DanielDaniel Veillard
2007-05-22Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack
2007-03-20applied patch from Björn Wiberg to try to fix again the sillyDaniel Veillard
2006-10-16started to switch xmllint to use xmlSaveDoc to test #342556 fixed #342556Daniel Veillard
2006-09-29fixed a comment applied a patch from Michael Day to add a new functionDaniel Veillard
2006-08-15Add linefeeds to error messages allowing for consistant handling.Rob Richards
2006-07-13Removed the automatic generation of CDATA sections for the content of theKasimier T. Buchcik
2005-11-09applied patch from Geert Jansen to implement the save function to aDaniel Veillard