summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trio.c: Define modl, floorl and powl only when neededfix-trio-msvcChun-wei Fan2020-05-161-3/+9
* trio*.c: Define IN_LIBXMLChun-wei Fan2020-05-163-0/+5
* trio*h: Decorate symbols for exportChun-wei Fan2020-05-164-105/+107
* win32/Makefile.msvc: Include the TRIO sources on requestChun-wei Fan2020-05-161-1/+19
* win32: allow passing *FLAGS on command lineMichael Stahl2020-05-041-0/+5
* Make schema validation fail with multiple top-level elementsNick Wellnhofer2020-05-041-0/+4
* Guard new calls to xmlValidatePopElement in xml_reader.cDaniel Cheng2020-05-041-0/+2
* Add LIBXML_VALID_ENABLED to xmlreaderŁukasz Wojniłowicz2020-05-041-0/+2
* Configure file xmlwin32version.h.in on MSVCMarkus Rickert2020-05-041-1/+5
* List headers individuallyMarkus Rickert2020-05-041-7/+56
* Add CMake build filesMarkus Rickert2020-05-043-0/+1074
* Call xmlCleanupParser on ELF destructionSamuel Thibault2020-05-042-1/+20
* Parenthesize Py<type>_Check() in ifsMiro Hrončok2020-03-102-8/+8
* Fix typosNick Wellnhofer2020-03-0895-380/+380
* Disable LeakSanitizerNick Wellnhofer2020-03-021-0/+2
* Stop calling SAX getEntity handler from XMLReaderNick Wellnhofer2020-02-111-21/+0
* Add test case for recursive external parsed entitiesNick Wellnhofer2020-02-116-0/+253
* Enable error tests with entity substitutionNick Wellnhofer2020-02-1120-0/+205
* Don't load external entity from xmlSAX2GetEntityNick Wellnhofer2020-02-112-37/+0
* Merge code paths loading external entitiesNick Wellnhofer2020-02-111-210/+72
* Copy some XMLReader option flags to parser contextNick Wellnhofer2020-02-111-0/+4
* Fix copying of entities in xmlParseReferenceNick Wellnhofer2020-02-113-40/+33
* Fix memory leak in xmlSchemaValidateStreamZhipeng Xie2020-02-111-1/+0
* Fix xmlSchemaGetCanonValue formatting for date and dateTimeKevin Puetz2020-02-111-4/+4
* Fix memory leak when shared libxml.dll is unloadedKevin Puetz2020-02-111-0/+4
* Fix potentially-uninitialized critical section in Win32 DLL buildsKevin Puetz2020-02-111-2/+3
* Add xmlPopOutputCallbacksNick Wellnhofer2020-02-114-0/+39
* Fix integer overflow in xmlBufferResizeNick Wellnhofer2020-01-101-2/+7
* Minor fixes to configure.jsNick Wellnhofer2020-01-021-8/+6
* Check for overflow when allocating two-dimensional arraysNick Wellnhofer2020-01-021-9/+37
* Remove useless comparisonsNick Wellnhofer2020-01-025-125/+117
* Fix overflow check in xmlNodeDumpNick Wellnhofer2020-01-021-1/+1
* Updated Python test reader2.pyPieter van Oostrum2020-01-021-19/+107
* Updated python/tests/tstLastError.pyPieter van Oostrum2020-01-021-7/+10
* Fix infinite loop in xmlStringLenDecodeEntitiesZhipeng Xie2020-01-021-1/+2
* Fix freeing of nested documentsNick Wellnhofer2019-12-061-0/+5
* Fix more memory leaks in error paths of XPath parserNick Wellnhofer2019-12-021-9/+15
* Use random seed in xmlDictComputeFastKeyRanier Vilela2019-11-111-1/+1
* Fix memory leaks of encoding handlers in xmlsave.cNick Wellnhofer2019-11-111-18/+8
* Fix xml2-config error codeNick Wellnhofer2019-11-111-2/+1
* Fix memory leak in error path of XPath expr parserNick Wellnhofer2019-11-111-4/+16
* Fix overflow handling in xmlBufBackToBufferNick Wellnhofer2019-11-071-2/+4
* Null pointer handling in catalog.craniervf2019-11-061-7/+7
* xml2-config.in: fix regressions introduced by commit 2f2bf4b2cDmitry V. Levin2019-11-021-1/+3
* Enable more undefined behavior sanitizersNick Wellnhofer2019-11-023-3/+5
* Release of libxml2-2.9.10v2.9.10Daniel Veillard2019-10-3010-51/+348
* Run XML conformance tests under CINick Wellnhofer2019-10-291-2/+5
* Another fix for conditional sections at end of documentNick Wellnhofer2019-10-291-0/+1
* Fix some release issues on Fedora 30v2.9.10-rc1Daniel Veillard2019-10-232-2/+2
* Fix for conditional sections at end of documentNick Wellnhofer2019-10-231-4/+3