Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee. | Matthias Andree | 2005-09-23 | 1 | -5/+14 | |
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -10/+15 | |
* | Add a FIXME comment. | Matthias Andree | 2005-08-26 | 1 | -0/+1 | |
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -6/+2 | |
* | Fix compiler warning. | Matthias Andree | 2005-07-31 | 1 | -1/+1 | |
* | Fix progress stars and hashes. | Matthias Andree | 2005-07-31 | 1 | -3/+3 | |
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -1/+4 | |
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -4/+4 | |
* | Make tracepolls a server option, as documented. Fixes Debian bug #156094. | Matthias Andree | 2005-07-18 | 1 | -1/+1 | |
* | Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient | Matthias Andree | 2005-07-03 | 1 | -4/+4 | |
* | Check for SockWrite() return and bail out on short writes. | Matthias Andree | 2004-12-22 | 1 | -1/+4 | |
* | Misc. sprintf and pid_t fixes. | Matthias Andree | 2004-11-10 | 1 | -2/+3 | |
* | Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack | Matthias Andree | 2004-11-10 | 1 | -67/+6 | |
* | Fix miscellaneous warnings. | Matthias Andree | 2004-10-20 | 1 | -5/+1 | |
* | Merge 2004-03-25-6.2.5-egidy-parserec.diff. | Matthias Andree | 2004-10-12 | 1 | -1/+1 | |
* | Safe fixes for compiler warnings. | Matthias Andree | 2004-08-09 | 1 | -1/+2 | |
* | Don't output progress dots if output is only going to syslog. | Graham Wilson | 2004-08-09 | 1 | -2/+2 | |
* | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 1 | -11/+11 | |
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -4/+4 | |
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -7/+7 | |
* | Bulletproof the dup killer. | Eric S. Raymond | 2003-10-10 | 1 | -7/+3 | |
* | Storage cleanup for new dup killer code. | Eric S. Raymond | 2003-10-10 | 1 | -4/+4 | |
* | Dup killer now uses an MD5 hash of the message headers. | Eric S. Raymond | 2003-10-10 | 1 | -23/+26 | |
* | Typo that will not die. | Eric S. Raymond | 2003-10-10 | 1 | -1/+1 | |
* | Typo fix. | Eric S. Raymond | 2003-10-10 | 1 | -1/+1 | |
* | Smash out nuls. | Eric S. Raymond | 2003-10-10 | 1 | -20/+23 | |
* | Smash all NULs out of headers. | Eric S. Raymond | 2003-10-10 | 1 | -0/+14 | |
* | Cosmetic fix. | Eric S. Raymond | 2003-10-10 | 1 | -20/+20 | |
* | Better default for showdots. | Eric S. Raymond | 2003-10-10 | 1 | -4/+5 | |
* | Ready to ship. | Eric S. Raymond | 2003-08-06 | 1 | -33/+68 | |
* | Typo fixes. | Eric S. Raymond | 2003-07-17 | 1 | -2/+2 | |
* | Better \n tolerance. | Eric S. Raymond | 2003-07-17 | 1 | -34/+38 | |
* | More graceful handling of headers without a delimiter line. | Eric S. Raymond | 2003-07-17 | 1 | -7/+6 | |
* | First round ofmlong-delayed bug fixes. | Eric S. Raymond | 2003-07-17 | 1 | -1/+8 | |
* | IDLE implementation. | Eric S. Raymond | 2003-02-28 | 1 | -1/+4 | |
* | Before the IDLE patch. | Eric S. Raymond | 2003-02-28 | 1 | -13/+9 | |
* | Ready to ship. | Eric S. Raymond | 2002-11-26 | 1 | -5/+15 | |
* | Sunil Shetye's minor fixes. | Eric S. Raymond | 2002-10-31 | 1 | -1/+5 | |
* | Improve processing of truncated messages. | Eric S. Raymond | 2002-10-31 | 1 | -0/+1 | |
* | Another Shetye fix. | Eric S. Raymond | 2002-10-18 | 1 | -3/+10 | |
* | Free fix to re-enable some text in error messages. | Eric S. Raymond | 2002-10-18 | 1 | -2/+1 | |
* | Stefan Esser's security patch. | Eric S. Raymond | 2002-09-22 | 1 | -12/+37 | |
* | Sunil Shetye's latest cleanup patch. | Eric S. Raymond | 2002-09-13 | 1 | -16/+3 | |
* | Skip empty addresses. | Eric S. Raymond | 2002-06-04 | 1 | -0/+8 | |
* | Shrouding fix. | Eric S. Raymond | 2002-06-03 | 1 | -25/+20 | |
* | Shrouding fix. | Eric S. Raymond | 2002-06-03 | 1 | -1/+1 | |
* | Handle Resent-From envelope correctly. | Eric S. Raymond | 2002-03-09 | 1 | -37/+39 | |
* | Minor fixes for 5.9.8. | Eric S. Raymond | 2002-02-15 | 1 | -2/+2 | |
* | Revised dup-killer code. | Eric S. Raymond | 2001-12-14 | 1 | -38/+53 | |
* | Better handling of malformed messages. | Eric S. Raymond | 2001-12-04 | 1 | -1/+1 |