summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fail parsing early on if encoding conversion failedCVE-2015-8317Daniel Veillard2015-06-291-1/+5
* Do not process encoding values if the declaration if brokenDaniel Veillard2015-06-291-0/+4
* Silence clang's -Wunknown-attributeMichael Catanzaro2015-04-261-1/+1
* os400: fix various ILE/RPG types definitions. Adjust build scripts.Patrick Monnerat2015-04-1623-101/+165
* CVE-2015-1819 Enforce the reader to run in constant memoryCVE-2015-1819Daniel Veillard2015-04-143-3/+63
* xmlMemUsed is not thread-safeMartin von Gagern2015-04-131-2/+12
* Allow HTML serializer to output HTML5 DOCTYPEShaun McCance2015-04-031-1/+2
* Fix support for except in nameclassesDaniel Veillard2015-03-1613-1/+28
* Regression test for bug #695699Nick Wellnhofer2015-03-082-0/+11
* Add a couple of XPath testsNick Wellnhofer2015-03-082-0/+51
* Fix order of root nodesNick Wellnhofer2015-03-081-2/+2
* Allow attributes on descendant-or-self axisNick Wellnhofer2015-03-083-7/+16
* Fix the fix to Windows lockingSteve Nairn2015-03-031-1/+1
* Fix timsort invariant loop re: Envisage articleChristopher Swenson2015-02-271-35/+39
* Cleanup conditional section error handlingCVE-2015-7941_2Daniel Veillard2015-02-231-0/+6
* Stop parsing on entities boundaries errorsCVE-2015-7941_1Daniel Veillard2015-02-231-0/+1
* Add Python 3 rpm subpackageTomas Radej2015-02-181-6/+54
* libxml2-config.cmake.in: update include directoriesSamuel Martin2015-02-131-1/+1
* Don't add IDs in xmlSetTreeDocNick Wellnhofer2014-12-231-0/+8
* threads: use forward declarations only for glibcMichael Heimpold2014-12-221-2/+2
* Account for ID attributes in xmlSetTreeDocNick Wellnhofer2014-12-191-0/+11
* Update Win32 configure.js to search for configure.acDaniel Veillard2014-10-281-1/+1
* Remove various unused value assignmentsPhilip Withnall2014-10-273-7/+7
* Adding example from bugs 738805 to regression testsDaniel Veillard2014-10-237-0/+224
* Fix missing entities after CVE-2014-3660 fixDaniel Veillard2014-10-231-1/+2
* Revert "Missing initialization for the catalog module"Daniel Veillard2014-10-171-3/+0
* Release of libxml2-2.9.2v2.9.2Daniel Veillard2014-10-167-153/+1105
* Forgot to add the cmake MakefileDaniel Veillard2014-10-161-0/+1
* Fix for CVE-2014-3660CVE-2014-3660Daniel Veillard2014-10-161-4/+38
* fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENCBart De Schuymer2014-10-161-2/+4
* AC_CONFIG_FILES and executable bitRoumen Petrov2014-10-161-2/+3
* remove HAVE_CONFIG_H dependency in testlimits.cRoumen Petrov2014-10-162-4/+1
* fix some tabs mixing incompatible with python3Roumen Petrov2014-10-161-43/+43
* win32/libxml2.def.src after rebuild in docRoumen Petrov2014-10-161-0/+24
* elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement()Roumen Petrov2014-10-161-2/+2
* elfgcchack.h: add xmlXPathNodeEval and xmlXPathSetContextNodeRoumen Petrov2014-10-161-0/+24
* xmlmemory: handle realloc properlyYegor Yefremov2014-10-131-3/+5
* Provide cmake moduleSamuel Martin2014-10-133-1/+55
* Python generator bug raised by the const changev2.9.2-rc2Daniel Veillard2014-10-1317-502/+517
* Fix a couple of issues raised by make distDaniel Veillard2014-10-132-2/+9
* Fix and add const qualifiersKurt Roeckx2014-10-136-92/+92
* Visual Studio 14 CTP defines snprintf()Francis Dupont2014-10-131-0/+2
* Windows Critical sections not released correctlyDaniel Veillard2014-10-131-2/+4
* OS400: do not try to copy unexisting doc filesPatrick Monnerat2014-10-102-8/+11
* OS400: use either configure.ac or configure.in.Patrick Monnerat2014-10-101-2/+10
* Removal of old configure.inDaniel Veillard2014-10-101-1663/+0
* Preparing for upcoming release of 2.9.2v2.9.2-rc1Daniel Veillard2014-10-091-0/+1663
* Parser error on repeated recursive entity expansion containing <Daniel Veillard2014-10-081-2/+2
* Fix zlib and lzma libraries check via command lineDmitriy2014-10-071-2/+8
* xpointer : fixing Null PointersGaurav Gupta2014-10-071-0/+28