| Commit message (Expand) | Author | Age | Files | Lines |
* | Align with legacy_6x. | Matthias Andree | 2019-08-25 | 1 | -1/+0 |
* | Revert SO_???TIMEO-based STARTTLS timeout handling. | Matthias Andree | 2011-05-26 | 1 | -3/+0 |
* | Add a SockTimeout(int socket, int seconds) function. | Matthias Andree | 2011-04-29 | 1 | -0/+3 |
* | Remove unused code. | Matthias Andree | 2011-04-29 | 1 | -6/+0 |
* | Enable Doxygen extraction. | Matthias Andree | 2010-05-11 | 1 | -11/+11 |
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -2/+2 |
* | Only add format-printf attribute on GCC >= 2. | Matthias Andree | 2010-02-04 | 1 | -0/+5 |
* | Add GCC attributes for printf format checking to SockPrintf (Sunil Shetye). | Matthias Andree | 2010-02-04 | 1 | -1/+3 |
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -1/+1 |
* | fix compilation on systems that don't know struct addrinfo (Solaris 2.6). | Matthias Andree | 2006-08-13 | 1 | -0/+2 |
* | Freeaddrinfo() fix for Uli Zappe's bug. | Matthias Andree | 2006-08-07 | 1 | -1/+9 |
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -8/+2 |
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr... | Matthias Andree | 2005-07-30 | 1 | -2/+2 |
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -2/+2 |
* | strncat/snprintf cleanup. | Eric S. Raymond | 2001-06-23 | 1 | -0/+5 |
* | SSL certification handling. | Eric S. Raymond | 2001-05-14 | 1 | -1/+2 |
* | Fix a compilation goof. | Eric S. Raymond | 2001-03-04 | 1 | -1/+1 |
* | Better OpenSSL support. | Eric S. Raymond | 2000-07-02 | 1 | -0/+4 |
* | Ready to send this to Mike. | Eric S. Raymond | 1999-11-06 | 1 | -3/+3 |
* | Anticipate the IDLE extension. | Eric S. Raymond | 1999-10-02 | 1 | -0/+7 |
* | Comment fix. | Eric S. Raymond | 1999-06-08 | 1 | -1/+1 |
* | Added plugin/plugout option. | Eric S. Raymond | 1998-11-02 | 1 | -2/+4 |
* | Jonathan T. Agnew's massive code cleanup. | Eric S. Raymond | 1998-10-26 | 1 | -1/+1 |
* | SockClose() abstraction. | Eric S. Raymond | 1998-07-25 | 1 | -0/+6 |
* | Add option arg to IPv4 code. | Eric S. Raymond | 1998-02-20 | 1 | -1/+1 |
* | This went to Craig Metz. | Eric S. Raymond | 1998-02-18 | 1 | -1/+1 |
* | Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff. | Eric S. Raymond | 1998-02-16 | 1 | -0/+4 |
* | Ready to ship. | Eric S. Raymond | 1997-10-23 | 1 | -1/+1 |
* | Change type of socket descriptors from FILE * to int. Change SockGets | Eric S. Raymond | 1997-05-13 | 1 | -5/+5 |
* | One step towards proper continuation handling. | Eric S. Raymond | 1997-01-16 | 1 | -0/+5 |
* | Drop back to using SockGets/SockWrite. | Eric S. Raymond | 1996-12-24 | 1 | -1/+25 |
* | SockGets is gone. | Eric S. Raymond | 1996-12-17 | 1 | -13/+2 |
* | Eliminate SockWrite and SockPrintf. | Eric S. Raymond | 1996-12-17 | 1 | -9/+0 |
* | This isn't Carl's design anymore. | Eric S. Raymond | 1996-12-16 | 1 | -2/+0 |
* | Yes! True stdio buffering at last!. | Eric S. Raymond | 1996-12-16 | 1 | -13/+5 |
* | Prototypes everywhere. | Eric S. Raymond | 1996-11-08 | 1 | -3/+0 |
* | Back out the attempt to use stdio. | Eric S. Raymond | 1996-11-06 | 1 | -30/+5 |
* | Initial revision | Eric S. Raymond | 1996-11-06 | 1 | -0/+71 |