Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check fwrite return values, to silence linker warnings. | Matthias Andree | 2010-04-29 | 1 | -5/+11 |
| | |||||
* | Properly parenthesize DBG_FWRITE macro. | Matthias Andree | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -2/+2 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5261 | ||||
* | quench warnings about unused arguments | Matthias Andree | 2007-07-29 | 1 | -0/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5118 | ||||
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4736 | ||||
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -21/+22 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4734 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -106/+110 |
| | | | | svn path=/trunk/; revision=4202 | ||||
* | strncat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4188 | ||||
* | sprintf -> snprintf | Matthias Andree | 2004-11-12 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=4003 | ||||
* | Misc. sprintf and pid_t fixes. | Matthias Andree | 2004-11-10 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4000 | ||||
* | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=3903 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3899 | ||||
* | Make it possible to build the test main. | Eric S. Raymond | 2003-08-13 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3833 | ||||
* | Guard some buffers. | Eric S. Raymond | 2003-03-01 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3804 | ||||
* | Don't pass through characters with codes < 16. | Eric S. Raymond | 2001-10-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3538 | ||||
* | Security audit fix. | Eric S. Raymond | 2001-10-03 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3534 | ||||
* | Add GPL license. | Eric S. Raymond | 2001-09-30 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3506 | ||||
* | Before showdots, | Eric S. Raymond | 2000-10-08 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2975 | ||||
* | Minor optimizations from Federico. | Eric S. Raymond | 1999-12-26 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2689 | ||||
* | Fix PGP-mimedecode. | Eric S. Raymond | 1999-03-27 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=2413 | ||||
* | Try to fix a nasty MIME-decoding bug. | Eric S. Raymond | 1999-03-09 | 1 | -10/+24 |
| | | | | svn path=/trunk/; revision=2399 | ||||
* | Add Storner's sanity check. | Eric S. Raymond | 1999-01-10 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=2347 | ||||
* | Henrik's fix for mimedecode. | Eric S. Raymond | 1999-01-09 | 1 | -10/+55 |
| | | | | svn path=/trunk/; revision=2345 | ||||
* | Progress messages now go to stdout. | Eric S. Raymond | 1999-01-05 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2328 | ||||
* | -Wall cleanup. | Eric S. Raymond | 1998-10-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2120 | ||||
* | Make alloca safe. | Eric S. Raymond | 1998-10-20 | 1 | -10/+3 |
| | | | | svn path=/trunk/; revision=2115 | ||||
* | Enable compilation under Solaris 2.6. | Eric S. Raymond | 1998-10-16 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2097 | ||||
* | Use alloca where possible. | Eric S. Raymond | 1998-10-08 | 1 | -7/+10 |
| | | | | svn path=/trunk/; revision=2076 | ||||
* | Henrik's fix. | Eric S. Raymond | 1998-05-12 | 1 | -3/+5 |
| | | | | svn path=/trunk/; revision=1767 | ||||
* | Henreik Storner's fix patch. | Eric S. Raymond | 1998-04-19 | 1 | -28/+59 |
| | | | | svn path=/trunk/; revision=1744 | ||||
* | Don't use inline. | Eric S. Raymond | 1998-04-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1735 | ||||
* | Initial revision | Eric S. Raymond | 1998-03-26 | 1 | -0/+652 |
svn path=/trunk/; revision=1728 |