summaryrefslogtreecommitdiff
path: root/lib/xmlparse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #3500861 did not work properly, fixed the fix by applyingkwaclaw2012-03-111-6/+6
* Fix for bug #3500861 - setContext() called before hash salt was set.kwaclaw2012-03-101-16/+28
* - Fix for bug # 3496608 (Hash DOS attack)kwaclaw2012-03-031-50/+150
* Fix for bug ID 2958794.kwaclaw2010-02-251-2/+3
* Revised fix for issue# 2894085: differentiated between two cases where the ne...kwaclaw2009-12-291-0/+4
* Fix for issue# 2894085. Removed update to next pointer. It did not seem right...kwaclaw2009-11-271-1/+0
* - Fix for issue # 2855609 & 2518079.kwaclaw2009-09-291-6/+4
* AmigaOS specific changes. See amiga/README.txt for more details.ssolie2009-01-311-50/+50
* Fix for issue #1785430.kwaclaw2007-09-031-5/+7
* Replaced all literal references to ASCII characters with macros thatkwaclaw2007-05-081-58/+69
* (s - NULL & 1) would not compiler under GCC 4.0.0. Changed to char*kwaclaw2006-09-061-1/+2
* Applied patrch #1523242 - support for Open Watcom 1.5.kwaclaw2006-08-051-0/+2
* Improved fix for issues # 1515266 and # 1515600. Will now preserve thekwaclaw2006-07-101-37/+39
* Fixed infinite loop when character data handler was cleared underkwaclaw2006-07-061-0/+4
* Fix for issues # 1515266 and # 1515600. The inner for loop underkwaclaw2006-07-051-16/+14
* SF bug #1515266: as noted, suspending the parser has the same problem thatfdrake2006-07-011-1/+1
* SF bug #1515266: missing check of stopped parser in doContext() for loopfdrake2006-07-011-0/+2
* One should not cast a pointer to unsigned long, as it may not work on non-32b...kwaclaw2006-04-141-1/+1
* Added XML_FEATURE_LARGE_SIZE to be able to detect if Expat waskwaclaw2006-04-071-0/+3
* Added support for 64-bit integers when reporting byte indexes,kwaclaw2005-12-231-4/+4
* Added int type casts for 64 bit portability, to avoid compiler warnings.kwaclaw2005-11-281-23/+23
* Fix for bug # 1271642.kwaclaw2005-11-241-5/+7
* Fix for bug #1221160.kwaclaw2005-06-151-1/+3
* Applied patch for bug # 1156398.kwaclaw2005-03-041-11/+25
* Added AmigaOS support.ssolie2005-02-261-0/+2
* Report XML_NS setting via XML_GetFeatureList().fdrake2005-01-291-0/+3
* rename macros: "parsing" -> "ps_parsing", "finalBuffer" -> "ps_finalBuffer"fdrake2005-01-291-60/+60
* "if (ns)" check in addBinding() is not necessary, since it is onlykwaclaw2004-12-241-52/+47
* Fix for bug # 695407: Reserved prefixes and namespace names.kwaclaw2004-12-241-3/+62
* Fix for bug # 1090885: Problem with Suspend/Resume mechanism.kwaclaw2004-12-241-4/+7
* Improved error message - see bug # 972802.kwaclaw2004-12-211-1/+1
* Made it consistent that in the case of namespace triplets, the namespacekwaclaw2004-12-201-8/+9
* Fix for bug #1065040. Improved const correctness.kwaclaw2004-11-261-6/+6
* Fixed type error that came to light when compiling as C++ file.kwaclaw2004-08-101-2/+2
* The status argument to XML_GetParsingStatus() cannot be NULL.fdrake2004-07-231-0/+2
* Applied patch for bug #961698 supplied by Anders Carlsson.kwaclaw2004-05-271-1/+3
* Added a few more meaningful error codes (and messages).kwaclaw2004-05-181-8/+17
* Fix for bug #946506: PublicId for DOCTYPE not checked & normalized.kwaclaw2004-05-021-7/+10
* Fixed compile errors when XML_DTD and XML_CONTEXT_BYTESkwaclaw2004-04-291-2/+5
* Fix for bug #920274.kwaclaw2004-04-131-2/+3
* Fix for bug #923913, Calling convention problems.kwaclaw2004-03-261-1/+1
* Changed to allow aborting a suspended parser instance.kwaclaw2004-03-161-2/+6
* Removed ability to suspend while parsing an external parameter entity.kwaclaw2004-03-161-2/+11
* When the parser was suspended while processing an internal entity,kwaclaw2004-03-161-9/+6
* Fixed the XML_GetCurrentLine/ColumnNumber() functions so thatkwaclaw2004-03-161-8/+12
* Changed signature of XML_GetParsingStatus(), changing the return valuekwaclaw2004-03-161-3/+3
* Fix for bug #916228.kwaclaw2004-03-151-6/+0
* Applied a simplified version of Jeremy Kloth's patch for bug #896188.kwaclaw2004-02-131-13/+21
* Made these compiler warnings go away:kwaclaw2004-02-111-15/+27
* Applied patch #835123: Suspend/Resume functionality.kwaclaw2004-01-071-170/+491