1. 5fe4f4b Add functions/properties for disallowing DOCTYPE (DTD) in SAX parsers by Boris Kolpackov · 4 months ago master
  2. b38ab79 XERCESC-2188 - Use-after-free on external DTD scan (CVE-2018-1311) by Karen Arutyunov · 4 months ago
  3. 5b31900 Omit unnecessary getenv() call if DTD is disabled programmatically by Boris Kolpackov · 4 months ago
  4. 0f5dcca Fix NetAccessorTest to exit with non-zero status in case of error by Boris Kolpackov · 4 months ago
  5. 3c4b17e Fix comments to make all source code valid UTF-8 by Boris Kolpackov · 4 months ago
  6. 56656c9 Reorder inline function definitions to help with MinGW GCC symbol exporting by Boris Kolpackov · 4 months ago
  7. 08f809c XERCESC-2163 - XercesMessages_en_US.cat is installed to wrong directory by Scott Cantor · 5 months ago
  8. b597a0f The windows.h header file is with lower case by Torbjörn SVENSSON · 11 months ago
  9. cd34018 Discontinue Travis at request of Apache Infra. by Scott Cantor · 1 year, 3 months ago
  10. 4dc7c00 XERCESC-2241 - Integer overflows in DFAContentModel class by Scott Cantor · 1 year, 7 months ago
  11. 472f612 XERCESC-2196 - cross-compiling issue by Scott Cantor · 1 year, 7 months ago
  12. 9201981 XERCESC-2195 - Invalid attribute in .gitattributes file by Scott Cantor · 1 year, 7 months ago
  13. 873fe02 XERCESC-2214 - Wrong delete[] in MemBufInputSource dtor by Scott Cantor · 1 year, 7 months ago
  14. 2a64a94 XERCESC-2242 - Non-default curl location breaks autoconf link detection by Scott Cantor · 1 year, 7 months ago
  15. 0f109e5 Merge pull request #49 from oci-labs/xercesc-2236 by Roger Leigh · 1 year, 7 months ago
  16. 5495928 Mark Xerces Dependencies as PRIVATE in CMake by Fred Hornsey · 2 years ago
  17. 045bdf8 Merge pull request #45 from rouault/fix_wrong_init by Roger Leigh · 2 years, 1 month ago
  18. ef2e9b4 DFAContentModel::buildDFA(): correctly zero-initialize fFollowList by Even Rouault · 2 years, 4 months ago
  19. 8ac9637 Merge pull request #43 from rouault/dfa_buildsyntax_tree_memleak by Roger Leigh · 2 years, 5 months ago
  20. cb4b4cf DFAContentModel::buildSyntaxTree(): fix memory leaks when OutOfMemoryException occurs by Even Rouault · 2 years, 5 months ago
  21. ecdc077 Merge pull request #42 from rouault/fix_memleak_IGXMLScanner_scanDocTypeDecl by Roger Leigh · 2 years, 6 months ago
  22. 8a4c024 IGXMLScanner::scanDocTypeDecl(): fix memory leak on exception by Even Rouault · 2 years, 6 months ago
  23. 6d5e52d Merge pull request #40 from rouault/fix_memleaks_DFAContentModel by Roger Leigh · 2 years, 6 months ago
  24. acd9752 Merge pull request #39 from rouault/memleak_fixes_ContentSpecNode_ComplexTypeInfo by Roger Leigh · 2 years, 6 months ago
  25. cec74e5 Merge pull request #41 from rleigh-codelibre/XERCESC-2208_size_t_revert by Roger Leigh · 2 years, 7 months ago
  26. f72941e XERCESC-2208: Remove unused XMLSSize_t by Roger Leigh · 2 years, 7 months ago
  27. 96938cc XERCESC-2208: Restore use of size_t as XMLSize_t by Roger Leigh · 2 years, 7 months ago
  28. 884c163 ComplexTypeInfo::expandContentModel(): restore use of retNode as in original code (this is equivalent) by Even Rouault · 2 years, 7 months ago
  29. a65990d DFAContentModel: fix memory leaks when OutOfMemoryException occurs by Even Rouault · 2 years, 7 months ago
  30. 12a3c84 Merge pull request #21 from rleigh-codelibre/xerces-XERCESC-2208_Use_cstdint by Roger Leigh · 2 years, 7 months ago
  31. cc6dc0e ComplexTypeInfo::expandContentModel(): fix memory leaks when a OutOfMemoryException occurs by Even Rouault · 2 years, 7 months ago
  32. d1f06f4 ComplexTypeInfo::convertContentSpecTree(): fix memory leaks when a OutOfMemoryException occurs by Even Rouault · 2 years, 7 months ago
  33. 5e07b37 ComplexTypeInfo::makeContentModel(): fix memory leaks when a OutOfMemoryException occurs by Even Rouault · 2 years, 7 months ago
  34. 0dfd295 Fix potential memory leak in ContentSpecNode() constructor by Even Rouault · 2 years, 7 months ago
  35. 9defdbf XERCESC-2208: Remove unused autoconf header checks by Roger Leigh · 3 years, 11 months ago
  36. 0689fef XERCESC-2208: XSValue is implemented in terms of explicitly-sized integer types by Roger Leigh · 3 years, 11 months ago
  37. 6ef31ab XERCESC-2208: Move common and deprecated type definitions into XercesDefs.hpp by Roger Leigh · 3 years, 11 months ago
  38. 25389e3 XERCESC-2208: Add special cases for C++11 character types by Roger Leigh · 3 years, 11 months ago
  39. 2401d2b XERCESC-2208: Use cstdint, cstddef and cwchar unconditionally by Roger Leigh · 3 years, 11 months ago
  40. 88726c3 Merge pull request #38 from rleigh-codelibre/XERCESC-2226_cmake_3.12 by Roger Leigh · 2 years, 7 months ago
  41. fd4806a XERCESC-2226: Update minimum CMake version to 3.12 by Roger Leigh · 2 years, 7 months ago
  42. 6b82b24 Merge pull request #34 from prince-chrismc/patch-1 by Roger Leigh · 2 years, 7 months ago
  43. c0b90c2 Merge pull request #37 from rouault/faster_checkUniqueParticleAttribution by Roger Leigh · 2 years, 7 months ago
  44. 02cec95 DFAContentModel::checkUniqueParticleAttribution (): speed enhancement by Even Rouault · 2 years, 7 months ago
  45. 7dd9c51 Merge pull request #36 from rouault/SAX2XMLReaderImpl_error_fix by Roger Leigh · 2 years, 7 months ago
  46. 328f5be SAX2XMLReaderImpl::error(): use exception memory manager, otherwise regular memory manager might fail to fully allocate the strings in the exception and cause memory leaks by Even Rouault · 2 years, 7 months ago
  47. 60fd4e2 Merge pull request #35 from rouault/fix_memleak_checkUniqueParticleAttribution by Roger Leigh · 2 years, 8 months ago
  48. 79f61cb DFAContentModel::checkUniqueParticleAttribution(): fix memory leak by Even Rouault · 2 years, 8 months ago
  49. 4f5404b Merge pull request #33 from rouault/fix_memset-transposed-args by Roger Leigh · 2 years, 8 months ago
  50. 471e23c Merge pull request #32 from rouault/fix_ossfuzz_37666 by Roger Leigh · 2 years, 8 months ago
  51. af1935b link to installed CMake targets of CURL by Chris Mc · 2 years, 8 months ago
  52. dc3bd8f Fix -Wmemset-transposed-args warnings of clang++ by Even Rouault · 2 years, 8 months ago
  53. 1bdf6d8 InMemMsgLoader::loadMsg(): fix memory leak when transcoding fails. by Even Rouault · 2 years, 8 months ago
  54. caa6515 Merge pull request #30 from rouault/fix_ossfuzz_37529 by Roger Leigh · 2 years, 8 months ago
  55. a313987 Merge pull request #28 from rouault/curl_memleak_fix by Roger Leigh · 2 years, 8 months ago
  56. b0e7b3c Merge pull request #24 from rouault/fix_gdal_ossfuzz_35373 by Roger Leigh · 2 years, 8 months ago
  57. cf436ab XMLReader constructor: fix memory leak when refreshRawBuffer() throws by Even Rouault · 2 years, 8 months ago
  58. a5cfe26 Merge pull request #26 from rleigh-codelibre/fix-travis-ci-osx by Roger Leigh · 2 years, 8 months ago
  59. 327abd3 CurlURLInputStream constructor: avoid memory leak by Even Rouault · 2 years, 8 months ago
  60. 307b646 ci: Travis uses XCode 12.5 by Roger Leigh · 2 years, 9 months ago
  61. e335da5 ICUTranscoder::transcodeFrom(): fix read heap-buffer-overflow by Even Rouault · 2 years, 9 months ago
  62. 4bac3c5 Merge pull request #22 from rleigh-codelibre/version-4.0.0 by Roger Leigh · 3 years, 10 months ago
  63. c8d0c46 Update documentation to add 4.0.0 in place of 3.3.0 by Roger Leigh · 3 years, 10 months ago
  64. c5d4bfc Update version to 4.0.0 by Roger Leigh · 3 years, 10 months ago
  65. 15b086b Merge pull request #20 from rleigh-codelibre/XERCESC-2209_Remove_LSTRING by Roger Leigh · 3 years, 11 months ago
  66. f6c5dab XERCESC-2209: Remove unused LSTRING feature test by Roger Leigh · 3 years, 11 months ago
  67. 8db2383 Merge pull request #19 from rleigh-codelibre/XERCESC-2210_Remove_XERCES_NO_MATCHING_DELETE_OPERATOR by Roger Leigh · 3 years, 11 months ago
  68. 5a721ad XERCESC-2110: Remove XERCES_NO_MATCHING_DELETE_OPERATOR for old Borland compiler by Roger Leigh · 3 years, 11 months ago
  69. eddc7b6 Merge pull request #17 from rleigh-codelibre/XERCESC-2200_appveyor_bugfix by Roger Leigh · 3 years, 11 months ago
  70. b3c61b8 XERCESC-2200: AppVeyor uses new ICU GitHub download URL for 67.1 release by Roger Leigh · 3 years, 11 months ago
  71. 86554bc XERCESC-2200: AppVeyor image now includes ninja by Roger Leigh · 3 years, 11 months ago
  72. e345919 Merge pull request #15 from rleigh-codelibre/XERCESC-2201_travis_ci_upgrade by Roger Leigh · 3 years, 11 months ago
  73. 10e5024 XERCESC-2201: travis-ci updates homebrew packages by Roger Leigh · 3 years, 11 months ago
  74. e67e2a2 XERCESC-2201: Update Travis-CI configuration by Roger Leigh · 3 years, 11 months ago
  75. 26db0a1 Merge pull request #14 from rleigh-codelibre/XERCESC-2141_build_support_for_c++11_onwards by Roger Leigh · 3 years, 11 months ago
  76. 6883e34 XERCESC-2141: Enable C++17, C++14 or C++11 when available by Roger Leigh · 6 years ago
  77. b73d4a9 Merge pull request #12 from rleigh-codelibre/XERCESC-2138_c++98_standard by Roger Leigh · 3 years, 11 months ago
  78. f342e68 Merge pull request #13 from rleigh-codelibre/XERCESC-2202_update_version_to_3.3.0 by Roger Leigh · 3 years, 11 months ago
  79. 137fa58 XERCESC-2202: Update ICU message filename by Roger Leigh · 3 years, 11 months ago
  80. 11fae34 XERCEC-2202: Update spec file by Roger Leigh · 3 years, 11 months ago
  81. e4e3351 XERCEC-2202: Update version to 3.3.0 by Roger Leigh · 3 years, 11 months ago
  82. 7f9e993 XERCESC-2138: Drop last remaining Autoconf AC_CXX_HAVE_NAMESPACES check by Roger Leigh · 3 years, 11 months ago
  83. 6d41875 XERCESC-2138: Replace XERCES_CPP_NAMESPACE macros with real namespace use by Roger Leigh · 3 years, 11 months ago
  84. 1a2c113 XERCESC-2138: Drop unused volatile workarounds by Roger Leigh · 6 years ago
  85. 294088c XERCESC-2138: Drop inline workarounds by Roger Leigh · 6 years ago
  86. 7beee16 XERCESC-2138: Drop const workarounds by Roger Leigh · 6 years ago
  87. d9cfba1 XERCESC-2138: Use std:: in place of XERCES_STD_QUALIFIER by Roger Leigh · 6 years ago
  88. aa56118 XERCESC-2138: Remove use of strings.h by Roger Leigh · 6 years ago
  89. edb558c XERCESC-2138: Use <cstring> in place of <string.h> by Roger Leigh · 6 years ago
  90. 08db811 XERCESC-2138: Use <cstdio> in place of <stdio.h> by Roger Leigh · 3 years, 11 months ago
  91. 41169c3 XERCESC-2138: Use <cstdlib> in place of <stdlib.h> by Roger Leigh · 6 years ago
  92. b5da80c XERCESC-2138: Drop XERCES_NEW_IOSTREAMS check by Roger Leigh · 6 years ago
  93. 58d86ec XERCESC-2138: Drop XERCES_NO_NATIVE_BOOL check by Roger Leigh · 3 years, 11 months ago
  94. 34e3bbe XERCESC-2138: Drop XERCES_STD_NAMESPACE check by Roger Leigh · 6 years ago
  95. 7389761 XERCESC-2138: Drop XERCES_HAS_CPP_NAMESPACE check by Roger Leigh · 6 years ago
  96. ff73bac XERCESC-2138: Make XSConstants a namespace by Roger Leigh · 6 years ago
  97. 76d2c5b Ignore built site. by Scott Cantor · 4 years, 1 month ago
  98. e39e0bf Some site updates for future builds. by Scott Cantor · 4 years, 1 month ago
  99. 5434b82 Prep site for release. by Scott Cantor · 4 years, 1 month ago
  100. 03fee10 Merge pull request #9 from rleigh-codelibre/cmake-libname-fixes by Roger Leigh · 4 years, 1 month ago