]> Pileus Git - ~andy/fetchmail/history - transact.c
Attempt merging from 6.3.24.
[~andy/fetchmail] / transact.c
2013-01-02 Matthias AndreeAttempt merging from 6.3.24.
2012-09-05 Matthias AndreeMerge branch 'legacy_63'
2011-08-30 Matthias AndreeCritical fix: don't embed NUL in unterminated last...
2011-08-21 Matthias AndreeCritical fix: don't embed NUL in unterminated last...
2011-06-19 Matthias AndreeRevert "Use SO_???TIMEO, to fix hangs during STARTTLS...
2011-06-17 Matthias AndreeFix mimedecode last-line omission.
2011-05-30 Matthias AndreeMerge branch 'common-6x'
2011-05-26 Matthias AndreeRevert SO_???TIMEO-based STARTTLS timeout handling.
2011-05-22 Matthias AndreeFix socket timeout handling.
2011-05-17 Matthias AndreeMerge 'next' branch up to tag 'before-cpp'
2011-05-17 Matthias AndreeUse SO_???TIMEO, to fix hangs during STARTTLS negotiation.
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-14 Matthias AndreeMerge branch 'master' into next
2010-12-13 Matthias AndreeMerge branch 'master' into next
2010-12-13 Matthias AndreeMerge commit 'refs/merge-requests/4' of gitorious.org...
2010-12-13 Matthias AndreeMerge commit 'refs/merge-requests/1' of gitorious.org...
2010-12-12 Matthias AndreeFix compiler warnings.
2010-12-12 Matthias AndreeMerge Rainer Weikusat's P-Tree implementation for uid.
2010-12-12 Matthias AndreeFix compiler warnings.
2010-12-12 Matthias AndreeUpdate for gettext 0.17.
2010-12-12 Matthias AndreeKill Kerberos IV and RPOP.
2010-12-12 Matthias AndreeRemove more cruft.
2010-12-12 Matthias AndreeDrop support for systems without stdarg.h
2010-12-12 Matthias AndreeRemove some obsolete constructs...
2010-12-12 Matthias AndreeDrop POP2 support.
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-05-24 Ben KibbeyMerge remote branch 'upstream/master'
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.
next