aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to IPv6 code.Eric S. Raymond1999-12-231-1/+13
| | | | svn path=/trunk/; revision=2676
* IPv6 patches.Eric S. Raymond1999-12-191-0/+1
| | | | svn path=/trunk/; revision=2666
* Before the IPV6 patch.Eric S. Raymond1999-12-191-0/+1
| | | | svn path=/trunk/; revision=2665
* Ready to send this to Mike.Eric S. Raymond1999-11-061-23/+28
| | | | svn path=/trunk/; revision=2649
* Final integration.Eric S. Raymond1999-10-311-4/+4
| | | | svn path=/trunk/; revision=2645
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-4/+286
| | | | svn path=/trunk/; revision=2643
* IP-address hostnames work again.Eric S. Raymond1999-10-261-0/+17
| | | | svn path=/trunk/; revision=2639
* Anticipate the IDLE extension.Eric S. Raymond1999-10-021-1/+26
| | | | svn path=/trunk/; revision=2630
* Multihome handling.Eric S. Raymond1999-10-021-23/+28
| | | | svn path=/trunk/; revision=2629
* Compilation fix for AIX.Eric S. Raymond1999-09-291-0/+5
| | | | svn path=/trunk/; revision=2625
* Simplify error reporting further.Eric S. Raymond1999-02-031-9/+8
| | | | svn path=/trunk/; revision=2374
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-7/+8
| | | | svn path=/trunk/; revision=2369
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-10/+7
| | | | svn path=/trunk/; revision=2328
* Michael Warfield's IPv6 fixes.Eric S. Raymond1999-01-031-1/+1
| | | | svn path=/trunk/; revision=2314
* Gunther Leber's fixes.Eric S. Raymond1999-01-021-10/+30
| | | | svn path=/trunk/; revision=2311
* gcc -Wall cleanup.Eric S. Raymond1998-12-151-19/+16
| | | | svn path=/trunk/; revision=2278
* Enable build without socketpair.Eric S. Raymond1998-12-151-0/+6
| | | | svn path=/trunk/; revision=2276
* Fix copyrights.Eric S. Raymond1998-12-041-2/+1
| | | | svn path=/trunk/; revision=2260
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-5/+8
| | | | svn path=/trunk/; revision=2208
* Added plugin/plugout option.Eric S. Raymond1998-11-021-24/+61
| | | | svn path=/trunk/; revision=2168
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-13/+37
| | | | svn path=/trunk/; revision=2137
* SockClose() abstraction.Eric S. Raymond1998-07-251-0/+7
| | | | svn path=/trunk/; revision=2021
* Fixes from Craig.Eric S. Raymond1998-02-241-2/+4
| | | | svn path=/trunk/; revision=1670
* Craig's patches in response to cmetz3.Eric S. Raymond1998-02-211-7/+13
| | | | svn path=/trunk/; revision=1664
* Add option arg to IPv4 code.Eric S. Raymond1998-02-201-2/+2
| | | | svn path=/trunk/; revision=1662
* Security relabeling.Eric S. Raymond1998-02-201-9/+9
| | | | svn path=/trunk/; revision=1659
* This went to Craig Metz.Eric S. Raymond1998-02-181-9/+10
| | | | svn path=/trunk/; revision=1652
* Document a bug.Eric S. Raymond1998-02-161-0/+6
| | | | svn path=/trunk/; revision=1635
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-0/+35
| | | | svn path=/trunk/; revision=1630
* Ready to ship.Eric S. Raymond1997-10-231-1/+1
| | | | svn path=/trunk/; revision=1527
* More portation changes.Eric S. Raymond1997-09-171-4/+3
| | | | svn path=/trunk/; revision=1362
* inet_aton.Eric S. Raymond1997-09-041-1/+22
| | | | svn path=/trunk/; revision=1295
* Use inet_aton.Eric S. Raymond1997-09-031-13/+1
| | | | svn path=/trunk/; revision=1289
* Prevent buffer spamming.Eric S. Raymond1997-09-031-1/+7
| | | | svn path=/trunk/; revision=1279
* Better bounds checking.Eric S. Raymond1997-07-241-0/+4
| | | | svn path=/trunk/; revision=1178
* Some configuration cleanup.Eric S. Raymond1997-07-011-2/+1
| | | | svn path=/trunk/; revision=1133
* Yet cleaner read code.Eric S. Raymond1997-05-141-14/+6
| | | | svn path=/trunk/; revision=997
* Cleaner version of SockRead.Eric S. Raymond1997-05-141-8/+6
| | | | svn path=/trunk/; revision=995
* Return correct length of data read.Eric S. Raymond1997-05-131-4/+14
| | | | svn path=/trunk/; revision=993
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-28/+28
| | | | | | | to SockRead a la read(2). This is all part of an attempt to deal with embedded NULs in IMAP messages. svn path=/trunk/; revision=992
* Hacks for avoiding compiler warnings under SunOS.Eric S. Raymond1997-04-291-0/+4
| | | | svn path=/trunk/; revision=978
* Janos Farkas's fixes.Eric S. Raymond1997-02-181-1/+2
| | | | svn path=/trunk/; revision=897
* One step towards proper continuation handling.Eric S. Raymond1997-01-161-0/+12
| | | | svn path=/trunk/; revision=774
* Give up on trying to use stdio.Eric S. Raymond1997-01-101-59/+0
| | | | svn path=/trunk/; revision=734
* Cameron's speedup diff for socket.c.Eric S. Raymond1997-01-081-13/+21
| | | | svn path=/trunk/; revision=716
* This version works.Eric S. Raymond1996-12-301-1/+11
| | | | svn path=/trunk/; revision=713
* Comment fix.Eric S. Raymond1996-12-301-2/+1
| | | | svn path=/trunk/; revision=712
* This version seems to work.Eric S. Raymond1996-12-301-3/+9
| | | | svn path=/trunk/; revision=711
* Add useful comment.Eric S. Raymond1996-12-251-0/+2
| | | | svn path=/trunk/; revision=691
* Include test code.Eric S. Raymond1996-12-251-13/+21
| | | | svn path=/trunk/; revision=690