]> granicus.if.org Git - libexpat/shortlog
libexpat
2017-07-22 Rhodri JamesTest that UTF-16 element local names with non-zero...
2017-07-22 Rhodri JamesTest that non-name characters after a colon in an eleme...
2017-07-22 Rhodri JamesTest that more than one colon in an element name is...
2017-07-22 Rhodri JamesTest that text after a / is faulted
2017-07-22 Rhodri JamesTest second attribute with UTF-16 top byte non-zero...
2017-07-22 Rhodri JamesTest invalid character in attribute value is faulted
2017-07-22 Rhodri JamesTest UTF-16 attribute names with non-zero top byte...
2017-07-22 Rhodri JamesTest that non-name characters after a colon are rejected
2017-07-22 Rhodri JamesTest more than one colon in an attribute name is rejected
2017-07-22 Rhodri JamesTest attribute with high-byte-set UTF-16 character...
2017-07-22 Rhodri JamesTest non-ASCII characters in entity names
2017-07-22 Rhodri JamesTest invalid character in a hex character reference
2017-07-22 Rhodri JamesTest trailing spaces in element names are ignored in...
2017-07-22 Rhodri JamesTest single stray ] doesn't close a CDATA section
2017-07-22 Rhodri JamesTest that UTF-8 safely passes through a CDATA section.
2017-07-22 Rhodri JamesTest PI in UTF-16 with non-ASCII target name
2017-07-22 Rhodri JamesTest PI with target of "xmm"
2017-07-22 Rhodri JamesTest PI with a target of "xnl"
2017-07-22 Rhodri JamesTest PI with a target of "yml"
2017-07-22 Rhodri JamesRefactor test_comment_handled_in_default()
2017-07-22 Rhodri JamesRefactor test_pi_handled_in_default to use accumulate_c...
2017-07-22 Rhodri JamesTest unknown encoding handler in a parser with namespaces
2017-07-22 Rhodri JamesTest unannounced UTF-16, no BOM, leading space to hide '<'
2017-07-22 Rhodri JamesTest UTF-16 where UTF-8 is expected is rejected
2017-07-22 Rhodri JamesTest UTF-16BE vs explicit UTF-16LE encoding
2017-07-22 Rhodri JamesTest UTF-8 character nearly the BOM (for code path...
2017-07-22 Rhodri JamesTest UTF-16LE vs explicit UTF-16BE encoding
2017-07-22 Rhodri JamesTest UTF-16 BE BOM vs explicit Latin-1 encoding parsing...
2017-07-22 Rhodri JamesTest UTF-16 big-endian BOM vs explicit Latin-1 encoding
2017-07-22 Rhodri JamesTest UTF-16 BOM vs explicit latin-1 encoding parsing...
2017-07-22 Rhodri JamesTest UTF-16 BOM vs explicit latin-1 encoding
2017-07-22 Rhodri JamesTest specifying a UTF-16 encoding when creating the...
2017-07-22 Rhodri JamesTest unknown encoding with 17-bit top-bit-set character...
2017-07-22 Rhodri JamesTest top-bit-set character mimicking surrogate high...
2017-07-22 Rhodri JamesTest top-bit set character mimicking ASCII is rejected...
2017-07-22 Rhodri JamesTest unknown encoding with invalid multi-byte length...
2017-07-22 Rhodri JamesMore refactoring of unknown encoding handlers
2017-07-22 Rhodri JamesRefactor to use encoding to switch UnknownEncoding...
2017-07-22 Rhodri JamesTest ASCII-like unknown encoding correctly rejects...
2017-07-22 Rhodri JamesCheck that ASCII-like encoding is valid
2017-07-22 Rhodri JamesTest unknown encoding not compatible with ASCII is...
2017-07-22 Rhodri JamesTest unknown encoding conversion buffer overflow not...
2017-07-22 Rhodri JamesTest unknown encoding conversion buffer overflow on...
2017-07-22 Rhodri JamesTest bad non-start of name in unknown encoding
2017-07-22 Rhodri JamesTest bad start of name with an unknown encoding
2017-07-22 Rhodri JamesTest converted start of name with unknown encoding
2017-07-22 Rhodri JamesComment change: exclude more unreachable code from...
2017-07-22 Rhodri JamesTest a valid (if odd) encoding
2017-07-22 Rhodri JamesComment change: exclude unreachable condition from...
2017-07-22 Rhodri JamesRefactor to get rid of data/code pointer conversion...
2017-07-22 Rhodri JamesAdd test for encoding conversion function returning...
2017-07-22 Rhodri JamesReject multi-byte encodings with no converter function.
2017-07-22 Rhodri JamesAdd test of multi-byte encoding without a conversion...
2017-07-22 Rhodri JamesTest XML declaration with missing value for 'standalone...
2017-07-22 Rhodri JamesTest XML declaration with missing attribute name
2017-07-22 Rhodri JamesCheck invalid characters at the end of an XML declaration
2017-07-22 Rhodri JamesMark the second uppercasing in streqci() as unreacheabl...
2017-07-22 Rhodri JamesExtend test_utf16 to include a character encoded as...
2017-07-22 Rhodri JamesTest that reversed UTF-16 surrogate pair in CDATA is...
2017-07-22 Rhodri JamesTest that a long attribute in ASCII encoding is correct...
2017-07-22 Rhodri JamesCheck latin1 char expanding to two bytes UTF-8 across...
2017-07-22 Rhodri JamesTest four-byte UTF-8 character are rejected in names
2017-07-22 Rhodri JamesAdd utility script file to tidy up after running covera...
2017-07-22 Rhodri JamesIgnore directories created by coverage script
2017-07-22 Rhodri JamesFix LCOV exclusion symbols in xmlparse.c
2017-07-22 Rhodri JamesComment why negative blocksize in poolGrow is hard...
2017-07-22 Rhodri JamesComment why negative blocksize in poolGrow is hard...
2017-07-22 Rhodri JamesComment why poolCopyStringN is not entered with an...
2017-07-22 Rhodri JamesComment why an unbound prefix in getContext is believed...
2017-07-22 Rhodri JamesComment why allocation failure in getContext is believe...
2017-07-22 Rhodri JamesComment why encoding change in reportDefault is believe...
2017-07-22 Rhodri JamesComment why default case in storeEntityValue is never...
2017-07-22 Rhodri JamesRemove unreachable error code in character ref handling
2017-07-22 Rhodri JamesComment why defaul case in appendAttreibuteValue is...
2017-07-22 Rhodri JamesComment why encoding check in appendAttributeValue...
2017-07-22 Rhodri JamesRemove unreachable error handling code in character...
2017-07-22 Rhodri JamesComment why internal entity in param entity is believe...
2017-07-22 Rhodri JamesComment why external subset name lookup cannot fail
2017-07-22 Rhodri JamesRemove unreachable code in entityValueInitProcessor
2017-07-22 Rhodri JamesComment why doIgnoreSection's default case is never...
2017-07-22 Rhodri JamesComment why doIgnoreSection is believed to always use...
2017-07-22 Rhodri JamesComment why doCdataSection's default case is never...
2017-07-22 Rhodri JamesComment why code in storeAtts() is never executed.
2017-07-22 Rhodri JamesComment why doContent's default case is never executed.
2017-07-22 Rhodri JamesComment why tidy-up parse cannot be suspended
2017-07-22 Rhodri JamesTest parsing element in namespace with a failing allocator
2017-07-22 Rhodri JamesTest extremely long namespace prefix
2017-07-22 Rhodri JamesTest large element group with a failing allocator
2017-07-22 Rhodri JamesTest long notation value with external entity and faili...
2017-07-22 Rhodri JamesMove external_entity_optioner up to be more generally...
2017-07-22 Rhodri JamesTest long entity value and external entity with duff...
2017-07-22 Rhodri JamesTest external entity with long public ID and failing...
2017-07-22 Rhodri JamesTest long base URI for external parser with duff allocator
2017-07-22 Rhodri JamesTest long entity system ID in external parser with...
2017-07-22 Rhodri JamesTest with long default attribute for ext parser with...
2017-07-22 Rhodri JamesTest longer context URI with a failing reallocator
2017-07-22 Rhodri JamesTest a long URI in the context string with a failing...
2017-07-22 Rhodri JamesTest long namespace in external entity context with...
2017-07-22 Rhodri JamesTest long general entity name in external DTD with...
2017-07-22 Rhodri JamesTest shorter long context URI with a failing reallocator
next