aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak in lexical analysis.Eric S. Raymond2000-02-221-1/+1
* Try for better version of graceful shutdown.Eric S. Raymond2000-02-191-14/+10
* generated by cgit v1.2.3 (git 2.46.0) at 2026-07-14 03:08:11 +0000 span>/+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