aboutsummaryrefslogtreecommitdiffstats
path: root/valid.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-72/+114
* DO NOT MERGE: Heap buffer overflow in xmlAddIDBrian C. Young2017-04-171-2/+2
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-5/+5
* Fix the spurious ID already defined errorDaniel Veillard2015-09-101-2/+4
* Couple of Missing Null checksGaurav Gupta2014-08-071-0/+4
* erroneously ignores a validation error if no error callback setDaniel Veillard2014-06-101-5/+2
* fixing a ptotential uninitialized accessDaniel Veillard2014-02-061-1/+1
* Drop not needed checksDenis Pauk2013-09-301-9/+10
* Fix pointer dereferenced before null checkGaurav2013-09-301-1/+1
* Fix spelling of "length".Michael Wood2012-10-301-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-95/+95
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-3/+5
* Improve the error report on undefined REFsDaniel Veillard2011-11-111-0/+7
* Recognize ID attribute in HTML without DOCTYPEDaniel Veillard2009-10-161-1/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-4/+1
* 446613 small validation bug mixed content with NSDaniel Veillard2009-08-211-6/+6
* Add symbol versioning to libxml2 shared libsDaniel Veillard2009-08-201-49/+0
* 567619 xmlValidateNotationUse missing param testDaniel Veillard2009-08-121-1/+2
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-1/+1
* adds element traversal support avoid a warning regenerated danielDaniel Veillard2008-11-271-16/+26
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-1/+1
* more progresses against the official regression tests small cleanup forDaniel Veillard2008-07-311-82/+195
* release of libxml2 2.6.28 patch from Dagfinn I. Mannsåker for idness ofDaniel Veillard2007-06-121-1/+1
* applied patch to fix xmlListAppend() from Georges-André SILBER also fixDaniel Veillard2007-05-091-4/+17
* fixed a weird error where validity context whould not show up if warningsDaniel Veillard2006-10-111-1/+1
* fixed a bug #203125 in Red hat bugzilla, crashing PHP4 on validationDaniel Veillard2006-08-221-5/+15
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-3/+5
* fix HTML attribute ID checking for input element. Maintain currentRob Richards2006-03-031-3/+3
* avoid function parameters names 'list' as this seems to give troubles withDaniel Veillard2005-10-271-11/+12
* fixing a number of issues raised by xml:id but more generally related toDaniel Veillard2005-09-031-1/+5
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-29/+19
* fixed an uninitialized variable extended the API to add the parser,Daniel Veillard2005-08-221-1/+1
* applied patch from Derek Poon fixing bug #310692 DanielDaniel Veillard2005-08-121-20/+23
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-4/+4
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-1/+1
* fixed problem with free on dupl attribute in dtd (bug309637). addedWilliam M. Brack2005-07-061-1/+6
* working some weird error reporting problem for DTD validation. augmentedDaniel Veillard2005-06-271-5/+6
* avoid name glob in agruments as it matches the glob() routine. first stepsDaniel Veillard2005-06-261-6/+6
* applied patch from Rob Richards for removal of ID (and xml:id) appliedDaniel Veillard2005-06-201-0/+1
* Applied Daniel's fix for memory leak in dtd prefix (bug 300550). minorWilliam M. Brack2005-04-151-0/+4
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* had to fix generation and rebuild. the testapi found a bug in the lastDaniel Veillard2005-01-261-2/+3
* warning patches from Peter Breitenlohner serious DTD parsing speedups,Daniel Veillard2005-01-251-60/+223
* added xmlHashCreateDict where the hash reuses the dictionnary for internalDaniel Veillard2005-01-231-73/+29
* changed xmlErrValidWarning to use ctxt->warning instead of ctxt->error forWilliam M. Brack2004-12-181-1/+1
* fixed ID deallocation problem based on patch from Steve Shepard fixes bugDaniel Veillard2004-12-101-1/+1
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-2/+4
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-1/+14
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-0/+8
* more fixes and extending the tests coverage bunch of cleanups and 2 leaksDaniel Veillard2004-11-031-1/+17