]> granicus.if.org Git - libexpat/shortlog
libexpat
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)
2017-06-07 Sebastian PippingAvoid implicit declaration of function ‘syscall’ with...
2017-06-04 Sebastian PippingMerge branch 'crossdev-mingw'
2017-06-04 Sebastian PippingAdd run.sh wrapper to run test suite with Wine for...
2017-06-04 Sebastian PippingMakefile.in: Add missing @EXEEXT@ to runtests for MinGW
2017-06-01 Sebastian Pippingconfigure.ac: Disable auto-detection of libbsd
2017-05-31 Sebastian Pippingexpat.h: Fix version hint on XML_ERROR_INVALID_ARGUMENT
2017-05-31 Sebastian PippingDetect and support syscall(SYS_getrandom, [..]) as...
2017-05-31 Sebastian PippingMake EXPAT_ENTROPY_DEBUG=1 print entropy source and...
2017-05-30 Sebastian PippingMerge branch 'parent-hash-salt' (fixes #31)
2017-05-30 Sebastian PippingMake hash salt setter/getter go up to the very top...
2017-05-28 Sebastian PippingDetect XML_UNICODE_WCHAR_T with sizeof(wchar_t) !=...
2017-05-28 Sebastian PippingDetect overflow from len=INT_MAX call to XML_Parse
2017-05-28 Sebastian PippingReject negative length call to XML_Parse
2017-05-28 Sebastian PippingSet errorCode for XML_Parse on NULL parser
2017-05-28 Sebastian PippingAddress unused variable warning (for XML_CONTEXT_BYTES...
2017-05-28 Sebastian PippingFix sharing of hash salt across parsers (issue #31)
2017-05-28 Sebastian PippingAddress warning "initializer element is not computable...
2017-05-25 Sebastian PippingPull out shared variable and is-unused marker
2017-05-25 Sebastian PippingAutoconf: Add --(with|without)-libbsd for bypassing...
2017-05-25 Sebastian PippingChanges: Mention use of high quality entropy sources
2017-05-25 Sebastian PippingPull parser instance address out of entropy equation...
2017-05-25 Sebastian PippingStart using arc4random_buf with BSD and libbsd
2017-05-25 Sebastian PippingStart using getrandom for entropy extraction with glibc...
2017-05-25 Sebastian PippingStart using RtlGenRandom for entropy extraction on...
2017-05-25 Sebastian PippingMerge branch 'underscore-win32' (remake of pull request...
2017-05-25 Sebastian PippingChanges: Adjust indentation
2017-05-25 Sebastian PippingChanges: Document move from WIN32 to _WIN32
2017-05-25 Sebastian PippingVisual Studio 20xx: No longer define WIN32
2017-05-25 Sebastian PippingCMake: No longer define WIN32
2017-05-25 Sebastian PippingReplace WIN32 by _WIN32 in code
2017-05-24 Rhodri JamesPrevent use of uninitialised variable
2017-05-24 Sebastian PippingValidate parser parameter to XML_UseParserAsHandlerArg
2017-05-24 Sebastian PippingMerge branch 'null-checks'
2017-05-24 Sebastian PippingMake XML_GetInputContext parameter validation more...
2017-05-24 Rhodri JamesValidate parser parameter to XML_DefaultCurrent
2017-05-24 Rhodri JamesValidate parser parameter to XML_MemFree
2017-05-24 Rhodri JamesValidate parser parameter to XML_MemRealloc
2017-05-24 Rhodri JamesValidate parser parameter to XML_MemMalloc
2017-05-24 Rhodri JamesValidate parser parameter to XML_FreeContentModel
2017-05-24 Rhodri JamesValidate parser parameter to XML_GetCurrentColumnNumber
2017-05-24 Rhodri JamesValidate parser parameter to XML_GetCurrentLineNumber
2017-05-24 Rhodri JamesValidate parameters to XML_GetInputContext
2017-05-24 Rhodri JamesValidate parser parameter to XML_GetCurrentByteCount
2017-05-24 Rhodri JamesValidate the parser parameter to XML_GetCurrentByteIndex
2017-05-24 Rhodri JamesValidate parser parameter to XML_GetErrorCode
2017-05-24 Rhodri JamesValidate parser parameter for XML_GetParsingStatus
2017-05-24 Rhodri JamesValidate parser parameter for XML_ResumeParser
2017-05-24 Rhodri JamesValidate parser parameter for XML_StopParser
2017-05-24 Rhodri JamesValidate parser parameter for XML_GetBuffer
2017-05-24 Rhodri JamesValidate parser parameter for XML_ParseBuffer
2017-05-24 Rhodri JamesValidate "parser" and "s" parameters to XML_Parse
next