aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
...
* make sure xmlDetectSAX2() is called only at parsing time to avoid breakingDaniel Veillard2003-09-231-13/+35
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-0/+1
* started messing seriously with per-document dict and element and attributeDaniel Veillard2003-09-171-2/+9
* starting to cleanup some of the problems exposed by the W3C/NISTDaniel Veillard2003-09-151-2/+1
* more parser error factoring DanielDaniel Veillard2003-09-151-115/+57
* factoring of more error handling code, serious size reduction and moreDaniel Veillard2003-09-141-458/+244
* starting cleaning up error handling, factorize error processing update ofDaniel Veillard2003-09-131-782/+451
* adding namespace checkings while making sure they still parse asDaniel Veillard2003-09-111-12/+72
* fixed a bug in one corner case of attribute parsing. DanielDaniel Veillard2003-09-111-1/+1
* 2.6.0beta1 changes Fixing attribute normalization, might not be totallyDaniel Veillard2003-09-101-50/+224
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-210/+606
* Implemented detection of compressed files, setting doc->compressedWilliam M. Brack2003-09-081-2/+8
* try to cope with the fact that apps may still have allocated smaller SAXDaniel Veillard2003-09-071-1/+1
* allow to give -1 for undefined length in lookups first round of work onDaniel Veillard2003-09-071-116/+892
* when creating a DOCTYPE use "html" lowercase by default instead of "HTML"Daniel Veillard2003-09-031-9/+9
* added few casts to shut the compiler warningsIgor Zlatkovic2003-08-281-1/+1
* Adding new version of the SAX interface, it's not there yet, currentlyDaniel Veillard2003-08-201-8/+8
* optimization when freeing hash tables. some tuning of buffer allocationsDaniel Veillard2003-08-191-12/+20
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-154/+61
* applied patch to xmlCleanupParser from Dave Beckett DanielDaniel Veillard2003-08-171-0/+3
* fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick withDaniel Veillard2003-08-141-1/+1
* applied UTF-16 encoding handling patch provided by Mark Itzcovitz moreDaniel Veillard2003-08-141-11/+9
* fixed the serious CPU usage problem reported by Grant Goodale appliedDaniel Veillard2003-08-141-3/+17
* cleaning up a problem when parsing UTF-16 and libiconv is not used. DanielDaniel Veillard2003-08-111-0/+10
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-1/+1
* fixing bug 118559William M. Brack2003-07-311-1/+1
* applied Peter Jacobi encoding cleanup patch, and also avoided a possibleDaniel Veillard2003-07-291-25/+8
* fixing a bug about a special case of namespace handling, this closes bugDaniel Veillard2003-07-241-2/+9
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-3/+3
* use the character() SAX callback if the cdataBlock ain't defined. fix bugDaniel Veillard2003-07-051-1/+9
* trying to fix #114277 about when file remapping and escaping should reallyDaniel Veillard2003-06-091-10/+1
* patch from Stéphane Bidoul for setting up threads global defaults. thisDaniel Veillard2003-05-151-0/+2
* removed multiple warning, this fixed a bug and should close #111574 DanielDaniel Veillard2003-05-091-1/+1
* fix for xmlIOParseDTD same as previous and reported by Petr Pajas DanielDaniel Veillard2003-04-261-0/+10
* applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638Daniel Veillard2003-04-261-1/+1
* fixing an xmlParseDTD bug raised by Petr Pajas DanielDaniel Veillard2003-04-251-0/+10
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-9/+59
* try to find more places where xmlCanonicPath() must be used to convertDaniel Veillard2003-04-231-2/+2
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-221/+309
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-18/+18
* added support for large file, tested with a 3+GB instance, and someDaniel Veillard2003-04-181-6/+6
* augnemting the APIs, cleanups. cleanup bug #111005 added some missingDaniel Veillard2003-04-171-4/+0
* fixed a possible problem with xmlRecoverMemory() DanielDaniel Veillard2003-04-041-0/+2
* fixing #109227 providing more context in case of start/end tag mismatchDaniel Veillard2003-03-271-22/+30
* Norm suggested a nicer error message for xml:space values errors DanielDaniel Veillard2003-03-261-1/+1
* validity status was not passed back when validating in entities, butDaniel Veillard2003-03-231-0/+3
* fixing bug #108976 get the ID/REFs to reference the ID in the documentDaniel Veillard2003-03-231-8/+47
* patch from johan@evenhuis.nl for #107937 fixing some line countingDaniel Veillard2003-03-221-4/+11
* fix some recursion problems introduced in the last release. more debuggingDaniel Veillard2003-03-111-2/+3
* fixes bug #105998 about false detection of attribute consumption loop.Daniel Veillard2003-02-241-1/+2