aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-10/+7
* Michael Warfield's IPv6 fixes.Eric S. Raymond1999-01-031-1/+1
* Gunther Leber's fixes.Eric S. Raymond1999-01-021-10/+30
* gcc -Wall cleanup.Eric S. Raymond1998-12-151-19/+16
* Enable build without socketpair.Eric S. Raymond1998-12-151-0/+6
* Fix copyrights.Eric S. Raymond1998-12-041-2/+1
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-5/+8
* Added plugin/plugout option.Eric S. Raymond1998-11-021-24/+61
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-13/+37
* SockClose() abstraction.Eric S. Raymond1998-07-251-0/+7
* Fixes from Craig.Eric S. Raymond1998-02-241-2/+4
* Craig's patches in response to cmetz3.Eric S. Raymond1998-02-211-7/+13
* Add option arg to IPv4 code.Eric S. Raymond1998-02-201-2/+2
* Security relabeling.Eric S. Raymond1998-02-201-9/+9
* This went to Craig Metz.Eric S. Raymond1998-02-181-9/+10
* 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