summaryrefslogtreecommitdiff
path: root/lib/sslgen.c
Commit message (Expand)AuthorAgeFilesLines
...
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+1
* compiler warning fixYang Tse2007-02-131-0/+1
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-2/+69
* compiler warning fixYang Tse2007-02-011-1/+1
* fix compiler warnings for SSL-disabled buildsDaniel Stenberg2007-01-251-0/+3
* moved the SSL pending function to the proper place and nameDaniel Stenberg2007-01-241-0/+13
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-081-2/+4
* Fix compilation errors when building without SSLLinus Nielsen Feltzing2007-01-061-2/+7
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+13
* Brendan Jurd pointed out these typosDaniel Stenberg2006-12-161-1/+1
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-8/+8
* Compiler warning fixYang Tse2006-09-121-2/+2
* - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg2006-09-111-0/+8
* silence warningDaniel Stenberg2006-05-111-0/+1
* David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extendedDaniel Stenberg2006-05-101-0/+18
* Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg2006-03-211-1/+18
* removed old debug left-over infof() callDaniel Stenberg2005-08-111-2/+0
* use calloc instead of malloc to save a call to memset()Daniel Stenberg2005-05-051-4/+1
* prevent memory leak when built SSL disabledDaniel Stenberg2005-05-041-0/+6
* prevent compiler warningDaniel Stenberg2005-04-191-1/+1
* re-arrange some code to prevent warnings on unreachable codeDaniel Stenberg2005-04-081-4/+7
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-0/+535