- 2cf6d4b gitlab-ci: Add "dist" job to build distribution tarball by Nick Wellnhofer · 1 year ago
- 3910e63 reader: Fix return value of xmlTextReaderReadString again by Nick Wellnhofer · 1 year ago
- be579a2 reader: Fix return value of xmlTextReaderReadString again by Nick Wellnhofer · 1 year ago
- 86401cc xmllint: Make --shell ignore some other options by Nick Wellnhofer · 1 year ago
- c0c69cb xmllint: Always reuse parser context by Nick Wellnhofer · 1 year ago
- a5be2cc xmllint: Support --xpath --debug by Nick Wellnhofer · 1 year ago
- f22707f xmllint: Use xmlXPathOrderDocElems for XPath queries by Nick Wellnhofer · 1 year ago
- ca81916 include: Use intptr_t to cast between pointers and ints by Nick Wellnhofer · 1 year, 1 month ago
- 41c10c0 io: Don't cast file descriptors to pointers by Nick Wellnhofer · 1 year, 1 month ago
- 71c37a5 malloc-fail: Fix memory leak in xmlValidateElementContent by Nick Wellnhofer · 1 year, 1 month ago
- ab62fc2 gitlab-ci: Add --with-valid to medium config by Nick Wellnhofer · 1 year, 1 month ago
- cd220b9 valid: Remove duplicate error messages when streaming by Nick Wellnhofer · 1 year, 1 month ago
- bd2a164 valid: Fix build --without-regexps by Nick Wellnhofer · 1 year, 1 month ago
- 41aed08 automake: Only build testdso when testing by Nick Wellnhofer · 1 year, 1 month ago
- 0cf25b3 Regenerate docs and testapi.c by Nick Wellnhofer · 1 year, 1 month ago
- 2e3a91a doc: Fix documentation by Nick Wellnhofer · 1 year, 1 month ago
- 53c131f doc: Make apibuild.py work again by Nick Wellnhofer · 1 year, 1 month ago
- f35d528 autotools: Set AC_CONFIG_AUX_DIR by Nick Wellnhofer · 1 year, 1 month ago
- 260954c autotools: Set AC_CONFIG_AUX_DIR by Nick Wellnhofer · 1 year, 1 month ago
- b3871dd io: Fix memory leaks of encoding handler in error cases by Nick Wellnhofer · 1 year, 1 month ago
- afeff9c xinclude: Allow build without XPath by Nick Wellnhofer · 1 year, 1 month ago
- c134e8b include: Make INPUT_CHUNK macro private by Nick Wellnhofer · 1 year, 1 month ago
- 84a6c82 include: Make most IS_* macros private by Nick Wellnhofer · 1 year, 1 month ago
- 0d4a17a valid: Fix and check return value of nodeVPush by Nick Wellnhofer · 1 year, 1 month ago
- 3f0bac4 malloc-fail: Handle more malloc failures in schema code by Nick Wellnhofer · 1 year, 1 month ago
- df7cb96 build: Set C standard with CMake and meson by Nick Wellnhofer · 1 year, 1 month ago
- 3d4f7f4 meson: Set WITH_HTTP for config.cmake by Nick Wellnhofer · 1 year, 1 month ago
- a11c28a meson: Add warning options by Nick Wellnhofer · 1 year, 1 month ago
- 2e18e5d memory: Grow dynamic arrays by 50% by Nick Wellnhofer · 1 year, 1 month ago
- b9feb81 xpath: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- db8cce3 schemas: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 0d6136d regexp: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- ae41cf9 xinclude: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 178b112 valid: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 8b2d9ac uri: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 2042090 tree: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 307bc23 pattern: Allocate arrays lazily by Nick Wellnhofer · 1 year, 1 month ago
- 7b3d113 pattern: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 3f72a57 entities: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- df0f16f encoding: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 1c51f3d catalog: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 509d498 c14n: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 58e2e72 reader: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 0447275 html: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 8231c03 parser: Check reallocations for overflow by Nick Wellnhofer · 1 year, 1 month ago
- 5320a4a memory: Implement xmlGrowCapacity to safely grow arrays by Nick Wellnhofer · 1 year, 1 month ago
- afbc0a0 xpath: Make contextSize and proximityPosition default to 1 by Nick Wellnhofer · 1 year, 1 month ago
- e014cc5 xpath: Remove non-standard xf:escape-uri function by Nick Wellnhofer · 1 year, 1 month ago
- bf5fcf6 xpath: Use separate static hash table for standard functions by Nick Wellnhofer · 1 year, 1 month ago
- fc72e08 Fix compilation with uclibc by Dario Binacchi · 1 year, 1 month ago
- 0dd910e save: Fix handling of catastrophic errors by Nick Wellnhofer · 1 year, 1 month ago
- 72f84dd fuzz: Inject IO failures into serialization code by Nick Wellnhofer · 1 year, 1 month ago
- 0160076 save: Forward error from closing IO in xmlSaveFinish by Nick Wellnhofer · 1 year, 1 month ago
- 169857a xmllint: Check return value of htmlNewParserCtxt by Nick Wellnhofer · 1 year, 1 month ago
- 1e1b489 parser: Also raise error if ctxt is NULL by Nick Wellnhofer · 1 year, 1 month ago
- 6548ba1 parser: Fix argument checks in xmlCtxtParse* by Nick Wellnhofer · 1 year, 1 month ago
- 9c980d0 gitlab-ci: Stop including gnome-release-service-ci-templates by Nick Wellnhofer · 1 year, 1 month ago
- 0c77275 cmake: Completely remove deprecated options by Nick Wellnhofer · 1 year, 1 month ago
- e6045ed reader: Add argument checks by Nick Wellnhofer · 1 year, 1 month ago
- 4916461 reader: Forward catastrophic errors from XInclude by Nick Wellnhofer · 1 year, 1 month ago
- 8139ad2 fuzz: Fix IO error check in reader fuzzer by Nick Wellnhofer · 1 year, 1 month ago
- 110e44e SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL by Nick Wellnhofer · 1 year, 1 month ago
- 2b542ee cmake: Always build Python module as shared library by Nick Wellnhofer · 1 year, 1 month ago
- 46a17a9 python: Declare init func with PyMODINIT_FUNC by Nick Wellnhofer · 1 year, 1 month ago
- 7a9728c gitlab-ci: Re-add llvm by Nick Wellnhofer · 1 year, 1 month ago
- d09b07d gitlab-ci: Remove llvm from CI container by Nick Wellnhofer · 1 year, 1 month ago
- 5505d23 Fix typo by Nick Wellnhofer · 1 year, 1 month ago
- 5ca4ce6 gitlab-ci: Add "dist" job to build distribution tarball by Nick Wellnhofer · 1 year, 1 month ago
- 225e022 autotools: Add html5ent.inc to EXTRA_DIST by Nick Wellnhofer · 1 year, 1 month ago
- 8d9c359 gitlab-ci: Add xz-utils for distribution tarballs by Nick Wellnhofer · 1 year, 1 month ago
- 5c9abbf SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL by Nick Wellnhofer · 1 year, 1 month ago
- 9220411 cmake: Always build Python module as shared library by Nick Wellnhofer · 1 year, 1 month ago
- 7ca75b3 python: Declare init func with PyMODINIT_FUNC by Nick Wellnhofer · 1 year, 1 month ago
- 3b38f19 fuzz: Silence more OOM errors by Nick Wellnhofer · 1 year, 2 months ago
- 9f652e5 fuzz: Inject IO failures by Nick Wellnhofer · 1 year, 2 months ago
- 754843a fuzz: Remove xmlFuzzEntityLoader by Nick Wellnhofer · 1 year, 2 months ago
- eae9a1b parser: Pop input stream in xmlCtxtValidateDtd by Nick Wellnhofer · 1 year, 2 months ago
- 5204c87 valid: Reset context before validating by Nick Wellnhofer · 1 year, 2 months ago
- 70cce2e parser: Make XML_ERR_RESOURCE_LIMIT non-catastrophic by Nick Wellnhofer · 1 year, 2 months ago
- dafcefb parser: Fail on catastrophic errors in recovery mode by Nick Wellnhofer · 1 year, 2 months ago
- d3a7075 xinclude: Fix handling of catastrophic errors by Nick Wellnhofer · 1 year, 2 months ago
- 57087e5 parser: Don't overwrite catastrophic errors by Nick Wellnhofer · 1 year, 2 months ago
- fe1ee0f cmake: add missing `Bcrypt` link on Windows by Saleem Abdulrasool · 1 year, 2 months ago
- b347a00 cmake: Fix compatibility in package version file by Nick Wellnhofer · 1 year, 2 months ago
- 3cb94cd tests: Fix sanitizer version check on old Apple clang by Nick Wellnhofer · 1 year, 2 months ago
- 5737466 cmake: Only link with winsock2 if HTTP is enabled by Nick Wellnhofer · 1 year, 2 months ago
- d4fc7b7 cmake: Fix indentation in libxml2-config.cmake.in by Nick Wellnhofer · 1 year, 2 months ago
- ec909ed example: Fix indentation in icu.c, mention in NEWS by Nick Wellnhofer · 1 year, 2 months ago
- 4e27bbd build: add missing `Bcrypt` link on Windows by Saleem Abdulrasool · 1 year, 2 months ago
- 9cd4748 doc: Add example for ICU with xmlCtxtSetCharEncConvImpl by Nick Wellnhofer · 1 year, 2 months ago
- 2ef1beb cmake: Fix compatibility in package version file by Nick Wellnhofer · 1 year, 2 months ago
- de47847 build: Remove unused variables by Nick Wellnhofer · 1 year, 2 months ago
- e9d941f cmake: Only build required source files by Nick Wellnhofer · 1 year, 2 months ago
- 799104d build: Schema doesn't require XPath anymore by Nick Wellnhofer · 1 year, 2 months ago
- 1dc5e50 catalog: Only use XML_SYSCONFDIR if catalogs are enabled by Nick Wellnhofer · 1 year, 2 months ago
- 52afde0 build: Only build xmlcatalog executable if enabled by Nick Wellnhofer · 1 year, 2 months ago
- a5764b5 build: Define XML_SYSCONFDIR in config.h by Nick Wellnhofer · 1 year, 2 months ago
- 0dc2691 parser: Deprecate more internal functions by Nick Wellnhofer · 1 year, 2 months ago
- a227a71 regexp: Deprecate internal functions by Nick Wellnhofer · 1 year, 2 months ago
- 84a6eec parser: Remove unneeded call to xmlDetectEncoding by Nick Wellnhofer · 1 year, 2 months ago