aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ooops...don't exit where a return will do.Eric S. Raymond1996-11-061-1/+1
* Correct setting of implicitmode.Eric S. Raymond1996-11-061-3/+6
* Back out the attempt to use stdio.Eric S. Raymond1996-11-0611-133/+152
* Initial revisionEric S. Raymond1996-11-061-0/+71
* Better error reporting.Eric S. Raymond1996-11-051-9/+38
* Insert fseeks to prevent read-write lossage.Eric S. Raymond1996-11-043-2/+17
* Ready to ship.Eric S. Raymond1996-11-041-1/+2
* Full dynamic buffering on all socket streams.Eric S. Raymond1996-11-041-0/+1
* Eliminate SockGets().Eric S. Raymond1996-11-041-3/+10
* Socket open rename.Eric S. Raymond1996-11-043-4/+4
* Eliminated socket.h.Eric S. Raymond1996-11-048-31/+31
* Special socket I/O almost gone!Eric S. Raymond1996-11-044-14/+21
* True internal buffering with stdio!Eric S. Raymond1996-11-043-47/+14
* Wow! Real buffering at last!Eric S. Raymond1996-11-041-50/+19
* 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-042-2/+1
* Fix incorrect deletion location.Eric S. Raymond1996-11-041-4/+1
* Typo fix.Eric S. Raymond1996-11-041-1/+1
* Close SMTP sockets after each poll cycle to avoid MTA timeouts.Eric S. Raymond1996-11-041-0/+15
* Running fetchmail in daemon mode now forces the --fetchall option on.Eric S. Raymond1996-11-042-0/+7
* Fix seems to be unnecssary. Weird.Eric S. Raymond1996-11-041-4/+1
* Ready for 1.9.8.Eric S. Raymond1996-11-011-0/+3
* Nailed that connect(2) bug.Eric S. Raymond1996-11-011-4/+1
* Typo fix.Eric S. Raymond1996-11-011-1/+1
* No longer necessary for fetchmail to abort after failed socket opens.Eric S. Raymond1996-11-011-29/+1
* Deal with connect(2) bug.Eric S. Raymond1996-11-013-12/+13
* Add notes on how to report bugs.Eric S. Raymond1996-11-011-0/+14
* Header cleanup.Eric S. Raymond1996-11-0110-34/+13
* Ready to ship.Eric S. Raymond1996-11-011-1/+1
* Improved documentation.Eric S. Raymond1996-10-312-29/+35
* Make the RPM spec include the patchlevel.Eric S. Raymond1996-10-312-3/+3
* Better signal handling.Eric S. Raymond1996-10-311-6/+8
* Version bump.Eric S. Raymond1996-10-311-1/+1
* %s is back.Eric S. Raymond1996-10-313-5/+10
* Add FIXME notes.Eric S. Raymond1996-10-312-1/+5
* Document the lossage.Eric S. Raymond1996-10-312-38/+48
* STEP 9: We can finally use SockGets here.Eric S. Raymond1996-10-311-1/+1
* STEP 9: Eliminate the static buffer in the socket library.Eric S. Raymond1996-10-311-48/+1
* Correct echoing logic.Eric S. Raymond1996-10-311-2/+2
* STEP 8: All socket writes now go through SockWrite.Eric S. Raymond1996-10-312-38/+12
* STEP 7: Take mboxfd out of the SMTP logic path entirely.Eric S. Raymond1996-10-312-15/+26
* STEP 6: Socket() returns file pointer.Eric S. Raymond1996-10-312-16/+11
* STEP 5: SockPrintf() conversion.Eric S. Raymond1996-10-312-11/+11
* STEP 4: Make SMTP functions take file pointer arguments.Eric S. Raymond1996-10-315-52/+55
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-315-77/+18
* 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-315-98/+101
* Ready to ship.Eric S. Raymond1996-10-312-7/+2
* Catch up with current bug fixes.Eric S. Raymond1996-10-312-15/+44
* Document the stdio fix.Eric S. Raymond1996-10-311-5/+0