summaryrefslogtreecommitdiff
path: root/testrecurse.c
Commit message (Expand)AuthorAgeFilesLines
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-1/+0
* parser: Tighten expansion limitsNick Wellnhofer2023-03-081-5/+8
* testrecurse: Test parameter entity accountingNick Wellnhofer2022-12-211-0/+111
* testrecurse: Support multiple huge docsNick Wellnhofer2022-12-211-37/+68
* testrecurse: Add external entities to huge testNick Wellnhofer2022-12-211-14/+41
* testrecurse: Add test cases for external entitiesNick Wellnhofer2022-12-211-1/+6
* testrecurse: Also test without entity substitutionNick Wellnhofer2022-12-211-7/+26
* testrecurse: Also test SAX parserNick Wellnhofer2022-12-211-5/+32
* testrecurse: Start to test entity expansion statsNick Wellnhofer2022-12-211-25/+55
* entities: Rework entity amplification checksNick Wellnhofer2022-12-211-1/+3
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-1/+1
* tests: Remove unneeded #includesNick Wellnhofer2022-11-221-5/+0
* Stop including sys/types.hNick Wellnhofer2022-09-021-1/+0
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-02-281-3/+3
* Large batch of typo fixesJared Yanovich2019-09-301-1/+1
* Fix -Wformat-truncation warnings (GCC 8)Nick Wellnhofer2019-01-061-2/+2
* Fix unused variable warnings in testrecurseNick Wellnhofer2017-10-211-2/+2
* clean redefinition of {v}snprintf in C-sourceRoumen Petrov2012-08-131-4/+0
* minimize use of HAVE_CONFIG_HRoumen Petrov2012-08-131-3/+0
* Small cleanup of unused variables in testDaniel Veillard2012-07-231-4/+0
* Restore code for Windows compilationDaniel Veillard2012-05-231-0/+5
* use mingw C99 compatible functions {v}snprintf instead those from MSVC runtimeRoumen Petrov2012-05-211-2/+0
* completely different fix for the recursion detection based on entityDaniel Veillard2008-08-281-0/+973