1. 576912f Make HTML parser functions take const pointers by Nick Wellnhofer · 7 years ago
  2. 0b2d5c4 Initialize keepBlanks in HTML parser by Nick Wellnhofer · 7 years ago
  3. 9a366a3 Fix compiler warning in htmlParseElementInternal by Nick Wellnhofer · 7 years ago
  4. f39e3be Fix sanity check in htmlParseNameComplex by Nick Wellnhofer · 7 years ago
  5. 11ed4a7 Heap use-after-free in htmlParsePubidLiteral and htmlParseSystemiteral by Pranjal Jumde · 8 years ago
  6. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  7. beca86e Detect change of encoding when parsing HTML names by Hugh Davenport · 8 years ago
  8. a820dbe Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla.gnome.org/show_bug.cgi?id=758605> by Pranjal Jumde · 8 years ago
  9. bb654fe Fix typos: dictio{ nn -> n }ar{y,ies} by Jan Pokorný · 8 years ago
  10. 8fb4a77 CVE-2015-8242 Buffer overead with HTML parser in push mode by Hugh Davenport · 9 years ago
  11. e724879 Fix parsing short unclosed comment uninitialized access by Daniel Veillard · 9 years ago
  12. 140c251 Recover unescaped less-than character in HTML recovery parsing by Daniel Veillard · 9 years ago
  13. 292a9f2 Possible overflow in HTMLParser.c by Daniel Veillard · 10 years ago
  14. 579ebbc HTMLparser: Correctly initialise a stack allocated structure by Philip Withnall · 10 years ago
  15. 3e0eec4 Adding some missing NULL checks by Gaurav · 10 years ago
  16. b0c7e7e Fix an typo 'onrest' in htmlScriptAttributes by Daniel Veillard · 10 years ago
  17. 4e1476c adding init calls to xml and html Read parsing entry points by Daniel Veillard · 11 years ago
  18. 826bc32 Fix HTML push parser to accept HTML_PARSE_NODEFDTD by Arnold Hendriks · 11 years ago
  19. bf058dc Fix the flushing out of raw buffers on encoding conversions by Daniel Veillard · 11 years ago
  20. de0cc20 Fix some buffer conversion issues by Daniel Veillard · 11 years ago
  21. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  22. f933c89 Keep non-significant blanks node in HTML parser by Daniel Veillard · 12 years ago
  23. b60061a Visible HTML elements close the head tag by Conrad Irwin · 12 years ago
  24. 00ac0d3 More cleanups for input/buffers code by Daniel Veillard · 12 years ago
  25. 61551a1 Cleanup function xmlBufResetInput() to set input from Buffer by Daniel Veillard · 12 years ago
  26. a78d803 Convert of the HTML parser to new input buffers by Daniel Veillard · 12 years ago
  27. a0cd075 HTML parser error with <noscript> in the <head> by Denis Pauk · 12 years ago
  28. fdf990c Allow to parse 1 byte HTML files by Denis Pauk · 12 years ago
  29. b91111b Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag by Martin Schröder · 12 years ago
  30. 24464be Avoid memory leak if xmlParserInputBufferCreateIO fails by Lin Yi-Li · 12 years ago
  31. 868d92d Add HTML parser support for HTML5 meta charset encoding declaration by Denis Pauk · 12 years ago
  32. 8ad4da5 HTML element position is not detected propperly by Pavel Andrejs · 12 years ago
  33. c62efc8 Add options to ignore the internal encoding by Daniel Veillard · 13 years ago
  34. 91d239c 617468 fix progressive HTML parsing with style using "'" by Denis Pauk · 14 years ago
  35. d4b5447 614005 Possible erroneous HTML parsing on unterminated script by Pierre Belzile · 14 years ago
  36. 8ad2930 make sure htmlCtxtReset do reset the disableSAX field by Daniel Veillard · 14 years ago
  37. af58ee1 Fix a couple of typo in HTML parser error messages by Michael Day · 14 years ago
  38. f1121c4 Add an HTML parser option to avoid a default doctype by Daniel Veillard · 14 years ago
  39. 06c93b7 Remove a few warnings by Daniel Veillard · 14 years ago
  40. 3c080d6 Don't give default HTML boolean attribute values in parser by Daniel Veillard · 14 years ago
  41. 615904f Switch the HTML parser to be non-recursive by Eugene Pimenov · 14 years ago
  42. ef9c636 Cleanup a couple of weirdness in HTML parser by Eugene Pimenov · 14 years ago
  43. 1e60fbc htmlCheckEncoding doesn't update input-end after shrink by Eugene Pimenov · 14 years ago
  44. e20fb5a Fix xmlParseInNodeContext for HTML content by Daniel Veillard · 15 years ago
  45. 4b41f15 Fix some missing commas in HTML element lists by Eugene Pimenov · 15 years ago
  46. 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
  47. eeb9932 444994 HTML chunked failure for attribute with <> by Daniel Veillard · 15 years ago
  48. 8a10379 Non ASCII character may be split at buffer end by Adiel Mittmann · 15 years ago
  49. 56a0303 572129 speed up parasing of large HTML text nodes by Markus Kull · 15 years ago
  50. b468f74 Remove a pedantic warning by Daniel Veillard · 15 years ago
  51. 856c668 Fix HTML parsing with 0 character in CDATA by Daniel Veillard · 15 years ago
  52. 029a04d 541335 HTML avoid creating 2 head or 2 body element by Daniel Veillard · 15 years ago
  53. 6339c1a 541237 error correcting missing end tags in HTML by Daniel Veillard · 15 years ago
  54. db4ac22 Fix a small problem on previous HTML parser patch by Daniel Veillard · 15 years ago
  55. e77db16 592430 - HTML parser runs into endless loop by Daniel Veillard · 15 years ago
  56. 7459c59 588441 allow '.' in HTML Names even if invalid by Daniel Veillard · 15 years ago
  57. 533ec0e 579317 Try to find the HTML encoding information by Daniel Veillard · 15 years ago
  58. 446e126 576368 – htmlChunkParser with special attributes by Jiri Netolicky · 15 years ago
  59. 4d3e2da * HTMLparser.c: make sure we keep line numbers fixes #580705 by Daniel Veillard · 15 years ago
  60. 04f8eef * HTMLparser.c: a broken HTML table attributes initialization, by Roland Steiner · 15 years ago
  61. 7f4547c preparing the release of 2.7.2 fix the Solaris portability issue by Daniel Veillard · 16 years ago
  62. a57ba4c fix an HTML parsing error on large data sections reported by Mike Day add by Daniel Veillard · 16 years ago
  63. 4cc67bb patch from Robert Schwebel , allows to compile the example if configured by Daniel Veillard · 16 years ago
  64. ae0765b more progresses against the official regression tests small cleanup for by Daniel Veillard · 16 years ago
  65. ed86dc2 applied patch from Ashwin fixing a number of realloc problems improve by Daniel Veillard · 16 years ago
  66. 36de63e apparently it's okay to forget the semicolumn after entity refs in HTML, by Daniel Veillard · 16 years ago
  67. 35fcbb8 patch from Arnold Hendriks improving parsing of html within html bogus by Daniel Veillard · 16 years ago
  68. c5b43cc avoid stopping parsing when encountering out of range characters in an by Daniel Veillard · 17 years ago
  69. 640f89e fix definition for <embed> to avoid error when saving back, patch from by Daniel Veillard · 17 years ago
  70. 861101d fixed bug #381877, avoid reading over the end of stream when generating an by Daniel Veillard · 17 years ago
  71. 491e58e applied patch from Michael Day to add support for <embed> Daniel by Daniel Veillard · 17 years ago
  72. 739e9d0 Dohh ! by Daniel Veillard · 17 years ago
  73. 4d1320f Jean-Daniel Dupas pointed a couple of problems in htmlCreateDocParserCtxt. by Daniel Veillard · 17 years ago
  74. 4272024 change the way script/style are parsed to not try to detect comments, by Daniel Veillard · 17 years ago
  75. e978ae2 fixed memory access error on parsing of meta data which had errors (bug by William M. Brack · 17 years ago
  76. 1032ac4 applied patch from Steven Rainwater to fix UTF8ToHtml behaviour on code by Daniel Veillard · 18 years ago
  77. 772869f change htmlCtxtReset() following Michael Day bug report and suggestion. by Daniel Veillard · 18 years ago
  78. 890fd9f applied a reworked version of Usamah Malik patch to avoid growing the by Daniel Veillard · 18 years ago
  79. af616a7 fix one problem found in htmlCtxtUseOptions() and pointed in #340591 by Daniel Veillard · 18 years ago
  80. 8a82ae1 fixed teh 2 stupid bugs affecting htmlReadDoc() and htmlReadIO() this by Daniel Veillard · 18 years ago
  81. c47d263 fixing HTML minimized attribute values to be generated internally if not by Daniel Veillard · 18 years ago
  82. 4851909 fixing HTML entities in attributes parsing bug #362552 added to the by Daniel Veillard · 18 years ago
  83. 7e30356 fix #348252 if the document clains to be in a different encoding in the by Daniel Veillard · 18 years ago
  84. 68716a7 fix a chunking and script bug #347708 Daniel by Daniel Veillard · 18 years ago
  85. 28aac0b remove a warning check with uppercase for AIX iconv() should fix #352644 by Daniel Veillard · 18 years ago
  86. f1a27c6 added --html --memory to test htmlReadMemory to test #321632 added various by Daniel Veillard · 18 years ago
  87. 34c647c exports htmlNewParserCtxt() as Michael Day pointed out this is needed to by Daniel Veillard · 18 years ago
  88. 065abe8 applied const'ification of strings patch from Matthias Clasen Daniel by Daniel Veillard · 18 years ago
  89. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  90. 499cc92 try to fix xmlParseInNodeContext when operating on an HTML document. by Daniel Veillard · 19 years ago
  91. 6a0baa0 fixed a number of warnings shown by HP-UX compiler and reported by Rick by Daniel Veillard · 19 years ago
  92. b990008 script HTML parser error fix, corrects bug #319715 added test from Michael by Daniel Veillard · 19 years ago
  93. 2cf36a1 typo fix from Michael Day Daniel by Daniel Veillard · 19 years ago
  94. 36d7340 Applied the last patch from Gary Coady for #304637 changing the behaviour by Daniel Veillard · 19 years ago
  95. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago
  96. ea4b0ba added a recovery mode for the HTML parser based on the suggestions of bug by Daniel Veillard · 19 years ago
  97. d2755a8 fixed an uninitialized memory access spotted by valgrind Daniel by Daniel Veillard · 19 years ago
  98. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  99. 7d2b323 fixed a potential buffer overrun error introduced on last commit to by Daniel Veillard · 19 years ago
  100. 358fef4 applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky added the by Daniel Veillard · 19 years ago