summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #492 from libexpat/issue-491-prepare-release-2-4-1R_2_4_1Sebastian Pipping2021-05-2310-16/+20
|\
| * Set expected release date for 2.4.1Sebastian Pipping2021-05-231-1/+1
| * Bump version info from 9:0:8 to 9:1:8Sebastian Pipping2021-05-233-2/+6
| * Bump version to 2.4.1Sebastian Pipping2021-05-238-13/+13
|/
* Merge pull request #490 from libexpat/issue-488-expat-config-h-multilib-supportSebastian Pipping2021-05-233-5/+35
|\
| * Keep macro SIZEOF_VOID_P out of expat_config.h(.in) for multilib supportSebastian Pipping2021-05-233-5/+35
|/
* Merge pull request #489 from libexpat/actions-make-git-fetch-unshallow-robust...Sebastian Pipping2021-05-231-1/+1
|\
| * Actions: Avoid error "would clobber existing tag" when pushing new tagsSebastian Pipping2021-05-231-1/+1
|/
* Merge pull request #480 from libexpat/issue-479-release-expat-2-4-0R_2_4_0Sebastian Pipping2021-05-2311-50/+79
|\
| * Set expected release date for 2.4.0Sebastian Pipping2021-05-222-2/+2
| * Bump version info from 8:0:7 to 9:0:8Sebastian Pipping2021-05-223-4/+7
| * Bump version to 2.4.0Sebastian Pipping2021-05-229-14/+14
| * Changes: Extend section on upcoming release 2.4.0Sebastian Pipping2021-05-221-2/+20
| * Changes: Document new XML_FEATURE_ constantsSebastian Pipping2021-05-221-0/+3
| * Changes: Combine notes on billion laughs attack protectionSebastian Pipping2021-05-221-19/+20
| * README.md: Mention Windos binaries zip download optionSebastian Pipping2021-05-221-1/+1
| * README.md: Fix a URL for some markdown interpretersSebastian Pipping2021-05-221-1/+1
| * README.md: Document where generated CMake files need >=2.4.0 to workSebastian Pipping2021-05-221-1/+5
| * README.md: Make CMake config mode example more clearSebastian Pipping2021-05-221-7/+7
|/
* Merge pull request #486 from libexpat/issue-485-fix-autotools-cmake-filesSebastian Pipping2021-05-219-10/+114
|\
| * Changes: Document Autotools CMake file fixesSebastian Pipping2021-05-211-0/+3
| * autotools-cmake.yml: Cover macOS and MinGWSebastian Pipping2021-05-211-6/+59
| * cmake/autotools: Fix generated expat-noconfig.cmake for macOS and MinGWSebastian Pipping2021-05-215-1/+46
| * cmake/autotools: Use AC_CHECK_SIZEOF to fix 32bit supportSebastian Pipping2021-05-213-3/+6
|/
* Merge pull request #483 from libexpat/improve-attributionSebastian Pipping2021-05-144-11/+90
|\
| * expat.iss: Use URLs with SSLSebastian Pipping2021-05-141-3/+3
| * Increase precision in existing MIT headers based on Git historySebastian Pipping2021-05-144-5/+38
| * doc/xmlwf.xml: Drop two XML comments of little valueSebastian Pipping2021-05-141-3/+0
| * doc/xmlwf.xml: Add GNU FDL 1.1 copyright headerSebastian Pipping2021-05-141-0/+12
| * expat.iss: Add MIT headerSebastian Pipping2021-05-141-1/+30
| * CMake: Streamline existing copyright headerSebastian Pipping2021-05-141-2/+10
|/
* Merge pull request #484 from libexpat/fix-accounting-issuesSebastian Pipping2021-05-143-12/+27
|\
| * tests: Cover accounting of CDATA sections inside of general entitiesSebastian Pipping2021-05-141-0/+10
| * lib: Fix accounting of CDATA sections inside of general entitiesSebastian Pipping2021-05-142-12/+17
|/
* Merge pull request #481 from libexpat/issue-471-cmake-support-build-shared-libsSebastian Pipping2021-05-132-1/+7
|\
| * Changes: Document support for CMake variable BUILD_SHARED_LIBSSebastian Pipping2021-05-121-0/+1
| * CMake: Support standard variable BUILD_SHARED_LIBSSebastian Pipping2021-05-121-1/+6
* | Merge pull request #482 from libexpat/actions-drop-repository-ondrej-phpSebastian Pipping2021-05-132-4/+0
|\ \
| * | Revert ".github/workflows: Re-add repo ppa:ondrej/php(!) to fix wine32 instal...Sebastian Pipping2021-05-132-4/+0
| |/
* | README.md: Add total download count badgesSebastian Pipping2021-05-131-0/+2
|/
* Merge pull request #466 from libexpat/protect-against-billion-laughs-attacksSebastian Pipping2021-05-1116-62/+1817
|\
| * Changes: Document protection against billion laughs attacksSebastian Pipping2021-05-071-0/+34
| * tests: Cover helper unsignedCharToPrintableSebastian Pipping2021-05-073-2/+22
| * tests: Cover billion laughs attack protection APISebastian Pipping2021-05-071-0/+66
| * doc/reference.html: Document billion laughs attack protection APISebastian Pipping2021-05-071-0/+99
| * xmlwf.1: Document arguments -a and -bSebastian Pipping2021-05-071-1/+46
| * xmlwf: Add support for custom attack protection parametersSebastian Pipping2021-05-073-1/+82
| * xmlwf: Include expat_config.h so we can check for macro XML_DTDSebastian Pipping2021-05-071-0/+2
| * tests: Cover accountingSebastian Pipping2021-05-072-2/+304
| * lib: Make EXPAT_ENTROPY_DEBUG consistent with other EXPAT_*_DEBUG variablesSebastian Pipping2021-05-071-2/+1