]> granicus.if.org Git - libexpat/shortlog
libexpat
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
2017-07-16 Rhodri JamesMore external entity allocation failure coverage
2017-07-16 Rhodri JamesExtend coverage of partial character parsing
2017-07-16 Rhodri JamesTest trailing CR in external entity parse
2017-07-16 Rhodri JamesTest handling of trailing CR (rather than newline)
2017-07-16 Sebastian PippingMerge branch 'coverage-review'
2017-07-16 Sebastian Pippingruntests.c: Fix memleaks
2017-07-16 Rhodri JamesExtend test coverage of external entity suspension
2017-07-16 Rhodri JamesTest suspending from an external entity's XML declarati...
2017-07-16 Sebastian PippingMerge branch 'coverage-review'
2017-07-16 Sebastian Pippingruntests.c: Fix memory leaks
2017-07-16 Sebastian Pippingruntests.c: Polish test_ext_entity_invalid_parse
2017-07-16 Rhodri JamesRefactor and extend external entity parse error testing
2017-07-15 Rhodri JamesCheck parse errors in external entity parsers
2017-07-15 Rhodri JamesTest UTF-8 BOM is recognised in UTF-8 external entity
2017-07-15 Rhodri JamesTest unknown encoding in external entity parser (increa...
2017-07-15 Rhodri JamesCheck handling of long element names with namespaces
2017-07-15 Rhodri JamesRefactor allocator test support
2017-07-15 Sebastian PippingMerge branch 'travis-ci' (issue #23)
2017-07-15 Sebastian PippingTravis CI: Ensure that Clang 4.0 is installed
2017-07-15 Sebastian Pippingqa.sh: Use clang for mode "address" to detect memory...
next