]> Pileus Git - ~andy/fetchmail/history - transact.c
Minor bug fixes for socket.c
[~andy/fetchmail] / transact.c
2011-08-21 Matthias AndreeCritical fix: don't embed NUL in unterminated last...
2011-05-26 Matthias AndreeRevert SO_???TIMEO-based STARTTLS timeout handling.
2011-05-22 Matthias AndreeFix socket timeout handling.
2011-05-04 Matthias AndreeDocument transact.c, RecvSplit.
2011-05-04 Matthias AndreeMake macro expansions safer for VALID_ADDRESS and RBUF_...
2011-05-04 Matthias AndreeFixup: match prefix caseblind, add some guards, streaml...
2011-05-03 Sunil ShetyeDo not search for UNSEEN messages in ranges.
2011-05-03 Sunil ShetyeCall strlen() only once when removing CRLF from a line
2010-12-12 Matthias AndreeFix compiler warnings.
2010-10-15 Matthias Andree-vv multidrop: Also report non-Delivered-To: envelope...
2010-10-15 Matthias AndreeCast to int more safely, clamping to INT_MAX.
2010-10-15 Matthias AndreeCast width argument for %-.*s formatting to int.
2010-10-12 Matthias AndreeEnhance verbose logging in multidrop header parsing.
2010-06-17 Matthias AndreeIncorrect headers: Refer user to bad-header option
2010-06-03 Matthias AndreeFix some rare or minor issues found with Clang 2.7...
2010-04-27 Matthias AndreeFix a few Intel C++ remarks and warnings.
2010-03-19 Matthias AndreeFurther warning fixes.
2010-03-18 Matthias AndreeFix MD5 compile on Solaris.
2010-03-18 Matthias AndreeFurther type fixes.
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-02-28 Matthias AndreeRemove unused assignments/initializations found with...
2010-02-24 Matthias AndreeRename bad-header pass to bad-header accept, ...
2010-02-24 Matthias AndreeFeature: bad-header {reject|pass}
2009-07-14 Matthias AndreeRemove 'message delimiter found while scanning headers...
2009-05-25 Matthias AndreeFix a signedness compiler warning.
2009-05-04 Matthias AndreeMajor progress ticker bugfix/overhaul.
2009-05-04 Matthias Andreeif ( ... return) else if -> 2 * if
2009-05-04 Matthias AndreeFix formatting around MIME decoding.
2009-05-04 Matthias AndreeFactor out dots ticker function.
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2006-08-07 Matthias AndreeSupport user@example.org (full-address) mappings for...
2006-08-07 Matthias AndreeFreeaddrinfo() fix for Uli Zappe's bug.
2006-07-31 Matthias AndreeDetect write errors when stuffing delimiter line betwee...
2006-05-12 Matthias AndreeFor protocols such as IMAP that are not delimited by...
2006-04-01 Matthias Andreea few more type fixes for report/snprintf, patch by...
2006-04-01 Matthias AndreeAdd folder information to headers in tracepoll mode.
2006-03-15 Matthias AndreeFurther cleanups to compile with C++ compiler.
2006-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2006-03-13 Matthias AndreeRename a methods and some variables to steer clear...
2006-03-03 Matthias AndreeRemove dead variable and add a few comments on the...
2005-12-08 Matthias AndreeFix segfault in multidrop mode with headerless email.
2005-11-23 Matthias AndreeDocument details about the UWIMAP folder internal data...
2005-10-21 Matthias AndreeGlobal variable cleanup, to fix daemon mode reinitializ...
2005-09-25 Matthias AndreeRename isafile -> is_a_file, isidletimout -> is_idletimeout
2005-09-23 Matthias AndreeMake "envelope 'Delivered-To'" work with dropdelivered...
2005-08-28 Matthias AndreeLarge protocol independence patch.
2005-08-26 Matthias AndreeAdd a FIXME comment.
2005-08-02 Matthias AndreeRemove port/service dualism and make everything a service.
2005-07-31 Matthias AndreeFix compiler warning.
2005-07-31 Matthias AndreeFix progress stars and hashes.
2005-07-31 Matthias AndreeKill alloca().
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2005-07-18 Matthias AndreeMake tracepolls a server option, as documented. Fixes...
2005-07-03 Matthias AndreeNalin Dahyabhai's fix for sink.c/transact.c to reserve...
2004-12-22 Matthias AndreeCheck for SockWrite() return and bail out on short...
2004-11-10 Matthias AndreeMisc. sprintf and pid_t fixes.
2004-11-10 Matthias AndreeClean up the horrible HAVE_[V]SNPRINTF mess, use Trio...
2004-10-20 Matthias AndreeFix miscellaneous warnings.
2004-10-12 Matthias AndreeMerge 2004-03-25-6.2.5-egidy-parserec.diff.
2004-08-09 Matthias AndreeSafe fixes for compiler warnings.
2004-08-09 Graham WilsonDon't output progress dots if output is only going...
2004-06-19 Matthias AndreeCast arguments of is*() ctype.h functions to unsigned...
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2004-06-18 Matthias AndreeFix various compiler warnings.
2003-10-10 Eric S. RaymondBulletproof the dup killer.
2003-10-10 Eric S. RaymondStorage cleanup for new dup killer code.
2003-10-10 Eric S. RaymondDup killer now uses an MD5 hash of the message headers.
2003-10-10 Eric S. RaymondTypo that will not die.
2003-10-10 Eric S. RaymondTypo fix.
2003-10-10 Eric S. RaymondSmash out nuls.
2003-10-10 Eric S. RaymondSmash all NULs out of headers.
2003-10-10 Eric S. RaymondCosmetic fix.
2003-10-10 Eric S. RaymondBetter default for showdots.
2003-08-06 Eric S. RaymondReady to ship.
2003-07-17 Eric S. RaymondTypo fixes.
2003-07-17 Eric S. RaymondBetter \n tolerance.
2003-07-17 Eric S. RaymondMore graceful handling of headers without a delimiter...
2003-07-17 Eric S. RaymondFirst round ofmlong-delayed bug fixes.
2003-02-28 Eric S. RaymondIDLE implementation.
2003-02-28 Eric S. RaymondBefore the IDLE patch.
2002-11-26 Eric S. RaymondReady to ship.
2002-10-31 Eric S. RaymondSunil Shetye's minor fixes.
2002-10-31 Eric S. RaymondImprove processing of truncated messages.
2002-10-18 Eric S. RaymondAnother Shetye fix.
2002-10-18 Eric S. RaymondFree fix to re-enable some text in error messages.
2002-09-22 Eric S. RaymondStefan Esser's security patch.
2002-09-13 Eric S. RaymondSunil Shetye's latest cleanup patch.
2002-06-04 Eric S. RaymondSkip empty addresses.
2002-06-03 Eric S. RaymondShrouding fix.
2002-06-03 Eric S. RaymondShrouding fix.
2002-03-09 Eric S. RaymondHandle Resent-From envelope correctly.
2002-02-15 Eric S. RaymondMinor fixes for 5.9.8.
2001-12-14 Eric S. RaymondRevised dup-killer code.
2001-12-04 Eric S. RaymondBetter handling of malformed messages.
2001-11-08 Eric S. RaymondEasy bug fixes for this round.
2001-09-24 Eric S. Raymond_( -> GT_(
2001-09-18 Eric S. RaymondBefore tckling the license problem.
2001-08-08 Eric S. RaymondSend # to stdout.
2001-07-04 Eric S. RaymondBetter skip handling.
2001-06-24 Eric S. RaymondHMH's second cleanup patch.
next