]> granicus.if.org Git - libexpat/shortlog
libexpat
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...
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
next