1. 4101822 [build] Suppress -Wunused-but-set-var in expat by Gulfem Savrun Yeniceri · 2 years, 10 months ago main master
  2. b09793d [config] Suppress implicit fallthrough by Tamir Duberstein · 3 years ago
  3. a021685 [Wconversion] Suppress warnings by Shai Barack · 3 years, 8 months ago
  4. 0261fe8 [Wconversion] Suppress warnings by Shai Barack · 3 years, 8 months ago
  5. 66a4adc Update README.fuchsia by Petr Hosek · 6 years ago
  6. 6264e8a Update README.fuchsia by Damien Miller · 6 years ago
  7. 0d6a5f2 Added BUILD.gn by Forrest Reiling · 8 years ago
  8. fbc46fa Move release date to 2016-06-21 by Sebastian Pipping · 8 years ago R_2_2_0
  9. 0672d84 Fixed versioning comment. by Karl Waclawek · 8 years ago
  10. eb0fd8b CMakeLists.txt: Exclude soversion config on Windows by Sebastian Pipping · 8 years ago
  11. 87b38b7 Handle XML_ParserCreate* NULL return by Sebastian Pipping · 8 years ago
  12. 1d4bc08 Fix infinite loop by Sebastian Pipping · 8 years ago
  13. 5a5b157 doc/xmlwf.1: Migrate from SGML to XML by Sebastian Pipping · 8 years ago
  14. 80cd16c Extend .gitignore by Sebastian Pipping · 8 years ago
  15. a0eaef2 Set version 2.2.0/2016-06-18 where missing by Sebastian Pipping · 8 years ago
  16. df32451 htdocs/index.html: Fix some HTML issues by Sebastian Pipping · 8 years ago
  17. 3e9b680 htdocs/index.html: Sync HTML change log by Sebastian Pipping · 8 years ago
  18. 9751416 Changes: Adjust case by Sebastian Pipping · 8 years ago
  19. 76f5dc2 Upgraded setup files for Win32. by Karl Waclawek · 8 years ago
  20. 309ad17 Added Visual Studio 2013 solution/project files. Will also work in Visual Studio 2015 if VS 2013 is installed. Otherwise, open a "Visual Studio 2015 Developer Command Prompt" and execute "devenv.exe /upgrade expat.sln" in the expat directory to upgrade the main solution and project files (Tests have their own solutions). by Karl Waclawek · 8 years ago
  21. d627982 Address VS2010 compile warning by Sebastian Pipping · 8 years ago
  22. 92da19f Resolve COMPILING_FOR_WINDOWS (ex COMPILED_FROM_DSP) in favor of WIN32 by Sebastian Pipping · 8 years ago
  23. d4123b8 Fix MSVC compiler warning by tbeu · 8 years ago
  24. 5b24ad2 qa.sh: "set -e" inside "|| exit 1"-ed subshell did not have any effect by Sebastian Pipping · 8 years ago
  25. da4d6f9 Update copyright year by tbeu · 8 years ago
  26. e1b1cf9 Fix typos by tbeu · 8 years ago
  27. 2b9cb7f Bump soversion, skipped one for 2.1.1 by Sebastian Pipping · 8 years ago
  28. b364f44 CMake: Create .so.1 symlink, too by Sebastian Pipping · 8 years ago
  29. 5cfcdc3 Have CMake call "$(MAKE) -C doc xmlwf.1" by Sebastian Pipping · 8 years ago
  30. e33d37c doc/Makefile: Do not leave nullbyte XMLWF.1 on error by Sebastian Pipping · 8 years ago
  31. 3f7f01e Extend change log by Sebastian Pipping · 8 years ago
  32. 17be9de Ensure that unistd.h is included on Linux by Sebastian Pipping · 8 years ago
  33. f00e1d7 Handle lack of __func__ with ISO C90 by Sebastian Pipping · 8 years ago
  34. 43718a3 Improve autotools-related entries in upcoming release changes by Sebastian Pipping · 8 years ago
  35. 07cc2fc Mention recently assigned CVEs CVE-2012-6702 and CVE-2016-5300 in plaintext change log by Sebastian Pipping · 8 years ago
  36. 56e62f1 Sync plaintext changelog; HTML left to do by Sebastian Pipping · 8 years ago
  37. f32e06f qa.sh: Merge callgraphs into one by Sebastian Pipping · 8 years ago
  38. a01b100 qa.sh: Add egypt support (callgraphs) by Sebastian Pipping · 8 years ago
  39. 0b51c25 Sync .gitignore by Sebastian Pipping · 8 years ago
  40. 4363739 CMake: Add soversion, support -DNO_SONAME=yes to bypass (issue #536) by Sebastian Pipping · 8 years ago
  41. 293dc5f Merge branch 'minbpc' by Sebastian Pipping · 8 years ago
  42. 7101c85 Extract macros from end-of-input checking by Sebastian Pipping · 8 years ago
  43. 687edcb Take into account that CHAR_MATCHES may read >1 bytes by Sebastian Pipping · 8 years ago
  44. 3014589 Take into account that BYTE_TYPE may read >1 bytes by Sebastian Pipping · 8 years ago
  45. 93acfa0 qa.sh: Add ncc/nccnav support by Sebastian Pipping · 8 years ago
  46. 5a91217 qa.sh: Polish and make more flexible by Sebastian Pipping · 8 years ago
  47. a12e78c Fix uninitialized read of size 1 in little2_updatePosition by Sebastian Pipping · 8 years ago
  48. 4813526 Merge branch 'improve-partial-utf8-handling' by Sebastian Pipping · 8 years ago
  49. 550eb6b Fix UTF-8 auto alignment by Sebastian Pipping · 8 years ago
  50. be917d9 Cover UTF-8 limit correction; some tests fail by Sebastian Pipping · 8 years ago
  51. 525be92 Extract function align_limit_to_full_utf8_characters by Sebastian Pipping · 8 years ago
  52. be4b1c0 Merge branch 'cve-2016-0718-fix-2-2-1' by Sebastian Pipping · 8 years ago
  53. a1bc009 Do not compare an out-of-bounds pointer. See https://lwn.net/Articles/278137/ by Pascal Cuoq · 8 years ago
  54. 5c9cc0e Avoid undefined behavior when computing larger blockSize. The compiler might reason that (end - start)*2 is negative only if (end - start) is negative, see https://godbolt.org/g/wVEoTM by Pascal Cuoq · 8 years ago
  55. f0bec73 Avoid relying on undefined behavior in CVE-2015-1283 fix. It does not really work: https://godbolt.org/g/Zl8gdF by Pascal Cuoq · 8 years ago
  56. a238d7e Makefile.in: Extend target "qa" by Sebastian Pipping · 8 years ago
  57. 2106ee4 Fix left shift signed overflow by Sebastian Pipping · 8 years ago
  58. 4ae8aed Makefile.in: Respect CXXFLAGS if given by Sebastian Pipping · 8 years ago
  59. d10262c Added suffix "d" to lib/dll to differentiate Debug from Release output so they don't overwrite each other. by Björn Lindahl · 8 years ago
  60. 1eaf75a Never hide official symbols (for -fvisibility=hidden) by Sebastian Pipping · 8 years ago
  61. a4c383b Annotate memory allocators for GCC by Cristian Rodríguez · 8 years ago
  62. 69746f5 Address all "unused parameter" warnings by Sebastian Pipping · 8 years ago
  63. e1196d2 doc/Makefile: Resolve use of "$<" for bmake by Sebastian Pipping · 8 years ago
  64. 7784282 Do not use GNU make extension by Ryo ONODERA · 8 years ago
  65. 99e0a5c Fix "make install" for Git clone by Sebastian Pipping · 8 years ago
  66. 9eb0c71 Makefile: Add target "qa" by Sebastian Pipping · 8 years ago
  67. e375ac8 Complete XmlConvert return value handling by Sebastian Pipping · 8 years ago
  68. 9ff1d64 Do not grow pool to out-of-memory for incomplete input by Sebastian Pipping · 8 years ago
  69. a9b80b4 Make converters tell state on termination (v3) by Sebastian Pipping · 8 years ago
  70. e18829b Prevent out-of-bounds access in text conversion by Sebastian Pipping · 8 years ago
  71. 2cac066 Fix two integer overflows by Gustavo Grieco · 8 years ago
  72. bb1fd81 Fix overflow (v2) by Karl Waclawek · 8 years ago
  73. 379213c Have "make run-xmltest" report on expected output by Sebastian Pipping · 8 years ago
  74. aed54a0 Fix "make run-xmltest" more by Sebastian Pipping · 8 years ago
  75. 2b289b1 Fix "make run-xmltest" by Sebastian Pipping · 8 years ago
  76. 023ed44 Tests: Cover CDATA sections by Sebastian Pipping · 8 years ago
  77. d839aec Tests: Parse XML one byte at a time by Sebastian Pipping · 8 years ago
  78. 56ceae7 Sync change log by Sebastian Pipping · 8 years ago
  79. 6d8696f Address warning "missing initializer for field" by Sebastian Pipping · 8 years ago
  80. 3bd715b Address "comparison between signed and unsigned integer" warnings by Sebastian Pipping · 8 years ago
  81. 934bcb0 Address warnings on const correctness by Sebastian Pipping · 8 years ago
  82. b280bb8 Merge branch 'resolve-srand' by Sebastian Pipping · 8 years ago
  83. 2c346ba Windows: Handling missing getpid and headers by Sebastian Pipping · 8 years ago
  84. 888df42 Use GetSystemTimeAsFileTime on Non-Cygwin-Windows with no gettimeofday by Sebastian Pipping · 8 years ago
  85. 37f7efb Define COMPILING_FOR_WINDOWS with CMake on Windows by Sebastian Pipping · 8 years ago
  86. bdee307 Turn COMPILED_FROM_DSP into COMPILING_FOR_WINDOWS by Sebastian Pipping · 8 years ago
  87. f627ff7 Use a prime that fits 32bits on 32bit platforms by Sebastian Pipping · 8 years ago
  88. ca523de Extract entropy from XML_Parser address by Sebastian Pipping · 8 years ago
  89. a5f2d04 Extract method gather_time_entropy by Sebastian Pipping · 8 years ago
  90. 6acb0a4 Resolve call to srand, use more entropy by Sebastian Pipping · 8 years ago
  91. 75a1473 Merge branch 'patch-90' by Sebastian Pipping · 8 years ago
  92. 247cc3a Fix VS2010 compilation by tbeu · 8 years ago
  93. a124f43 Updated copyright year in Win32 setup script. by Karl Waclawek · 8 years ago
  94. 5c96e9c Fix for BUILD_shared=OFF case on MSVC by Sergei Nikulov · 8 years ago
  95. d9a9224 CMakeLists.txt: Move code for upcoming change by Sebastian Pipping · 8 years ago
  96. fe43212 Fix source code permissions by Sebastian Pipping · 8 years ago
  97. ee0adc0 Fill release date by Sebastian Pipping · 8 years ago R_2_1_1
  98. 248809b make-release.sh: Move from gzip to bzip2 by Sebastian Pipping · 8 years ago
  99. 80b2c0a htdocs/index.html: Mention Git before CVS by Sebastian Pipping · 8 years ago
  100. 2617547 htdocs/index.html: Fix broken SF.net links by Sebastian Pipping · 8 years ago