]> granicus.if.org Git - libexpat/shortlog
libexpat
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
2017-07-22 Rhodri JamesAgain test long context URI against a failing reallocator
2017-07-22 Rhodri JamesRefactor context URI reallocation tests
2017-07-22 Rhodri JamesTest shorter context URI in the face of a failing reall...
2017-07-22 Rhodri JamesTest different length context URI with duff reallocator
2017-07-22 Rhodri JamesTest slightly shorter context URI with duff allocator
2017-07-22 Rhodri JamesTest appropriately long context URI with a failing...
2017-07-22 Rhodri JamesTest not-so-long namespace with failing allocator
2017-07-22 Rhodri JamesTest long namespace with failing allocator
2017-07-22 Rhodri JamesTest long root element name with a failing allocator
2017-07-22 Rhodri JamesTest longer namespace prefix with failing reallocator
2017-07-22 Rhodri JamesTest long namespace prefix with a failing reallocator
2017-07-22 Rhodri JamesTest handling long attribute list with a failing reallo...
2017-07-22 Rhodri JamesTest that comments reach the default handler
2017-07-22 Rhodri JamesTest processing instruction with long body and duff...
2017-07-22 Rhodri JamesTest processing instruction reaches default handler...
2017-07-22 Rhodri JamesTest char entity extending param entity with failing...
2017-07-22 Rhodri JamesSilence overly-pessimistic compiler warning.
2017-07-22 Rhodri JamesTest invalid character reference is faulted
2017-07-22 Rhodri JamesTest expanding a param entity's string pool with a...
2017-07-22 Rhodri JamesTest trailing CR in a PE value is interpreted as a...
2017-07-22 Rhodri JamesTest error in nested external entity substitution
2017-07-22 Rhodri JamesTest another different code path for skipped external...
2017-07-22 Rhodri JamesTest different code path for skipping missing external...
2017-07-22 Rhodri JamesTest recursive parameter entity
2017-07-22 Rhodri JamesTest missing external entity is skipped
2017-07-22 Rhodri JamesTest general entity substitution in standalone internal...
2017-07-22 Rhodri JamesTest attribute value of a predefined entity with a...
2017-07-22 Rhodri JamesTest whitespace attribute value with dodgy allocator
2017-07-22 Rhodri JamesTest attribute value with trailing CR
2017-07-22 Rhodri JamesTest long attribute value with failing allocator
2017-07-22 Rhodri JamesTest long attribute value with character ref and a...
2017-07-22 Rhodri JamesTest incomplete param ref in attribute default is rejected
2017-07-22 Rhodri JamesTest invalid character in default attribute is rejected
2017-07-22 Rhodri JamesTest long attribute with a dodgy reallocator
2017-07-22 Rhodri JamesTest restarting an errored parser returns the same...
2017-07-22 Rhodri JamesCheck that resumed general entity parse can be re-suspended
2017-07-22 Rhodri JamesTest resuming a general entity catches XML errors
2017-07-22 Rhodri JamesTest suspending and resuming parse in parameter entity...
2017-07-22 Rhodri JamesTest suspending and resuming parse during entity substi...
2017-07-22 Rhodri JamesAdd test to ensure a hash collision while expanding...
2017-07-22 Rhodri JamesTest suspending parse during epilog
2017-07-22 Rhodri JamesTest aborting in the epilog not from a CR character
2017-07-22 Rhodri JamesTest handling of partial characters at the end of the...
2017-07-22 Rhodri JamesTest incomplete token in epilog
2017-07-22 Rhodri JamesTest comment in epilog with failing allocator
2017-07-22 Rhodri JamesTest PI handling in epilog with a failing allocator
2017-07-22 Rhodri JamesExtend abort test to cover more epilog code
2017-07-22 Rhodri JamesTest aborting parse during epilog processing
2017-07-22 Rhodri JamesTest suspending parse during an XML declaration
2017-07-22 Rhodri JamesShuffle code to keep similar things together.
next