summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-05Merge "Update CPE tag per latest version manually to ensure bug is stopped fr...main-16k-with-phonesSadaf Ebrahimi
2023-01-05Update CPE tag per latest version manually to ensure bug is stopped from bein...Maria Uretsky
2022-10-26Merge "Upgrade expat to R_2_5_0" am: 771d7033f1Sadaf Ebrahimi
2022-10-26Merge "Upgrade expat to R_2_5_0"Sadaf Ebrahimi
2022-10-25Upgrade expat to R_2_5_0Sadaf Ebrahimi
2022-10-25Merge pull request #668 from libexpat/issue-667-prepare-releaseSebastian Pipping
2022-10-25Changes: Add note on impact of CVE-2022-43680Sebastian Pipping
2022-10-24Merge pull request #666 from libexpat/improve-examplesSebastian Pipping
2022-10-24Set release date for version 2.5.0Sebastian Pipping
2022-10-24Changes: Document #656 #658Sebastian Pipping
2022-10-24Bump version to 2.5.0Sebastian Pipping
2022-10-24Bump version info from 9:9:8 to 9:10:8Sebastian Pipping
2022-10-24Sync file headersSebastian Pipping
2022-10-24Merge pull request #650 from libexpat/issue-649-fix-overeager-dtd-destructionSebastian Pipping
2022-10-24Changes: Document #666Sebastian Pipping
2022-10-24cmake: Resolve duplication related to building examplesSebastian Pipping
2022-10-24examples: Add some whitespace for readabilitySebastian Pipping
2022-10-24examples: Make use of XML_GetBufferSebastian Pipping
2022-10-24examples/elements.c: Resolve unused include of <wchar.h>Sebastian Pipping
2022-10-24examples/elements.c: Be consistent across examples regarding OOM detectionSebastian Pipping
2022-10-24examples: Be consistent across examples regarding read looping and main exitSebastian Pipping
2022-10-24examples/elements.c: Be consistent in parse error reporting format across exa...Sebastian Pipping
2022-10-24examples/outline.c: Be consistent in main loop exit across examplesSebastian Pipping
2022-10-24examples/outline.c: Make element handler signatures consistent across examplesSebastian Pipping
2022-10-24examples/outline.c: Make use of BUFSIZ from stdio.h consistent across examplesSebastian Pipping
2022-10-24examples: Make passing of depth pointer consistent across examplesSebastian Pipping
2022-10-24examples: Resolve use of unused variables argc and argvSebastian Pipping
2022-10-24Merge pull request #665 from libexpat/dependabot/github_actions/actions/uploa...Sebastian Pipping
2022-10-24Changes: Document #649Sebastian Pipping
2022-10-24tests: Cover overeager DTD destruction in XML_ExternalEntityParserCreateSebastian Pipping
2022-10-24lib: Fix overeager DTD destruction in XML_ExternalEntityParserCreateSebastian Pipping
2022-10-24Actions(deps): Bump actions/upload-artifact from 3.1.0 to 3.1.1dependabot[bot]
2022-10-24examples/outline.c: Rename "Buff" to "buf" for consistency across examplesSebastian Pipping
2022-10-24examples/outline.c: Make "Buff" a local variableSebastian Pipping
2022-10-24examples/outline.c: Rename variable "p" to "parser"Sebastian Pipping
2022-10-23Merge pull request #663 from libexpat/expat-config-h-multiple-inclusion-guardSebastian Pipping
2022-10-23Protect expat_config.h against multiple inclusionSebastian Pipping
2022-10-18Merge pull request #654 from libexpat/issue-613-fix-processing-of-nested-enti...Sebastian Pipping
2022-10-17Changes: Document #613Sebastian Pipping
2022-10-17tests: Cover suspend with inside nested entites in internalEntityProcessorSebastian Pipping
2022-10-17lib: Fix suspend with inside nested entites in internalEntityProcessorSebastian Pipping
2022-10-17lib: Simplify control flow in internalEntityProcessorSebastian Pipping
2022-10-17Merge pull request #653 from libexpat/issue-652-stop-leaking-tag-bindingsSebastian Pipping
2022-10-10Merge pull request #659 from libexpat/dependabot/github_actions/actions/check...Sebastian Pipping
2022-10-10Actions(deps): Bump actions/checkout from 3.0.2 to 3.1.0dependabot[bot]
2022-10-07Merge pull request #658 from Osyotr/patch-1Sebastian Pipping
2022-10-07Fix static library name when building with mingwOsyotr
2022-10-07Changes: Document #652Sebastian Pipping
2022-10-07lib: Stop leaking opening tag bindings after closing tag mismatch errorSebastian Pipping
2022-10-07tests: Cover leak of opening tag bindings after closing tag mismatch errorSebastian Pipping