exiwhat: Ensure the SIGUSR1 signal handler is safe.
[exim.git] / src / src / mime.c
2011-03-22 Phil PennockCompiler masochism compliance.
2009-11-11 Nigel MetheringhamApplied signed/unsigned fixes. Need confirmation that...
2009-11-09 Tom KistnerMake SUN compiler happy. Fixes #902
2009-11-07 Nigel MetheringhamFix close buglet in mime handling. Fixes: #39 exim-4_70_RC3
2009-11-06 Nigel MetheringhamBase64 decode bug fixes. Fixes: #39
2006-09-05 Philip HazelNico Erfurth's patch to refactor mime.c (quoted-printab...
2006-02-22 Philip HazelPut file-creating fopen() calls in content-scanning...
2005-11-15 Philip HazelAdd check_rfc2047_length to disable length checking...
2005-08-16 Tom KistnerBugzilla 35: Fix buffer underrun when EOF condition...
2005-08-02 Tom KistnerRemove one case of BASE64 error detection FTTB (undocum...
2005-08-01 Philip HazelConvert all Tom's calls to snprintf() to string_format().
2005-07-01 Philip HazelAdd "b" to calls to fopen() that lack it (for Cygwin... exim-4_52
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-04-04 Philip HazelAdded acl_not_smtp_mime. This involved a bit of refacto...
2005-03-08 Philip HazelRunning the full tests showed up 3 that contained a...
2005-03-08 Tom KistnerAdded DomainKeys support. See doc/experimental-spec...
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2004-12-17 Philip Hazel1. Tidies to get rid of compiler warnings from the...
2004-12-16 Tom KistnerMerge from EXISCAN branch.