| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename lock_release to fm_lock_release, to avoid namespace collision on | Matthias Andree | 2005-07-23 | 1 | -2/+2 |
* | Remove a check that is always true. Found by Nico Golde. | Matthias Andree | 2005-07-23 | 1 | -7/+6 |
* | Print a warning that running fetchmail as root is discouraged. | Matthias Andree | 2005-07-20 | 1 | -0/+4 |
* | Make tracepolls a server option, as documented. Fixes Debian bug #156094. | Matthias Andree | 2005-07-18 | 1 | -2/+2 |
* | Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported by | Matthias Andree | 2005-07-05 | 1 | -1/+1 |
* | Plug one of the .netrc memory leaks. | Matthias Andree | 2005-07-03 | 1 | -0/+1 |
* | i18n fixes, cs.po updates, by Miloslav Trmac. | Matthias Andree | 2005-07-03 | 1 | -43/+44 |
* | Drop unused #include. | Matthias Andree | 2005-07-03 | 1 | -1/+0 |
* | Fix pluralization. | Matthias Andree | 2005-04-27 | 1 | -1/+1 |
* | Merge SuSE's fetchmail-6.2.5-implicit-declaration.patch | Matthias Andree | 2005-04-25 | 1 | -0/+4 |
* | Print warning if multidrop is configured, but not envelope option. | Matthias Andree | 2005-04-13 | 1 | -3/+12 |
* | Add a FIXME comment. | Matthias Andree | 2005-03-19 | 1 | -0/+4 |
* | Make iana_charset variable a const char * (was char *). | Matthias Andree | 2004-11-08 | 1 | -1/+1 |
* | Fix showdots parsing bug that maps preliminary to final flag values twice, | Matthias Andree | 2004-11-08 | 1 | -9/+10 |
* | Provide iana_charset, a normalized IANA charmap name. | Matthias Andree | 2004-11-07 | 1 | -0/+11 |
* | Fix miscellaneous warnings. | Matthias Andree | 2004-10-20 | 1 | -7/+4 |
* | Fix HESIOD compile failure on FreeBSD 5-CURRENT, | Matthias Andree | 2004-06-20 | 1 | -0/+3 |
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -19/+19 |
* | Sunil Shetye's fix for SSL configuration. | Eric S. Raymond | 2004-01-13 | 1 | -2/+0 |
* | Sunil's transaction patches. | Eric S. Raymond | 2003-10-15 | 1 | -0/+25 |
* | Better default for showdots. | Eric S. Raymond | 2003-10-10 | 1 | -0/+2 |
* | More minor fixes. | Eric S. Raymond | 2003-08-13 | 1 | -0/+9 |
* | First round ofmlong-delayed bug fixes. | Eric S. Raymond | 2003-07-17 | 1 | -1/+1 |
* | Ready to ship 6-2-0. | Eric S. Raymond | 2002-12-13 | 1 | -15/+16 |
* | Sunil's patch for the STARTTLS problem. | Eric S. Raymond | 2002-11-28 | 1 | -1/+5 |
* | Jan Klaverstijn's verbosity patch. | Eric S. Raymond | 2002-10-31 | 1 | -1/+1 |
* | Fix a minor bug reported by Matthias Andree. | Eric S. Raymond | 2002-09-17 | 1 | -2/+3 |
* | Default antispam code list to empy. | Eric S. Raymond | 2002-09-09 | 1 | -7/+0 |
* | Describe 550 better. | Eric S. Raymond | 2002-09-04 | 1 | -2/+2 |
* | Sunil Shetye's re-exec patch. | Eric S. Raymond | 2002-09-04 | 1 | -17/+35 |
* | Cygwin port fix. | Eric S. Raymond | 2002-09-04 | 1 | -3/+3 |
* | Refactor so we can use idle.c in the cookbook. | Eric S. Raymond | 2002-08-26 | 1 | -0/+17 |
* | Renove unused header. | Eric S. Raymond | 2002-08-26 | 1 | -1/+0 |
* | Sunil's CAPA patch. | Eric S. Raymond | 2002-06-22 | 1 | -2/+6 |
* | sendmail -i improvement. | Eric S. Raymond | 2002-06-07 | 1 | -0/+7 |
* | Expose the ESMTP name and password options. | Eric S. Raymond | 2002-03-10 | 1 | -0/+1 |
* | Sunil Shetye's fixews for IMAP and SMTP edge cases. | Eric S. Raymond | 2002-02-01 | 1 | -4/+1 |
* | Minor fixes from Henrique. | Eric S. Raymond | 2001-12-19 | 1 | -2/+4 |
* | Avoid UIDL core dump. | Eric S. Raymond | 2001-11-08 | 1 | -18/+22 |
* | Logging logic changed. Verbosity lowered. | Eric S. Raymond | 2001-10-04 | 1 | -6/+7 |
* | error.c -> report.c | Eric S. Raymond | 2001-09-30 | 1 | -0/+1 |
* | Eliminate spurious protocol error messages. | Eric S. Raymond | 2001-09-30 | 1 | -0/+3 |
* | Ready to ship. | Eric S. Raymond | 2001-09-26 | 1 | -0/+2 |
* | Avoid zombie proliferation. | Eric S. Raymond | 2001-09-26 | 1 | -4/+4 |
* | No socket code at all in fetchmail.c now. | Eric S. Raymond | 2001-09-24 | 1 | -4/+0 |
* | Move Hesiod lookups away from startup time. | Eric S. Raymond | 2001-09-24 | 1 | -27/+0 |
* | _( -> GT_( | Eric S. Raymond | 2001-09-24 | 1 | -186/+186 |
* | Moved the DNS lookup. | Eric S. Raymond | 2001-09-24 | 1 | -83/+4 |
* | Andras Korn's bug. | Eric S. Raymond | 2001-09-23 | 1 | -0/+5 |
* | Log end of poll cycle. | Eric S. Raymond | 2001-09-23 | 1 | -33/+47 |