summaryrefslogtreecommitdiff
path: root/valid.c
Commit message (Expand)AuthorAgeFilesLines
* Fix list callback signaturesNick Wellnhofer2017-11-091-2/+2
* Fix hash callback signaturesNick Wellnhofer2017-11-091-46/+74
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-0/+1
* Fix structured validation errorsNick Wellnhofer2017-09-071-2/+2
* Spelling and grammar fixesNick Wellnhofer2017-06-171-3/+3
* Fix type confusion in xmlValidateOneNamespaceNick Wellnhofer2017-06-071-0/+7
* Fix NULL pointer deref in xmlDumpElementContentDaniel Veillard2017-06-071-10/+14
* Fix buffer size checks in xmlSnprintfElementContentNick Wellnhofer2017-06-051-9/+11
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-4/+4
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-1/+1
* 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