]> granicus.if.org Git - libexpat/shortlog
libexpat
2017-07-16 Rhodri JamesTest for correct rejection of 'xmlns' as an attribute
2017-07-16 Rhodri JamesTest extension of URI buffer shared between element...
2017-07-16 Rhodri JamesTest medium-length element name with namespaces and...
2017-07-16 Rhodri JamesTest mixed prefixed and unprefixed attributes in a...
2017-07-16 Rhodri JamesTest allocator handling of attribute with long namespace
2017-07-16 Sebastian Pippingruntests.c: Fix memleaks
2017-07-16 Rhodri JamesTest attribute table hash collision handling
2017-07-16 Rhodri JamesTest long attribute names in a namespace with failing...
2017-07-16 Rhodri JamesExtend test coverage of external entity handler parameters
2017-07-16 Rhodri JamesComment change: explain why attribute count is twice...
2017-07-16 Rhodri JamesCheck NULLing the encoding works before the parse is...
2017-07-16 Rhodri JamesTest for specific error from XML_UseForeignDTD()
2017-07-16 Rhodri JamesFix structure initialisation not to cause warnings
2017-07-16 Rhodri JamesAdd test case for long URIs in attributes with failing...
2017-07-16 Rhodri JamesRestore original nsAttsSize if reallocation fails
2017-07-16 Rhodri JamesTest reallocation failure in xmlns attribute handling
2017-07-16 Rhodri JamesTest rejection of unbound prefix, improve coverage...
2017-07-16 Rhodri JamesRevert recorded size of attribute memory when reallocat...
2017-07-16 Rhodri JamesTest long namespace names (1024 characters)
2017-07-16 Rhodri JamesRefactor namespace allocation tests
2017-07-16 Rhodri JamesExtend code path coverage of entity handling
2017-07-16 Rhodri JamesAdd test coverage for comments with a failing allocator
2017-07-16 Rhodri JamesMore coverage of PIs with failing allocator
2017-07-16 Rhodri JamesTest parsing a PI with a failing allocator
2017-07-16 Rhodri JamesExpand really long line test for encoded CDATA handling
2017-07-16 Rhodri JamesTest right square bracket handling in external entity...
2017-07-16 Rhodri JamesMore tests for the right square bracket control paths
2017-07-16 Rhodri JamesTest handling of right square bracket at end of content...
2017-07-16 Rhodri JamesExtend ASCII CDATA test to cover a default handler
2017-07-16 Rhodri JamesAdd CDATA section handlers for increased test coverage
2017-07-16 Rhodri JamesAdd default handler to namespace failing allocation...
2017-07-16 Rhodri JamesAdd default handlers to character entity tests to exten...
2017-07-16 Rhodri JamesExtend coverage of namespace start and end handlers
2017-07-16 Rhodri JamesTest external entity with no handler
2017-07-16 Rhodri JamesTweak tests for greater allocation failure coverage
2017-07-16 Rhodri JamesMore external entity allocation failure coverage
2017-07-16 Rhodri JamesExtend coverage of partial character parsing
2017-07-16 Rhodri JamesTest trailing CR in external entity parse
2017-07-16 Rhodri JamesTest handling of trailing CR (rather than newline)
2017-07-16 Sebastian PippingMerge branch 'coverage-review'
2017-07-16 Sebastian Pippingruntests.c: Fix memleaks
2017-07-16 Rhodri JamesExtend test coverage of external entity suspension
2017-07-16 Rhodri JamesTest suspending from an external entity's XML declarati...
2017-07-16 Sebastian PippingMerge branch 'coverage-review'
2017-07-16 Sebastian Pippingruntests.c: Fix memory leaks
2017-07-16 Sebastian Pippingruntests.c: Polish test_ext_entity_invalid_parse
2017-07-16 Rhodri JamesRefactor and extend external entity parse error testing
2017-07-15 Rhodri JamesCheck parse errors in external entity parsers
2017-07-15 Rhodri JamesTest UTF-8 BOM is recognised in UTF-8 external entity
2017-07-15 Rhodri JamesTest unknown encoding in external entity parser (increa...
2017-07-15 Rhodri JamesCheck handling of long element names with namespaces
2017-07-15 Rhodri JamesRefactor allocator test support
2017-07-15 Sebastian PippingMerge branch 'travis-ci' (issue #23)
2017-07-15 Sebastian PippingTravis CI: Ensure that Clang 4.0 is installed
2017-07-15 Sebastian Pippingqa.sh: Use clang for mode "address" to detect memory...
2017-07-15 Sebastian Pippingqa.sh: Rename BASE_FLAGS to BASE_COMPILE_FLAGS
2017-07-15 Sebastian PippingMerge branch 'make-check-memory' (issue #23)
2017-07-15 Sebastian PippingChanges: Document test suite memleak fixes
2017-07-15 Sebastian Pippingminicheck.c: Protect against potential NULL dereference
2017-07-15 Sebastian Pippingminicheck.c: Rename *_dispose to *_free
2017-07-14 Rhodri JamesFree the external entity parser in external_entity_load...
2017-07-14 Rhodri JamesFree all the data structures associated with test cases.
2017-07-14 Rhodri JamesFree the content model in dummy_element_decl_handler()
2017-07-14 Rhodri JamesFree external entity parser in external_entity_param()
2017-07-14 Rhodri JamesFree external entity parser in external_entity_suspender()
2017-07-14 Rhodri JamesFree external entity parser in external_entity_param_ch...
2017-07-14 Rhodri JamesFree external entity parser in external_entity_resetter...
2017-07-14 Rhodri JamesFree external entity parser in external_entity_loader...
2017-07-14 Rhodri JamesUse correct parser to signal failure in external_entity...
2017-07-12 Sebastian Pippingxmlparse.c: Adjust _GNU_SOURCE define in favor of Pytho... R_2_2_2
2017-07-12 Sebastian PippingChanges: Improve 2.2.2 security notes
2017-07-12 Sebastian Pippingxmlparse.c: Avoid _GNU_SOURCE macro redefinition (#77)
2017-07-12 Sebastian Pippingxmlparse.c: Address compile warning with -DNDEBUG ...
2017-07-12 Sebastian Pippingruntests.c: Protect against -DNDEBUG (issue #76 related)
2017-07-12 Sebastian PippingPrepare release version 2.2.2
2017-07-12 Sebastian PippingBump version info from 7:3:6 to 7:4:6
2017-07-12 Sebastian PippingMove to C99 (#73) and fix ULL integer literals (#69)
2017-07-12 Sebastian PippingTravis CI: Use -DXML_POOR_ENTROPY to fix compilation
2017-07-12 Sebastian PippingChanges: Document low quality entropy detection (relate...
2017-07-12 Sebastian Pippingxmlparse.c: Protect against accidental use of low quali...
2017-07-12 Sebastian Pippingxmlparse.c: Move includes up (to reduce chance of macro...
2017-07-12 Sebastian PippingChanges: Communicate security aspects in detail (#60)
2017-07-10 Rhodri JamesFix protocolEncodingName. (pull request #70)
2017-07-09 Sebastian PippingMerge branch 'cmake-fixes-from-vtk' (pull request #72)
2017-07-09 Sebastian PippingChanges: Mention CMake improvements
2017-07-05 Ben Boeckelcmake: use the current binary directory
2017-07-05 Ben BoeckelConfigureChecks: configure into the build tree
2017-07-05 Ben Boeckelcmake: include the current directory's ConfigureChecks...
2017-07-05 Ben Boeckelcmake: remove executable bits from cmake files
2017-07-05 Sebastian Pippingsiphash.h: Ensure <=80 line length
2017-07-05 Sebastian Pippingsiphash.h: Add const qualifiers
2017-07-01 Sebastian PippingChanges: Add MOX reference
2017-07-01 Sebastian PippingMerge branch 'xmlts-local-cache' (pull request #67)
2017-07-01 Rhodri JamesAdd means to avoid downloading xmlts.zip in coverage...
2017-07-01 Sebastian Pippingxmlparse.c: Move includes up to fix macro interference
2017-07-01 Sebastian PippingChanges: Mention parameter validation bug
2017-07-01 Sebastian Pippingxmlparse.c: Fix parser NULL dereference
2017-07-01 Sebastian PippingMerge branch 'autoreconf-dash-fix' (pull request #68)
2017-07-01 Sebastian PippingChanges: Mention #68, give credit to Kerin Millar
2017-06-29 Kerin Millarconftools/get-version.sh: Fix unsafe expansions of...
next