aboutsummaryrefslogtreecommitdiffstats
path: root/unmime.c
Commit message (Expand)AuthorAgeFilesLines
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-2/+2
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-3/+3
* Fix various compiler warnings.Matthias Andree2004-06-181-1/+1
* Make it possible to build the test main.Eric S. Raymond2003-08-131-1/+1
* Guard some buffers.Eric S. Raymond2003-03-011-0/+1
* Don't pass through characters with codes < 16.Eric S. Raymond2001-10-041-1/+1
* Security audit fix.Eric S. Raymond2001-10-031-2/+2
* Add GPL license.Eric S. Raymond2001-09-301-0/+1
* Before showdots,Eric S. Raymond2000-10-081-0/+1
* Minor optimizations from Federico.Eric S. Raymond1999-12-261-3/+3
* Fix PGP-mimedecode.Eric S. Raymond1999-03-271-2/+1
* Try to fix a nasty MIME-decoding bug.Eric S. Raymond1999-03-091-10/+24
* Add Storner's sanity check.Eric S. Raymond1999-01-101-0/+3
* Henrik's fix for mimedecode.Eric S. Raymond1999-01-091-10/+55
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-0/+1
* -Wall cleanup.Eric S. Raymond1998-10-201-1/+1
* Make alloca safe.Eric S. Raymond1998-10-201-10/+3
* Enable compilation under Solaris 2.6.Eric S. Raymond1998-10-161-0/+1
* Use alloca where possible.Eric S. Raymond1998-10-081-7/+10
* Henrik's fix.Eric S. Raymond1998-05-121-3/+5
* Henreik Storner's fix patch.Eric S. Raymond1998-04-191-28/+59
* Don't use inline.Eric S. Raymond1998-04-071-1/+1
* Initial revisionEric S. Raymond1998-03-261-0/+652