aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
Commit message (Expand)AuthorAgeFilesLines
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-071-2/+3
* Detect write errors when stuffing delimiter line between header and body.Matthias Andree2006-07-311-5/+8
* For protocols such as IMAP that are not delimited by "." lines, truncateMatthias Andree2006-05-121-0/+17
* a few more type fixes for report/snprintf, patch by Miloslav Trmac.Matthias Andree2006-04-011-1/+1
* Add folder information to headers in tracepoll mode. Matthias Andree2006-04-011-0/+4
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-7/+6
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-8/+7
* Rename a methods and some variables to steer clear of C++ namespace.Matthias Andree2006-03-131-2/+2
* Remove dead variable and add a few comments on the 'invalid header' issue.Matthias Andree2006-03-031-3/+11
* Fix segfault in multidrop mode with headerless email.Matthias Andree2005-12-081-21/+10
* Document details about the UWIMAP folder internal data/X-IMAP: thingy.Matthias Andree2005-11-231-0/+23
* Global variable cleanup, to fix daemon mode reinitialization problems.Matthias Andree2005-10-211-5/+13
* Rename isafile -> is_a_file, isidletimout -> is_idletimeoutMatthias Andree2005-09-251-4/+4
* Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee.Matthias Andree2005-09-231-5/+14
* Large protocol independence patch.Matthias Andree2005-08-281-10/+15
* Add a FIXME comment.Matthias Andree2005-08-261-0/+1
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-6/+2
* Fix compiler warning.Matthias Andree2005-07-311-1/+1
* Fix progress stars and hashes.Matthias Andree2005-07-311-3/+3
* Kill alloca().Matthias Andree2005-07-311-1/+4
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-4/+4
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-1/+1
* Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient Matthias Andree2005-07-031-4/+4
* Check for SockWrite() return and bail out on short writes.Matthias Andree2004-12-221-1/+4
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-2/+3
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-67/+6
* Fix miscellaneous warnings.Matthias Andree2004-10-201-5/+1
* Merge 2004-03-25-6.2.5-egidy-parserec.diff.Matthias Andree2004-10-121-1/+1
* Safe fixes for compiler warnings.Matthias Andree2004-08-091-1/+2
* Don't output progress dots if output is only going to syslog.Graham Wilson2004-08-091-2/+2
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-11/+11
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-4/+4
* Fix various compiler warnings.Matthias Andree2004-06-181-7/+7
* Bulletproof the dup killer.Eric S. Raymond2003-10-101-7/+3
* Storage cleanup for new dup killer code.Eric S. Raymond2003-10-101-4/+4
* Dup killer now uses an MD5 hash of the message headers.Eric S. Raymond2003-10-101-23/+26
* Typo that will not die.Eric S. Raymond2003-10-101-1/+1
* Typo fix.Eric S. Raymond2003-10-101-1/+1
* Smash out nuls.Eric S. Raymond2003-10-101-20/+23
* Smash all NULs out of headers.Eric S. Raymond2003-10-101-0/+14
* Cosmetic fix.Eric S. Raymond2003-10-101-20/+20
* Better default for showdots.Eric S. Raymond2003-10-101-4/+5
* Ready to ship.Eric S. Raymond2003-08-061-33/+68
* Typo fixes.Eric S. Raymond2003-07-171-2/+2
* Better \n tolerance.Eric S. Raymond2003-07-171-34/+38
* More graceful handling of headers without a delimiter line.Eric S. Raymond2003-07-171-7/+6
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-1/+8
* IDLE implementation.Eric S. Raymond2003-02-281-1/+4
* Before the IDLE patch.Eric S. Raymond2003-02-281-13/+9
* Ready to ship.Eric S. Raymond2002-11-261-5/+15