summaryrefslogtreecommitdiff
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling and grammar fixesNick Wellnhofer2017-06-171-2/+2
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-1/+1
* error.c: *input->cur == 0 does not mean no errorPavel Raiskup2016-04-081-2/+2
* Do not print error context when there is noneDaniel Veillard2015-11-201-1/+3
* Big space and tab cleanupDaniel Veillard2012-09-111-29/+29
* Fix problem with specific and generic error handlersPietro Cerutti2012-08-271-1/+4
* Fix file and line report for XSD SAX and reader streaming validationDaniel Veillard2012-08-141-1/+4
* Add support for big line numbers in error reportingDaniel Veillard2012-08-131-0/+2
* Cleanup URI module memory allocation codeDaniel Veillard2012-07-241-0/+9
* __xmlRaiseError: fix use of the structured callback channelDmitry V. Levin2011-02-231-13/+8
* __xmlRaiseError: fix the structured callback channel's data initializationDmitry V. Levin2011-02-231-1/+4
* __xmlRaiseError: remove redundant schannel initializationDmitry V. Levin2011-02-231-8/+0
* __xmlRaiseError: do cheap code check earlyDmitry V. Levin2011-02-231-2/+2
* xmlCtxtResetLastError should reset ctxt->errNoDaniel Veillard2010-03-151-0/+1
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+0
* Fix SetGenericErrorFunc and SetStructured clashWang Lam2009-08-241-8/+11
* fix structured error handling problems #564217 danielDaniel Veillard2009-04-021-2/+2
* avoid a scary realloc() loop should fix #520383 DanielDaniel Veillard2008-04-031-1/+1
* fixing a portability problem on some old Unices with patch from AlbertDaniel Veillard2005-10-281-3/+8
* Adrian Mouat pointed out redundancies in xmlReportError() DanielDaniel Veillard2005-09-271-8/+0
* fixed bug #310033, the URI extraction code given a node is a bit twistedDaniel Veillard2005-08-251-2/+11
* finally converted the encoding module to the common error reportingDaniel Veillard2005-08-241-0/+3
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-7/+7
* applied patch from Marcus Boerger to route relaxng and schemas errorDaniel Veillard2005-07-131-0/+2
* fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixingDaniel Veillard2005-07-031-1/+1
* working some weird error reporting problem for DTD validation. augmentedDaniel Veillard2005-06-271-1/+3
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixing col information in xmlParserInput and propagating column into xmlErrorAleksey Sanin2005-01-051-3/+4
* applied DSO support patch 2 from Joel Reed DanielDaniel Veillard2005-01-041-0/+3
* fixed the leak reported by Volker Roth on the list added a specific testDaniel Veillard2004-10-251-1/+1
* added some coding to attempt to display which file contains an error whenWilliam M. Brack2004-10-021-7/+31
* added a dumb rule to able to compile tst.c when people submit a sampleDaniel Veillard2004-08-141-0/+2
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-21/+16
* implemented patches supplied by Olivier Andrieu (bug 148588), plus madeWilliam M. Brack2004-07-281-1/+1
* fixed to assure user data param is set correctly when user structuredWilliam M. Brack2004-07-251-2/+11
* modified to assure proper user data is sent to structured error routineWilliam M. Brack2004-05-161-4/+4
* Johnson Cameron pointed out that initGenericErrorDefaultFunc() was reallyDaniel Veillard2004-04-201-1/+1
* applied patch from Stéphane Bidoul for structured error reporting. DanielDaniel Veillard2004-01-021-0/+3
* filter warning messages if the global setting blocks them updated theDaniel Veillard2003-12-081-0/+2
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-2/+2
* fixed __xmlRaiseError to use structured error handlers defined byDaniel Veillard2003-12-071-0/+2
* cleanup fixing bug #125653 sometimes the error handlers can get a parserDaniel Veillard2003-10-281-0/+9
* preparing libxml2-2.6.0 updated and regenerated the docs and API moved theDaniel Veillard2003-10-211-1/+1
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-6/+35
* a bit of cleanup updated with the new result strings DanielDaniel Veillard2003-10-101-2/+2
* cleanup fix a funny typo converted the Schemas code to the new errorDaniel Veillard2003-10-101-3/+6
* final error handling cleanup converted XInclude to the new error handlingDaniel Veillard2003-10-081-2/+7
* Oops, DanielDaniel Veillard2003-10-081-2/+2
* more cleanup through the I/O error path DanielDaniel Veillard2003-10-081-2/+7
* converting the tree module too created a simpler internal error reportingDaniel Veillard2003-10-071-0/+30