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