summaryrefslogtreecommitdiff
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* error: Don't move past current positionNick Wellnhofer2023-01-241-3/+5
* error: Limit number of parser errorsNick Wellnhofer2022-12-271-6/+21
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-6/+6
* error: Make sure that error messages are valid UTF-8Nick Wellnhofer2022-12-041-9/+20
* error: Don't use initGenericErrorDefaultFuncNick Wellnhofer2022-09-091-0/+2
* Consolidate private header filesNick Wellnhofer2022-08-261-3/+1
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix error reporting with xi:fallbackNick Wellnhofer2020-08-171-11/+11
* Fix typosNick Wellnhofer2020-03-081-2/+2
* Large batch of typo fixesJared Yanovich2019-09-301-1/+1
* Fix -Wcast-function-type warnings (GCC 8)Nick Wellnhofer2019-01-061-1/+1
* 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