aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Add useful comment.Eric S. Raymond1996-12-251-0/+2
* Include test code.Eric S. Raymond1996-12-251-13/+21
* This features both methods.Eric S. Raymond1996-12-241-11/+40
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-22/+77
* A version of setvbuf that works.Eric S. Raymond1996-12-231-17/+2
* Include test code.Eric S. Raymond1996-12-211-6/+27
* Correct a horrible bug.Eric S. Raymond1996-12-211-1/+6
* Emergency buffering removal.Eric S. Raymond1996-12-211-0/+5
* Line-buffer all socket streams.Eric S. Raymond1996-12-191-9/+7
* SockGets is gone.Eric S. Raymond1996-12-171-21/+2
* Yes! True stdio buffering at last!.Eric S. Raymond1996-12-161-45/+12
* All right! True stdio buffering at last!Eric S. Raymond1996-12-161-24/+7
* Prototypes everywhere.Eric S. Raymond1996-11-081-11/+3
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-9/+98
* Socket open rename.Eric S. Raymond1996-11-041-1/+1
* Eliminated socket.h.Eric S. Raymond1996-11-041-24/+6
* True internal buffering with stdio!Eric S. Raymond1996-11-041-32/+0
* Wow! Real buffering at last!Eric S. Raymond1996-11-041-50/+19
* Fix seems to be unnecssary. Weird.Eric S. Raymond1996-11-041-4/+1
* Nailed that connect(2) bug.Eric S. Raymond1996-11-011-4/+1
* Typo fix.Eric S. Raymond1996-11-011-1/+1
* Deal with connect(2) bug.Eric S. Raymond1996-11-011-1/+12
* Header cleanup.Eric S. Raymond1996-11-011-4/+0
* Add FIXME notes.Eric S. Raymond1996-10-311-1/+3
* Document the lossage.Eric S. Raymond1996-10-311-38/+45
* STEP 9: Eliminate the static buffer in the socket library.Eric S. Raymond1996-10-311-48/+1
* STEP 8: All socket writes now go through SockWrite.Eric S. Raymond1996-10-311-33/+7
* STEP 7: Take mboxfd out of the SMTP logic path entirely.Eric S. Raymond1996-10-311-8/+5
* STEP 6: Socket() returns file pointer.Eric S. Raymond1996-10-311-10/+7
* STEP 5: SockPrintf() conversion.Eric S. Raymond1996-10-311-4/+4
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-311-66/+7
* Better documentation.Eric S. Raymond1996-10-301-0/+6
* Cleanup for PL3.Eric S. Raymond1996-10-281-18/+20
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-69/+69
* Paul Traina's crash fix.Eric S. Raymond1996-10-241-1/+1
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-8/+7
* Header cleanup.Eric S. Raymond1996-10-151-1/+1
* Simplify the autoconfig process a lot.Eric S. Raymond1996-10-151-15/+14
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-11/+0
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-2/+1
* Arrange for timeout by client if server connection is dropped.Eric S. Raymond1996-10-091-0/+14
* *** empty log message ***Eric S. Raymond1996-09-241-1/+0
* The great name change.Eric S. Raymond1996-09-241-1/+1
* QNX port.Eric S. Raymond1996-09-131-0/+14
* Most of the way to SMTP forwarding.Eric S. Raymond1996-09-111-5/+0
* Condition out the SMTP-forwarding support.Eric S. Raymond1996-08-271-2/+66
* We have IMAP support.Eric S. Raymond1996-08-261-1/+5
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-50/+3
* Initial revisionEric S. Raymond1996-06-281-0/+243