aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
...
* Better error messages.Eric S. Raymond1996-11-091-2/+2
* Correct generation of X-Fetchmail-Warning header.Eric S. Raymond1996-11-091-16/+22
* I *think* this works...Eric S. Raymond1996-11-091-30/+38
* We no longer attempt delivery to multidrop mailboxes in the presenceEric S. Raymond1996-11-081-7/+21
* Cheaper error handling.Eric S. Raymond1996-11-081-14/+26
* Improved error notification on SMTP and no-matching-local-address errors.Eric S. Raymond1996-11-081-3/+50
* Prototypes everywhere.Eric S. Raymond1996-11-081-12/+8
* Reset batchcount before each poll cycle.Eric S. Raymond1996-11-081-2/+1
* No known servers now give it indigestion.Eric S. Raymond1996-11-081-8/+2
* Comment fix.Eric S. Raymond1996-11-081-2/+1
* Better logging of unmatched names.Eric S. Raymond1996-11-081-6/+12
* More branch cleaning.Eric S. Raymond1996-11-081-4/+4
* Part of the batchlimit diff got mislaid.Eric S. Raymond1996-11-081-0/+12
* Better error messages. And accept Resent-From & Apparently-From a la RFC822.Eric S. Raymond1996-11-081-3/+12
* Split RFC822-bashing code out of the driver.Eric S. Raymond1996-11-061-265/+0
* Correct return test.Eric S. Raymond1996-11-061-1/+1
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-54/+21
* Better error reporting.Eric S. Raymond1996-11-051-9/+38
* Insert fseeks to prevent read-write lossage.Eric S. Raymond1996-11-041-2/+10
* Eliminate SockGets().Eric S. Raymond1996-11-041-3/+10
* Socket open rename.Eric S. Raymond1996-11-041-2/+2
* Eliminated socket.h.Eric S. Raymond1996-11-041-2/+22
* True internal buffering with stdio!Eric S. Raymond1996-11-041-7/+6
* Try to at least complain coherently when no from header.Eric S. Raymond1996-11-041-0/+6
* Don't append a spurious NUL to the headers.Eric S. Raymond1996-11-041-1/+0
* Fix incorrect deletion location.Eric S. Raymond1996-11-041-4/+1
* Deal with connect(2) bug.Eric S. Raymond1996-11-011-1/+1
* Header cleanup.Eric S. Raymond1996-11-011-1/+1
* %s is back.Eric S. Raymond1996-10-311-4/+7
* Correct echoing logic.Eric S. Raymond1996-10-311-2/+2
* STEP 8: All socket writes now go through SockWrite.Eric S. Raymond1996-10-311-5/+5
* STEP 7: Take mboxfd out of the SMTP logic path entirely.Eric S. Raymond1996-10-311-7/+21
* STEP 6: Socket() returns file pointer.Eric S. Raymond1996-10-311-6/+4
* STEP 4: Make SMTP functions take file pointer arguments.Eric S. Raymond1996-10-311-14/+17
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-311-3/+3
* STEP 2: Prepare for SockGets/SockPuts argument change.Eric S. Raymond1996-10-311-4/+4
* STEP 1: Make all methods take file pointer arguments.Eric S. Raymond1996-10-311-25/+28
* Catch up with current bug fixes.Eric S. Raymond1996-10-311-15/+37
* Fix fatal alloca bug.Eric S. Raymond1996-10-301-1/+1
* Handle multiple comma-separated local names correctly.Eric S. Raymond1996-10-301-3/+2
* Fix the damn single-poll-loop bug.Eric S. Raymond1996-10-291-8/+11
* smtp_close isn't used any more.Eric S. Raymond1996-10-291-9/+0
* Only open one conneection per host in daemon mode.Eric S. Raymond1996-10-291-33/+27
* Reorganize slightly.Eric S. Raymond1996-10-281-19/+34
* Added some more intelligible debug messages.Eric S. Raymond1996-10-281-0/+3
* Added some more intelligible debug messages.Eric S. Raymond1996-10-281-2/+12
* Don't open SMTP connection until it's needed.Eric S. Raymond1996-10-281-17/+18
* Better optimization.Eric S. Raymond1996-10-281-2/+2
* Handle nested parentheses in RFC822 comments.Eric S. Raymond1996-10-281-3/+18
* Cleanup for PL3.Eric S. Raymond1996-10-281-8/+6