Age | Commit message (Expand) | Author |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-14 | yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check for | Daniel Stenberg |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-21 | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse |
2007-02-20 | New FTP CCC functionality - adds passive and active mode to accomodate for di... | Linus Nielsen Feltzing |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2007-01-10 | Display crypto engine name correctly in debug message. | Dan Fandrich |
2007-01-08 | Removed unused variable in Curl_ossl_shutdown() | Linus Nielsen Feltzing |
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-11-08 | Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION without | Daniel Stenberg |
2006-10-21 | Armel Asselin separated CA cert verification problems from problems with | Daniel Stenberg |
2006-10-17 | Explicit typecast for Curl_debug() size argument | Yang Tse |
2006-09-10 | Compiler warning fix | Yang Tse |
2006-07-19 | Fix compiler warnings | Yang Tse |
2006-07-19 | Avoid variable declaration shadowing previously declared one | Yang Tse |
2006-07-17 | Update error buffer size used for SSL_strerror() | Yang Tse |
2006-06-29 | with a very recent yassl, we now can display 'yassl' when the OpenSSL API is | Daniel Stenberg |
2006-06-09 | proper use of newlines | Daniel Stenberg |
2006-06-07 | NTLM2 session response support | Daniel Stenberg |
2006-05-10 | David McCreedy provided a fix for CURLINFO_LASTSOCKET that does extended | Daniel Stenberg |
2006-05-09 | Robson Braga Araujo fixed two problems in the recently added non-blocking SSL | Daniel Stenberg |
2006-05-05 | additional renames of Curl_ourerrno => Curl_sockerrno | Daniel Stenberg |
2006-05-04 | Roland Blom filed bug report #1481217 | Daniel Stenberg |
2006-04-18 | corrected the SSL timeout, as Ates Goral's patch did it and that works (opposed | Daniel Stenberg |
2006-04-10 | Ates Goral found out that if you specified both CURLOPT_CONNECTTIMEOUT and | Daniel Stenberg |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg |
2006-03-21 | Xavier Bouchoux made the SSL connection non-blocking for the multi interface | Daniel Stenberg |
2006-03-13 | David McCreedy found a use of the wrong variable when display the error | Daniel Stenberg |
2006-03-06 | Lots of users on Windows have reported getting the "SSL: couldn't set | Daniel Stenberg |
2005-12-19 | Fixed lcc compiler warnings. | Dan Fandrich |
2005-12-13 | Fixed some compiler warnings on lcc. | Dan Fandrich |
2005-12-05 | Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter in | Daniel Stenberg |
2005-12-04 | Recent OpenSSL returns a 'const' in '*_client_method()'. So avoid | Gisle Vanem |
2005-11-13 | Yang Tse fixed compiler warnings | Daniel Stenberg |
2005-08-10 | the debug callback was called with CURLINFO_TEXT with the data size one | Daniel Stenberg |
2005-04-13 | fix compiler warning | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-03-04 | Reduced the length of data read from the random entropy file. | Dan Fandrich |
2005-03-04 | Don't try to read the whole of the random file because when /dev/urandom is | Dan Fandrich |
2005-02-10 | init fix for non-SSL builds | Daniel Stenberg |
2005-02-09 | better error checking and SSL init by David Byron | Daniel Stenberg |
2005-01-10 | Hzhijun reported a memory leak in the SSL certificate code, that leaked the | Daniel Stenberg |
2004-12-19 | Remove 'data' initialiser. | Gisle Vanem |
2004-12-19 | if the pkcs12.h header exists, include it already in urldata.h to work around | Daniel Stenberg |
2004-12-18 | Samuel Listopad added support for PKCS12 formatted certificates. | Daniel Stenberg |
2004-12-14 | prevent compiler warning when built without engine support | Daniel Stenberg |