summaryrefslogtreecommitdiff
path: root/entities.c
Commit message (Expand)AuthorAgeFilesLines
* entities: Stop counting entitiesNick Wellnhofer2022-12-211-6/+5
* entities: Rework entity amplification checksNick Wellnhofer2022-12-211-5/+5
* entities: Add "flags" member to struct xmlEntityNick Wellnhofer2022-12-191-5/+5
* buf: Deprecate static/immutable buffersNick Wellnhofer2022-11-201-1/+0
* [CVE-2022-40304] Fix dict corruption caused by entity reference cyclesNick Wellnhofer2022-10-141-39/+16
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-2/+2
* Consolidate private header filesNick Wellnhofer2022-08-261-1/+2
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-2/+1
* Fix documentation in entities.cNick Wellnhofer2022-02-201-2/+2
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Only warn on invalid redeclarations of predefined entitiesNick Wellnhofer2022-02-201-2/+19
* Validate UTF8 in xmlEncodeEntitiesJoel Hockey2021-04-221-1/+15
* Fix null deref introduced with previous commitNick Wellnhofer2021-02-091-1/+2
* Check for invalid redeclarations of predefined entitiesNick Wellnhofer2021-02-081-1/+38
* Fix typosNick Wellnhofer2020-03-081-1/+1
* Large batch of typo fixesJared Yanovich2019-09-301-3/+3
* Fix hash callback signaturesNick Wellnhofer2017-11-091-10/+11
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-0/+5
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-1/+1
* Fix and add const qualifiersKurt Roeckx2014-10-131-2/+2
* Switched comment in file to UTF-8 encodingDaniel Veillard2013-03-301-1/+1
* Various cleanups to avoid compiler warningsDaniel Veillard2012-09-111-1/+4
* Big space and tab cleanupDaniel Veillard2012-09-111-12/+12
* Improve HTML escaping of attribute on outputDaniel Veillard2012-09-051-8/+78
* Fix an error in previous commitAron Xu2012-07-201-1/+1
* Fix entities local buffers size problemsDaniel Veillard2012-07-181-13/+23
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-2/+2
* applied patch from Aswin to fix tree skipping fixed a comment and added aDaniel Veillard2008-08-251-33/+89
* rework the patch to avoid some ABI issue with people allocating entitiesDaniel Veillard2008-08-251-5/+5
* fix for CVE-2008-3281 DanielDaniel Veillard2008-08-201-5/+5
* trying to fix entities behaviour when using SAX, had to extend entitiesDaniel Veillard2006-10-101-5/+6
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-5/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* added xmlHashCreateDict where the hash reuses the dictionnary for internalDaniel Veillard2005-01-231-2/+3
* small speedup in skipping blanks characters interning the entities stringsDaniel Veillard2005-01-231-22/+69
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+1
* fixed a compilation problem on a recent change DanielDaniel Veillard2004-11-051-2/+0
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-21/+45
* avoid returning default namespace when searching from an attribute reverseDaniel Veillard2004-05-171-2/+0
* fixed an XML entites content serialization potentially triggered byDaniel Veillard2003-12-091-2/+44
* fixed #127877, never output " in element content this changes theDaniel Veillard2003-11-251-0/+2
* fixed problem reported on the mailing list by Melvyn Sopacua - wrongWilliam M. Brack2003-10-201-1/+13
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-10/+2
* Fix error on output of high codepoint charref like  , reportedDaniel Veillard2003-10-011-2/+2
* made the predefined entities static predefined structures to avoid theDaniel Veillard2003-09-301-67/+59
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-291-0/+2
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+2
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-176/+0
* fix a bug raised by the Mips compiler. move the SAXv1 block definitions toDaniel Veillard2003-09-281-1/+1
* minor change to avoid compilation warnings on some (e.g. AIX) systemsWilliam M. Brack2003-09-261-1/+3