summaryrefslogtreecommitdiff
path: root/xmlsave.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add XML_SAVE_NO_EMPTY save option and use option from xmlSaveCtxtPtrRob Richards2005-09-121-10/+38
* fix bug #316034, where xmlElemDump() can crash if given a document pointerDaniel Veillard2005-09-121-0/+5
* check for NULL to prevent crash with meta elementsRob Richards2005-09-031-3/+5
* move handling of meta element for http-equiv in XHTML docs toRob Richards2005-08-261-17/+47
* fixed #145092 by adding an xmlSaveOption to omit XML declaration DanielDaniel Veillard2005-08-081-24/+26
* applied patch from Mark Vakoc fixing saving of CDATA with NULL content.Daniel Veillard2005-05-201-12/+17
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed bug reported by Petr Pajas, in the absence of encoding UTF-8 shouldDaniel Veillard2005-03-311-0/+3
* fixed problem when XMLLINT_INDENT was empty (bug 168033). fixedWilliam M. Brack2005-02-211-2/+4
* fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not setWilliam M. Brack2005-02-111-3/+1
* trying to fix at least the message from bug #158628 added first xmlsaveDaniel Veillard2005-01-161-0/+7
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+2
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-2/+13
* extending the tests coverage more fixes and cleanups DanielDaniel Veillard2004-11-041-4/+14
* fixed 2 problems raised by #152140, one which is that notation not in theDaniel Veillard2004-09-081-4/+8
* added a dumb rule to able to compile tst.c when people submit a sampleDaniel Veillard2004-08-141-0/+4
* hack based on Arjan van de Ven suggestion to reduce ELF footprint andDaniel Veillard2004-06-271-3/+1
* start adding API for escaping customization. DanielDaniel Veillard2004-05-151-24/+44
* more xmlSave cleanup, optimization and refactoring DanielDaniel Veillard2004-05-151-234/+238
* third pass at the escaping refactoring. DanielDaniel Veillard2004-05-141-32/+178
* second pass on escaping handling, start to looks better, need to beDaniel Veillard2004-05-141-4/+4
* first pass at refactoring the escape on save routines for betterDaniel Veillard2004-05-131-32/+40
* apply fix for XHTML1 formating from Nick Wellnhofer fixes bug #141266Daniel Veillard2004-05-091-0/+4
* Fixed bug #141529 i.e. various problems when building with --without-htmlDaniel Veillard2004-04-301-4/+2