aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Document a bug.Eric S. Raymond1998-02-161-0/+6
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-0/+35
* Ready to ship.Eric S. Raymond1997-10-231-1/+1
* More portation changes.Eric S. Raymond1997-09-171-4/+3
* inet_aton.Eric S. Raymond1997-09-041-1/+22
* Use inet_aton.Eric S. Raymond1997-09-031-13/+1
* Prevent buffer spamming.Eric S. Raymond1997-09-031-1/+7
* Better bounds checking.Eric S. Raymond1997-07-241-0/+4
* Some configuration cleanup.Eric S. Raymond1997-07-011-2/+1
* Yet cleaner read code.Eric S. Raymond1997-05-141-14/+6
* Cleaner version of SockRead.Eric S. Raymond1997-05-141-8/+6
* Return correct length of data read.Eric S. Raymond1997-05-131-4/+14
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-28/+28
* Hacks for avoiding compiler warnings under SunOS.Eric S. Raymond1997-04-291-0/+4
* Janos Farkas's fixes.Eric S. Raymond1997-02-181-1/+2
* One step towards proper continuation handling.Eric S. Raymond1997-01-161-0/+12
* Give up on trying to use stdio.Eric S. Raymond1997-01-101-59/+0
* Cameron's speedup diff for socket.c.Eric S. Raymond1997-01-081-13/+21
* This version works.Eric S. Raymond1996-12-301-1/+11
* Comment fix.Eric S. Raymond1996-12-301-2/+1
* This version seems to work.Eric S. Raymond1996-12-301-3/+9
* 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