| Commit message (Expand) | Author | Age | Files | Lines |
| * | fixed bug #307503 misplaced #ifdef Daniel | Daniel Veillard | 2005-07-03 | 1 | -1/+1 |
| * | revamped the elfgcchack.h format to cope with gcc4 change of aliasing | Daniel Veillard | 2005-04-01 | 1 | -0/+2 |
| * | added a check within xmlOutputBufferWriteEscape to prevent a dead loop on | William M. Brack | 2004-11-26 | 1 | -2/+2 |
| * | more fixes. Daniel | Daniel Veillard | 2004-11-08 | 1 | -1/+4 |
| * | more types, more coverage more problems fixed Daniel | Daniel Veillard | 2004-11-08 | 1 | -4/+4 |
| * | autogenerate a minimal NULL value sequence for unknown pointer types This | Daniel Veillard | 2004-11-05 | 1 | -1/+5 |
| * | fixed the way the generator works, extended the testing, especially with | Daniel Veillard | 2004-11-05 | 1 | -1/+3 |
| * | changing the way the .c is generated, extending the tests coverage fixing | Daniel Veillard | 2004-11-04 | 1 | -3/+6 |
| * | more fixes and extending the tests coverage more fixes and hardening | Daniel Veillard | 2004-11-03 | 1 | -1/+10 |
| * | adding xmlMemBlocks() work on generator of an automatic API regression | Daniel Veillard | 2004-11-02 | 1 | -0/+3 |
| * | another patch from Malcolm Tredinnick fixing warning generated by the | Daniel Veillard | 2004-09-28 | 1 | -0/+4 |
| * | fixing #151456, an encoding error could generate a serialization loop. | Daniel Veillard | 2004-08-31 | 1 | -1/+4 |
| * | small typo pointed out by Mike Hommey slightly improved the --c14n | Daniel Veillard | 2004-08-16 | 1 | -1/+1 |
| * | elaborated on description of xmlValidityWarningFunc and | William M. Brack | 2004-08-03 | 1 | -1/+1 |
| * | many further little changes for OOM problems. Now seems to be getting | William M. Brack | 2004-07-31 | 1 | -8/+24 |
| * | further fixes for out of memory condition, mostly from Olivier Andrieu. | William M. Brack | 2004-07-29 | 1 | -0/+3 |
| * | applied patch from Rob Richards for the per thread I/O mappings Daniel | Daniel Veillard | 2004-06-08 | 1 | -2/+43 |
| * | applied patch from Rob Richards for custom I/O BufferCreateFilenane fixes | Daniel Veillard | 2004-06-02 | 1 | -27/+45 |
| * | third pass at the escaping refactoring. Daniel | Daniel Veillard | 2004-05-14 | 1 | -0/+2 |
| * | second pass on escaping handling, start to looks better, need to be | Daniel Veillard | 2004-05-14 | 1 | -6/+9 |
| * | first pass at refactoring the escape on save routines for better | Daniel Veillard | 2004-05-13 | 1 | -0/+173 |
| * | fix to the fix for #141864 from Paul Elseth apply fix from David Gatwood | Daniel Veillard | 2004-05-11 | 1 | -2/+2 |
| * | fixing some problems in URI unescaping and output buffer opening, this | Daniel Veillard | 2004-05-09 | 1 | -12/+17 |
| * | fixes the use of 'list' as a parameter added xmlPopInputCallback for Matt | Daniel Veillard | 2004-05-08 | 1 | -0/+26 |
| * | applied patch from Alfred Mickautsch for better DTD support. fixed bug | Daniel Veillard | 2004-03-22 | 1 | -4/+6 |
| * | added xmlByteConsumed() interface updated the benchmark rebuilt the docs | Daniel Veillard | 2004-02-11 | 1 | -0/+9 |
| * | implemented the XML_PARSE_NONET parser option. converted xmllint.c to use | Daniel Veillard | 2003-11-03 | 1 | -0/+9 |
| * | previous fix for #124044 was broken, correct fix provided. fix | Daniel Veillard | 2003-10-31 | 1 | -0/+3 |
| * | enhanced to bypass compression detection code when input file is stdin | William M. Brack | 2003-10-29 | 1 | -1/+2 |
| * | fix needed when HTTP is not compiled in by Mark Vakoc Daniel | Daniel Veillard | 2003-10-29 | 1 | -2/+0 |
| * | make sure we report errors if xmlNewInputFromFile() fails. avoid using | Daniel Veillard | 2003-10-27 | 1 | -11/+8 |
| * | fixes for compiling using --with-minimum Daniel | Daniel Veillard | 2003-10-19 | 1 | -3/+0 |
| * | Fixed the HTTP<->parser interraction, which should fix 2 long standing | Daniel Veillard | 2003-10-19 | 1 | -72/+131 |
| * | fixed segfault when input file not present changed output formatting of | William M. Brack | 2003-10-19 | 1 | -0/+1 |
| * | starting work to fix the HTTP/XML parser integration. Daniel | Daniel Veillard | 2003-10-18 | 1 | -1/+21 |
| * | fixed a nasty bug with interning some text strings prepare for beta5 of | Daniel Veillard | 2003-10-10 | 1 | -5/+58 |
| * | Setting up the framework for structured error reporting, touches a lot of | Daniel Veillard | 2003-10-10 | 1 | -1/+3 |
| * | final error handling cleanup converted XInclude to the new error handling | Daniel Veillard | 2003-10-08 | 1 | -15/+35 |
| * | Oops, Daniel | Daniel Veillard | 2003-10-08 | 1 | -1/+1 |
| * | more cleanup through the I/O error path Daniel | Daniel Veillard | 2003-10-08 | 1 | -7/+10 |
| * | better handling of error cases Daniel | Daniel Veillard | 2003-10-08 | 1 | -3/+19 |
| * | first pass at cleaning up error handling in the I/O module. Daniel | Daniel Veillard | 2003-10-08 | 1 | -75/+325 |
| * | added 2 new configure option: --with-reader --with-sax1 to allow removing | Daniel Veillard | 2003-09-30 | 1 | -3/+6 |
| * | Okay this is scary but it is just adding a configure option to disable | Daniel Veillard | 2003-09-29 | 1 | -1/+45 |
| * | cleanup, creating a new legacy.c module, made sure make tests ran in | Daniel Veillard | 2003-09-28 | 1 | -0/+2 |
| * | applied patch from Markus Keim fixing a problem with I/O callback | Daniel Veillard | 2003-09-23 | 1 | -2/+2 |
| * | preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in | Daniel Veillard | 2003-09-19 | 1 | -1/+1 |
| * | add streaming on memory regression tests, found bad bugs in the reader | Daniel Veillard | 2003-09-18 | 1 | -0/+49 |
| * | small fix from Rob Richards for input filename fixes for --repeat and | Daniel Veillard | 2003-09-17 | 1 | -0/+2 |
| * | Time to commit 3 days of work rewriting the parser internal, | Daniel Veillard | 2003-09-10 | 1 | -1/+1 |