]> granicus.if.org Git - libexpat/shortlog
libexpat
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.
2017-07-22 Rhodri JamesTest group with many elements and a failing reallocator
2017-07-22 Rhodri JamesTest deeply nested group parsing with a failing allocator
2017-07-22 Rhodri JamesAdd test for external parameter entity with "not standa...
2017-07-22 Rhodri JamesTest external param entity with no further external...
2017-07-22 Rhodri JamesTest undefined system parameter entity in external DTD
2017-07-22 Rhodri JamesTest recursive parameter entity is rejected
2017-07-22 Rhodri JamesTest skipped parameter entity in external DTD triggers...
2017-07-22 Rhodri JamesReview 2017-03-13: refactor XML_Expat_Version test
2017-07-22 Rhodri JamesReview 2017-03-13: construct test string to avoid magic...
2017-07-22 Rhodri JamesReview 2017-03-13: replace magic number with appropriat...
2017-07-22 Rhodri JamesRemove warning about potentially unset variable in...
2017-07-22 Rhodri JamesTest standalone parameter entity coverage
2017-07-22 Rhodri JamesTest substituted public entity with long name against...
2017-07-22 Rhodri JamesTest group with choice in element declaration
2017-07-22 Rhodri JamesAdd element decl handler to nested group reallocation...
2017-07-22 Rhodri JamesAdd element declaration handler to nested group test
2017-07-22 Rhodri JamesTest nested groups with a failing reallocator
2017-07-22 Rhodri JamesTest deeply-nested groups
2017-07-22 Rhodri JamesTest public notation with no system ID
2017-07-22 Rhodri JamesTest system notation with failing allocator
2017-07-22 Rhodri JamesTest public notation with long system ID against failin...
2017-07-22 Rhodri JamesExtend notation allocation test with notation declarati...
2017-07-22 Rhodri JamesExtend PE allocation test with long entity name
2017-07-22 Rhodri JamesTest DTD processing stops for undefined parameter entities
2017-07-22 Rhodri JamesTest redefining predefined entities
2017-07-22 Rhodri JamesAdd entity decl handler to notation entity allocation...
2017-07-22 Rhodri JamesTest notation entity with failing allocator
2017-07-22 Rhodri JamesExtend NotStandalone tests to also exclude external...
2017-07-22 Rhodri JamesTest public doctype with long public name against faili...
2017-07-22 Rhodri JamesTest attribute with defaulted long enums and a failing...
2017-07-22 Rhodri JamesTest attribute list with a NOTATION and default value
next