Branch | Commit message | Author | Age |
actions-cover-cmake-required-version | Actions: Check for realistic minimum CMake version requirement | Sebastian Pipping | 3 years |
actions-cover-m32 | coverage.yml: Store coverage .info and HTML report | Sebastian Pipping | 3 years |
actions-enable-periodic-builds | Actions: Enable periodic builds | Sebastian Pipping | 4 years |
actions-upgrade-clang | Actions: Upgrade Clang from 11 to 13 | Sebastian Pipping | 3 years |
address-compiler-warnings | lib: Address GCC 11.2.1 compiler warning | Sebastian Pipping | 3 years |
address-unused-parameter-warnings | fuzzers: Address Clang warning -Wunused-parameter | Sebastian Pipping | 4 years |
autotools-autoupdate | configure.ac: Apply partial autoupdate-2.71 | Sebastian Pipping | 4 years |
autotools-cmake-files | REVERT ME: Drop MinGW difference workaround | Sebastian Pipping | 3 years |
autotools-sync-cmake-files | Autotools: Get CMake templates back in sync with ubuntu-20.04 | Sebastian Pipping | 3 years |
build-windows-installer-and-code-installed-by-installer | [REVERT ME] Build Windows installer and code installed by installer | Sebastian Pipping | 2 years |
bump-version-info | Bump version infro from 7:12:6 to 8:0:7 | Sebastian Pipping | 4 years |
cmake-fix-call-to-file-generate | CMake: Make call to file(GENERATE [..]) work for CMake <3.19 | Sebastian Pipping | 3 years |
cmake-inno-setup-COVERAGE | REVERT ME / MAKE APPVEYOR BUILD INNO SETUP INSTALLER | Sebastian Pipping | 4 years |
cmake-support-simple-package-creation-based-on-cpack | CMake: Stop using DragNDrop CPack generator | Sebastian Pipping | 4 years |
cover-list-of-exported-symbols | Unexpose function _INTERNAL_trim_to_complete_utf8_characters | Sebastian Pipping | 4 years |
defusedexpat-2.1.0 | XML bomb protection | Christian Heimes | 7 years |
deloop | Changes: Document loop replacement | Sebastian Pipping | 3 years |
demo-accounting | lib: Address Cppcheck 2.4.1 warning "uninitvar" | Sebastian Pipping | 4 years |
doxygen | doxygen: Configure to Expat's needs | Sebastian Pipping | 7 years |
drop-gnu-autotools | CMake: Drop comment about syncing with configure.ac | Sebastian Pipping | 4 years |
drop-support-for-ancient-visual-studio | Windows: Drop support for Visual Studio <=14.0/2015 | Sebastian Pipping | 4 years |
fix-msvc-lib-files-naming | CMake: Ensure libexpat*.lib filenames with MSVC | Sebastian Pipping | 3 years |
fix-run-sh-in-for-native-windows | run.sh.in: Do not use Wine with Cygwin and MSYS2 | Sebastian Pipping | 3 years |
issue-234-missing-stdint-h | siphash.h: Add some support for systems without <stdint.h> | Sebastian Pipping | 6 years |
issue-332-drop-clang-asan-plus-min-size-workaround | lib: Fix macro IS_INVALID_CHAR (for UTF-16 with macro XML_MIN_SIZE defined) | Sebastian Pipping | 4 years |
issue-361-fix-pkgconfig-regression | Fix interpolation of @_EXPAT_TARGET@ in expat.pc.in with GNU Autoconf | Sebastian Pipping | 5 years |
issue-409-try-building-windows-installer-content | REVERT ME / try building code installed by installer | Sebastian Pipping | 4 years |
issue-413-allow-installation-of-pkgconfig-file-with-msvc | CMake: Introduce option EXPAT_BUILD_PKGCONFIG (#413) | Sebastian Pipping | 4 years |
issue-415-release-expat-2-2-10 | Set release date for 2.2.10 | Sebastian Pipping | 4 years |
issue-418-visual-studio-2019 | REVER ME / vs2019 -A Win32 | Sebastian Pipping | 4 years |
issue-422-drop-support-for-old-visual-studio | Drop remaining support for Visual Studio 2008, 2010, 2012 (#422) | Sebastian Pipping | 4 years |
issue-436-protect-expat-config-h | configure.ac: Drop obsolescent macro AC_HEADER_STDC (#436) | Sebastian Pipping | 4 years |
issue-444-resolve-exit-status-2-ambiguity | xmlwf.xml: Fix numerus for recent advent of -k | Sebastian Pipping | 4 years |
issue-445-prepare-release | Changes: Set release date for version 2.3.0 | Sebastian Pipping | 4 years |
issue-454-losen-rejection-of-unsupported-msvc-compilers | CMake: Be less rejective towards unsupported MSVC compilers for Conan (#454) | Sebastian Pipping | 4 years |
issue-457-fix-and-cover-list-of-exported-symbols | Unexpose function _INTERNAL_trim_to_complete_utf8_characters | Sebastian Pipping | 4 years |
issue-458-cmake-support-absolute-libdir-pkgconfig | CMake: Support absolute paths for CMAKE_INSTALL_(LIB|INCLUDE)DIR (fixes #458) | Sebastian Pipping | 4 years |
issue-509-link-against-libm | Autotools|CMake: Link against libm for function "isnan" | Sebastian Pipping | 3 years |
issue-522-fix-return-value-docs | doc: Fix return value docs on XML_SetBillionLaughs[..] functions (#522) | Sebastian Pipping | 3 years |
issue-525-prepare-release | Set expected release date for 2.4.2 | Sebastian Pipping | 3 years |
issue-531-troublesome-shifts | Changes: Document CVE-2021-45960 | Sebastian Pipping | 3 years |
issue-532-integer-overflow | Changes: Document integer overflow CVE-2021-46143 | Sebastian Pipping | 3 years |
issue-533-prepare-release | Set expected release date for 2.4.3 | Sebastian Pipping | 3 years |
issue-544-fix-xmlwf-memleak-on-file-opening-error | xmlwf: Fix a memory leak on output file opening error | Sebastian Pipping | 3 years |
leaksan | qa.sh: Enable LeakSanitizer | Sebastian Pipping | 4 years |
make-apply-clang-format-sh-reject-leading-tabs | apply-clang-format.sh: Waterproof rejection of leading tabs | Sebastian Pipping | 4 years |
make-testrunner-output-more-helpful | tests: Show failure location for normal mode output as well | Sebastian Pipping | 4 years |
master | Merge pull request #713 from libexpat/readme-be-specific-about-version-of-xml | Sebastian Pipping | 18 months |
move-macos-travis-to-github-actions | Use GitHub Actions to run current macOS Travis CI tasks | Sebastian Pipping | 4 years |
pin-github-actions-at-commit-level | CI: Pin all GitHub Actions to specific commits for security | Sebastian Pipping | 19 months |
pkasting-master-experiments | REVER ME: Drop most of CI while experimenting | Sebastian Pipping | 3 years |
prevent-getbuffer-overflow | Changes: Document CVE-2022-23852 | Sebastian Pipping | 3 years |
prevent-more-integer-overflows | Changes: Document CVE-2022-22822 to CVE-2022-22827 | Sebastian Pipping | 3 years |
protect-against-billion-laughs-attacks | Changes: Document protection against billion laughs attacks | Sebastian Pipping | 4 years |
quickport-remaining-travis-ci-to-github-actions | Quick-port Linux jobs from Travis CI to GitHub Actions | Sebastian Pipping | 4 years |
resolve-macro-have-expat-config-h | Resolve macro HAVE_EXPAT_CONFIG_H | Sebastian Pipping | 4 years |
resolve-use-of-macros-nan-and-infinity | tests: Resolve use of macros NAN and INFINITY for GNU G++ 4.8.2 | Sebastian Pipping | 3 years |
siphash-c89-split-uint64-t | xmlparse.c: Resolve long long integer constant | Sebastian Pipping | 7 years |
small-xmlwf-refactoring | xmlwf: Extract exit code constants | Sebastian Pipping | 4 years |
sync-autotools-cmake-templates | autotools: Sync expat.cmake to agree with CI | Sebastian Pipping | 3 years |
travis-update-clang | .travis.yml: Install llvm-11 for llvm-symbolizer | Sebastian Pipping | 4 years |
write-random-bytes-resolve-code-duplication | xmlparse.c: Resolve writeRandomBytes_* looping code duplication | Sebastian Pipping | 5 years |
xmlwf-improve-manpage | Changes: Document improvements to the man page | Sebastian Pipping | 4 years |
xmlwf-simplify-synopsis | xmlwf: Simplify synopsis | Sebastian Pipping | 4 years |
|
Tag | Download | Author | Age |
R_2_5_0 | libexpat-git-R_2_5_0.tar.gz | Sebastian Pipping | 2 years |
R_2_4_9 | libexpat-git-R_2_4_9.tar.gz | Sebastian Pipping | 2 years |
R_2_4_8 | libexpat-git-R_2_4_8.tar.gz | Sebastian Pipping | 3 years |
R_2_4_7 | libexpat-git-R_2_4_7.tar.gz | Sebastian Pipping | 3 years |
R_2_4_6 | libexpat-git-R_2_4_6.tar.gz | Sebastian Pipping | 3 years |
R_2_4_5 | libexpat-git-R_2_4_5.tar.gz | Sebastian Pipping | 3 years |
R_2_4_4 | libexpat-git-R_2_4_4.tar.gz | Sebastian Pipping | 3 years |
R_2_4_3 | libexpat-git-R_2_4_3.tar.gz | Sebastian Pipping | 3 years |
R_2_4_2 | libexpat-git-R_2_4_2.tar.gz | Sebastian Pipping | 3 years |
R_2_4_1 | libexpat-git-R_2_4_1.tar.gz | Sebastian Pipping | 3 years |
R_2_4_0 | libexpat-git-R_2_4_0.tar.gz | Sebastian Pipping | 3 years |
R_2_3_0 | libexpat-git-R_2_3_0.tar.gz | Sebastian Pipping | 4 years |
R_2_2_10 | libexpat-git-R_2_2_10.tar.gz | Sebastian Pipping | 4 years |
R_2_2_9 | libexpat-git-R_2_2_9.tar.gz | Sebastian Pipping | 5 years |
R_2_2_8 | libexpat-git-R_2_2_8.tar.gz | Sebastian Pipping | 5 years |
R_2_2_7 | libexpat-git-R_2_2_7.tar.gz | Sebastian Pipping | 5 years |
R_2_2_6 | libexpat-git-R_2_2_6.tar.gz | Sebastian Pipping | 6 years |
R_2_2_5 | libexpat-git-R_2_2_5.tar.gz | Sebastian Pipping | 7 years |
R_2_2_4 | libexpat-git-R_2_2_4.tar.gz | Sebastian Pipping | 7 years |
R_2_2_3 | libexpat-git-R_2_2_3.tar.gz | Sebastian Pipping | 7 years |
R_2_2_2 | libexpat-git-R_2_2_2.tar.gz | Sebastian Pipping | 7 years |
R_2_2_1 | libexpat-git-R_2_2_1.tar.gz | Sebastian Pipping | 7 years |
R_2_2_0 | libexpat-git-R_2_2_0.tar.gz | Sebastian Pipping | 8 years |
R_2_1_1 | libexpat-git-R_2_1_1.tar.gz | Sebastian Pipping | 9 years |
R_2_1_0 | libexpat-git-R_2_1_0.tar.gz | Karl Waclawek | 13 years |
R_2_0_1 | libexpat-git-R_2_0_1.tar.gz | Karl Waclawek | 17 years |
R_2_0_0 | libexpat-git-R_2_0_0.tar.gz | Karl Waclawek | 19 years |
R_1_95_8 | libexpat-git-R_1_95_8.tar.gz | Fred L. Drake, Jr. | 20 years |
R_1_95_7 | libexpat-git-R_1_95_7.tar.gz | Fred L. Drake, Jr. | 21 years |
R_1_95_6 | libexpat-git-R_1_95_6.tar.gz | Fred L. Drake, Jr. | 22 years |
R_1_95_5 | libexpat-git-R_1_95_5.tar.gz | Fred L. Drake, Jr. | 22 years |
R_1_95_4 | libexpat-git-R_1_95_4.tar.gz | Fred L. Drake, Jr. | 22 years |
R_1_95_3 | libexpat-git-R_1_95_3.tar.gz | Fred L. Drake, Jr. | 22 years |
R_1_95_2 | libexpat-git-R_1_95_2.tar.gz | Fred L. Drake, Jr. | 23 years |
R_1_95_1 | libexpat-git-R_1_95_1.tar.gz | Clark Cooper | 24 years |
R_1_95_0 | libexpat-git-R_1_95_0.tar.gz | Clark Cooper | 24 years |
libexpat-alpha-1 | libexpat-git-libexpat-alpha-1.tar.gz | Clark Cooper | 24 years |
start | libexpat-git-start.tar.gz | Fred L. Drake, Jr. | 24 years |
jclark-orig | libexpat-git-jclark-orig.tar.gz | James Clark | 24 years |
sourceforge_init | libexpat-git-sourceforge_init.tar.gz | James Clark | 24 years |
V20000512 | libexpat-git-20000512.tar.gz | James Clark | 25 years |
V19991013 | libexpat-git-19991013.tar.gz | James Clark | 25 years |
V19990728 | libexpat-git-19990728.tar.gz | James Clark | 25 years |
V19990709 | libexpat-git-19990709.tar.gz | James Clark | 25 years |
V19990626 | libexpat-git-19990626.tar.gz | James Clark | 25 years |
V1_1 | libexpat-git-1_1.tar.gz | James Clark | 25 years |
V19990425 | libexpat-git-19990425.tar.gz | James Clark | 26 years |
V1990307 | libexpat-git-1990307.tar.gz | James Clark | 26 years |
V1_0_2 | libexpat-git-1_0_2.tar.gz | James Clark | 26 years |
V19990109 | libexpat-git-19990109.tar.gz | James Clark | 26 years |
V19981231 | libexpat-git-19981231.tar.gz | James Clark | 26 years |
V1_0_1 | libexpat-git-1_0_1.tar.gz | James Clark | 26 years |
V19981122 | libexpat-git-19981122.tar.gz | James Clark | 26 years |
V1_0 | libexpat-git-1_0.tar.gz | James Clark | 26 years |
beta4 | libexpat-git-beta4.tar.gz | James Clark | 26 years |
beta3 | libexpat-git-beta3.tar.gz | James Clark | 26 years |
beta2 | libexpat-git-beta2.tar.gz | James Clark | 27 years |
REC1_0 | libexpat-git-REC1_0.tar.gz | James Clark | 27 years |