Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ready to ship. | Eric S. Raymond | 1996-11-06 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=498 | ||||
* | Ready to ship. | Eric S. Raymond | 1996-11-06 | 2 | -1/+2 |
| | | | | svn path=/trunk/; revision=497 | ||||
* | Ready for release. | Eric S. Raymond | 1996-11-06 | 2 | -1/+7 |
| | | | | svn path=/trunk/; revision=496 | ||||
* | Removed an unnecessary layer of indirection. | Eric S. Raymond | 1996-11-06 | 3 | -3/+4 |
| | | | | svn path=/trunk/; revision=495 | ||||
* | Initial revision | Eric S. Raymond | 1996-11-06 | 1 | -0/+322 |
| | | | | svn path=/trunk/; revision=493 | ||||
* | Split RFC822-bashing code out of the driver. | Eric S. Raymond | 1996-11-06 | 4 | -269/+14 |
| | | | | svn path=/trunk/; revision=492 | ||||
* | Correct return test. | Eric S. Raymond | 1996-11-06 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=491 | ||||
* | Ooops...don't exit where a return will do. | Eric S. Raymond | 1996-11-06 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=490 | ||||
* | Correct setting of implicitmode. | Eric S. Raymond | 1996-11-06 | 1 | -3/+6 |
| | | | | svn path=/trunk/; revision=489 | ||||
* | Back out the attempt to use stdio. | Eric S. Raymond | 1996-11-06 | 11 | -133/+152 |
| | | | | svn path=/trunk/; revision=488 | ||||
* | Initial revision | Eric S. Raymond | 1996-11-06 | 1 | -0/+71 |
| | | | | svn path=/trunk/; revision=487 | ||||
* | Better error reporting. | Eric S. Raymond | 1996-11-05 | 1 | -9/+38 |
| | | | | svn path=/trunk/; revision=486 | ||||
* | Insert fseeks to prevent read-write lossage. | Eric S. Raymond | 1996-11-04 | 3 | -2/+17 |
| | | | | svn path=/trunk/; revision=485 | ||||
* | Ready to ship. | Eric S. Raymond | 1996-11-04 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=484 | ||||
* | Full dynamic buffering on all socket streams. | Eric S. Raymond | 1996-11-04 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=483 | ||||
* | Eliminate SockGets(). | Eric S. Raymond | 1996-11-04 | 1 | -3/+10 |
| | | | | svn path=/trunk/; revision=482 | ||||
* | Socket open rename. | Eric S. Raymond | 1996-11-04 | 3 | -4/+4 |
| | | | | svn path=/trunk/; revision=481 | ||||
* | Eliminated socket.h. | Eric S. Raymond | 1996-11-04 | 8 | -31/+31 |
| | | | | svn path=/trunk/; revision=480 | ||||
* | Special socket I/O almost gone! | Eric S. Raymond | 1996-11-04 | 4 | -14/+21 |
| | | | | svn path=/trunk/; revision=479 | ||||
* | True internal buffering with stdio! | Eric S. Raymond | 1996-11-04 | 3 | -47/+14 |
| | | | | svn path=/trunk/; revision=478 | ||||
* | Wow! Real buffering at last! | Eric S. Raymond | 1996-11-04 | 1 | -50/+19 |
| | | | | svn path=/trunk/; revision=477 | ||||
* | Try to at least complain coherently when no from header. | Eric S. Raymond | 1996-11-04 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=476 | ||||
* | Don't append a spurious NUL to the headers. | Eric S. Raymond | 1996-11-04 | 2 | -2/+1 |
| | | | | svn path=/trunk/; revision=475 | ||||
* | Fix incorrect deletion location. | Eric S. Raymond | 1996-11-04 | 1 | -4/+1 |
| | | | | svn path=/trunk/; revision=474 | ||||
* | Typo fix. | Eric S. Raymond | 1996-11-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=473 | ||||
* | Close SMTP sockets after each poll cycle to avoid MTA timeouts. | Eric S. Raymond | 1996-11-04 | 1 | -0/+15 |
| | | | | svn path=/trunk/; revision=472 | ||||
* | Running fetchmail in daemon mode now forces the --fetchall option on. | Eric S. Raymond | 1996-11-04 | 2 | -0/+7 |
| | | | | | | | | | This is a robustness feature. It means that if a message is fetched (and thus marked seen by the mailserver) but not delivered locally due to some transient error, it will be re-fetched during the next poll cycle. svn path=/trunk/; revision=471 | ||||
* | Fix seems to be unnecssary. Weird. | Eric S. Raymond | 1996-11-04 | 1 | -4/+1 |
| | | | | svn path=/trunk/; revision=470 | ||||
* | Ready for 1.9.8. | Eric S. Raymond | 1996-11-01 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=469 | ||||
* | Nailed that connect(2) bug. | Eric S. Raymond | 1996-11-01 | 1 | -4/+1 |
| | | | | svn path=/trunk/; revision=468 | ||||
* | Typo fix. | Eric S. Raymond | 1996-11-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=467 | ||||
* | No longer necessary for fetchmail to abort after failed socket opens. | Eric S. Raymond | 1996-11-01 | 1 | -29/+1 |
| | | | | svn path=/trunk/; revision=466 | ||||
* | Deal with connect(2) bug. | Eric S. Raymond | 1996-11-01 | 3 | -12/+13 |
| | | | | svn path=/trunk/; revision=465 | ||||
* | Add notes on how to report bugs. | Eric S. Raymond | 1996-11-01 | 1 | -0/+14 |
| | | | | svn path=/trunk/; revision=464 | ||||
* | Header cleanup. | Eric S. Raymond | 1996-11-01 | 10 | -34/+13 |
| | | | | svn path=/trunk/; revision=463 | ||||
* | Ready to ship. | Eric S. Raymond | 1996-11-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=462 | ||||
* | Improved documentation. | Eric S. Raymond | 1996-10-31 | 2 | -29/+35 |
| | | | | svn path=/trunk/; revision=461 | ||||
* | Make the RPM spec include the patchlevel. | Eric S. Raymond | 1996-10-31 | 2 | -3/+3 |
| | | | | svn path=/trunk/; revision=460 | ||||
* | Better signal handling. | Eric S. Raymond | 1996-10-31 | 1 | -6/+8 |
| | | | | svn path=/trunk/; revision=459 | ||||
* | Version bump. | Eric S. Raymond | 1996-10-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=458 | ||||
* | %s is back. | Eric S. Raymond | 1996-10-31 | 3 | -5/+10 |
| | | | | svn path=/trunk/; revision=457 | ||||
* | Add FIXME notes. | Eric S. Raymond | 1996-10-31 | 2 | -1/+5 |
| | | | | svn path=/trunk/; revision=456 | ||||
* | Document the lossage. | Eric S. Raymond | 1996-10-31 | 2 | -38/+48 |
| | | | | svn path=/trunk/; revision=455 | ||||
* | STEP 9: We can finally use SockGets here. | Eric S. Raymond | 1996-10-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=454 | ||||
* | STEP 9: Eliminate the static buffer in the socket library. | Eric S. Raymond | 1996-10-31 | 1 | -48/+1 |
| | | | | svn path=/trunk/; revision=453 | ||||
* | Correct echoing logic. | Eric S. Raymond | 1996-10-31 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=452 | ||||
* | STEP 8: All socket writes now go through SockWrite. | Eric S. Raymond | 1996-10-31 | 2 | -38/+12 |
| | | | | svn path=/trunk/; revision=451 | ||||
* | STEP 7: Take mboxfd out of the SMTP logic path entirely. | Eric S. Raymond | 1996-10-31 | 2 | -15/+26 |
| | | | | svn path=/trunk/; revision=450 | ||||
* | STEP 6: Socket() returns file pointer. | Eric S. Raymond | 1996-10-31 | 2 | -16/+11 |
| | | | | svn path=/trunk/; revision=449 | ||||
* | STEP 5: SockPrintf() conversion. | Eric S. Raymond | 1996-10-31 | 2 | -11/+11 |
| | | | | svn path=/trunk/; revision=448 |