summaryrefslogtreecommitdiff
path: root/xpointer.c
Commit message (Expand)AuthorAgeFilesLines
* xpath: Remove remaining references to valueFrameNick Wellnhofer2023-04-301-1/+0
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-1/+1
* Remove explicit integer castsNick Wellnhofer2022-09-011-7/+7
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+2
* Implement xpath1() XPointer schemeNick Wellnhofer2022-04-211-2/+5
* Add configuration flag for XPointer locations supportNick Wellnhofer2022-04-211-2/+18
* Fix potential double-free in xmlXPtrStringRangeFunctionNick Wellnhofer2022-03-051-0/+1
* Remove DOCBparserNick Wellnhofer2022-03-041-3/+0
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Don't normalize namespace URIs in XPointer xmlns() schemeNick Wellnhofer2022-02-041-25/+1
* xmlAddChild() and xmlAddNextSibling() may not attach their second argumentDavid Kilzer2022-01-251-7/+6
* Fix handling of ctxt->base in xmlXPtrEvalXPtrPartNick Wellnhofer2022-01-251-12/+25
* Fix null pointer deref in xmlXPtrRangeInsideFunctionNick Wellnhofer2020-12-061-4/+6
* Fix memory leaks in XPointer string-range functionNick Wellnhofer2020-10-031-14/+27
* Don't call xmlXPathInit directlyNick Wellnhofer2020-09-181-1/+1
* Fix typosNick Wellnhofer2020-03-081-4/+4
* Large batch of typo fixesJared Yanovich2019-09-301-2/+2
* Check for integer overflow in xmlXPtrEvalChildSeqNick Wellnhofer2019-03-291-2/+12
* Fix -Wenum-compare warningsNick Wellnhofer2017-11-271-2/+0
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-0/+5
* Fix memory leaks in XPointer error pathsNick Wellnhofer2017-05-271-1/+10
* Fix more NULL pointer derefs in xpointer.cNick Wellnhofer2016-10-121-5/+7
* Disallow namespace nodes in XPointer rangesNick Wellnhofer2016-10-121-93/+56
* Disallow namespace nodes in XPointer pointsNick Wellnhofer2016-10-121-4/+4
* Fix XPointer paths beginning with range-toNick Wellnhofer2016-10-121-70/+6
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-1/+1
* xpointer : fixing Null PointersGaurav Gupta2014-10-071-0/+28
* Remove Unnecessary Null check in xpointer.cGaurav Gupta2014-10-071-2/+0
* Big space and tab cleanupDaniel Veillard2012-09-111-34/+34
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-15/+15
* Fix an off by one pointer accessJüri Aedla2012-05-071-11/+4
* Hardening of XPath evaluationDaniel Veillard2011-08-191-0/+1
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-2/+1
* Add symbol versioning to libxml2 shared libsDaniel Veillard2009-08-201-7/+14
* Skip silently unrecognized XPointer schemesJakub Wilk2009-07-291-1/+3
* fix a few warning raised by gcc-4.1 and latests changes DanielDaniel Veillard2006-03-101-2/+2
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-1/+2
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-1/+4
* extending the tests coverage more fixes and cleanups DanielDaniel Veillard2004-11-041-1/+1
* enhanced to assure that if xpointer is called for a document, theWilliam M. Brack2004-03-081-5/+8
* fixed problem with union when last() is used in predicate (bug #131971)William M. Brack2004-01-221-0/+1
* fixed problem pointed out by Stéphane Bidoul on the list. completedWilliam M. Brack2003-12-311-7/+12
* Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack2003-12-301-1/+15
* edited a couple of comments in accordance with posting on the mailing listWilliam M. Brack2003-12-291-1/+5
* minor error cleanup for gcc-3.3.[12] compilation warnings.William M. Brack2003-11-141-1/+1
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-3/+3
* cleanup migrated XPointer module to the new error mechanism DanielDaniel Veillard2003-10-101-44/+89
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+1
* improved the script accordingly to the XInclude regression tests updatesDaniel Veillard2003-02-131-1/+26