]> granicus.if.org Git - libexpat/shortlog
libexpat
2017-07-12 Sebastian Pippingruntests.c: Protect against -DNDEBUG (issue #76 related)
2017-07-12 Sebastian PippingPrepare release version 2.2.2
2017-07-12 Sebastian PippingBump version info from 7:3:6 to 7:4:6
2017-07-12 Sebastian PippingMove to C99 (#73) and fix ULL integer literals (#69)
2017-07-12 Sebastian PippingTravis CI: Use -DXML_POOR_ENTROPY to fix compilation
2017-07-12 Sebastian PippingChanges: Document low quality entropy detection (relate...
2017-07-12 Sebastian Pippingxmlparse.c: Protect against accidental use of low quali...
2017-07-12 Sebastian Pippingxmlparse.c: Move includes up (to reduce chance of macro...
2017-07-12 Sebastian PippingChanges: Communicate security aspects in detail (#60)
2017-07-10 Rhodri JamesFix protocolEncodingName. (pull request #70)
2017-07-09 Sebastian PippingMerge branch 'cmake-fixes-from-vtk' (pull request #72)
2017-07-09 Sebastian PippingChanges: Mention CMake improvements
2017-07-05 Ben Boeckelcmake: use the current binary directory
2017-07-05 Ben BoeckelConfigureChecks: configure into the build tree
2017-07-05 Ben Boeckelcmake: include the current directory's ConfigureChecks...
2017-07-05 Ben Boeckelcmake: remove executable bits from cmake files
2017-07-05 Sebastian Pippingsiphash.h: Ensure <=80 line length
2017-07-05 Sebastian Pippingsiphash.h: Add const qualifiers
2017-07-01 Sebastian PippingChanges: Add MOX reference
2017-07-01 Sebastian PippingMerge branch 'xmlts-local-cache' (pull request #67)
2017-07-01 Rhodri JamesAdd means to avoid downloading xmlts.zip in coverage...
2017-07-01 Sebastian Pippingxmlparse.c: Move includes up to fix macro interference
2017-07-01 Sebastian PippingChanges: Mention parameter validation bug
2017-07-01 Sebastian Pippingxmlparse.c: Fix parser NULL dereference
2017-07-01 Sebastian PippingMerge branch 'autoreconf-dash-fix' (pull request #68)
2017-07-01 Sebastian PippingChanges: Mention #68, give credit to Kerin Millar
2017-06-29 Kerin Millarconftools/get-version.sh: Fix unsafe expansions of...
2017-06-29 Kerin Millarconftools/get-version.sh: Use printf rather than try...
2017-06-28 Sebastian PippingTravis CI: Install dos2unix (#66)
2017-06-28 Sebastian PippingMerge branch 'make-run-xmltest-windows' (#66)
2017-06-28 Sebastian PippingMakefile.in: Waterproof against differences in line...
2017-06-28 Sebastian PippingMerge branch 'mingw-crossdev-wine-linuxmint' (#64)
2017-06-27 Sebastian Pippingxmlwf/readfilemap.c: Address -Wsign-compare warning
2017-06-27 Sebastian Pippingcoverage.sh: Symlink libwinpthread-1.dll as well for...
2017-06-25 Sebastian Pippingtests: Address -Wformat compile warnings
2017-06-25 Sebastian PippingChanges: Give credit to Viktor Szakats (#61)
2017-06-25 Viktor SzakatsLoadLibrary() call to work correctly regardless of...
2017-06-25 Sebastian PippingChanges: Mention fix to #60
2017-06-25 Václav SlavíkFix building on win32 if _UNICODE is defined
2017-06-24 Sebastian Pippingcoverage.sh: Fix two comment typos
2017-06-23 Sebastian PippingMerge branch 'haypo-win64_warn' (pull request #58)
2017-06-23 Sebastian Pippingsiphash.h: Compress change log a bit
2017-06-23 Sebastian PippingChanges/siphash.h: Extend log, give credit to Victor...
2017-06-23 Victor StinnerFix compiler warnings on Windows 64-bit
2017-06-22 Sebastian PippingMerge branch 'travis-matrix' (pull request #54)
2017-06-22 Sebastian PippingTravis CI: No need to download upfront any more
2017-06-22 Sebastian Pippingsiphash.h: Fix duplicate/leftover line in the header...
2017-06-19 Sebastian PippingChanges: Mention getrandom detection issues on macOS...
2017-06-19 Muhammad Kaisar... Travis CI: Use build matrix
2017-06-18 Sebastian Pippingsiphash.h: Address lack of stdint.h for Visual Studio...
2017-06-18 Sebastian PippingChanges: Start post-2.2.1 section
2017-06-18 Sebastian Pippingconfigure.ac: Fix mis-detection of getrandom on Debian...
2017-06-18 spzeidlerFix sh syntax in configure.ac (#49)
2017-06-17 Karl WaclawekMerge branch 'master' of https://github.com/libexpat... R_2_2_1
2017-06-17 Karl WaclawekWindows release: Update README, remove VC++ 6.0 files...
2017-06-17 Sebastian PippingChanges: Add link for SipHash commits
2017-06-17 Sebastian PippingChanges: Add reference to SipHash ticket
2017-06-17 Sebastian Pippingwin32/expat.iss: Install AUTHORS file, too
2017-06-16 Sebastian PippingBump version, year, and ID for 2.2.1
2017-06-16 Sebastian PippingChanges: Mention address leak, add MOX-??? references
2017-06-16 Sebastian PippingBump version info from 7:2:6 to 7:3:6
2017-06-16 Sebastian PippingChanges: Mention SipHash
2017-06-16 Sebastian PippingMerge branch 'siphash'
2017-06-16 Sebastian PippingMerge branch 'cve-2017-9233'
2017-06-16 Sebastian PippingChanges: Add CVE-2017-9233 info to change log
2017-06-16 Rhodri Jamesxmlparse.c: Fix external entity infinite loop bug ...
2017-06-16 Rhodri JamesTests: Cover external entity infinite loop bug
2017-06-16 Sebastian PippingChanges: Add call for help
2017-06-16 Sebastian PippingAdd AUTHORS file
2017-06-16 Sebastian PippingAdd master readme as a symlink
2017-06-16 Sebastian PippingRemove amigaconfig.h and macconfig.h (issue #14)
2017-06-16 Sebastian Pippingxmlparse.c: Polish ENTROPY_DEBUG
2017-06-16 Sebastian PippingMinGW: No longer ignore expat_config.h
2017-06-15 Sebastian PippingAddress MemorySanitizer mis-report on SYS_getrandom
2017-06-15 Sebastian PippingChanges: Mention new error code XML_ERROR_INVALID_ARGUMENT
2017-06-15 Sebastian PippingIntroduce random-based SHA256 release identifier
2017-06-14 Sebastian Pippingcoverage.sh: Add Windows MinGW cross-compilation
2017-06-14 Sebastian PippingMake "make run-xmltest" work for MinGW cross-compilation
2017-06-14 Sebastian Pippingcoverage.sh: Cover arc4random_buf with libbsd
2017-06-14 Sebastian Pippingcoverage.sh: Extract function _build_case for re-use
2017-06-14 Sebastian PippingChanges: Mark SourceForge tickets for clarity
2017-06-14 Sebastian PippingChanges: Fix indentation of a 2.2.1 item
2017-06-14 Sebastian PippingChanges: Mention commit 7e5b71b748491b6e459e5c9a1d09082...
2017-06-13 Sebastian Pippingtests/runtests.c: Address byte_character_handler unused...
2017-06-13 Sebastian Pippingxmlparse.c: Fix XML_Size/XML_Index cast mixup
2017-06-13 Sebastian Pippingcoverage.sh: Fix "make check" error propagation
2017-06-11 Sebastian PippingMANIFEST: Add missing run.sh.in
2017-06-11 Sebastian PippingMANIFEST: Drop pre-X Mac OS MPW Makefile (issue #14)
2017-06-10 Sebastian Pippingsiphash: Test implementation
2017-06-10 Sebastian Pippingsiphash: Replace current hash algorithm by SipHash
2017-06-10 Sebastian Pippingsiphash: Make siphash.h ready for C89 Expat
2017-06-10 Sebastian Pippingsiphash: Integrate into build system
2017-06-10 Sebastian PippingAdd unmodified siphash-20121104.h by William Ahern...
2017-06-10 Sebastian PippingDrop pre-X Mac OS MPW Makefile (issue #14)
2017-06-07 Sebastian PippingChanges: Add missing details for 2.2.1
2017-06-07 Sebastian PippingChanges: Mention commits of important 2.2.1 fixes
2017-06-07 Sebastian PippingChanges: Improve classification/order of existing entri...
2017-06-07 Sebastian Pippingexamples: Unify expat.h include
2017-06-07 Sebastian Pippingexamples|tests|xmlwf: Drop AmigaOS 4.x include (issue...
2017-06-07 Sebastian PippingMerge branch 'better-entropy' (pull request #30)
next