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