aboutsummaryrefslogtreecommitdiff
path: root/entities.c
AgeCommit message (Expand)Author
2023-10-06entities: Make xmlFreeEntity publicNick Wellnhofer
2023-09-20globals: Stop including globals.hNick Wellnhofer
2023-08-17entities: Don't change doc when encoding entitiesNick Wellnhofer
2022-12-21entities: Stop counting entitiesNick Wellnhofer
2022-12-21entities: Rework entity amplification checksNick Wellnhofer
2022-12-19entities: Add "flags" member to struct xmlEntityNick Wellnhofer
2022-11-20buf: Deprecate static/immutable buffersNick Wellnhofer
2022-10-14[CVE-2022-40304] Fix dict corruption caused by entity reference cyclesNick Wellnhofer
2022-09-01Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-03-02Don't check for standard C89 headersNick Wellnhofer
2022-02-20Fix documentation in entities.cNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2022-02-20Only warn on invalid redeclarations of predefined entitiesNick Wellnhofer
2021-04-22Validate UTF8 in xmlEncodeEntitiesJoel Hockey
2021-02-09Fix null deref introduced with previous commitNick Wellnhofer
2021-02-08Check for invalid redeclarations of predefined entitiesNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2017-11-09Fix hash callback signaturesNick Wellnhofer
2017-08-28Porting libxml2 on zOS encoding of codeStéphane Michaut
2016-05-23Fix some format string warnings with possible format string vulnerabilityDavid Kilzer
2014-10-13Fix and add const qualifiersKurt Roeckx
2013-03-30Switched comment in file to UTF-8 encodingDaniel Veillard
2012-09-11Various cleanups to avoid compiler warningsDaniel Veillard
2012-09-11Big space and tab cleanupDaniel Veillard
2012-09-05Improve HTML escaping of attribute on outputDaniel Veillard
2012-07-20Fix an error in previous commitAron Xu
2012-07-18Fix entities local buffers size problemsDaniel Veillard
2009-09-05Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard
2008-08-25applied patch from Aswin to fix tree skipping fixed a comment and added aDaniel Veillard
2008-08-25rework the patch to avoid some ABI issue with people allocating entitiesDaniel Veillard
2008-08-20fix for CVE-2008-3281 DanielDaniel Veillard
2006-10-10trying to fix entities behaviour when using SAX, had to extend entitiesDaniel Veillard
2006-03-09more cleanups based on coverity reports. DanielDaniel Veillard
2005-04-01revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard
2005-01-23added xmlHashCreateDict where the hash reuses the dictionnary for internalDaniel Veillard
2005-01-23small speedup in skipping blanks characters interning the entities stringsDaniel Veillard
2004-11-05autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard
2004-11-05fixed a compilation problem on a recent change DanielDaniel Veillard
2004-11-05fixed the way the generator works, extended the testing, especially withDaniel Veillard
2004-05-17avoid returning default namespace when searching from an attribute reverseDaniel Veillard
2003-12-09fixed an XML entites content serialization potentially triggered byDaniel Veillard
2003-11-25fixed #127877, never output " in element content this changes theDaniel Veillard
2003-10-20fixed problem reported on the mailing list by Melvyn Sopacua - wrongWilliam M. Brack
2003-10-18Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack
2003-10-01Fix error on output of high codepoint charref like  , reportedDaniel Veillard
2003-09-30made the predefined entities static predefined structures to avoid theDaniel Veillard
2003-09-29Adding a configure option to remove tree manipulation code which is notDaniel Veillard
2003-09-29Okay this is scary but it is just adding a configure option to disableDaniel Veillard