| Commit message (Expand) | Author | Age | Files | Lines |
* | added a regression test from Rob Richards for the previous bug Daniel | Daniel Veillard | 2005-03-10 | 2 | -0/+82 |
* | try to fix a problem with valgrind. applied memory leak fix from Brent | Daniel Veillard | 2005-03-02 | 4 | -1/+66 |
* | a bit of cleanup rebuilt the API the tests and the documentation as a | Daniel Veillard | 2005-02-19 | 1 | -0/+1 |
* | fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS when | William M. Brack | 2005-02-12 | 1 | -0/+2 |
* | added a streaming pattern detector for a subset of XPath, should help | Daniel Veillard | 2005-01-30 | 1 | -6/+9 |
* | fixing the way testapi.c is generated, fixes bug #161386 fix a comment | Daniel Veillard | 2005-01-25 | 1 | -0/+3 |
* | make __str__ call serialize() on nodes, c.f. bug #157872 Daniel | Daniel Veillard | 2005-01-15 | 1 | -0/+2 |
* | making DSO support an option code and documentation cleanups regenerated | Daniel Veillard | 2005-01-04 | 1 | -0/+2 |
* | added most required entires to foreign encoding table, plus some | William M. Brack | 2004-12-24 | 1 | -4/+11 |
* | enhanced for enabling build in a different directory. Added (optional) | William M. Brack | 2004-12-23 | 2 | -12/+32 |
* | modified to allow the ns and nsDefs accessors to return None instead of | William M. Brack | 2004-12-17 | 1 | -0/+2 |
* | fixed ID deallocation problem based on patch from Steve Shepard fixes bug | Daniel Veillard | 2004-12-10 | 1 | -0/+1 |
* | fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR to | William M. Brack | 2004-12-01 | 1 | -271/+271 |
* | Applied patch from Brent Hendricks adding support for late DTD validation. | Daniel Veillard | 2004-11-10 | 8 | -14/+256 |
* | changing the way the .c is generated, extending the tests coverage fixing | Daniel Veillard | 2004-11-04 | 1 | -0/+1 |
* | register xmlSchemaSetValidErrors, patch from Brent Hendricks in the | Daniel Veillard | 2004-10-29 | 1 | -0/+1 |
* | preparing release 2.6.15 cleanups Daniel | Daniel Veillard | 2004-10-27 | 1 | -0/+8 |
* | added checking for names values and dictionnaries generates a tons of | Daniel Veillard | 2004-10-26 | 1 | -250/+250 |
* | fixed a problem occuring only in x86_64 when very large error messages are | Daniel Veillard | 2004-10-22 | 2 | -272/+263 |
* | applied patch from Thomas Fitzsimmons fixing #155240 building outside the | Daniel Veillard | 2004-10-12 | 2 | -251/+252 |
* | some framework preparation to add namespace checkings daniel | Daniel Veillard | 2004-10-09 | 1 | -250/+250 |
* | applied patch from Malcolm Tredinnick fixing bug #154294 related to saving | Daniel Veillard | 2004-10-04 | 3 | -22/+158 |
* | releasing 2.6.14, rebuilding the docs DanielLIBXML2_2_6_14 | Daniel Veillard | 2004-09-29 | 1 | -0/+6 |
* | another patch from Malcolm Tredinnick adding option not to load dtd from | Daniel Veillard | 2004-09-29 | 1 | -10/+10 |
* | applied patch from Malcolm Tredinnick fixing python exception hierarchy | Daniel Veillard | 2004-09-28 | 1 | -4/+7 |
* | couple of memory fixes from Mark Vakoc reported by Purify on Windows. | Daniel Veillard | 2004-09-22 | 1 | -247/+247 |
* | added the routine xmlNanoHTTPContentLength to the external API | William M. Brack | 2004-09-18 | 1 | -247/+247 |
* | some cleanup checking for xmllint and xsltproc in configure.in, fixed make | Daniel Veillard | 2004-09-07 | 1 | -247/+247 |
* | fixed error reported on the list caused by my last change | William M. Brack | 2004-08-31 | 1 | -247/+247 |
* | also produce a tar ball with just the sources added --path option and | Daniel Veillard | 2004-08-31 | 1 | -247/+247 |
* | fixed bug introduced during OOM fixup causing problems with default | William M. Brack | 2004-08-31 | 1 | -247/+247 |
* | fix a problem on last commit Daniel | Daniel Veillard | 2004-08-22 | 2 | -247/+249 |
* | trying to remove some warning when compiling on Fedora Core 3 and 64bits | Daniel Veillard | 2004-08-22 | 2 | -2/+3 |
* | modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, | William M. Brack | 2004-08-20 | 1 | -247/+247 |
* | Applied patch from Torkel Lyng to add Schemas support to the Python | Daniel Veillard | 2004-08-18 | 7 | -0/+336 |
* | Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert Chin | Daniel Veillard | 2004-08-14 | 2 | -237/+237 |
* | applied Schemas patches from Kasimier Buchcik lot of new tests for things | Daniel Veillard | 2004-08-10 | 1 | -234/+234 |
* | applied a patch from Gerrit P. Haase to get python bindings on Cygwin | Daniel Veillard | 2004-08-04 | 2 | -236/+236 |
* | elaborated on description of xmlValidityWarningFunc and | William M. Brack | 2004-08-03 | 1 | -234/+234 |
* | 1 line patch, apparently htmlNewDoc() was not setting doc->charset. Daniel | Daniel Veillard | 2004-07-29 | 1 | -234/+234 |
* | added a check on the argument for some classes (e.g. xmlDoc and xmlNode) | William M. Brack | 2004-07-16 | 3 | -236/+255 |
* | ran 'expand' on the file to get rid of mixture of tabs and spaces (bug | William M. Brack | 2004-07-12 | 1 | -13/+13 |
* | added an encoding "special comment" to avoid warning message in python2.3 | William M. Brack | 2004-07-11 | 3 | -2/+3 |
* | make the push interfaces synchronous added a specific test added the new | Daniel Veillard | 2004-07-05 | 2 | -2/+143 |
* | Changed the number of XPath extension functions allowed to be | William M. Brack | 2004-07-03 | 1 | -41/+67 |
* | some updates with memory debugging facilities while messing with libxslt | Daniel Veillard | 2004-07-02 | 3 | -0/+17 |
* | applied patch from Stéphane Bidoul to fix some Python bindings | Daniel Veillard | 2004-07-01 | 5 | -11/+55 |
* | do not provide functions used as destructor of classes as public methods | Daniel Veillard | 2004-07-01 | 2 | -240/+242 |
* | warning message cleanup. Now compiles warning-free, all tests passed. | William M. Brack | 2004-06-30 | 1 | -238/+238 |
* | applied Schemas patches from Kasimier Buchcik, there is still one open | Daniel Veillard | 2004-06-29 | 1 | -0/+1 |