aboutsummaryrefslogtreecommitdiffstats
path: root/report.c
Commit message (Expand)AuthorAgeFilesLines
* Let logfile take precedence over syslog if and only if logfile is effective.Matthias Andree2009-05-291-5/+4
* Fix format string bugs.Matthias Andree2009-05-041-1/+1
* Add report_flush(fp) function (report.c).Matthias Andree2009-05-041-3/+16
* Replace FF characters by LF.Matthias Andree2009-05-041-5/+4
* Drop dead report_message_count.Matthias Andree2009-05-041-7/+0
* Relocate and case-match errnum comment.Matthias Andree2009-05-041-4/+3
* Add missing LF after partial message.Matthias Andree2009-05-041-1/+1
* Rename use_stderr -> unbuffered (more descriptive).Matthias Andree2009-05-041-6/+6
* Remove dead report_print_progname() code.Matthias Andree2009-05-041-29/+10
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-4/+4
* Fix one more CVE-2008-2711 va_start() messup. Found by Petr Uzel.Matthias Andree2008-06-241-2/+2
* Fix Novell Bug #354291, fetchmail crashes in -v -v mode when logging long To:Matthias Andree2008-06-131-2/+7
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-6/+10
* Factor out common code from report_build/report_complete.Matthias Andree2005-11-231-26/+18
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-46/+0
* Fix miscellaneous warnings.Matthias Andree2004-10-201-1/+1
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-11/+7
* Other routine fixups.Eric S. Raymond2002-04-011-1/+2
* error.c -> report.cEric S. Raymond2001-09-301-1/+1
* More refactoring.Eric S. Raymond2001-09-301-15/+7
* More refactoring.Eric S. Raymond2001-09-301-174/+173
* De-GPL-lock this.Eric S. Raymond2001-09-301-42/+30
* _( -> GT_(Eric S. Raymond2001-09-241-6/+6
* More non-vnsprint fixes.Eric S. Raymond1999-05-101-3/+3
* Fix patch.Eric S. Raymond1999-05-101-1/+1
* Simplify error reporting further.Eric S. Raymond1999-02-031-54/+9
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-2/+0
* More error message cleanup.Eric S. Raymond1999-01-061-2/+2
* Comment fix.Eric S. Raymond1999-01-051-2/+2
* error -> report, third stage.Eric S. Raymond1999-01-051-1/+1
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-1/+1
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-30/+16
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-29/+31
* This version is good.Eric S. Raymond1999-01-011-8/+2
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-9/+9
* Make alloca safe.Eric S. Raymond1998-10-201-8/+3
* Symbolic constants.Eric S. Raymond1998-07-141-6/+6
* Narrow the error() interface.Eric S. Raymond1997-10-211-14/+36
* Port fixes.Eric S. Raymond1997-10-081-6/+10
* Greg Stark's first round of patches.Eric S. Raymond1997-09-281-1/+1
* Type cleanup.Eric S. Raymond1997-09-161-4/+4
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
* -Wall cleanup.Eric S. Raymond1997-05-151-3/+3
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-2/+9
* This version compiles under AIX.Eric S. Raymond1997-04-241-0/+20
* Better compilation properties for AIX.Eric S. Raymond1997-04-231-38/+12
* Good portability hack.Eric S. Raymond1997-04-071-2/+9
* Robert de Bath's changes.Eric S. Raymond1997-04-051-1/+1
* Fix YA error.c problem.Eric S. Raymond1997-04-021-12/+17