]> granicus.if.org Git - libexpat/shortlog
libexpat
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...
2017-06-29 Kerin Millarconftools/get-version.sh: Use printf rather than try...
2017-06-28 Sebastian PippingTravis CI: Install dos2unix (#66)
2017-06-28 Sebastian PippingMerge branch 'make-run-xmltest-windows' (#66)
2017-06-28 Sebastian PippingMakefile.in: Waterproof against differences in line...
2017-06-28 Sebastian PippingMerge branch 'mingw-crossdev-wine-linuxmint' (#64)
2017-06-27 Sebastian Pippingxmlwf/readfilemap.c: Address -Wsign-compare warning
2017-06-27 Sebastian Pippingcoverage.sh: Symlink libwinpthread-1.dll as well for...
2017-06-25 Sebastian Pippingtests: Address -Wformat compile warnings
2017-06-25 Sebastian PippingChanges: Give credit to Viktor Szakats (#61)
2017-06-25 Viktor SzakatsLoadLibrary() call to work correctly regardless of...
2017-06-25 Sebastian PippingChanges: Mention fix to #60
2017-06-25 Václav SlavíkFix building on win32 if _UNICODE is defined
2017-06-24 Sebastian Pippingcoverage.sh: Fix two comment typos
2017-06-23 Sebastian PippingMerge branch 'haypo-win64_warn' (pull request #58)
2017-06-23 Sebastian Pippingsiphash.h: Compress change log a bit
2017-06-23 Sebastian PippingChanges/siphash.h: Extend log, give credit to Victor...
2017-06-23 Victor StinnerFix compiler warnings on Windows 64-bit
2017-06-22 Sebastian PippingMerge branch 'travis-matrix' (pull request #54)
2017-06-22 Sebastian PippingTravis CI: No need to download upfront any more
2017-06-22 Sebastian Pippingsiphash.h: Fix duplicate/leftover line in the header...
2017-06-19 Sebastian PippingChanges: Mention getrandom detection issues on macOS...
2017-06-19 Muhammad Kaisar... Travis CI: Use build matrix
2017-06-18 Sebastian Pippingsiphash.h: Address lack of stdint.h for Visual Studio...
next