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