| Commit message (Expand) | Author | Age | Files | Lines |
* | fixing a bug about a special case of namespace handling, this closes bug | Daniel Veillard | 2003-07-24 | 1 | -2/+9 |
* | removed some warnings by casting xmlChar to unsigned int and a couple of | Daniel Veillard | 2003-07-15 | 1 | -3/+3 |
* | use the character() SAX callback if the cdataBlock ain't defined. fix bug | Daniel Veillard | 2003-07-05 | 1 | -1/+9 |
* | trying to fix #114277 about when file remapping and escaping should really | Daniel Veillard | 2003-06-09 | 1 | -10/+1 |
* | patch from Stéphane Bidoul for setting up threads global defaults. this | Daniel Veillard | 2003-05-15 | 1 | -0/+2 |
* | removed multiple warning, this fixed a bug and should close #111574 Daniel | Daniel Veillard | 2003-05-09 | 1 | -1/+1 |
* | fix for xmlIOParseDTD same as previous and reported by Petr Pajas Daniel | Daniel Veillard | 2003-04-26 | 1 | -0/+10 |
* | applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638 | Daniel Veillard | 2003-04-26 | 1 | -1/+1 |
* | fixing an xmlParseDTD bug raised by Petr Pajas Daniel | Daniel Veillard | 2003-04-25 | 1 | -0/+10 |
* | integrated the Out Of Memory test from Havoc Pennington #109368 a lot of | Daniel Veillard | 2003-04-24 | 1 | -9/+59 |
* | try to find more places where xmlCanonicPath() must be used to convert | Daniel Veillard | 2003-04-23 | 1 | -2/+2 |
* | a lot of performance work especially the speed of streaming through the | Daniel Veillard | 2003-04-21 | 1 | -221/+309 |
* | added xmlMallocAtomic() to be used when allocating blocks which do not | Daniel Veillard | 2003-04-19 | 1 | -18/+18 |
* | added support for large file, tested with a 3+GB instance, and some | Daniel Veillard | 2003-04-18 | 1 | -6/+6 |
* | augnemting the APIs, cleanups. cleanup bug #111005 added some missing | Daniel Veillard | 2003-04-17 | 1 | -4/+0 |
* | fixed a possible problem with xmlRecoverMemory() Daniel | Daniel Veillard | 2003-04-04 | 1 | -0/+2 |
* | fixing #109227 providing more context in case of start/end tag mismatch | Daniel Veillard | 2003-03-27 | 1 | -22/+30 |
* | Norm suggested a nicer error message for xml:space values errors Daniel | Daniel Veillard | 2003-03-26 | 1 | -1/+1 |
* | validity status was not passed back when validating in entities, but | Daniel Veillard | 2003-03-23 | 1 | -0/+3 |
* | fixing bug #108976 get the ID/REFs to reference the ID in the document | Daniel Veillard | 2003-03-23 | 1 | -8/+47 |
* | patch from johan@evenhuis.nl for #107937 fixing some line counting | Daniel Veillard | 2003-03-22 | 1 | -4/+11 |
* | fix some recursion problems introduced in the last release. more debugging | Daniel Veillard | 2003-03-11 | 1 | -2/+3 |
* | fixes bug #105998 about false detection of attribute consumption loop. | Daniel Veillard | 2003-02-24 | 1 | -1/+2 |
* | some warning removal on Igor's patch seems I messed up with #106788 fix | Daniel Veillard | 2003-02-24 | 1 | -1/+1 |
* | another fix for nodeinfo in entities problem fixed bug #106788 from James | Daniel Veillard | 2003-02-23 | 1 | -0/+3 |
* | path handling bug introduced by my recent machinations fixed | Igor Zlatkovic | 2003-02-23 | 1 | -1/+11 |
* | fixing some nodeinfo in entities problem raised by Glenn W. Bach | Daniel Veillard | 2003-02-21 | 1 | -0/+13 |
* | obsoleted xmlNormalizeWindowsPath | Igor Zlatkovic | 2003-02-19 | 1 | -12/+3 |
* | fixing bug 105049 for validity checking of content within recursive | Daniel Veillard | 2003-02-04 | 1 | -3/+5 |
* | removed an unprotedted debug message Aleksi Suhonen put a guard against | Daniel Veillard | 2003-02-03 | 1 | -0/+20 |
* | applied a documentation patch from Stefan Kost Daniel | Daniel Veillard | 2003-01-24 | 1 | -0/+2 |
* | one more IsEmptyElement crazyness, that time in external parsed entities | Daniel Veillard | 2003-01-09 | 1 | -3/+6 |
* | preparing 2.5.1 release fixing XmlTextReader bug DanielLIBXML_2_5_1 | Daniel Veillard | 2003-01-08 | 1 | -0/+1 |
* | Fixed a really nasty problem raised by a DocBook XSLT transform provided | Daniel Veillard | 2002-12-30 | 1 | -0/+4 |
* | the parseStartTag bug fix wasn't complete. Daniel | Daniel Veillard | 2002-12-17 | 1 | -3/+1 |
* | Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. | Daniel Veillard | 2002-12-16 | 1 | -0/+3 |
* | added the close and getattribute methods of XmlTextReader. added the | Daniel Veillard | 2002-12-14 | 1 | -3/+6 |
* | new API building Python script, does the C parsing directly, generates a | Daniel Veillard | 2002-12-11 | 1 | -0/+2 |
* | code cleanup, especially the function comments. fixed a small bug when | Daniel Veillard | 2002-12-10 | 1 | -2/+20 |
* | Adding a new set of APIs based on the C# TextXmlReader API but converted | Daniel Veillard | 2002-12-09 | 1 | -0/+1 |
* | code cleanup Daniel | Daniel Veillard | 2002-11-30 | 1 | -55/+118 |
* | patch from Marcus Clarke fixing a problem in entities parsing that was | Daniel Veillard | 2002-11-25 | 1 | -1/+1 |
* | Martin Stoilov pointed out a potential leak in xmlCreateMemoryParserCtxt | Daniel Veillard | 2002-11-19 | 1 | -1/+5 |
* | preparing release 2.4.27 updated and rebuilt the docs try to make sure theLIBXML_2_4_27 | Daniel Veillard | 2002-11-17 | 1 | -195/+210 |
* | fixing #96925 wich was also dependant on the processing of parsed | Daniel Veillard | 2002-11-16 | 1 | -37/+30 |
* | fixed #96594, which was totally dependant on the processing of internal | Daniel Veillard | 2002-11-15 | 1 | -3/+158 |
* | fixed the initialization of the SAX structure which was breaking xsltproc | Daniel Veillard | 2002-11-12 | 1 | -5/+35 |
* | Christian Glahn found a problem with a recent patch to | Daniel Veillard | 2002-10-26 | 1 | -5/+9 |
* | Applied the VMS update patch from Craig A. Berry update Daniel | Daniel Veillard | 2002-10-22 | 1 | -14/+1 |
* | tried to fix bug #91500 where doc->children may be overriden by a call to | Daniel Veillard | 2002-10-22 | 1 | -0/+4 |