aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make sure we report errors if xmlNewInputFromFile() fails. avoid usingDaniel Veillard2003-10-271-11/+8
* fixes for compiling using --with-minimum DanielDaniel Veillard2003-10-191-3/+0
* Fixed the HTTP<->parser interraction, which should fix 2 long standingDaniel Veillard2003-10-191-72/+131
* fixed segfault when input file not present changed output formatting ofWilliam M. Brack2003-10-191-0/+1
* starting work to fix the HTTP/XML parser integration. DanielDaniel Veillard2003-10-181-1/+21
* fixed a nasty bug with interning some text strings prepare for beta5 ofDaniel Veillard2003-10-101-5/+58
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-1/+3
* final error handling cleanup converted XInclude to the new error handlingDaniel Veillard2003-10-081-15/+35
* Oops, DanielDaniel Veillard2003-10-081-1/+1
* more cleanup through the I/O error path DanielDaniel Veillard2003-10-081-7/+10
* better handling of error cases DanielDaniel Veillard2003-10-081-3/+19
* first pass at cleaning up error handling in the I/O module. DanielDaniel Veillard2003-10-081-75/+325
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-3/+6
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-1/+45
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-0/+2
* applied patch from Markus Keim fixing a problem with I/O callbackDaniel Veillard2003-09-231-2/+2
* preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code inDaniel Veillard2003-09-191-1/+1
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-0/+49