index
:
delta/libxml2.git
2.10
2.11
2.9
LIBXML2_2_5_X
LIB_XML_1_BRANCH
USING_LIBUNICODE
baserock/morph
ddkilzer/add-fuzzing-asserts-to-xmlSetTreeDoc
devhelp2
devhelp2-index
fix-trio-msvc
master
python3-windows
wip/jtojnar/env-var-separator
wip/sadiq/fixes
gitlab.gnome.org: GNOME/libxml2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
HTMLtree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix whitespace when serializing empty HTML documents
Nick Wellnhofer
2021-06-07
1
-5
/
+9
*
Work around lxml API abuse
Nick Wellnhofer
2021-05-21
1
-18
/
+28
*
Remove unused encoding parameter of HTML output functions
Nick Wellnhofer
2021-02-07
1
-17
/
+17
*
Handle dumps of corrupted documents more gracefully
Nick Wellnhofer
2020-09-29
1
-0
/
+6
*
Revert "Do not URI escape in server side includes"
Nick Wellnhofer
2020-08-15
1
-38
/
+11
*
Make htmlNodeDumpFormatOutput non-recursive
Nick Wellnhofer
2020-07-28
1
-225
/
+185
*
Fix typos
Nick Wellnhofer
2020-03-08
1
-3
/
+3
*
Large batch of typo fixes
Jared Yanovich
2019-09-30
1
-1
/
+1
*
Fix HTML serialization with UTF-8 encoding
Nick Wellnhofer
2018-10-13
1
-44
/
+40
*
Stop using doc->charset outside parser code
Nick Wellnhofer
2018-10-13
1
-34
/
+4
*
Allow HTML serializer to output HTML5 DOCTYPE
Shaun McCance
2015-04-03
1
-1
/
+2
*
Do not URI escape in server side includes
Romain Bondue
2013-04-23
1
-11
/
+38
*
Big space and tab cleanup
Daniel Veillard
2012-09-11
1
-18
/
+18
*
Improve HTML escaping of attribute on output
Daniel Veillard
2012-09-05
1
-4
/
+9
*
Convert the HTML tree module to the new buffers
Daniel Veillard
2012-07-23
1
-22
/
+35
*
Fix html serialization error and htmlSetMetaEncoding()
Daniel Veillard
2012-05-11
1
-3
/
+9
*
Add options to ignore the internal encoding
Daniel Veillard
2011-05-26
1
-10
/
+8
*
582913 Fix htmlSetMetaEncoding() to be nicer
Daniel Veillard
2009-08-12
1
-33
/
+38
*
575875 don't output charset=html
Daniel Veillard
2009-08-12
1
-0
/
+4
*
Borland C fix from Moritz Both regenerate, workaround a problem for buffer
Daniel Veillard
2008-09-01
1
-1
/
+6
*
htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe fixes bug
Daniel Veillard
2007-06-12
1
-0
/
+4
*
Add linefeeds to error messages allowing for consistant handling.
Rob Richards
2006-08-15
1
-5
/
+5
*
fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of an
Rob Richards
2005-12-20
1
-3
/
+19
*
fixed bug #310333 with a patch close to the provided patch for HTML UTF-8
Daniel Veillard
2005-08-08
1
-0
/
+4
*
revamped the elfgcchack.h format to cope with gcc4 change of aliasing
Daniel Veillard
2005-04-01
1
-0
/
+2
*
fixing bug 168196, <a name=""> must be URI escaped too Daniel
Daniel Veillard
2005-03-29
1
-1
/
+3
*
augmented types supported a number of new bug fixes and documentation
Daniel Veillard
2004-11-06
1
-0
/
+2
*
fixed the way the generator works, extended the testing, especially with
Daniel Veillard
2004-11-05
1
-2
/
+3
*
extending the tests coverage more fixes and cleanups Daniel
Daniel Veillard
2004-11-04
1
-1
/
+4
*
adding xmlMemBlocks() work on generator of an automatic API regression
Daniel Veillard
2004-11-02
1
-0
/
+6
*
added the routine xmlNanoHTTPContentLength to the external API
William M. Brack
2004-09-18
1
-1
/
+1
*
change --html to make sure we use the HTML serialization rule by default
Daniel Veillard
2003-11-04
1
-5
/
+10
*
Changed all (?) occurences where validation macros (IS_xxx) had
William M. Brack
2003-10-18
1
-1
/
+1
*
converted too small cleanup Daniel
Daniel Veillard
2003-10-09
1
-20
/
+51
*
Okay this is scary but it is just adding a configure option to disable
Daniel Veillard
2003-09-29
1
-1
/
+2
*
Fixed bug 121394 - missing ns on attributes
William M. Brack
2003-09-15
1
-0
/
+4
*
hum try to avoid some troubles when the library is not initialized and one
Daniel Veillard
2003-08-08
1
-0
/
+16
*
fixing bug #112904: html output method escaped plus sign character in URI
Daniel Veillard
2003-05-16
1
-1
/
+1
*
patch from Vasily Tchekalkin to fix #109865 Daniel
Daniel Veillard
2003-04-10
1
-0
/
+4
*
Fixed reopening of #78662 <form action="..."> is an URI reference Daniel
Daniel Veillard
2003-03-27
1
-2
/
+5
*
avoid escaping ',' in URIs Daniel
Daniel Veillard
2003-03-23
1
-1
/
+1
*
fixes #102920 about namespace handling in HTML output and section 16.2
Daniel Veillard
2003-01-09
1
-1
/
+15
*
patch from Mark Vadok about htmlNodeDumpOutput location. removed an
Daniel Veillard
2002-12-12
1
-2
/
+0
*
applied the same kind of refactoring to the HTML saving code. slight API
Daniel Veillard
2002-11-27
1
-307
/
+36
*
fixed serialization of script and style when they are not lowercase (i.e.
Daniel Veillard
2002-10-16
1
-4
/
+4
*
fixing bug #94241 on HTML boolean attributes Daniel
Daniel Veillard
2002-09-26
1
-1
/
+1
*
small cleanup of the man page fixed a potential problem raised by Petr
Daniel Veillard
2002-08-12
1
-4
/
+4
*
integrated a cleaned up version of Marc Liyanage' patch for boolean
Daniel Veillard
2002-08-12
1
-2
/
+41
*
trying to fix the <style> escaping problem in HTML serialization bug
Daniel Veillard
2002-07-29
1
-2
/
+4
*
changed the order of the encoding declaration attributes in the meta tags
Daniel Veillard
2002-07-17
1
-2
/
+2
[next]