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