| Commit message (Expand) | Author | Age | Files | Lines |
* | previous fix for #124044 was broken, correct fix provided. fix | Daniel Veillard | 2003-10-31 | 1 | -0/+12 |
* | make sure we report errors if xmlNewInputFromFile() fails. avoid using | Daniel Veillard | 2003-10-27 | 1 | -1/+4 |
* | Fixed the HTTP<->parser interraction, which should fix 2 long standing | Daniel Veillard | 2003-10-19 | 1 | -182/+199 |
* | new files for a different method for doing range validation of character | William M. Brack | 2003-10-11 | 1 | -489/+1 |
* | Setting up the framework for structured error reporting, touches a lot of | Daniel Veillard | 2003-10-10 | 1 | -5/+5 |
* | more cleanup of error handling in parserInternals, sharing the routine for | Daniel Veillard | 2003-10-05 | 1 | -158/+200 |
* | more code cleanup, especially around error messages, the HTML parser has | Daniel Veillard | 2003-10-05 | 1 | -2/+2 |
* | changed 'make tests' to use a concise output, scrolling to see where thing | Daniel Veillard | 2003-10-02 | 1 | -0/+13 |
* | added a new configure option --with-push, some cleanups, chased code size | Daniel Veillard | 2003-09-30 | 1 | -288/+4 |
* | added 2 new configure option: --with-reader --with-sax1 to allow removing | Daniel Veillard | 2003-09-30 | 1 | -0/+4 |
* | cleanup, creating a new legacy.c module, made sure make tests ran in | Daniel Veillard | 2003-09-28 | 1 | -404/+0 |
* | fixed a backward compatibility problem when formatting "deprecated SAXv1 | Daniel Veillard | 2003-09-26 | 1 | -2/+2 |
* | preparing a beta3 solving the ABI problems make sure the global variables | Daniel Veillard | 2003-09-25 | 1 | -2/+3 |
* | avoid a leak with previous patch Daniel | Daniel Veillard | 2003-09-17 | 1 | -0/+1 |
* | small fix from Rob Richards for input filename fixes for --repeat and | Daniel Veillard | 2003-09-17 | 1 | -1/+1 |
* | started messing seriously with per-document dict and element and attribute | Daniel Veillard | 2003-09-17 | 1 | -0/+20 |
* | factoring of more error handling code, serious size reduction and more | Daniel Veillard | 2003-09-14 | 1 | -0/+6 |
* | removing the broken pseudo SGML DocBook parser code. Daniel | Daniel Veillard | 2003-09-13 | 1 | -570/+121 |
* | adding namespace checkings while making sure they still parse as | Daniel Veillard | 2003-09-11 | 1 | -0/+1 |
* | 2.6.0beta1 changes Fixing attribute normalization, might not be totally | Daniel Veillard | 2003-09-10 | 1 | -0/+2 |
* | Time to commit 3 days of work rewriting the parser internal, | Daniel Veillard | 2003-09-10 | 1 | -0/+4 |
* | allow to give -1 for undefined length in lookups first round of work on | Daniel Veillard | 2003-09-07 | 1 | -0/+2 |
* | added few casts to shut the compiler warnings | Igor Zlatkovic | 2003-08-28 | 1 | -2/+2 |
* | optimization when freeing hash tables. some tuning of buffer allocations | Daniel Veillard | 2003-08-19 | 1 | -0/+3 |
* | new dictionary module to keep a single instance of the names used by the | Daniel Veillard | 2003-08-18 | 1 | -6/+9 |
* | fixing bug 118559 | William M. Brack | 2003-07-31 | 1 | -1/+1 |
* | applied Peter Jacobi encoding cleanup patch, and also avoided a possible | Daniel Veillard | 2003-07-29 | 1 | -1/+1 |
* | patch from Dodji Seketeli about UTF16 BOM when using the push XML parser. | Daniel Veillard | 2003-07-16 | 1 | -0/+17 |
* | fixing Red Hat bug #91013 where xmllint was accepting an improper UTF8 | Daniel Veillard | 2003-05-20 | 1 | -0/+4 |
* | integrated the Out Of Memory test from Havoc Pennington #109368 a lot of | Daniel Veillard | 2003-04-24 | 1 | -7/+14 |
* | updated a bit fixed the comment, threads now default to on fixed an | Daniel Veillard | 2003-04-21 | 1 | -1/+1 |
* | a lot of performance work especially the speed of streaming through the | Daniel Veillard | 2003-04-21 | 1 | -0/+2 |
* | added xmlMallocAtomic() to be used when allocating blocks which do not | Daniel Veillard | 2003-04-19 | 1 | -1/+1 |
* | patch from johan@evenhuis.nl for #107937 fixing some line counting | Daniel Veillard | 2003-03-22 | 1 | -110/+122 |
* | new API building Python script, does the C parsing directly, generates a | Daniel Veillard | 2002-12-11 | 1 | -1/+1 |
* | code cleanup, especially the function comments. fixed a small bug when | Daniel Veillard | 2002-12-10 | 1 | -15/+16 |
* | fixing bug #99190 when UTF8 document are parsed using the progressive | Daniel Veillard | 2002-11-22 | 1 | -0/+10 |
* | fixed thread problem | William M. Brack | 2002-11-22 | 1 | -10/+4 |
* | fixed #99082 for xi:include encoding="..." support on text includes. added | Daniel Veillard | 2002-11-20 | 1 | -3/+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 | -10/+10 |
* | fixed the initialization of the SAX structure which was breaking xsltproc | Daniel Veillard | 2002-11-12 | 1 | -1/+1 |
* | Applied the VMS update patch from Craig A. Berry update Daniel | Daniel Veillard | 2002-10-22 | 1 | -6/+0 |
* | get rid of all the perror() calls made in the library execution paths. | Daniel Veillard | 2002-09-05 | 1 | -2/+3 |
* | applied patch from Richard Jinks for the namespace axis + fixed a memory | Daniel Veillard | 2002-07-01 | 1 | -231/+3 |
* | dohh I really didn't intended to commit this test version :-( Daniel | Daniel Veillard | 2002-03-20 | 1 | -85/+33 |
* | I wanted to see the real speed at the SAX interface after a little too | Daniel Veillard | 2002-03-20 | 1 | -33/+85 |
* | preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18 | Daniel Veillard | 2002-03-18 | 1 | -0/+1 |
* | more validation test fixups added duration info for the tests Daniel | Daniel Veillard | 2002-02-19 | 1 | -0/+15 |
* | isExtender was missing a char % are acceptable in the internal subset if | Daniel Veillard | 2002-02-18 | 1 | -1/+1 |
* | more work on the conformance suite. Took the step to finally block | Daniel Veillard | 2002-02-18 | 1 | -0/+3 |