aboutsummaryrefslogtreecommitdiffstats
path: root/unmime.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-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 Andree2009-01-141-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5261
* quench warnings about unused argumentsMatthias Andree2007-07-291-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=5118
* Fix more compiler warnings.Matthias Andree2006-03-141-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4736
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-21/+22
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Kill alloca().Matthias Andree2005-07-311-106/+110
| | | | svn path=/trunk/; revision=4202
* strncat -> strlcatMatthias Andree2005-07-301-1/+1
| | | | svn path=/trunk/; revision=4188
* sprintf -> snprintfMatthias Andree2004-11-121-2/+3
| | | | svn path=/trunk/; revision=4003
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-2/+2
| | | | svn path=/trunk/; revision=4000
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-3/+3
| | | | svn path=/trunk/; revision=3903
* Fix various compiler warnings.Matthias Andree2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3899
* Make it possible to build the test main.Eric S. Raymond2003-08-131-1/+1
| | | | svn path=/trunk/; revision=3833
* Guard some buffers.Eric S. Raymond2003-03-011-0/+1
| | | | svn path=/trunk/; revision=3804
* Don't pass through characters with codes < 16.Eric S. Raymond2001-10-041-1/+1
| | | | svn path=/trunk/; revision=3538
* Security audit fix.Eric S. Raymond2001-10-031-2/+2
| | | | svn path=/trunk/; revision=3534
* Add GPL license.Eric S. Raymond2001-09-301-0/+1
| | | | svn path=/trunk/; revision=3506
* Before showdots,Eric S. Raymond2000-10-081-0/+1
| | | | svn path=/trunk/; revision=2975
* Minor optimizations from Federico.Eric S. Raymond1999-12-261-3/+3
| | | | svn path=/trunk/; revision=2689
* Fix PGP-mimedecode.Eric S. Raymond1999-03-271-2/+1
| | | | svn path=/trunk/; revision=2413
* Try to fix a nasty MIME-decoding bug.Eric S. Raymond1999-03-091-10/+24
| | | | svn path=/trunk/; revision=2399
* Add Storner's sanity check.Eric S. Raymond1999-01-101-0/+3
| | | | svn path=/trunk/; revision=2347
* Henrik's fix for mimedecode.Eric S. Raymond1999-01-091-10/+55
| | | | svn path=/trunk/; revision=2345
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-0/+1
| | | | svn path=/trunk/; revision=2328
* -Wall cleanup.Eric S. Raymond1998-10-201-1/+1
| | | | svn path=/trunk/; revision=2120
* Make alloca safe.Eric S. Raymond1998-10-201-10/+3
| | | | svn path=/trunk/; revision=2115
* Enable compilation under Solaris 2.6.Eric S. Raymond1998-10-161-0/+1
| | | | svn path=/trunk/; revision=2097
* Use alloca where possible.Eric S. Raymond1998-10-081-7/+10
| | | | svn path=/trunk/; revision=2076
* Henrik's fix.Eric S. Raymond1998-05-121-3/+5
| | | | svn path=/trunk/; revision=1767
* Henreik Storner's fix patch.Eric S. Raymond1998-04-191-28/+59
| | | | svn path=/trunk/; revision=1744
* Don't use inline.Eric S. Raymond1998-04-071-1/+1
| | | | svn path=/trunk/; revision=1735
* Initial revisionEric S. Raymond1998-03-261-0/+652
svn path=/trunk/; revision=1728