]> Pileus Git - ~andy/fetchmail/history - socket.h
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
[~andy/fetchmail] / socket.h
2011-06-06 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-06-06 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-31 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-27 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-26 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-26 Matthias AndreeRevert SO_???TIMEO-based STARTTLS timeout handling.
2011-04-29 Matthias AndreeAdd a SockTimeout(int socket, int seconds) function.
2011-04-29 Matthias AndreeRemove unused code.
2010-05-11 Matthias AndreeEnable Doxygen extraction.
2010-04-18 Matthias AndreeAdd --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_...
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-02-04 Matthias AndreeOnly add format-printf attribute on GCC >= 2.
2010-02-04 Matthias AndreeAdd GCC attributes for printf format checking to SockPr...
2006-08-14 Matthias AndreeAdd IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.
2006-08-13 Matthias Andreefix compilation on systems that don't know struct addri...
2006-08-07 Matthias AndreeFreeaddrinfo() fix for Uli Zappe's bug.
2005-08-02 Matthias AndreeRemove port/service dualism and make everything a service.
2005-07-30 Matthias AndreeINCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY...
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2001-06-23 Eric S. Raymondstrncat/snprintf cleanup.
2001-05-14 Eric S. RaymondSSL certification handling.
2001-03-04 Eric S. RaymondFix a compilation goof.
2000-07-02 Eric S. RaymondBetter OpenSSL support.
1999-11-06 Eric S. RaymondReady to send this to Mike.
1999-10-02 Eric S. RaymondAnticipate the IDLE extension.
1999-06-08 Eric S. RaymondComment fix.
1998-11-02 Eric S. RaymondAdded plugin/plugout option.
1998-10-26 Eric S. RaymondJonathan T. Agnew's massive code cleanup.
1998-07-25 Eric S. RaymondSockClose() abstraction.
1998-02-20 Eric S. RaymondAdd option arg to IPv4 code.
1998-02-18 Eric S. RaymondThis went to Craig Metz.
1998-02-16 Eric S. RaymondAlll of Craig Metz's changes for IPv6 and IPSEC except...
1997-10-23 Eric S. RaymondReady to ship.
1997-05-13 Eric S. RaymondChange type of socket descriptors from FILE * to int...
1997-01-16 Eric S. RaymondOne step towards proper continuation handling.
1996-12-24 Eric S. RaymondDrop back to using SockGets/SockWrite.
1996-12-17 Eric S. RaymondSockGets is gone.
1996-12-17 Eric S. RaymondEliminate SockWrite and SockPrintf.
1996-12-16 Eric S. RaymondThis isn't Carl's design anymore.
1996-12-16 Eric S. RaymondYes! True stdio buffering at last!.
1996-11-08 Eric S. RaymondPrototypes everywhere.
1996-11-06 Eric S. RaymondBack out the attempt to use stdio.
1996-11-06 Eric S. RaymondInitial revision