summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release of libxml2-2.9.3v2.9.3Daniel Veillard2015-11-2013-94/+335
* CVE-2015-8242 Buffer overead with HTML parser in push modeCVE-2015-8242Hugh Davenport2015-11-201-3/+3
* CVE-2015-7500 Fix memory access error due to incorrect entities boundariesCVE-2015-7500Daniel Veillard2015-11-202-8/+27
* Bug on creating new stream from entityDaniel Veillard2015-11-201-0/+2
* Fix some loop issues embedding NEXTDaniel Veillard2015-11-201-2/+4
* Detect incoherency on GROWCVE-2015-7499-2Daniel Veillard2015-11-201-1/+8
* Do not print error context when there is noneDaniel Veillard2015-11-201-1/+3
* Reuse xmlHaltParser() where it makes senseDaniel Veillard2015-11-201-20/+17
* Add xmlHaltParser() to stop the parserCVE-2015-7499-1Daniel Veillard2015-11-201-5/+29
* CVE-2015-5312 Another entity expansion issueCVE-2015-5312David Drysdale2015-11-201-0/+4
* CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKeyCVE-2015-7497David Drysdale2015-11-201-1/+4
* xmlStopParser reset errNoDaniel Veillard2015-11-091-0/+3
* Avoid processing entities after encoding conversion failuresCVE-2015-7498Daniel Veillard2015-11-092-3/+15
* Avoid extra processing of MarkupDecl when EOFHugh Davenport2015-11-031-0/+8
* Reenable xz support by defaultDaniel Veillard2015-11-033-8/+13
* CVE-2015-8035 Fix XZ compression support loopCVE-2015-8035Daniel Veillard2015-11-031-0/+4
* Fix parsing short unclosed comment uninitialized accessDaniel Veillard2015-10-301-7/+14
* Fix an error in previous Conditional section patchCVE-2015-7942-2Daniel Veillard2015-10-271-1/+1
* Correct spelling of "calling"Alex Henrie2015-10-261-1/+1
* Fix a small error in xmllint --format descriptionFabien Degomme2015-10-231-1/+1
* Another variation of overflow in Conditional sectionsCVE-2015-7942Daniel Veillard2015-10-231-1/+3
* 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 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