1. 8a6c61d lib: Add XML_GE to XML_GetFeatureList and XML_FeatureEnum by Sebastian Pipping · 6 months ago
  2. ac14808 Mass-apply clang-format 17.0.3 using ./apply-clang-format.sh by clang-format · 6 months ago
  3. 55fecd6 Drop redundant "XML_GE == 1" guards by Sebastian Pipping · 6 months ago
  4. caa2719 Simplify "defined(XML_DTD) || XML_GE == 1" to "XML_GE == 1" by Sebastian Pipping · 6 months ago
  5. 2848dc4 Simplify "! defined(XML_DTD) && XML_GE == 0" to "XML_GE == 0" by Sebastian Pipping · 6 months ago
  6. e3aaa06 linux.yml: Add a dedicated run for -DEXPAT_GE=OFF by Sebastian Pipping · 6 months ago
  7. d269f90 coverage.sh: Cover XML_DTD undefined (with and without XML_GE) by Sebastian Pipping · 6 months ago
  8. cdead24 doc/reference.html: Clarify effect of XML_DTD on external entities by Sebastian Pipping · 6 months ago
  9. d3f7bbd doc/reference.html: Document build time macro XML_GE by Sebastian Pipping · 6 months ago
  10. 2f18bac tests: Cover and adjust to XML_GE==0 self-references by Sebastian Pipping · 6 months ago
  11. 2b127c2 lib: Make XML_GE==0 use self-references as entity replacement text by Sebastian Pipping · 6 months ago
  12. 7767efe tests/handlers.c: Make accumulate_entity_decl robust towards value==NULL by Sebastian Pipping · 6 months ago
  13. b0975cb lib: Fail the build if XML_GE is not set to 1 or 0 by Sebastian Pipping · 6 months ago
  14. 00089ed tests: Fix tests for XML_GE==0 + broaden for XML_GE==1 by Sebastian Pipping · 6 months ago
  15. 0f075ec lib|xmlwf|cmake: Extend scope of billion laughs attack protection by Sebastian Pipping · 6 months ago
  16. ed87a47 configure.ac: Define macro XML_GE as 1 by Sebastian Pipping · 6 months ago
  17. daa89e4 cmake: Introduce option EXPAT_GE to control macro XML_GE by Sebastian Pipping · 6 months ago
  18. d285faf Merge pull request #785 from libexpat/fix-dll-version-info by Sebastian Pipping · 6 months ago
  19. 781269f win32|cmake: Fix FileVersion and ProductVersion in DLL version info by Sebastian Pipping · 6 months ago
  20. d4e0eeb Merge pull request #771 from SonyMobile/buffer-limit by Sebastian Pipping · 6 months ago
  21. 119ae27 Grow buffer based on current size by Snild Dolkow · 7 months ago
  22. adf413c Merge pull request #784 from libexpat/tests-drop-unused-type by Sebastian Pipping · 6 months ago
  23. 4a4e7cf tests/handlers.h: Drop unused type XmlParseFunction by Sebastian Pipping · 6 months ago
  24. 5347517 Merge pull request #783 from SonyMobile/remove-singlebytes-switching by Sebastian Pipping · 6 months ago
  25. 1222ae3 tests: Use SINGLE_BYTES in test_nobom_utf16_le by Snild Dolkow · 7 months ago
  26. 29babed tests: Remove EE_PARSE_FULL_BUFFER by Snild Dolkow · 7 months ago
  27. b3d14b0 tests: Remove choice between XML_Parse and SINGLE_BYTES by Snild Dolkow · 7 months ago
  28. 9e1c413 Merge pull request #780 from libexpat/xml-dtd-undefined-fix-ext-parser-create-null-dereference by Sebastian Pipping · 6 months ago
  29. 7b814b8 Merge pull request #781 from libexpat/tests-move-to-the-right-place by Sebastian Pipping · 6 months ago
  30. 258abf0 Merge pull request #782 from libexpat/tests-drop-mistaken-unused-variable-marker by Sebastian Pipping · 6 months ago
  31. 54f1c45 tests/handlers.c: Drop mistaken unused variable marker by Sebastian Pipping · 6 months ago
  32. 6e1ddc3 tests/acc_tests.c: Move second BOM accounting test to the right place by Sebastian Pipping · 6 months ago
  33. 4eeaf49 xmlparse.c: Fix NULL pointer dereference in XML_ExternalEntityParserCreate by Sebastian Pipping · 6 months ago
  34. a39a2f5 Merge pull request #779 from libexpat/doc-reference-html-add-macro-anchors by Sebastian Pipping · 6 months ago
  35. 7b0cf18 Merge pull request #778 from libexpat/dependabot/github_actions/actions/checkout-4.1.1 by Sebastian Pipping · 6 months ago
  36. 76d6092 doc/reference.html: Add HTML anchors to definition of XML_* macros by Sebastian Pipping · 6 months ago
  37. a83a941 Merge pull request #774 from libexpat/tests-rename-fail-unless by Sebastian Pipping · 6 months ago
  38. dcaa886 Actions(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by dependabot[bot] · 6 months ago
  39. 2604c59 Merge pull request #773 from libexpat/clang-17 by Sebastian Pipping · 7 months ago
  40. cf2a57b linux.yml: Make note about .ci.sh harder to overlook by Sebastian Pipping · 7 months ago
  41. e07ee1e Actions: Upgrade Clang from 15 to 17 by Sebastian Pipping · 7 months ago
  42. a392427 Mass-apply clang-format 17.0.3 using ./apply-clang-format.sh by clang-format · 7 months ago
  43. 0cfeab4 Merge pull request #772 from libexpat/tests-warnings-mingw by Sebastian Pipping · 7 months ago
  44. da64791 tests: Rename fail_unless to assert_true for clarity by Sebastian Pipping · 7 months ago
  45. cce19de tests: Rename _fail_unless to _assert_true for clarity by Sebastian Pipping · 7 months ago
  46. eeab636 tests/memcheck.c: Avoid false positive -Wuse-after-free by Sebastian Pipping · 7 months ago
  47. a68399a Merge pull request #770 from libexpat/xmlwf-sync-man-page by Sebastian Pipping · 7 months ago
  48. 4d475d9 doc/xmlwf.xml: Add missing entry on "-g <bytes>" by Sebastian Pipping · 7 months ago
  49. 1746075 doc/xmlwf.xml: Add missing entry on -h|--help by Sebastian Pipping · 7 months ago
  50. 114cb04 doc/xmlwf.xml: Add --help and --version where missing by Sebastian Pipping · 7 months ago
  51. 28347d9 Merge pull request #764 from libexpat/xml-context-bytes-zero by Sebastian Pipping · 7 months ago
  52. 96985a1 lib/xmlparse.c: Make clang-format 16.0.6 happy again by Sebastian Pipping · 7 months ago
  53. 23110a8 Be stricter about macro XML_CONTEXT_BYTES by Sebastian Pipping · 7 months ago
  54. acbcd09 Merge pull request #766 from libexpat/doc-parse-buffer-variables by Sebastian Pipping · 7 months ago
  55. 32f64cf Merge pull request #762 from libexpat/doc-reference-html-promote-xml-parsebuffer-more by Sebastian Pipping · 7 months ago
  56. 3ae5431 Merge pull request #765 from libexpat/consistent-expat-config-h-includes by Sebastian Pipping · 7 months ago
  57. dd34d0e lib/xmlparse.c: Improve parse buffer variables documentation by Sebastian Pipping · 7 months ago
  58. ab43d8d Make inclusion to expat_config.h consistent by Sebastian Pipping · 7 months ago
  59. 1d3ee51 doc/reference.html: Make XML_Parse promote XML_ParseBuffer by Sebastian Pipping · 7 months ago
  60. 81a705b doc/reference.html: Wrap paragraphs by <p> for function XML_Parse by Sebastian Pipping · 7 months ago
  61. 60654a3 Merge pull request #763 from libexpat/fix-codespell-ci by Sebastian Pipping · 7 months ago
  62. c135d7a codespell.yml: Ignore "[p]arameter" in xmlwf help output by Sebastian Pipping · 7 months ago
  63. c1d4c43 docs: Mass-replace "re-use[d]" by "reuse[d]" by Sebastian Pipping · 7 months ago
  64. 1763071 Merge pull request #761 from libexpat/xmlwf-help-version by Sebastian Pipping · 7 months ago
  65. 92cdc78 xmlwf: Get help output alignment back in order by Sebastian Pipping · 7 months ago
  66. 4c6731a xmlwf: Use XMLWF_EXIT_SUCCESS where missing by Sebastian Pipping · 7 months ago
  67. 0b3ef85 xmlwf: Support --help and --version by Sebastian Pipping · 7 months ago
  68. 900d2a7 xmlwf: Better document that usage(..) calls exit(..) by Sebastian Pipping · 7 months ago
  69. bc26bc5 xmlwf: Break up conditional before upcoming extension by Sebastian Pipping · 7 months ago
  70. 8741d2a Merge pull request #760 from libexpat/doc-reference-html-okcss-1-2-0 by Sebastian Pipping · 7 months ago
  71. 0cf825c doc/reference.html: Add paragraph wrap for XML_ParserCreate by Sebastian Pipping · 7 months ago
  72. 08efcde Merge pull request #759 from libexpat/xmlwf-custom-buffer-size by Sebastian Pipping · 7 months ago
  73. cc3079f doc/reference.html: Upgrade to OK.css 1.2.0 by Sebastian Pipping · 7 months ago
  74. d248e7e xmlwf: Support custom buffer size for XML_GetBuffer and read by Sebastian Pipping · 7 months ago
  75. f2a9d11 Merge pull request #758 from SonyMobile/chunk-tests-with-0 by Sebastian Pipping · 7 months ago
  76. 091ba48 tests: Run SINGLE_BYTES with no chunking by Snild Dolkow · 7 months ago
  77. 7b0e27a tests: Replace invalid entity expansion in test_alloc_nested_entities by Snild Dolkow · 7 months ago
  78. b4d2b76 tests: Exit parser_stop_character_handler if parser is finished by Snild Dolkow · 7 months ago
  79. e1dc338 Merge pull request #757 from SonyMobile/more-is-final by Sebastian Pipping · 7 months ago
  80. a5993b2 tests: Remove early comment count check in test_user_parameters by Snild Dolkow · 7 months ago
  81. bb3c171 tests: set isFinal in test_reset_in_entity by Snild Dolkow · 7 months ago
  82. 2e12534 tests: set isFinal in test_line_number_after_parse by Snild Dolkow · 7 months ago
  83. 2ed4410 Merge pull request #756 from libexpat/dependabot/github_actions/actions/checkout-4.1.0 by Sebastian Pipping · 7 months ago
  84. 365b156 Merge pull request #755 from SonyMobile/chunk-tests by Sebastian Pipping · 7 months ago
  85. b63e902 Actions(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by dependabot[bot] · 7 months ago
  86. 1d8ceb2 tests: Run SINGLE_BYTES with variously-sized chunks by Snild Dolkow · 8 months ago
  87. 4978d28 tests: Look for single-char match in test_abort_epilog by Snild Dolkow · 8 months ago
  88. 7474fe3 tests: Make test_default_current insensitive to callback chunking by Snild Dolkow · 8 months ago
  89. a4a4552 tests: Add subtest names to test_default_current by Snild Dolkow · 8 months ago
  90. d825624 minicheck: Add fail_unless() macro by Snild Dolkow · 8 months ago
  91. e52b6b8 Update legal name of Donghee Na (#754) by Donghee Na · 8 months ago
  92. bcdc25b Merge pull request #753 from SonyMobile/consume-bom by Sebastian Pipping · 8 months ago
  93. b1e9554 Always consume BOM bytes when found in prolog by Snild Dolkow · 8 months ago
  94. a642ba0 Merge pull request #749 from libexpat/cmake-3-5-0-plus by Sebastian Pipping · 8 months ago
  95. 298f407 Merge pull request #750 from libexpat/tests-cxx-11 by Sebastian Pipping · 8 months ago
  96. bb6ec6a Merge pull request #751 from libexpat/cmake-c99 by Sebastian Pipping · 8 months ago
  97. 9666cc5 qa.sh: Stop passing -Wno-long-long by Sebastian Pipping · 8 months ago
  98. 1bf3ddf CI: Request C++11 rather than C++98 by Sebastian Pipping · 8 months ago
  99. 47b86b5 CMake: Require a C++11 compiler for the optional test suite by Sebastian Pipping · 8 months ago
  100. 2a24068 CMake: Require a C99 compiler by Sebastian Pipping · 8 months ago