aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* _( -> GT_(Eric S. Raymond2001-09-241-32/+32
* Don't rely on snprintf.Eric S. Raymond2001-07-041-0/+4
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-1/+6
* Fix patches from HMH and others.Eric S. Raymond2001-05-211-65/+46
* SSL certification handling.Eric S. Raymond2001-05-141-43/+129
* SA_RESTART and portability fixes.Eric S. Raymond2001-05-121-0/+1
* Cleanup patch.Eric S. Raymond2001-04-101-3/+3
* Added sslproto.Eric S. Raymond2001-03-031-2/+16
* Fix a fatal error in Dave Zarzycki's plugin parser.Eric S. Raymond2001-02-191-2/+2
* Dave Zarzycki's fixes.Eric S. Raymond2001-02-101-19/+45
* Samuel Leo's LMTP enhancement.Eric S. Raymond2000-12-061-0/+26
* Added --showdots option by Thomas Jarosch <tomj@gmx.de>Eric S. Raymond2000-11-041-8/+20
* Before showdots,Eric S. Raymond2000-10-081-9/+15
* Bug fixes and internationalization improvements.Eric S. Raymond2000-09-261-3/+3
* Try to get the typing right.Eric S. Raymond2000-08-121-2/+2
* Hope this nails the bad argument type.Eric S. Raymond2000-08-121-1/+1
* David Taylor's fixes for the UIDL code.Eric S. Raymond2000-08-061-2/+47
* Better OpenSSL support.Eric S. Raymond2000-07-021-4/+4
* Typo fix.Eric S. Raymond2000-06-281-1/+1
* Try to beat a sign-extension bug.Eric S. Raymond2000-06-281-1/+1
* Minor corrections.Eric S. Raymond2000-06-281-1/+1
* Ready to merge in Julian Haight's changes.Eric S. Raymond2000-06-071-4/+12
* BeOS support.Eric S. Raymond2000-04-081-19/+60
* Fix for IPv6.Eric S. Raymond2000-03-031-16/+20
* 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
* Don't go through elaborate shutdown just after connect.Eric S. Raymond2000-02-121-4/+4
* LinuxWorld hacks.Eric S. Raymond2000-02-051-1/+1
* Graceful socket closing.Eric S. Raymond2000-01-311-8/+29
* Various minor fixes.Eric S. Raymond2000-01-161-8/+11
* Improvements to IPv6 code.Eric S. Raymond1999-12-231-1/+13
* IPv6 patches.Eric S. Raymond1999-12-191-0/+1
* Before the IPV6 patch.Eric S. Raymond1999-12-191-0/+1
* Ready to send this to Mike.Eric S. Raymond1999-11-061-23/+28
* Final integration.Eric S. Raymond1999-10-311-4/+4
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-4/+286
* IP-address hostnames work again.Eric S. Raymond1999-10-261-0/+17
* Anticipate the IDLE extension.Eric S. Raymond1999-10-021-1/+26
* Multihome handling.Eric S. Raymond1999-10-021-23/+28
* Compilation fix for AIX.Eric S. Raymond1999-09-291-0/+5
* Simplify error reporting further.Eric S. Raymond1999-02-031-9/+8
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-7/+8
* 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