aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* STEP 9: Eliminate the static buffer in the socket library.Eric S. Raymond1996-10-311-48/+1
| | | | svn path=/trunk/; revision=453
* STEP 8: All socket writes now go through SockWrite.Eric S. Raymond1996-10-311-33/+7
| | | | svn path=/trunk/; revision=451
* STEP 7: Take mboxfd out of the SMTP logic path entirely.Eric S. Raymond1996-10-311-8/+5
| | | | svn path=/trunk/; revision=450
* STEP 6: Socket() returns file pointer.Eric S. Raymond1996-10-311-10/+7
| | | | svn path=/trunk/; revision=449
* STEP 5: SockPrintf() conversion.Eric S. Raymond1996-10-311-4/+4
| | | | svn path=/trunk/; revision=448
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-311-66/+7
| | | | svn path=/trunk/; revision=446
* Better documentation.Eric S. Raymond1996-10-301-0/+6
| | | | svn path=/trunk/; revision=438
* Cleanup for PL3.Eric S. Raymond1996-10-281-18/+20
| | | | svn path=/trunk/; revision=402
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-69/+69
| | | | svn path=/trunk/; revision=396
* Paul Traina's crash fix.Eric S. Raymond1996-10-241-1/+1
| | | | svn path=/trunk/; revision=373
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-8/+7
| | | | svn path=/trunk/; revision=345
* Header cleanup.Eric S. Raymond1996-10-151-1/+1
| | | | svn path=/trunk/; revision=338
* Simplify the autoconfig process a lot.Eric S. Raymond1996-10-151-15/+14
| | | | svn path=/trunk/; revision=337
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-11/+0
| | | | svn path=/trunk/; revision=325
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-2/+1
| | | | svn path=/trunk/; revision=299
* Arrange for timeout by client if server connection is dropped.Eric S. Raymond1996-10-091-0/+14
| | | | svn path=/trunk/; revision=260
* *** empty log message ***Eric S. Raymond1996-09-241-1/+0
| | | | svn path=/trunk/; revision=120
* The great name change.Eric S. Raymond1996-09-241-1/+1
| | | | svn path=/trunk/; revision=114
* QNX port.Eric S. Raymond1996-09-131-0/+14
| | | | svn path=/trunk/; revision=96
* Most of the way to SMTP forwarding.Eric S. Raymond1996-09-111-5/+0
| | | | svn path=/trunk/; revision=79
* Condition out the SMTP-forwarding support.Eric S. Raymond1996-08-271-2/+66
| | | | svn path=/trunk/; revision=68
* We have IMAP support.Eric S. Raymond1996-08-261-1/+5
| | | | svn path=/trunk/; revision=65
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-50/+3
| | | | | | baton. svn path=/trunk/; revision=16
* Initial revisionEric S. Raymond1996-06-281-0/+243
svn path=/trunk/; revision=15