summaryrefslogtreecommitdiff
path: root/xmlsave.c
Commit message (Expand)AuthorAgeFilesLines
* malloc-fail: Fix memory leak in xmlDocDumpFormatMemoryEncNick Wellnhofer2023-02-171-0/+1
* Move xmlIsXHTML to tree.cNick Wellnhofer2022-09-021-44/+1
* Remove explicit integer castsNick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-8/+8
* Avoid calling xmlSetTreeDocNick Wellnhofer2022-06-201-1/+1
* Improve buffer allocation schemeNick Wellnhofer2022-03-061-0/+4
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix regression in xmlNodeDumpOutputInternalNick Wellnhofer2021-05-251-7/+7
* Work around lxml API abuseNick Wellnhofer2021-05-211-10/+21
* Handle dumps of corrupted documents more gracefullyNick Wellnhofer2020-09-291-0/+12
* Don't add formatting newlines to XInclude nodesNick Wellnhofer2020-08-171-2/+6
* More *NodeDumpOutput fixesNick Wellnhofer2020-07-291-22/+22
* Fix *NodeDumpOutput functionsNick Wellnhofer2020-07-281-24/+30
* Make xmlNodeDumpOutputInternal non-recursiveNick Wellnhofer2020-07-281-230/+240
* Make xhtmlNodeDumpOutput non-recursiveNick Wellnhofer2020-07-281-342/+275
* Fix typosNick Wellnhofer2020-03-081-2/+2
* Fix overflow check in xmlNodeDumpNick Wellnhofer2020-01-021-1/+1
* Fix memory leaks of encoding handlers in xmlsave.cNick Wellnhofer2019-11-111-18/+8
* Large batch of typo fixesJared Yanovich2019-09-301-4/+4
* Doc: do not mislead towards "infeasible" scenario wrt. xmlBufNodeDumpJan Pokorný2019-08-251-2/+2
* Remove unused member `doc` in xmlSaveCtxtNick Wellnhofer2019-05-101-11/+0
* Stop using doc->charset outside parser codeNick Wellnhofer2018-10-131-3/+0
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-1/+1
* Fix -Wmisleading-indentation warningsNick Wellnhofer2017-11-271-25/+25
* Fix memory leak in xmlBufAttrSerializeTxtContentNick Wellnhofer2017-06-071-5/+0
* Avoid an out of bound access when serializing malformed stringsCVE-2016-4483Daniel Veillard2016-05-231-4/+4
* When calling xmlNodeDump make sure we grow the buffer quicklyDaniel Veillard2013-02-111-0/+4
* Big space and tab cleanupDaniel Veillard2012-09-111-23/+23
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-0/+4
* New saving functions using xmlBuf and conversionDaniel Veillard2012-07-231-53/+210
* fix a pair of possible out of array char referencesDaniel Veillard2012-01-221-2/+2
* Add xmlSaveOption XML_SAVE_WSNONSIGAdam Spragg2010-11-031-9/+83
* Force _xmlSaveCtxt.format to be 0 or 1Adam Spragg2010-11-011-16/+16
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+0
* Wrong block opening in htmlNodeDumpOutputInternalDaniel Veillard2009-09-021-2/+2
* new options to serialize as XML/HTML/XHTML and restore old entry pointDaniel Veillard2008-09-251-4/+23
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-82/+197
* fix handling of empty CDATA nodes as reported and discussed around #514181Daniel Veillard2008-03-071-14/+18
* fix to avoid a crash when dumping an attribute from an XHTML document,Daniel Veillard2007-10-101-0/+4
* fixed problem reported on bug #460415 DanielDaniel Veillard2007-07-261-5/+6
* Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack2007-05-221-1/+0
* applied patch from Björn Wiberg to try to fix again the sillyDaniel Veillard2007-03-201-1/+3
* started to switch xmllint to use xmlSaveDoc to test #342556 fixed #342556Daniel Veillard2006-10-161-15/+77
* fixed a comment applied a patch from Michael Day to add a new functionDaniel Veillard2006-09-291-1/+1
* Add linefeeds to error messages allowing for consistant handling.Rob Richards2006-08-151-5/+5
* Removed the automatic generation of CDATA sections for the content of theKasimier T. Buchcik2006-07-131-1/+9
* applied patch from Geert Jansen to implement the save function to aDaniel Veillard2005-11-091-10/+33
* prevent output of fragment tags when serializing XHTML.Rob Richards2005-10-211-0/+4
* release of 2.6.22 updated doc and rebuild. added XML_SAVE_NO_XHTMLLIBXML2_2_6_22Daniel Veillard2005-09-121-7/+9
* applied second patch from David Madore to be less intrusive when handlingDaniel Veillard2005-09-121-11/+12