| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a bunch of MSVC compiler warnings | Yang Tse | 2011-09-03 | 1 | -7/+8 |
* | return code cleanup: build, init and run-time errors | Daniel Stenberg | 2011-04-05 | 1 | -5/+5 |
* | sslgen: define Curl_ssl_connect_nonblocking for non-SSL | Daniel Stenberg | 2011-03-14 | 1 | -2/+2 |
* | sendrecv: split the I/O handling into private handler | Howard Chu | 2010-05-07 | 1 | -22/+0 |
* | ssl: Fix build when SSL isn't enabled | Ben Greear | 2010-04-06 | 1 | -2/+2 |
* | refactorize interface of Curl_ssl_recv/Curl_ssl_send | Kamil Dudka | 2010-04-04 | 1 | -6/+21 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | - Michael Smith posted bug report #2786255 | Daniel Stenberg | 2009-05-04 | 1 | -0/+2 |
* | - Rainer Canavan filed bug #2255627 | Daniel Stenberg | 2008-11-11 | 1 | -1/+0 |
* | A few prototypes shouldn't be defined if SSL is disabled. | Dan Fandrich | 2008-10-20 | 1 | -12/+15 |
* | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg | 2008-09-05 | 1 | -6/+2 |
* | fix compiler warning: empty body in an if-statement | Yang Tse | 2008-07-05 | 1 | -1/+1 |
* | - I did a cleanup of the internal generic SSL layer and how the various SSL | Daniel Stenberg | 2008-06-11 | 1 | -15/+31 |
* | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek | 2008-05-09 | 1 | -1/+1 |
* | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich | 2007-08-27 | 1 | -1/+1 |
* | Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use | Daniel Stenberg | 2007-07-29 | 1 | -1/+1 |
* | fix compiler warnings for SSL-disabled builds | Daniel Stenberg | 2007-01-25 | 1 | -1/+0 |
* | fix non-SSL builds again | Daniel Stenberg | 2007-01-25 | 1 | -1/+1 |
* | moved the SSL pending function to the proper place and name | Daniel Stenberg | 2007-01-24 | 1 | -0/+4 |
* | - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to | Daniel Stenberg | 2007-01-05 | 1 | -1/+5 |
* | cleaned up Curl_write() and the sub functions it uses for various protocols. | Daniel Stenberg | 2006-11-11 | 1 | -9/+9 |
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 1 | -1/+1 |
* | David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended | Daniel Stenberg | 2006-05-10 | 1 | -0/+2 |
* | Xavier Bouchoux made the SSL connection non-blocking for the multi interface | Daniel Stenberg | 2006-03-21 | 1 | -0/+3 |
* | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg | 2005-04-07 | 1 | -0/+72 |