aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Add a SockTimeout(int socket, int seconds) function.Matthias Andree2011-04-291-0/+3
* Remove unused code.Matthias Andree2011-04-291-6/+0
* Enable Doxygen extraction.Matthias Andree2010-05-111-11/+11
* Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,Matthias Andree2010-04-181-1/+1
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-2/+2
* Only add format-printf attribute on GCC >= 2.Matthias Andree2010-02-041-0/+5
* Add GCC attributes for printf format checking to SockPrintf (Sunil Shetye).Matthias Andree2010-02-041-1/+3
* Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.Matthias Andree2006-08-141-1/+1
* fix compilation on systems that don't know struct addrinfo (Solaris 2.6).Matthias Andree2006-08-131-0/+2
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-071-1/+9
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-8/+2
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-301-2/+2
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-2/+2
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-0/+5
* SSL certification handling.Eric S. Raymond2001-05-141-1/+2
* Fix a compilation goof.Eric S. Raymond2001-03-041-1/+1
* Better OpenSSL support.Eric S. Raymond2000-07-021-0/+4
* Ready to send this to Mike.Eric S. Raymond1999-11-061-3/+3
* Anticipate the IDLE extension.Eric S. Raymond1999-10-021-0/+7
* Comment fix.Eric S. Raymond1999-06-081-1/+1
* Added plugin/plugout option.Eric S. Raymond1998-11-021-2/+4
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-1/+1
* SockClose() abstraction.Eric S. Raymond1998-07-251-0/+6
* Add option arg to IPv4 code.Eric S. Raymond1998-02-201-1/+1
* This went to Craig Metz.Eric S. Raymond1998-02-181-1/+1
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-0/+4
* Ready to ship.Eric S. Raymond1997-10-231-1/+1
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-5/+5
* One step towards proper continuation handling.Eric S. Raymond1997-01-161-0/+5
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-1/+25
* SockGets is gone.Eric S. Raymond1996-12-171-13/+2
* Eliminate SockWrite and SockPrintf.Eric S. Raymond1996-12-171-9/+0
* This isn't Carl's design anymore.Eric S. Raymond1996-12-161-2/+0
* Yes! True stdio buffering at last!.Eric S. Raymond1996-12-161-13/+5
* Prototypes everywhere.Eric S. Raymond1996-11-081-3/+0
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-30/+5
* Initial revisionEric S. Raymond1996-11-061-0/+71