summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add CI for MSVC x86Markus Rickert2021-02-211-0/+17
* Fix slow parsing of HTML with encoding errorsNick Wellnhofer2021-02-203-2/+26
* Add a flag to not output anything when xmllint succeededhhb2021-02-201-5/+20
* Fix warnings in libxml.m4 with autoconf 2.70+.Simon Josefsson2021-02-201-4/+8
* Fix null deref introduced with previous commitNick Wellnhofer2021-02-091-1/+2
* Check for invalid redeclarations of predefined entitiesNick Wellnhofer2021-02-0815-6/+137
* Add the copy of type from original xmlDoc in xmlCopyDoc()SVGAnimate2021-02-081-0/+1
* Add CI for CMake on MSVCMarkus Rickert2021-02-081-1/+66
* parser.c: shrink the input buffer when appropriateMike Dalessio2021-02-081-0/+6
* Speed up HTML fuzzerNick Wellnhofer2021-02-071-4/+11
* Remove unused encoding parameter of HTML output functionsNick Wellnhofer2021-02-071-17/+17
* Fix infinite loop in HTML parser introduced with recent commitsNick Wellnhofer2021-02-071-1/+2
* Fix quadratic runtime when parsing CDATA sectionsNick Wellnhofer2021-02-031-31/+33
* Update minimum required CMake versionMarkus Rickert2021-01-151-1/+1
* Add variables for configured options to CMake config filesMarkus Rickert2021-01-052-11/+24
* Check if variables exist when defining targetsMarkus Rickert2021-01-051-3/+3
* Check if target exists when reading target propertiesMarkus Rickert2021-01-051-35/+39
* Add xmlcatalog target and definition to config filesMarkus Rickert2021-01-052-2/+9
* Remove include directories for link-only dependenciesMarkus Rickert2021-01-052-6/+0
* Fix ICU build in CMakeMarkus Rickert2021-01-053-5/+5
* Configure pkgconfig, xml2-config, and xml2Conf.sh fileMarkus Rickert2021-01-051-0/+40
* Fix timeout when handling recursive entitiesNick Wellnhofer2020-12-182-149/+30
* Fix memory leak in xmlParseElementMixedContentDeclNick Wellnhofer2020-12-181-2/+8
* Fix null deref in xmlStringGetNodeListNick Wellnhofer2020-12-181-0/+4
* Handle malloc failures in fuzzing codeNick Wellnhofer2020-12-182-11/+15
* use new htmlParseLookupCommentEnd to find comment endsMike Dalessio2020-12-163-11/+39
* htmlParseComment: treat `--!>` as if it closed the commentMike Dalessio2020-12-167-18/+49
* add test coverage for incorrectly-closed commentsMike Dalessio2020-12-168-0/+136
* Enforce maximum length of fuzz inputNick Wellnhofer2020-12-1611-9/+20
* Remove temporary members from struct _xmlXPathContextNick Wellnhofer2020-12-161-2/+0
* Fix integer overflow in xmlSchemaGetParticleTotalRangeMinNick Wellnhofer2020-12-151-5/+45
* encoding: fix memleak in xmlRegisterCharEncodingHandler()Xiaoming Ni2020-12-071-2/+11
* xmlschemastypes.c: xmlSchemaGetFacetValueAsULong add, check "facet->val"Xiaoming Ni2020-12-071-1/+1
* Update CMake config filesMarkus Rickert2020-12-072-35/+115
* Add xmlcatalog and xmllint to CMake exportMarkus Rickert2020-12-071-1/+1
* Simplify xmlexports.hNick Wellnhofer2020-12-061-115/+39
* Fix null pointer deref in xmlXPtrRangeInsideFunctionNick Wellnhofer2020-12-061-4/+6
* Fix quadratic runtime in HTML push parser with null bytesNick Wellnhofer2020-12-061-1/+1
* Require dependencies based on enabled CMake optionsMarkus Rickert2020-11-302-48/+46
* Avoid quadratic checking of identity-constraintsMichael Matz2020-11-301-22/+167
* Use NAMELINK_COMPONENT in CMake installMarkus Rickert2020-11-301-16/+2
* Add CMake files to EXTRA_DISTMarkus Rickert2020-11-301-0/+1
* Add missing compile definition for static builds to CMakeMarkus Rickert2020-11-302-0/+7
* Add CI for CMake on Linux and MinGWMarkus Rickert2020-11-301-3/+112
* Fix building with ICU 68.Frederik Seiffert2020-11-191-1/+1
* Convert python/libxml.c to PY_SSIZE_T_CLEANVictor Stinner2020-11-191-6/+7
* Build the Python extension with PY_SSIZE_T_CLEANVictor Stinner2020-11-191-1/+2
* Add CI test for Python 3Nick Wellnhofer2020-11-191-1/+8
* Fix xmlURIEscape memory leaks.Elliott Hughes2020-11-091-8/+9
* Avoid call stack overflow with XML reader and recursive XIncludesNick Wellnhofer2020-11-091-1/+2