aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups of lzma supportDaniel Veillard2012-01-271-5/+5
* move xz/lzma helpers to separate included filesAnders F Bjorklund2012-01-271-683/+1
* add lzma compression supportAnders F Bjorklund2012-01-271-0/+808
* libxml violates the zlib interface and crashesMark Adler2010-01-191-0/+4
* 542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACKDaniel Veillard2009-08-241-1/+1
* Fix windows buildRob Richards2009-08-121-1/+8
* 574393 – utf-8 filename magic for compressed filesHans Breuer2009-08-111-46/+84
* add a missing check in xmlAddSibling, patch by Kris Breuker avoidDaniel Veillard2009-03-231-0/+4
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-8/+61
* preparing 2.7.0 release remove some testing traces remove some warningsDaniel Veillard2008-08-301-1/+0
* make a new kind of buffer where shrinking and adding in head can avoidDaniel Veillard2008-08-301-4/+16
* fix output bug reported by Petr Pajas and analyzed by Bill DanielDaniel Veillard2008-02-161-0/+11
* 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