aboutsummaryrefslogtreecommitdiff
path: root/HTMLtree.c
AgeCommit message (Expand)Author
2023-09-21include: Remove more unnecessary includesNick Wellnhofer
2023-09-20globals: Stop including globals.hNick Wellnhofer
2022-11-20html: Don't escape ASCII chars in href attributesNick Wellnhofer
2022-09-01Remove explicit integer castsNick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-05-14Restore behavior of htmlDocContentDumpFormatOutput()David Kilzer
2022-04-07Mark more static data as `const`David Kilzer
2022-03-02Don't check for standard C89 headersNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2021-06-07Fix whitespace when serializing empty HTML documentsNick Wellnhofer
2021-05-21Work around lxml API abuseNick Wellnhofer
2021-02-07Remove unused encoding parameter of HTML output functionsNick Wellnhofer
2020-09-29Handle dumps of corrupted documents more gracefullyNick Wellnhofer
2020-08-15Revert "Do not URI escape in server side includes"Nick Wellnhofer
2020-07-28Make htmlNodeDumpFormatOutput non-recursiveNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2018-10-13Fix HTML serialization with UTF-8 encodingNick Wellnhofer
2018-10-13Stop using doc->charset outside parser codeNick Wellnhofer
2015-04-03Allow HTML serializer to output HTML5 DOCTYPEShaun McCance
2013-04-23Do not URI escape in server side includesRomain Bondue
2012-09-11Big space and tab cleanupDaniel Veillard
2012-09-05Improve HTML escaping of attribute on outputDaniel Veillard
2012-07-23Convert the HTML tree module to the new buffersDaniel Veillard
2012-05-11Fix html serialization error and htmlSetMetaEncoding()Daniel Veillard
2011-05-26Add options to ignore the internal encodingDaniel Veillard
2009-08-12582913 Fix htmlSetMetaEncoding() to be nicerDaniel Veillard
2009-08-12575875 don't output charset=htmlDaniel Veillard
2008-09-01Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard
2007-06-12htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe fixes bugDaniel Veillard
2006-08-15Add linefeeds to error messages allowing for consistant handling.Rob Richards
2005-12-20fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of anRob Richards
2005-08-08fixed bug #310333 with a patch close to the provided patch for HTML UTF-8Daniel Veillard
2005-04-01revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard
2005-03-29fixing bug 168196, <a name=""> must be URI escaped too DanielDaniel Veillard
2004-11-06augmented types supported a number of new bug fixes and documentationDaniel Veillard
2004-11-05fixed the way the generator works, extended the testing, especially withDaniel Veillard
2004-11-04extending the tests coverage more fixes and cleanups DanielDaniel Veillard
2004-11-02adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard
2004-09-18added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack
2003-11-04change --html to make sure we use the HTML serialization rule by defaultDaniel Veillard
2003-10-18Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack
2003-10-09converted too small cleanup DanielDaniel Veillard
2003-09-29Okay this is scary but it is just adding a configure option to disableDaniel Veillard
2003-09-15Fixed bug 121394 - missing ns on attributesWilliam M. Brack
2003-08-08hum try to avoid some troubles when the library is not initialized and oneDaniel Veillard
2003-05-16fixing bug #112904: html output method escaped plus sign character in URIDaniel Veillard
2003-04-10patch from Vasily Tchekalkin to fix #109865 DanielDaniel Veillard
2003-03-27Fixed reopening of #78662 <form action="..."> is an URI reference DanielDaniel Veillard
2003-03-23avoid escaping ',' in URIs DanielDaniel Veillard