| Commit message (Expand) | Author | Age | Files | Lines |
| * | Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97 | Haibo Huang | 2020-07-31 | 1 | -7/+0 |
| * | Add test for ICU flush and pivot buffer | Nick Wellnhofer | 2017-11-04 | 2 | -0/+22 |
| * | Test SAX2 callbacks with entity substitution | Nick Wellnhofer | 2017-06-16 | 117 | -0/+46042 |
| * | Bug 760183: REGRESSION (v2.9.3): XML push parser fails with bogus UTF-8 encod... | David Kilzer | 2016-04-08 | 3 | -0/+21 |
| * | Adding example from bugs 738805 to regression tests | Daniel Veillard | 2014-10-23 | 1 | -0/+15 |
| * | Fix a parsing bug on non-ascii element and CR/LF usage | Daniel Veillard | 2013-05-22 | 1 | -0/+4 |
| * | 566012 part 2 fix regresion tests and push mode | Daniel Veillard | 2009-08-26 | 1 | -0/+1 |
| * | 587663 Incorrect Attribute-Value Normalization | Daniel Veillard | 2009-08-25 | 1 | -1/+1 |
| * | preparing the release of 2.7.2 fix the Solaris portability issue | Daniel Veillard | 2008-10-03 | 1 | -0/+5 |
| * | fix various attribute normalisation problems reported by Ashwin this | Daniel Veillard | 2008-03-25 | 3 | -0/+33 |
| * | fix handling of empty CDATA nodes as reported and discussed around #514181 | Daniel Veillard | 2008-03-07 | 1 | -0/+4 |
| * | fixed the push mode when a big comment occurs before an internal subset, | Daniel Veillard | 2007-06-12 | 1 | -0/+14 |
| * | Adding extra test files, just in case ... Daniel | Daniel Veillard | 2006-10-10 | 1 | -0/+8 |
| * | Removed the automatic generation of CDATA sections for the content of the | Kasimier T. Buchcik | 2006-07-13 | 1 | -3/+3 |
| * | fixed the comment streaming bug raised by Graham Bennett added to the | Daniel Veillard | 2006-02-05 | 1 | -0/+17 |
| * | reverted first patches for #319279 which led to #326295 and fixed the | Daniel Veillard | 2006-01-09 | 1 | -0/+6 |
| * | fix bug #324432 with <xml:foo/> added to the regression tests Daniel | Daniel Veillard | 2006-01-04 | 1 | -0/+2 |
| * | applied second patch from David Madore to be less intrusive when handling | Daniel Veillard | 2005-09-12 | 1 | -1/+1 |
| * | fixing bug #166777 (and #169838), it was an heuristic in areBlanks which | Daniel Veillard | 2005-07-06 | 1 | -0/+6 |
| * | applied patch from Malcolm Rowe to avoid namespace troubles on rollback | Daniel Veillard | 2005-06-09 | 1 | -0/+5 |
| * | found and fixed 2 problems in the internal subset scanning code affecting | Daniel Veillard | 2005-01-25 | 1 | -0/+250 |
| * | boosting common commnent parsing code, it was really slow. added sprecific | Daniel Veillard | 2005-01-23 | 3 | -0/+178 |
| * | fixed namespace bug in push mode reported by Rob Richards added it to the | Daniel Veillard | 2005-01-04 | 1 | -0/+5 |
| * | fixed the leak reported by Volker Roth on the list added a specific test | Daniel Veillard | 2004-10-25 | 1 | -0/+18 |
| * | "" is a valid hexbinary string dixit xmlschema-dev update the test. added | Daniel Veillard | 2004-08-31 | 1 | -0/+4 |
| * | fixed a serious problem when substituing entities using the Reader, the | Daniel Veillard | 2004-06-08 | 1 | -0/+61 |
| * | apply fix for XHTML1 formating from Nick Wellnhofer fixes bug #141266 | Daniel Veillard | 2004-05-09 | 1 | -0/+7 |
| * | fix bug reported by Holger Rauch added the test to th regression suite | Daniel Veillard | 2004-03-10 | 1 | -0/+2 |
| * | xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old | Daniel Veillard | 2004-02-20 | 1 | -0/+11 |
| * | fixed a problem in push mode when attribute contains unescaped '>' | Daniel Veillard | 2004-02-18 | 1 | -0/+6 |
| * | fixed bug #132575 about finding the end of the internal subset in push | Daniel Veillard | 2004-02-12 | 1 | -0/+5 |
| * | Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now | William M. Brack | 2003-11-28 | 2 | -0/+0 |
| * | fixed #127877, never output " in element content this changes the | Daniel Veillard | 2003-11-25 | 2 | -1/+1 |
| * | cleaning up XPath error reporting that time. applied the two patches for | Daniel Veillard | 2003-10-07 | 1 | -0/+0 |
| * | added the same htmlRead APIs than their XML counterparts new parser | Daniel Veillard | 2003-09-26 | 1 | -0/+6 |
| * | adding namespace checkings while making sure they still parse as | Daniel Veillard | 2003-09-11 | 1 | -0/+40 |
| * | Time to commit 3 days of work rewriting the parser internal, | Daniel Veillard | 2003-09-10 | 1 | -1/+1 |
| * | fixed a namespace error on attribute reporting bug pointed out by Tobias | Daniel Veillard | 2003-08-28 | 1 | -1/+1 |
| * | patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. | Daniel Veillard | 2003-07-16 | 1 | -0/+0 |
| * | do not generate " for " outside of attributes this changes the output | Daniel Veillard | 2003-06-13 | 4 | -4/+4 |
| * | Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. | Daniel Veillard | 2002-12-16 | 1 | -0/+9264 |
| * | modified the existing APIs to handle XHTML1 serialization rules | Daniel Veillard | 2002-11-21 | 1 | -0/+30 |
| * | Never commit without running "make tests" :-( fix a couple of stupidities | Daniel Veillard | 2002-03-25 | 1 | -1/+1 |
| * | Fixing #71342 serializing '\n' in attribute values added a specific test. | Daniel Veillard | 2002-02-13 | 1 | -0/+2 |
| * | fixed bug #59981 related to handling of '&' in attributes when entities | Daniel Veillard | 2001-09-11 | 1 | -1/+1 |
| * | allow to inherit attributes from the DTD directly in the tree, this is | Daniel Veillard | 2001-08-07 | 2 | -0/+14 |
| * | - parser.c: fixed UTF8 BOM support in push mode | Daniel Veillard | 2001-06-28 | 1 | -0/+2 |
| * | - xpath.c: trying to get 52979 solved | Daniel Veillard | 2001-04-10 | 8 | -29/+10 |
| * | Someone found a bug hiding in a corner, caught it ! | Daniel Veillard | 2001-03-20 | 1 | -0/+2 |
| * | - parser.c test/wap.xml result/noent/wap.xml result/wap.xml: | Daniel Veillard | 2000-10-15 | 1 | -0/+24 |