]> granicus.if.org Git - libexpat/shortlog
libexpat
2017-05-24 Rhodri JamesValidate parser parameter to XML_SetUserData
2017-05-24 Rhodri JamesValidate parser parameter to XML_SetReturnNSTriplet
2017-05-24 Rhodri JamesValidate parser parameter to XML_UseForeignDTD.
2017-05-24 Rhodri JamesValidate oldParser parameter to XML_ExternalEntityParse...
2017-05-24 Rhodri JamesValidate parser parameter to XML_SetEncoding
2017-05-24 Rhodri JamesValidate parser parameter to XML_ParserReset()
2017-05-24 Rhodri JamesFix misuse of realloc in tcase_add_test()
2017-05-24 Sebastian PippingMerge branch 'mmap-int-max' (fixes #28)
2017-05-24 Sebastian PippingChanges: Document fix for #28
2017-05-23 Sebastian PippingDisable memory-mapping for files larger than INT_MAX...
2017-05-23 Sebastian PippingMakefile: Make xmlwf/filemap.o depend on xmlwf/filemap.h
2017-05-22 Sebastian Pippingxmlwf/win32filemap.c: Add two missing calls to CloseHandle
2017-05-16 Sebastian PippingMerge branch 'cross-coverage' (pull request #27)
2017-05-11 Sebastian PippingRemove in favor of https://libexpat.github.io/ (issue #1)
2017-05-11 Sebastian PippingChanges: Group security notes for 2.1.0 as done in...
2017-05-08 Sebastian Pippingcoverage.sh: Announce commands
2017-05-08 Sebastian Pippingcoverage.sh: Indent output
2017-05-08 Sebastian Pippingcoverage.sh: Show output of "make check run-xmltest"
2017-05-06 Sebastian PippingAdd script to collect and combine code coverage across...
2017-05-05 Sebastian PippingMerge branch 'pool-grow-overflow'
2017-05-05 Sebastian PippingAdd issue #25 in change log
2017-05-05 Sebastian PippingDetect integer overflow in poolGrow function (issue...
2017-05-05 Sebastian PippingExtract function poolBytesToAllocateFor to add overflow...
2017-05-03 Sebastian PippingMakefile.in: Have "make clean" remove tests/memcheck...
2017-05-02 Sebastian PippingChanges: Document CVE-2016-9063
2017-05-02 Sebastian PippingDetect integer overflow (CVE-2016-9063)
2017-05-02 Sebastian Pippingtests: Fix test_byte_info_at_cdata for undefined XML_CO...
2017-05-01 Sebastian PippingDrop Open Watcom specific code (issues #14 and #21)
2017-04-26 Sebastian Pippinghtdocs/index.html: Update Git repo and bug report links...
2017-04-26 Sebastian PippingChanges: Document fix to issue #17
2017-04-25 Sebastian PippingMANIFEST: Add memcheck.{c,h} (issue #17)
2017-04-25 Rhodri JamesTidy up attribute prefix bindings on error (fixes #17)
2017-04-25 Rhodri JamesPull freeing of attribute bindings into a static functi...
2017-04-25 Rhodri JamesTest to catch Issue #17
2017-04-25 Sebastian Pippingexpat.spec: Pull version back in sync
2017-04-25 Sebastian PippingChanges: Document droppings (issue #14)
2017-04-25 Sebastian Pipping*.dsp,*.dsw: Drop Visual Studio 6.0 (issue #14)
2017-04-25 Sebastian Pippingwatcom: Drop Open Watcom build system (issue #14)
2017-04-25 Sebastian Pippingvms: Drop OpenVMS build system (issue #14)
2017-04-25 Sebastian Pippingbcb5: Drop Borland build system (issue #14)
2017-04-25 Sebastian Pippingamiga: Drop AmigaOS 4.x code (issue #14)
2017-04-12 Sebastian Pippingconfigure.ac: Add --(en|dis)able-xml-context
2017-03-30 Sebastian Pippingutf8_toUtf8: Cut off partial characters in case of...
2017-03-16 Sebastian PippingAddress 64bit MinGW compile warning (fixes #15)
2017-03-13 Sebastian Pipping"make run-xmltest" order instability once more (issue...
2017-03-13 Sebastian PippingMakefile: Turn xmlts.zip download to https
2017-03-13 Sebastian PippingTravis: Have xmlts.zip bypass git clean -X
2017-03-13 Sebastian PippingTravis: Inline .travis.sh for better integration
2017-03-13 Sebastian PippingTravis: Pull xmlts.zip download out of script section
2017-03-13 Sebastian PippingTravis: Move from sudo to apt addon
2017-03-13 Rhodri JamesCheck that version information is consistent
2017-03-13 Rhodri JamesTest XML_ErrorString range checking
2017-03-13 Sebastian PippingTests: Make dealing with global parser instance more...
2017-03-13 Rhodri JamesFree the content model when used
2017-03-13 Rhodri JamesAdd test coverage of XML_GetInputContext()
2017-03-13 Sebastian PippingTests: Address wildcard expansion order variance (fixes...
2017-03-13 Rhodri JamesCheck byte information behaviour in handlers
2017-03-13 Rhodri JamesExtend coverage of byte information function tests
2017-03-13 Rhodri JamesTest byte information functions
2017-03-13 Rhodri JamesImprove test coverage of XML_ResumeParser
2017-03-13 Rhodri JamesExtend test coverage of XML_ResumeParser
2017-03-13 Rhodri JamesExtend test coverage of XML_ResumeParser()
2017-03-13 Rhodri JamesTest XML_StopParser() in external entity parsing
2017-03-12 Rhodri JamesIncrease test coverage of XML_StopParser
2017-03-08 Sebastian PippingFix __func__ for -std=c89 with GCC 5.4.0 (fixes #12)
2017-03-08 Sebastian Pippingconfigure.ac: Fix const correctness in check for __func__
2017-03-05 Rhodri JamesExtend tests of XML_GetBuffer for still more coverage
2017-03-05 Rhodri JamesExtend XML_GetBuffer testing coverage
2017-03-05 Rhodri JamesFurther test coverage of XML_GetBuffer
2017-03-05 Rhodri JamesExtend tests to XML_GetBuffer in various circumstances
2017-03-05 Rhodri JamesTest XML_ParseBuffer API in various parse states
2017-03-05 Rhodri JamesExtend empty string parse tests
2017-03-05 Rhodri JamesTest parsing a zero-length string
2017-03-05 Rhodri JamesCheck parsing is faulted once parser is FINISHED
2017-03-05 Rhodri JamesCheck XML_Parse faults parsing while suspended
2017-03-05 Rhodri JamesCheck manual setting of hash salt
2017-03-05 Rhodri JamesCheck entity parsing policy can't be changed mid-parse
2017-03-05 Rhodri JamesTest XML declaration handler
2017-03-05 Rhodri JamesCheck skipped entity handler
2017-03-05 Rhodri JamesCheck clearing of external entity handler parameter
2017-03-05 Rhodri JamesTest NotStandalone handlers
2017-03-05 Rhodri JamesCall namespace declaration start and end handlers
2017-03-05 Rhodri JamesEnsure unparsed entity handler gets set
2017-03-05 Rhodri JamesExtend coverage to XML_{Start|End}DoctypeDeclHandler
2017-03-05 Rhodri JamesExtend test_return_ns_triplet() to improve code coverage
2017-03-05 Rhodri JamesTest non-NULL external entity ref handler parameter
2017-03-05 Rhodri JamesExtend test of passing parser as userData
2017-02-19 Sebastian PippingConfigure Travis CI (issue #2)
2017-02-18 Rhodri JamesTest XML_SetEncoding against memory allocation failures
2017-02-18 Rhodri JamesTest XML_SetBase against failing memory allocations
2017-02-18 Rhodri JamesTest XML_SetEncoding against memory allocation failures
2017-02-18 Rhodri JamesIncrease test coverage of XML_SetEncoding()
2017-02-18 Rhodri JamesTest freeing a non-existent parser
2017-02-18 Rhodri JamesAdd some coverage of CDATA section handlers
2017-02-18 Rhodri JamesTest XML_ParserReset in external entity parsing is...
2017-02-18 Rhodri JamesTest XML_ParserReset in internal entity expansion
2017-02-18 Rhodri JamesTest that XML_ParserReset() does reset the parse state
2017-02-18 Rhodri JamesTest allocation failures when creating parser with...
2017-02-18 Rhodri JamesTest ID attribute indexing
2017-02-18 Rhodri JamesTest attribute reporting to start element handler
next