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