1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-23 17:33:50 +03:00

Commit Graph

  • 38588b5df6 Merge branch 'doc-add1' into 'master' Amber Liu 2024-12-23 08:36:17 +0000
  • e49847e282 Merge branch 'android-threading' into 'master' Saleem Abdulrasool 2024-12-22 16:02:36 +0000
  • 7987e46280 Merge branch 'meson_legacy_symbols' into 'master' Michal Prívozník 2024-12-22 05:26:37 +0000
  • 788c095f11 Merge branch 'symlink' into 'master' Ewelina Walkusz 2024-12-21 23:25:05 +0000
  • b3871dd138 io: Fix memory leaks of encoding handler in error cases master Nick Wellnhofer 2024-12-21 21:50:13 +0100
  • afeff9c52b xinclude: Allow build without XPath Nick Wellnhofer 2024-12-21 20:47:40 +0100
  • c134e8b4dc include: Make INPUT_CHUNK macro private Nick Wellnhofer 2024-12-19 21:05:49 +0100
  • 84a6c82ff8 include: Make most IS_* macros private Nick Wellnhofer 2024-12-19 20:59:10 +0100
  • 0d4a17af49 valid: Fix and check return value of nodeVPush Nick Wellnhofer 2024-12-18 12:02:36 +0100
  • 3f0bac4820 malloc-fail: Handle more malloc failures in schema code Nick Wellnhofer 2024-12-11 16:23:30 +0100
  • df7cb96c50 build: Set C standard with CMake and meson Nick Wellnhofer 2024-12-21 18:55:51 +0100
  • 3d4f7f47b9 meson: Set WITH_HTTP for config.cmake Nick Wellnhofer 2024-12-21 18:51:44 +0100
  • a11c28a6fc meson: Add warning options Nick Wellnhofer 2024-12-21 18:50:47 +0100
  • 2e18e5dc6d memory: Grow dynamic arrays by 50% Nick Wellnhofer 2024-12-16 18:54:36 +0100
  • b9feb81632 xpath: Check reallocations for overflow Nick Wellnhofer 2024-12-15 17:56:37 +0100
  • db8cce3d27 schemas: Check reallocations for overflow Nick Wellnhofer 2024-12-11 14:16:59 +0100
  • 0d6136da21 regexp: Check reallocations for overflow Nick Wellnhofer 2024-12-15 23:23:10 +0100
  • ae41cf9af5 xinclude: Check reallocations for overflow Nick Wellnhofer 2024-12-15 23:05:06 +0100
  • 178b11219c valid: Check reallocations for overflow Nick Wellnhofer 2024-12-15 22:44:39 +0100
  • 8b2d9ac45b uri: Check reallocations for overflow Nick Wellnhofer 2024-12-15 22:37:22 +0100
  • 2042090b45 tree: Check reallocations for overflow Nick Wellnhofer 2024-12-15 22:32:12 +0100
  • 307bc230ab pattern: Allocate arrays lazily Nick Wellnhofer 2024-12-16 01:28:06 +0100
  • 7b3d1134c3 pattern: Check reallocations for overflow Nick Wellnhofer 2024-12-15 22:06:11 +0100
  • 3f72a579c2 entities: Check reallocations for overflow Nick Wellnhofer 2024-12-15 21:53:54 +0100
  • df0f16fa26 encoding: Check reallocations for overflow Nick Wellnhofer 2024-12-15 21:34:59 +0100
  • 1c51f3d3f1 catalog: Check reallocations for overflow Nick Wellnhofer 2024-12-15 21:32:36 +0100
  • 509d498127 c14n: Check reallocations for overflow Nick Wellnhofer 2024-12-15 21:30:04 +0100
  • 58e2e72481 reader: Check reallocations for overflow Nick Wellnhofer 2024-12-15 21:23:34 +0100
  • 0447275ef8 html: Check reallocations for overflow Nick Wellnhofer 2024-12-15 21:17:07 +0100
  • 8231c03663 parser: Check reallocations for overflow Nick Wellnhofer 2024-12-15 23:36:04 +0100
  • 5320a4aa38 memory: Implement xmlGrowCapacity to safely grow arrays Nick Wellnhofer 2024-12-15 23:35:28 +0100
  • afbc0a0405 xpath: Make contextSize and proximityPosition default to 1 Nick Wellnhofer 2024-12-21 16:25:14 +0100
  • e014cc570f xpath: Remove non-standard xf:escape-uri function Nick Wellnhofer 2024-12-21 16:23:32 +0100
  • bf5fcf6e64 xpath: Use separate static hash table for standard functions Nick Wellnhofer 2024-12-21 16:03:46 +0100
  • c72b2460e2 Merge branch 'xmlRegexpPrint-compact' into 'master' Florin Haja 2024-12-20 18:15:06 +0000
  • 1c7d73d7aa Merge branch 'master' into 'master' Ahmed Zaki 2024-12-20 14:13:48 +0000
  • 1c5d7581f6 Merge branch 'iconv_null' into '2.13' Dario Binacchi 2024-12-20 07:45:27 +0000
  • fc72e0833a Fix compilation with uclibc 2.13 Dario Binacchi 2024-12-16 17:23:23 +0100
  • 0dd910e82b save: Fix handling of catastrophic errors Nick Wellnhofer 2024-12-18 23:37:35 +0100
  • 72f84dd739 fuzz: Inject IO failures into serialization code Nick Wellnhofer 2024-12-17 18:26:24 +0100
  • 0160076f39 save: Forward error from closing IO in xmlSaveFinish Nick Wellnhofer 2024-12-17 17:54:20 +0100
  • 072a2bcfbf Merge branch 'master' into 'master' Mike Gorse 2024-12-13 20:11:45 +0000
  • 169857ad26 xmllint: Check return value of htmlNewParserCtxt Nick Wellnhofer 2024-12-13 15:12:18 +0100
  • 1e1b48918c parser: Also raise error if ctxt is NULL Nick Wellnhofer 2024-12-13 16:45:38 +0100
  • 6548ba11b8 parser: Fix argument checks in xmlCtxtParse* Nick Wellnhofer 2024-12-13 16:37:40 +0100
  • 9c980d000d gitlab-ci: Stop including gnome-release-service-ci-templates Nick Wellnhofer 2024-12-13 12:41:46 +0100
  • 0c7727519f cmake: Completely remove deprecated options Nick Wellnhofer 2024-12-13 02:01:49 +0100
  • e6045ed754 reader: Add argument checks Nick Wellnhofer 2024-12-12 22:09:25 +0100
  • 49164610a4 reader: Forward catastrophic errors from XInclude Nick Wellnhofer 2024-12-12 22:08:50 +0100
  • 8139ad2f77 fuzz: Fix IO error check in reader fuzzer Nick Wellnhofer 2024-12-12 19:19:47 +0100
  • c866cd0b64 Update file CMakeLists.txt Saleem Abdulrasool 2024-12-12 21:16:33 +0000
  • 110e44ec9c SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL Nick Wellnhofer 2024-12-11 22:43:27 +0100
  • 2b542ee990 cmake: Always build Python module as shared library Nick Wellnhofer 2024-12-07 15:09:46 +0100
  • 46a17a91a5 python: Declare init func with PyMODINIT_FUNC Nick Wellnhofer 2024-12-07 15:07:46 +0100
  • 7a9728c177 gitlab-ci: Re-add llvm Nick Wellnhofer 2024-12-10 21:37:58 +0100
  • d09b07d1b9 gitlab-ci: Remove llvm from CI container Nick Wellnhofer 2024-12-10 18:44:26 +0100
  • 1e9fc2308f Merge branch 'xmlregexp-critical' into 'master' Maks Mishin 2024-12-10 00:02:44 +0000
  • 5505d23545 Fix typo Nick Wellnhofer 2024-12-10 00:40:36 +0100
  • 5ca4ce6fc0 gitlab-ci: Add "dist" job to build distribution tarball Nick Wellnhofer 2024-12-09 23:28:38 +0100
  • 225e0229dc autotools: Add html5ent.inc to EXTRA_DIST Nick Wellnhofer 2024-12-09 23:28:02 +0100
  • 8d9c359a01 gitlab-ci: Add xz-utils for distribution tarballs Nick Wellnhofer 2024-12-09 23:17:55 +0100
  • 5c9abbf831 SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL Nick Wellnhofer 2024-12-09 17:17:32 +0100
  • 92204112ec cmake: Always build Python module as shared library Nick Wellnhofer 2024-12-07 15:09:46 +0100
  • 7ca75b321f python: Declare init func with PyMODINIT_FUNC Nick Wellnhofer 2024-12-07 15:07:46 +0100
  • 3b38f19b40 fuzz: Silence more OOM errors Nick Wellnhofer 2024-11-25 22:37:51 +0100
  • 9f652e57c1 fuzz: Inject IO failures Nick Wellnhofer 2024-11-25 19:41:33 +0100
  • 754843abda fuzz: Remove xmlFuzzEntityLoader Nick Wellnhofer 2024-11-26 02:22:35 +0100
  • eae9a1bd8b parser: Pop input stream in xmlCtxtValidateDtd Nick Wellnhofer 2024-11-26 14:18:22 +0100
  • 5204c872bb valid: Reset context before validating Nick Wellnhofer 2024-11-26 10:40:16 +0100
  • 70cce2ece3 parser: Make XML_ERR_RESOURCE_LIMIT non-catastrophic Nick Wellnhofer 2024-11-26 01:20:54 +0100
  • dafcefb228 parser: Fail on catastrophic errors in recovery mode Nick Wellnhofer 2024-11-25 22:22:26 +0100
  • d3a7075462 xinclude: Fix handling of catastrophic errors Nick Wellnhofer 2024-11-25 21:35:09 +0100
  • 57087e5fc7 parser: Don't overwrite catastrophic errors Nick Wellnhofer 2024-11-25 20:59:06 +0100
  • 068abc0b75 cmake: Fix compatibility in package version file 2.12 Nick Wellnhofer 2024-11-22 18:52:24 +0100
  • 6998f3b251 tests: Fix sanitizer version check on old Apple clang Nick Wellnhofer 2024-11-13 20:22:32 +0100
  • fe1ee0f25f cmake: add missing Bcrypt link on Windows Saleem Abdulrasool 2024-11-22 15:48:07 -0800
  • b347a008a7 cmake: Fix compatibility in package version file Nick Wellnhofer 2024-11-22 18:52:24 +0100
  • 3cb94cd241 tests: Fix sanitizer version check on old Apple clang Nick Wellnhofer 2024-11-13 20:22:32 +0100
  • 5737466a31 cmake: Only link with winsock2 if HTTP is enabled Nick Wellnhofer 2024-11-23 15:49:04 +0100
  • d4fc7b7065 cmake: Fix indentation in libxml2-config.cmake.in Nick Wellnhofer 2024-11-23 15:43:26 +0100
  • ec909ed27e example: Fix indentation in icu.c, mention in NEWS Nick Wellnhofer 2024-11-22 20:24:02 +0100
  • 4e27bbddfa build: add missing Bcrypt link on Windows Saleem Abdulrasool 2024-11-22 15:48:07 -0800
  • 9cd4748799 doc: Add example for ICU with xmlCtxtSetCharEncConvImpl Nick Wellnhofer 2024-11-22 19:51:32 +0100
  • 2ef1beb38b cmake: Fix compatibility in package version file Nick Wellnhofer 2024-11-22 18:52:24 +0100
  • de47847293 build: Remove unused variables Nick Wellnhofer 2024-11-22 00:45:44 +0100
  • e9d941f942 cmake: Only build required source files Nick Wellnhofer 2024-11-21 23:38:52 +0100
  • 799104defb build: Schema doesn't require XPath anymore Nick Wellnhofer 2024-11-21 23:38:22 +0100
  • 1dc5e50a8e catalog: Only use XML_SYSCONFDIR if catalogs are enabled Nick Wellnhofer 2024-11-21 23:22:40 +0100
  • 52afde07c1 build: Only build xmlcatalog executable if enabled Nick Wellnhofer 2024-11-21 23:17:07 +0100
  • a5764b56d2 build: Define XML_SYSCONFDIR in config.h Nick Wellnhofer 2024-11-21 22:18:36 +0100
  • 0dc26910c1 parser: Deprecate more internal functions Nick Wellnhofer 2024-11-20 21:04:19 +0100
  • a227a71ac9 regexp: Deprecate internal functions Nick Wellnhofer 2024-11-20 17:03:11 +0100
  • 84a6eece62 parser: Remove unneeded call to xmlDetectEncoding Nick Wellnhofer 2024-11-18 20:40:47 +0100
  • 497081baab parser: Remove remaining calls to xml{Push|Pop}Input Nick Wellnhofer 2024-11-17 20:25:07 +0100
  • 0f4f89005d parser: Rename inputPush to xmlCtxtPushInput Nick Wellnhofer 2024-11-17 20:13:14 +0100
  • e2ad249c23 parser: Deprecate more internal symbols Nick Wellnhofer 2024-11-17 19:48:44 +0100
  • 2fcdc5f7e7 globals: More comments on future directions Nick Wellnhofer 2024-11-18 20:41:09 +0100
  • 4d1f35b0a9 valid: Deprecate more internal functions Nick Wellnhofer 2024-11-17 19:45:16 +0100
  • de0c779116 fuzz: Switch to xmlCtxtValidateDocument Nick Wellnhofer 2024-11-17 13:56:19 +0100
  • 5a51f08517 valid: Implement xmlCtxtValidateDocument Nick Wellnhofer 2024-11-17 13:50:15 +0100