aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
Commit message (Expand)AuthorAgeFilesLines
* fixed windows path determination (patch from Roland Schwarz, bug #462877)Rob Richards2007-08-141-4/+7
* workaround misgenerated file: URIs c.f. #437385 danielDaniel Veillard2007-06-121-2/+9
* Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack2007-05-221-1/+1
* applied patch from Andreas Stricke to ease the compilation on Windows CEDaniel Veillard2007-04-171-1/+5
* applied change from Michael Day to avoid a problem when compiled withoutDaniel Veillard2007-03-301-6/+8
* fix Windows compile - missing xmlWrapOpen.Rob Richards2006-10-121-1/+1
* fixed a weird error where validity context whould not show up if warningsDaniel Veillard2006-10-111-27/+26
* applied patch from Mikhail Zabaluev fixing the conditions of unescapingDaniel Veillard2006-10-111-1/+2
* applied a portability patch from Emelyanov Alexey DanielDaniel Veillard2006-10-101-2/+4
* applied patch from Michael Day doing some refactoring for the catalogDaniel Veillard2006-09-211-113/+82
* another patch from Emelyanov Alexey to clean up a few things in theDaniel Veillard2006-09-011-170/+158
* applied patch from Roland Schwingel to fix the problem with file names inDaniel Veillard2006-08-301-84/+149
* fix a mix of code and declarations showing up on Windows patch fromDaniel Veillard2006-05-021-3/+4
* applied patch from Roland Schwingel to allow UTF-8 file paths on WindowsDaniel Veillard2006-04-271-12/+97
* applied patch from Geert Jansen to remove xmlBufferClose() which is notDaniel Veillard2005-11-131-15/+1
* function consolidation when writing to xmlBuffer. Return error conditionRob Richards2005-11-091-6/+5
* applied patch from Geert Jansen to implement the save function to aDaniel Veillard2005-11-091-0/+62
* more portability patches from Albert Chin for HP-UX and AIX DanielDaniel Veillard2005-10-281-3/+5
* get rid of the dependancy on a locally installed DTD try to cleanup theDaniel Veillard2005-08-071-1/+0
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* fixed bug #307503 misplaced #ifdef DanielDaniel Veillard2005-07-031-1/+1
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* added a check within xmlOutputBufferWriteEscape to prevent a dead loop onWilliam M. Brack2004-11-261-2/+2
* more fixes. DanielDaniel Veillard2004-11-081-1/+4
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-4/+4
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-1/+5
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-1/+3
* changing the way the .c is generated, extending the tests coverage fixingDaniel Veillard2004-11-041-3/+6
* more fixes and extending the tests coverage more fixes and hardeningDaniel Veillard2004-11-031-1/+10
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-0/+3
* another patch from Malcolm Tredinnick fixing warning generated by theDaniel Veillard2004-09-281-0/+4
* fixing #151456, an encoding error could generate a serialization loop.Daniel Veillard2004-08-311-1/+4
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-1/+1
* elaborated on description of xmlValidityWarningFunc andWilliam M. Brack2004-08-031-1/+1
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-8/+24
* further fixes for out of memory condition, mostly from Olivier Andrieu.William M. Brack2004-07-291-0/+3
* applied patch from Rob Richards for the per thread I/O mappings DanielDaniel Veillard2004-06-081-2/+43
* applied patch from Rob Richards for custom I/O BufferCreateFilenane fixesDaniel Veillard2004-06-021-27/+45
* third pass at the escaping refactoring. DanielDaniel Veillard2004-05-141-0/+2
* second pass on escaping handling, start to looks better, need to beDaniel Veillard2004-05-141-6/+9
* first pass at refactoring the escape on save routines for betterDaniel Veillard2004-05-131-0/+173
* fix to the fix for #141864 from Paul Elseth apply fix from David GatwoodDaniel Veillard2004-05-111-2/+2
* fixing some problems in URI unescaping and output buffer opening, thisDaniel Veillard2004-05-091-12/+17
* fixes the use of 'list' as a parameter added xmlPopInputCallback for MattDaniel Veillard2004-05-081-0/+26
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-4/+6
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-111-0/+9
* implemented the XML_PARSE_NONET parser option. converted xmllint.c to useDaniel Veillard2003-11-031-0/+9
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-0/+3
* enhanced to bypass compression detection code when input file is stdinWilliam M. Brack2003-10-291-1/+2
* fix needed when HTTP is not compiled in by Mark Vakoc DanielDaniel Veillard2003-10-291-2/+0