]> Pileus Git - ~andy/fetchmail/history - unmime.c
Minor bug fixes for socket.c
[~andy/fetchmail] / unmime.c
2010-12-12 Matthias AndreeFix compiler warnings.
2010-04-29 Matthias AndreeCheck fwrite return values, to silence linker warnings.
2010-04-29 Matthias AndreeProperly parenthesize DBG_FWRITE macro.
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2007-07-29 Matthias Andreequench warnings about unused arguments
2006-03-14 Matthias AndreeFix more compiler warnings.
2006-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2005-07-31 Matthias AndreeKill alloca().
2005-07-30 Matthias Andreestrncat -> strlcat
2004-11-12 Matthias Andreesprintf -> snprintf
2004-11-10 Matthias AndreeMisc. sprintf and pid_t fixes.
2004-06-19 Matthias AndreeCast arguments of is*() ctype.h functions to unsigned...
2004-06-18 Matthias AndreeFix various compiler warnings.
2003-08-13 Eric S. RaymondMake it possible to build the test main.
2003-03-01 Eric S. RaymondGuard some buffers.
2001-10-04 Eric S. RaymondDon't pass through characters with codes < 16.
2001-10-03 Eric S. RaymondSecurity audit fix.
2001-09-30 Eric S. RaymondAdd GPL license.
2000-10-08 Eric S. RaymondBefore showdots,
1999-12-26 Eric S. RaymondMinor optimizations from Federico.
1999-03-27 Eric S. RaymondFix PGP-mimedecode.
1999-03-09 Eric S. RaymondTry to fix a nasty MIME-decoding bug.
1999-01-10 Eric S. RaymondAdd Storner's sanity check.
1999-01-09 Eric S. RaymondHenrik's fix for mimedecode.
1999-01-05 Eric S. RaymondProgress messages now go to stdout.
1998-10-20 Eric S. Raymond-Wall cleanup.
1998-10-20 Eric S. RaymondMake alloca safe.
1998-10-16 Eric S. RaymondEnable compilation under Solaris 2.6.
1998-10-08 Eric S. RaymondUse alloca where possible.
1998-05-12 Eric S. RaymondHenrik's fix.
1998-04-19 Eric S. RaymondHenreik Storner's fix patch.
1998-04-07 Eric S. RaymondDon't use inline.
1998-03-26 Eric S. RaymondInitial revision