Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include alloca.h when you have it. | Eric S. Raymond | 1996-12-03 | 1 | -0/+3 |
* | Need this for EGETUNREACH. | Eric S. Raymond | 1996-12-02 | 1 | -0/+1 |
* | Make the no-config-file case work correctly again. | Eric S. Raymond | 1996-11-30 | 1 | -1/+1 |
* | Change name of string-saver functions. | Eric S. Raymond | 1996-11-28 | 1 | -3/+3 |
* | Abolish servername mamber, go to servernames list. | Eric S. Raymond | 1996-11-28 | 1 | -13/+13 |
* | Include user name in saved UID associations. | Eric S. Raymond | 1996-11-28 | 1 | -1/+1 |
* | Added the wildcard option. | Eric S. Raymond | 1996-11-27 | 1 | -0/+4 |
* | Added `logfile' keyword to rc syntax. | Eric S. Raymond | 1996-11-27 | 1 | -0/+5 |
* | Correct MDA return status check. | Eric S. Raymond | 1996-11-21 | 1 | -1/+1 |
* | Better error messages. | Eric S. Raymond | 1996-11-21 | 1 | -4/+9 |
* | Better initialization error message. | Eric S. Raymond | 1996-11-21 | 1 | -1/+5 |
* | We can dump server aliases now. | Eric S. Raymond | 1996-11-20 | 1 | -1/+9 |
* | Caching via aka list. | Eric S. Raymond | 1996-11-20 | 1 | -5/+16 |
* | General cleanup for 2.0 release. | Eric S. Raymond | 1996-11-16 | 1 | -0/+5 |
* | Include Cameron McPherson's patch for handling multi-line SMTP responses. | Eric S. Raymond | 1996-11-16 | 1 | -0/+1 |
* | Fix Ville Eeerola's bug. | Eric S. Raymond | 1996-11-13 | 1 | -1/+1 |
* | Fix Jesse Thilo's bug. | Eric S. Raymond | 1996-11-11 | 1 | -1/+1 |
* | Better option dumping. | Eric S. Raymond | 1996-11-11 | 1 | -1/+3 |
* | Eliminate the most common configuration error. | Eric S. Raymond | 1996-11-11 | 1 | -11/+16 |
* | Arrange for command-line set of batchlimit. | Eric S. Raymond | 1996-11-09 | 1 | -0/+5 |
* | We no longer attempt delivery to multidrop mailboxes in the presence | Eric S. Raymond | 1996-11-08 | 1 | -27/+27 |
* | Prototypes everywhere. | Eric S. Raymond | 1996-11-08 | 1 | -21/+9 |
* | Reset batchcount before each poll cycle. | Eric S. Raymond | 1996-11-08 | 1 | -0/+1 |
* | We can now work with any bind library. | Eric S. Raymond | 1996-11-08 | 1 | -6/+8 |
* | Implement batchlimit option. | Eric S. Raymond | 1996-11-08 | 1 | -9/+11 |
* | Ready to ship. | Eric S. Raymond | 1996-11-06 | 1 | -1/+1 |
* | Removed an unnecessary layer of indirection. | Eric S. Raymond | 1996-11-06 | 1 | -1/+1 |
* | Split RFC822-bashing code out of the driver. | Eric S. Raymond | 1996-11-06 | 1 | -1/+7 |
* | Correct setting of implicitmode. | Eric S. Raymond | 1996-11-06 | 1 | -3/+6 |
* | Typo fix. | Eric S. Raymond | 1996-11-04 | 1 | -1/+1 |
* | Close SMTP sockets after each poll cycle to avoid MTA timeouts. | Eric S. Raymond | 1996-11-04 | 1 | -0/+15 |
* | No longer necessary for fetchmail to abort after failed socket opens. | Eric S. Raymond | 1996-11-01 | 1 | -29/+1 |
* | Header cleanup. | Eric S. Raymond | 1996-11-01 | 1 | -13/+2 |
* | Better signal handling. | Eric S. Raymond | 1996-10-31 | 1 | -6/+8 |
* | Add FIXME notes. | Eric S. Raymond | 1996-10-31 | 1 | -0/+2 |
* | STEP 4: Make SMTP functions take file pointer arguments. | Eric S. Raymond | 1996-10-31 | 1 | -3/+3 |
* | Fix fatal alloca bug. | Eric S. Raymond | 1996-10-30 | 1 | -6/+11 |
* | Don't display canonical name if it hasn't been grabbed. | Eric S. Raymond | 1996-10-29 | 1 | -1/+2 |
* | Make fetchmail -q faster. | Eric S. Raymond | 1996-10-29 | 1 | -2/+2 |
* | More reorganization. | Eric S. Raymond | 1996-10-29 | 1 | -9/+10 |
* | Modularize the main logic a bit. | Eric S. Raymond | 1996-10-29 | 1 | -194/+207 |
* | Fix the damn single-poll-loop bug. | Eric S. Raymond | 1996-10-29 | 1 | -2/+22 |
* | Added -n, --nodetach option. | Eric S. Raymond | 1996-10-29 | 1 | -1/+16 |
* | Only open one conneection per host in daemon mode. | Eric S. Raymond | 1996-10-29 | 1 | -2/+36 |
* | Correct sttus interpretation. | Eric S. Raymond | 1996-10-28 | 1 | -1/+1 |
* | Patchlevel machinery. | Eric S. Raymond | 1996-10-28 | 1 | -1/+1 |
* | Cleanup for PL3. | Eric S. Raymond | 1996-10-28 | 1 | -10/+19 |
* | Fix core dump bug in default-user logic. | Eric S. Raymond | 1996-10-27 | 1 | -8/+2 |
* | gcc -Wall cleanup. | Eric S. Raymond | 1996-10-26 | 1 | -6/+8 |
* | Major changes of data structure and variable names. | Eric S. Raymond | 1996-10-26 | 1 | -106/+106 |