aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libxml2: remove HTML supportcm-14.0Sergio Giro2016-04-134-8404/+7
* Merge "libxml2: silence -Wunused-parameter."Elliott Hughes2016-01-221-0/+1
|\
| * Merge "libxml2: silence -Wunused-parameter."Elliott Hughes2016-01-221-0/+1
| |\
| | * libxml2: silence -Wunused-parameter.Elliott Hughes2016-01-211-0/+1
| |/
* | Merge remote-tracking branch \'libxml2/master\' into mymergeElliott Hughes2015-12-0222-152/+492
|\|
| * Merge remote-tracking branch 'libxml2/master' into mymergeElliott Hughes2015-12-0222-152/+492
| |\
| | * Release of libxml2-2.9.3Daniel Veillard2015-11-2013-94/+335
| | * CVE-2015-8242 Buffer overead with HTML parser in push modeHugh Davenport2015-11-201-3/+3
| | * CVE-2015-7500 Fix memory access error due to incorrect entities boundariesDaniel 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 GROWDaniel 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 parserDaniel Veillard2015-11-201-5/+29
| | * CVE-2015-5312 Another entity expansion issueDavid Drysdale2015-11-201-0/+4
| | * CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKeyDavid Drysdale2015-11-201-1/+4
| | * xmlStopParser reset errNoDaniel Veillard2015-11-091-0/+3
| | * Avoid processing entities after encoding conversion failuresDaniel 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 loopDaniel Veillard2015-11-031-0/+4
| | * Fix parsing short unclosed comment uninitialized accessDaniel Veillard2015-10-301-7/+14
| | * Fix an error in previous Conditional section patchDaniel Veillard2015-10-271-1/+1
| | * Correct spelling of "calling"Alex Henrie2015-10-261-1/+1
* | | Merge "Merge remote-tracking branch \'aosp/upstream-master\' into mymerge"Elliott Hughes2015-10-2372-196/+615
|\| |
| * | Merge "Merge remote-tracking branch 'aosp/upstream-master' into mymerge"Elliott Hughes2015-10-2372-196/+615
| |\ \
| | * | Merge remote-tracking branch 'aosp/upstream-master' into mymergeElliott Hughes2015-10-2372-196/+615
| |/| | | | |/
| | * Fix a small error in xmllint --format descriptionFabien Degomme2015-10-231-1/+1
| | * Another variation of overflow in Conditional sectionsDaniel 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 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