]> granicus.if.org Git - libexpat/shortlog
libexpat
2017-07-22 Rhodri JamesTest parameter entity marked SYSTEM but with no ID
2017-07-22 Rhodri JamesTest parameter entity marked PUBLIC but with no ID
2017-07-22 Rhodri JamesTest parameter entity with invalid keyword (not SYSTEM...
2017-07-22 Rhodri JamesTest Entity declaration marked PUBLIC with no ID
2017-07-22 Rhodri JamesTest that Doctype with an extra ID is rejected
2017-07-22 Rhodri JamesTest Doctype marked SYSTEM but with no ID is rejected
2017-07-22 Rhodri JamesTest Doctype marked PUBLIC but with no ID is rejected
2017-07-22 Rhodri JamesTest overly brief doctype is rejected
2017-07-22 Rhodri JamesComment change: exclude unreachable case in prolog1
2017-07-22 Rhodri JamesExtend UTF-16 LE entity test to hex entities
2017-07-22 Rhodri JamesExtend UTF-16 BE entity test to hex entities
2017-07-22 Rhodri JamesTest that comments are picked up from UTF-16 little...
2017-07-22 Rhodri JamesTest that comments are picked up from UTF-16 big-endian
2017-07-22 Rhodri JamesTest public external parameter entity in UTF-16 little...
2017-07-22 Rhodri JamesTest public external param entity in UTF-16 big-endian
2017-07-22 Rhodri JamesTest ignore section in UTF-16 big-endian encoding
2017-07-22 Rhodri JamesTest CDATA is passed correctly from little-endian UTF...
2017-07-22 Rhodri JamesTest entity substitution in attributes, UTF-16 little...
2017-07-22 Rhodri JamesTest entity substitution in attributes UTF-16 big-endian
2017-07-22 Rhodri JamesTest PI in big-endian UTF-16
2017-07-22 Rhodri JamesComment change: exclude unreachable line from coverage...
2017-07-22 Rhodri JamesComment change: exclude sameName from coverage
2017-07-22 Rhodri JamesTest entities with similar names to predefined entity...
2017-07-22 Rhodri JamesTest invalid character reference with a decimal value
2017-07-22 Rhodri JamesTest IGNORE rejection with an unknown encoding
2017-07-22 Rhodri JamesTest IGNORE section with UTF-16 data
2017-07-22 Rhodri JamesComment change: exclude paranoia check from coverage
2017-07-22 Rhodri JamesComment change: exclude paranoia check from coverage
2017-07-22 Rhodri JamesTest multi-byte characters in ATTLIST default attribute...
2017-07-22 Rhodri JamesFix error messages in test_bad_doctype_* tests
2017-07-22 Rhodri JamesTest document name of "1?" is rejected in doctype decla...
2017-07-22 Rhodri JamesTest document name of "1*" is rejected in a doctype...
2017-07-22 Rhodri JamesTest document name of "1+" is rejected in doctype
2017-07-22 Rhodri JamesTest two colons in the document name in a doctype is...
2017-07-22 Rhodri JamesTest invalid character in document local name is faulted
2017-07-22 Rhodri JamesTest UTF-16 non-zero high byte characters in document...
2017-07-22 Rhodri JamesTest invalid UTF-16 characters in DOCTYPE
2017-07-22 Rhodri JamesTest invalid characters in a DOCTYPE
2017-07-22 Rhodri JamesRefactor: move element event handlers together
2017-07-22 Rhodri JamesTest UTF-16 attribute description keyword with non...
2017-07-22 Rhodri JamesTest attribute list with bad keyword starting with...
2017-07-22 Rhodri JamesTest parameter entity with UTF-16 name with top bytes...
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...
next