summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes: Document protection against billion laughs attacksprotect-against-billion-laughs-attacksSebastian Pipping2021-04-301-0/+33
* tests: Cover helper unsignedCharToPrintableSebastian Pipping2021-04-303-2/+22
* tests: Cover billion laughs attack protection APISebastian Pipping2021-04-301-0/+73
* doc/reference.html: Document billion laughs attack protection APISebastian Pipping2021-04-301-0/+78
* xmlwf.1: Document arguments -a and -bSebastian Pipping2021-04-301-0/+45
* xmlwf: Add support for custom attack protection parametersSebastian Pipping2021-04-303-0/+81
* xmlwf: Include expat_config.h so we can check for macro XML_DTDSebastian Pipping2021-04-301-0/+2
* tests: Cover accountingSebastian Pipping2021-04-302-2/+304
* lib: Use function getDebugLevel for EXPAT_ENTROPY_DEBUGSebastian Pipping2021-04-301-2/+1
* lib: Add prefix "expat: " to EXPAT_ENTROPY_DEBUG=1 stderr outputSebastian Pipping2021-04-301-1/+1
* lib: Allow test suite to access raw accounting valuesSebastian Pipping2021-04-302-0/+21
* lib: Address Cppcheck 2.4.1 warning "uninitvar"Sebastian Pipping2021-04-301-2/+4
* lib: Protect against billion laughs attacks (approach 3.0.20)Sebastian Pipping2021-04-306-53/+1137
* Autotools|CMake: Suppress -Wpedantic-ms-format false positivesSebastian Pipping2021-04-302-1/+5
* mass-cppcheck.sh: Suppress warning "unknownMacro"Sebastian Pipping2021-04-301-0/+1
* mass-cppcheck.sh: Extract variable cppcheck_argsSebastian Pipping2021-04-301-1/+8
* apply-clang-format.sh: Support formatting only selected filesSebastian Pipping2021-04-301-0/+4
* apply-clang-format.sh: Extract variable clang_format_argsSebastian Pipping2021-04-301-1/+7
* Merge pull request #470 from libexpat/issue-332-drop-clang-asan-plus-min-size...Sebastian Pipping2021-04-304-15/+21
|\
| * lib: Fix macro IS_INVALID_CHAR (for UTF-16 with macro XML_MIN_SIZE defined)issue-332-drop-clang-asan-plus-min-size-workaroundSebastian Pipping2021-04-262-2/+16
| * lib: Add comments about effect of XML_MIN_SIZE to xmltok_impl.cSebastian Pipping2021-04-261-2/+2
| * Revert "runtests.c: Fix compiler warning "unused function" with -DEXPAT_MIN_S...Sebastian Pipping2021-04-251-7/+3
| * Revert "runtests.c: Workaround issue with combining XML_MIN_SIZE and ASan (#3...Sebastian Pipping2021-04-251-4/+0
|/
* Merge pull request #469 from libexpat/xmlwf-improve-manpageSebastian Pipping2021-04-252-41/+28
|\
| * Changes: Document improvements to the man pagexmlwf-improve-manpageSebastian Pipping2021-04-251-1/+1
| * xmlwf.1: Bump date of last modificationSebastian Pipping2021-04-251-1/+1
| * xmlwf.1: Be more precise in section "author"Sebastian Pipping2021-04-251-1/+2
| * xmlwf.1: Use <command>&dhpackage;</command> where missingSebastian Pipping2021-04-251-4/+5
| * xmlwf.1: Improve links in section "see also"Sebastian Pipping2021-04-251-2/+2
| * xmlwf.1: Drop section "alternatives" that contains only dead linksSebastian Pipping2021-04-251-15/+0
| * xmlwf.1: Move argument -k in place with regard to alphabetic orderSebastian Pipping2021-04-251-14/+14
| * xmlwf.1: Pull colon out of <emphasis>Sebastian Pipping2021-04-251-1/+1
| * xmlwf.1: Add <replaceable> where missingSebastian Pipping2021-04-251-4/+4
|/
* Merge pull request #468 from libexpat/xmlwf-simplify-synopsisSebastian Pipping2021-04-255-25/+25
|\
| * xmlwf: Simplify synopsisxmlwf-simplify-synopsisSebastian Pipping2021-04-255-25/+25
|/
* Merge pull request #467 from libexpat/resolve-macro-have-expat-config-hSebastian Pipping2021-04-2210-40/+15
|\
| * Resolve macro HAVE_EXPAT_CONFIG_Hresolve-macro-have-expat-config-hSebastian Pipping2021-04-2210-40/+15
|/
* Merge pull request #463 from libexpat/small-xmlwf-refactoringSebastian Pipping2021-04-201-23/+30
|\
| * xmlwf: Extract exit code constantssmall-xmlwf-refactoringSebastian Pipping2021-04-191-8/+16
| * xmlwf: Extract macro XMLWF_SHIFT_ARGUMENTSebastian Pipping2021-04-191-16/+15
* | Merge pull request #465 from TomasKorbar/reference-fixSebastian Pipping2021-04-201-2/+2
|\ \ | |/ |/|
| * Fix reference.html badly insterted ul tagTomas Korbar2021-04-201-2/+2
|/
* Actions: Split off Cppcheck to stop installing 13 unrelated Homebrew formulasSebastian Pipping2021-04-065-16/+77
* README.md: Extract two bullet points from a long sentenceSebastian Pipping2021-04-061-3/+4
* README.md: Emphasize lowercase and uppercase in CMake contentSebastian Pipping2021-04-061-2/+2
* Make GitHub Dependabot keep our GitHub Actions up to dateSebastian Pipping2021-04-061-0/+15
* Merge pull request #459 from libexpat/issue-458-cmake-support-absolute-libdir...Sebastian Pipping2021-04-062-2/+15
|\
| * CMake: Support absolute paths for CMAKE_INSTALL_(LIB|INCLUDE)DIR (fixes #458)issue-458-cmake-support-absolute-libdir-pkgconfigSebastian Pipping2021-04-062-2/+15
* | Actions: Move ci_expat_config_h/ files into .github/workflows/Sebastian Pipping2021-04-064-4/+4
|/
* Merge pull request #457 from libexpat/issue-457-fix-and-cover-list-of-exporte...Sebastian Pipping2021-04-0510-31/+132
|\