aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing Null check in xmlParseExternalEntityPrivateGaurav Gupta2015-09-301-4/+6
* Fix a bug in CData error handling in the push parserDaniel Veillard2015-09-186-5/+18
* Fix a bug on name parsing at the end of current input bufferDaniel Veillard2015-09-155-9/+41
* Fix the spurious ID already defined errorDaniel Veillard2015-09-106-2/+25
* Fix previous change to node sort orderNick Wellnhofer2015-07-111-4/+4
* Avoid XSS on the search of xmlsoft.orgDaniel Veillard2015-07-031-2/+3
* Recover unescaped less-than character in HTML recovery parsingDaniel Veillard2015-06-301-3/+30
* Fix a self assignment issue raised by clangScott Graham2015-06-301-3/+3
* Fail parsing early on if encoding conversion failedDaniel 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 memoryDaniel 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 handlingDaniel Veillard2015-02-231-0/+6
* Stop parsing on entities boundaries errorsDaniel 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.2Daniel Veillard2014-10-167-153/+1105
* Forgot to add the cmake MakefileDaniel Veillard2014-10-161-0/+1
* Fix for CVE-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 changeDaniel 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