]> Pileus Git - ~andy/fetchmail/history - driver.c
SockGets is gone.
[~andy/fetchmail] / driver.c
1996-12-17 Eric S. RaymondSockGets is gone.
1996-12-17 Eric S. RaymondEliminate SockWrite and SockPrintf.
1996-12-17 Eric S. RaymondEliminate openmailpipe and closemailpipe.
1996-12-17 Eric S. RaymondProtocol labels for in-out messages.
1996-12-17 Eric S. RaymondYet morer error message cleanup.
1996-12-17 Eric S. RaymondUse error() for messages almost everywhere.
1996-12-12 Eric S. RaymondSIGCLD -> SIGCHLD.
1996-12-11 Eric S. RaymondSolve a SIGCLD compilation problem.
1996-12-09 Eric S. RaymondAdd full IMAP4 capability.
1996-12-09 Eric S. RaymondAdded the `envelope' option.
1996-12-07 Eric S. RaymondFix the SIGCLD snafu.
1996-12-06 Eric S. RaymondCleaner exit on error.
1996-12-06 Eric S. RaymondFix a multidrop bug.
1996-12-06 Eric S. RaymondTry to eliminate the core dump.
1996-12-03 Eric S. RaymondInclude alloca.h when you have it.
1996-11-30 Eric S. RaymondTry to accomodate spam filtering
1996-11-28 Eric S. RaymondChange name of string-saver functions.
1996-11-28 Eric S. RaymondAbolish servername mamber, go to servernames list.
1996-11-27 Eric S. RaymondWe no longer generate spurious error headers.
1996-11-27 Eric S. RaymondAdded the wildcard option.
1996-11-27 Eric S. RaymondFix the Received handling.
1996-11-27 Eric S. RaymondCope with X-Envelope-To.
1996-11-20 Eric S. RaymondCaching via aka list.
1996-11-20 Eric S. RaymondCorrected received_for handling.
1996-11-20 Eric S. RaymondBetter envelope address deduction.
1996-11-20 Eric S. RaymondProcess Received lines.
1996-11-19 Eric S. RaymondFirst hack at deducing envelope From.
1996-11-19 Eric S. RaymondAdd Nalin Dahyabhai's Kerberos patch.
1996-11-18 Eric S. RaymondSimplify From handling.
1996-11-16 Eric S. RaymondMake the driver code much less sensitive to SMTP errors and
1996-11-16 Eric S. RaymondInclude Cameron McPherson's patch for handling multi...
1996-11-15 Eric S. RaymondCorrect nesting.
1996-11-15 Eric S. RaymondHandle Apparently-To correctly.
1996-11-14 Eric S. RaymondArrange for fetchall to be forced on after transient...
1996-11-13 Eric S. RaymondReady.
1996-11-12 Eric S. RaymondFix Ville Eeerola's bug.
1996-11-11 Eric S. RaymondEliminate the most common configuration error.
1996-11-09 Eric S. RaymondBetter error messages.
1996-11-09 Eric S. RaymondCorrect generation of X-Fetchmail-Warning header.
1996-11-09 Eric S. RaymondI *think* this works...
1996-11-08 Eric S. RaymondWe no longer attempt delivery to multidrop mailboxes...
1996-11-08 Eric S. RaymondCheaper error handling.
1996-11-08 Eric S. RaymondImproved error notification on SMTP and no-matching...
1996-11-08 Eric S. RaymondPrototypes everywhere.
1996-11-08 Eric S. RaymondReset batchcount before each poll cycle.
1996-11-08 Eric S. RaymondNo known servers now give it indigestion.
1996-11-08 Eric S. RaymondComment fix.
1996-11-08 Eric S. RaymondBetter logging of unmatched names.
1996-11-08 Eric S. RaymondMore branch cleaning.
1996-11-08 Eric S. RaymondPart of the batchlimit diff got mislaid.
1996-11-08 Eric S. RaymondBetter error messages. And accept Resent-From & Appare...
1996-11-06 Eric S. RaymondSplit RFC822-bashing code out of the driver.
1996-11-06 Eric S. RaymondCorrect return test.
1996-11-06 Eric S. RaymondBack out the attempt to use stdio.
1996-11-05 Eric S. RaymondBetter error reporting.
1996-11-04 Eric S. RaymondInsert fseeks to prevent read-write lossage.
1996-11-04 Eric S. RaymondEliminate SockGets().
1996-11-04 Eric S. RaymondSocket open rename.
1996-11-04 Eric S. RaymondEliminated socket.h.
1996-11-04 Eric S. RaymondTrue internal buffering with stdio!
1996-11-04 Eric S. RaymondTry to at least complain coherently when no from header.
1996-11-04 Eric S. RaymondDon't append a spurious NUL to the headers.
1996-11-04 Eric S. RaymondFix incorrect deletion location.
1996-11-01 Eric S. RaymondDeal with connect(2) bug.
1996-11-01 Eric S. RaymondHeader cleanup.
1996-10-31 Eric S. Raymond%s is back.
1996-10-31 Eric S. RaymondCorrect echoing logic.
1996-10-31 Eric S. RaymondSTEP 8: All socket writes now go through SockWrite.
1996-10-31 Eric S. RaymondSTEP 7: Take mboxfd out of the SMTP logic path entirely.
1996-10-31 Eric S. RaymondSTEP 6: Socket() returns file pointer.
1996-10-31 Eric S. RaymondSTEP 4: Make SMTP functions take file pointer arguments.
1996-10-31 Eric S. RaymondSTEP 3: File pointer arguments in SockGets()/SockPuts().
1996-10-31 Eric S. RaymondSTEP 2: Prepare for SockGets/SockPuts argument change.
1996-10-31 Eric S. RaymondSTEP 1: Make all methods take file pointer arguments.
1996-10-31 Eric S. RaymondCatch up with current bug fixes.
1996-10-30 Eric S. RaymondFix fatal alloca bug.
1996-10-30 Eric S. RaymondHandle multiple comma-separated local names correctly.
1996-10-29 Eric S. RaymondFix the damn single-poll-loop bug.
1996-10-29 Eric S. Raymondsmtp_close isn't used any more.
1996-10-29 Eric S. RaymondOnly open one conneection per host in daemon mode.
1996-10-28 Eric S. RaymondReorganize slightly.
1996-10-28 Eric S. RaymondAdded some more intelligible debug messages.
1996-10-28 Eric S. RaymondAdded some more intelligible debug messages.
1996-10-28 Eric S. RaymondDon't open SMTP connection until it's needed.
1996-10-28 Eric S. RaymondBetter optimization.
1996-10-28 Eric S. RaymondHandle nested parentheses in RFC822 comments.
1996-10-28 Eric S. RaymondCleanup for PL3.
1996-10-27 Eric S. RaymondCorrect mda argument list building.
1996-10-27 Eric S. RaymondCorrect the defaults logic.
1996-10-27 Eric S. RaymondFix core dump bug in default-user logic.
1996-10-26 Eric S. Raymondgcc -Wall cleanup.
1996-10-26 Eric S. RaymondInclude mx.h, fix a memory leak.
1996-10-26 Eric S. RaymondMove the timeout setup.
1996-10-26 Eric S. RaymondMajor changes of data structure and variable names.
1996-10-26 Eric S. RaymondAdded filtering by length. Ugh.
1996-10-25 Eric S. RaymondReorganize some code.
1996-10-25 Eric S. RaymondRecove the driver to use setjmp/longjmp.
1996-10-25 Eric S. RaymondFix delivery to MDAs.
1996-10-25 Eric S. RaymondUse the precomputed canonical_name for Kerberos authent...
1996-10-25 Eric S. RaymondMDAs should be able to handle multidrop mailboxes now...
next