]> granicus.if.org Git - libexpat/shortlog
libexpat
2017-07-22 Rhodri JamesExpand public doctype allocation test
2017-07-22 Rhodri JamesTest allocation failure paths parsing a public doctype
2017-07-22 Rhodri JamesTest public parameter entity with failing allocator
2017-07-22 Rhodri JamesTest various errors in parameter entity values
2017-07-22 Rhodri JamesTest invalid character in foreign DTD parameter entity
2017-07-22 Rhodri JamesFix error reporting in external entity test handler
2017-07-22 Rhodri JamesTest UTF-8 byte order mark in parameter entity value...
2017-07-22 Rhodri JamesTest aborting external entity value parser
2017-07-22 Rhodri JamesTest malformed XML/text declaration rejected by ext...
2017-07-22 Rhodri JamesTest XML declaration in external entity processing
2017-07-22 Rhodri JamesExtend external parameter entity nested parser testing
2017-07-22 Sebastian Pippingruntests.c: Fix memleaks
2017-07-22 Rhodri JamesTest nested external parser handling
2017-07-22 Rhodri JamesTest unknown encoding handling in external parameter...
2017-07-22 Rhodri JamesTest a bad encoding is rejected at initialisation time
2017-07-22 Rhodri JamesTest declaring a UTF-16 encoding while actually in...
2017-07-22 Rhodri JamesTest XML declaration with long encoding name and failin...
2017-07-22 Rhodri JamesTest XML declaration handling with a duff allocator
2017-07-22 Rhodri JamesTest external entity parsing suppressed with UNLESS_STA...
2017-07-22 Rhodri JamesTest partial UTF-8 characters in IGNORE section
2017-07-22 Rhodri JamesRefactor to reduce proliferation of external entity...
2017-07-20 Sebastian PippingMerge branch 'realloc-dangling-pointer' (pull request...
2017-07-20 Sebastian PippingChanges: Document dangling pointer fix
2017-07-20 Sebastian Pippingxmlparse.c: Fix dangling pointer caused by use of realloc
2017-07-19 Sebastian PippingMerge branch 'dll-hijacking' (pull request #83)
2017-07-19 Sebastian Pippingxmlparse.c: Fix DLL hijacking vulnerability (#82)
2017-07-19 Sebastian Pippingxmlparse.c: Fix comment typo
2017-07-19 Sebastian PippingMerge branch 'arc4random-osx-pre-10-7' (pull request...
2017-07-19 Sebastian PippingSupport arc4random for pre-10.7/Lion macOS
2017-07-19 Sebastian PippingRely on HAVE_ARC4RANDOM_BUF for CloudABI
2017-07-16 Sebastian PippingMerge branch 'coverage'
2017-07-16 Sebastian Pippingruntests.c: Fix indentation
2017-07-16 Rhodri JamesChange all URLs to use example.org
2017-07-16 Rhodri JamesUse meaningful constants for return values from handlers
2017-07-16 Rhodri JamesTweak attribute list to improve test coverage
2017-07-16 Rhodri JamesTest reallocation of attribute list with failing reallo...
2017-07-16 Rhodri JamesTweak test_alloc_external_entity to improve code coverage
2017-07-16 Rhodri JamesExtend skip handler test coverage
2017-07-16 Rhodri JamesTest features are appropriately set
2017-07-16 Rhodri JamesTest predefined entities
2017-07-16 Rhodri JamesMake final reallocation test safe
2017-07-16 Rhodri JamesTest robustness against failing reallocator for parsing...
2017-07-16 Rhodri JamesRefactor long test data string
2017-07-16 Rhodri JamesExtend XML_GetBuffer testing coverage
2017-07-16 Rhodri JamesFix message in XML declaration handler
2017-07-16 Rhodri JamesRestore groupSize if (re)allocation of groupConnector...
2017-07-16 Rhodri JamesEnsure unparsed entity handler gets set
2017-07-16 Rhodri JamesSplit combined triplet_count into two distinct flags
2017-07-16 Sebastian PippingRevert "Fix structure initialisation not to cause warnings"
2017-07-16 Sebastian PippingMerge branch 'coverage'
2017-07-16 Sebastian Pippingruntests.c: Fix memleaks
2017-07-16 Rhodri JamesIncrease test coverage of ignore section processing
2017-07-16 Rhodri JamesRefactor previous test to use existing test functions
2017-07-16 Rhodri JamesTest a broken IGNORE section is faulted
2017-07-16 Rhodri JamesExercise conditional exclusion code
2017-07-16 Rhodri JamesTest suspending the parse in the middle of CDATA handling
2017-07-16 Rhodri JamesTest aborting parse while processing CDATA
2017-07-16 Rhodri JamesTest a variety of incomplete UTF-16 CDATA strings
2017-07-16 Rhodri JamesTest handling of UTF-16 supplementary plane characters
2017-07-16 Rhodri JamesTest long UTF-16 CDATA (more than internal buffer size)
2017-07-16 Rhodri JamesTest CDATA correctly runs through a default handler
2017-07-16 Rhodri JamesTest handling of CDATA in an external entity parser
2017-07-16 Rhodri JamesTest reallocation of URI in re-used binding with dodgy...
2017-07-16 Rhodri JamesTest w3.org xmlns URL is correctly rejected
2017-07-16 Rhodri JamesTest rejection of invalid attribute 'xml' and use of...
2017-07-16 Rhodri JamesTest for correct rejection of 'xmlns' as an attribute
2017-07-16 Rhodri JamesTest extension of URI buffer shared between element...
2017-07-16 Rhodri JamesTest medium-length element name with namespaces and...
2017-07-16 Rhodri JamesTest mixed prefixed and unprefixed attributes in a...
2017-07-16 Rhodri JamesTest allocator handling of attribute with long namespace
2017-07-16 Sebastian Pippingruntests.c: Fix memleaks
2017-07-16 Rhodri JamesTest attribute table hash collision handling
2017-07-16 Rhodri JamesTest long attribute names in a namespace with failing...
2017-07-16 Rhodri JamesExtend test coverage of external entity handler parameters
2017-07-16 Rhodri JamesComment change: explain why attribute count is twice...
2017-07-16 Rhodri JamesCheck NULLing the encoding works before the parse is...
2017-07-16 Rhodri JamesTest for specific error from XML_UseForeignDTD()
2017-07-16 Rhodri JamesFix structure initialisation not to cause warnings
2017-07-16 Rhodri JamesAdd test case for long URIs in attributes with failing...
2017-07-16 Rhodri JamesRestore original nsAttsSize if reallocation fails
2017-07-16 Rhodri JamesTest reallocation failure in xmlns attribute handling
2017-07-16 Rhodri JamesTest rejection of unbound prefix, improve coverage...
2017-07-16 Rhodri JamesRevert recorded size of attribute memory when reallocat...
2017-07-16 Rhodri JamesTest long namespace names (1024 characters)
2017-07-16 Rhodri JamesRefactor namespace allocation tests
2017-07-16 Rhodri JamesExtend code path coverage of entity handling
2017-07-16 Rhodri JamesAdd test coverage for comments with a failing allocator
2017-07-16 Rhodri JamesMore coverage of PIs with failing allocator
2017-07-16 Rhodri JamesTest parsing a PI with a failing allocator
2017-07-16 Rhodri JamesExpand really long line test for encoded CDATA handling
2017-07-16 Rhodri JamesTest right square bracket handling in external entity...
2017-07-16 Rhodri JamesMore tests for the right square bracket control paths
2017-07-16 Rhodri JamesTest handling of right square bracket at end of content...
2017-07-16 Rhodri JamesExtend ASCII CDATA test to cover a default handler
2017-07-16 Rhodri JamesAdd CDATA section handlers for increased test coverage
2017-07-16 Rhodri JamesAdd default handler to namespace failing allocation...
2017-07-16 Rhodri JamesAdd default handlers to character entity tests to exten...
2017-07-16 Rhodri JamesExtend coverage of namespace start and end handlers
2017-07-16 Rhodri JamesTest external entity with no handler
2017-07-16 Rhodri JamesTweak tests for greater allocation failure coverage
next