aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-420/+322
* DO NOT MERGE: fix for the XPath nodeTab use-after-free bug from nmehta@Brian C. Young2017-04-171-1/+1
* DO NOT MERGE: Fix XPointer paths beginning with range-toBrian C. Young2017-04-171-1/+6
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-12/+32
* Fix previous change to node sort orderNick Wellnhofer2015-07-111-4/+4
* Fix order of root nodesNick Wellnhofer2015-03-081-2/+2
* Allow attributes on descendant-or-self axisNick Wellnhofer2015-03-081-7/+7
* Restore context size and position after XPATH_OP_ARGNick Wellnhofer2014-03-241-8/+11
* Fix typos in {tree,xpath}.c (errror)Jan Pokorný2014-02-061-1/+1
* Handling of XPath function arguments in error caseNick Wellnhofer2013-12-201-2/+7
* Fix XPath node comparison bugGaurav2013-11-281-1/+1
* Fix XPath expressions of the form '@ns:*'Nick Wellnhofer2013-08-051-1/+8
* Fix XPath '//' optimization with predicatesNick Wellnhofer2013-08-051-2/+3
* #705267 - add additional defines checks for support "./configure --with-minimum"Denis Pauk2013-08-031-293/+292
* Remove occasional leading space in XPath number formattingDaniel Veillard2013-07-221-0/+6
* Add xmlXPathSetContextNode and xmlXPathNodeEvalAlex Bligh2013-04-011-0/+43
* Silence a clang warningDaniel Veillard2012-09-261-1/+1
* Various cleanups to avoid compiler warningsDaniel Veillard2012-09-111-3/+2
* Big space and tab cleanupDaniel Veillard2012-09-111-3/+3
* Add a forbidden variable error number and message to XPathDaniel Veillard2012-09-071-1/+2
* Change the XPath code to percolate allocation errorsDaniel Veillard2012-09-051-52/+104
* Fix a Timsort function helper commentDaniel Veillard2012-09-041-1/+2
* Switching XPath node sorting to TimsortVojtech Fried2012-08-241-1/+54
* Optimizing '//' in XPath expressionsNick Wellnhofer2012-08-241-89/+54
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-2/+11
* Implement some default limits in the XPath moduleDaniel Veillard2012-07-301-77/+80
* Convert XPath to xmlBufDaniel Veillard2012-07-231-28/+30
* Fix missing error status in XPath evaluationDaniel Veillard2011-10-111-0/+6
* Hardening of XPath evaluationDaniel Veillard2011-08-191-6/+63
* xpath: remove unused variableStefan Kost2011-05-091-1/+0
* Fix some potential problems on reallocation failuresChris Evans2011-03-231-10/+10
* Small fix for previous commitDaniel Veillard2010-11-181-1/+2
* Fix a potential freeing error in XPathDaniel Veillard2010-11-171-4/+8
* Fix a potential memory access errorDaniel Veillard2010-11-151-2/+2
* 629325 XPath rounding errors first cleanupPhil Shafer2010-11-031-3/+11
* Fix a change of semantic on XPath preceding and following axisDaniel Veillard2010-10-221-16/+17
* Fix a leak in XPath compilationDaniel Veillard2010-10-151-1/+4
* Fix the semantic of XPath axis for namespace/attribute context nodesDaniel Veillard2010-10-151-4/+16
* Fix a small bug in XPath evaluation codeMarius Wachtler2010-10-121-1/+1
* Fix memory leak in xmlXPathEvalExpression()Martin2009-10-121-0/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-2/+0
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-1/+1
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-18/+18
* fixes for Borland/CodeGear/Embarcadero compilers by Eric Zurcher DanielDaniel Veillard2009-03-251-1/+1
* xmlXPathRegisterNs should not allow enpty prefixes danielDaniel Veillard2009-03-251-1/+3
* port patch from Marcus Meissner to add gcc checking for printf likeDaniel Veillard2009-01-181-6/+6
* applied a couple of patches from Martin avoiding some leaks, fixinq QNameDaniel Veillard2008-09-011-18/+22
* space and tabs cleanup DanielDaniel Veillard2008-07-291-396/+396
* two patches from Alvaro Herrera to avoid problem when running out ofDaniel Veillard2008-04-011-3/+29
* fixed mlXPathCompOpEvalPositionalPredicate problem with object cachingWilliam M. Brack2007-08-231-1/+8