| Commit message (Expand) | Author | Age | Files | Lines |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+2 |
* | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg | 2011-06-04 | 1 | -2/+2 |
* | GnuTLS handshake: fix timeout | Daniel Stenberg | 2011-05-18 | 1 | -1/+2 |
* | whitespace cleanup: no space first in conditionals | Daniel Stenberg | 2011-04-27 | 1 | -7/+7 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -21/+23 |
* | CURLE_TLSAUTH_FAILED: removed | Quinn Slack | 2011-02-09 | 1 | -2/+2 |
* | Curl_gmtime: added a portable gmtime | Daniel Stenberg | 2011-02-07 | 1 | -6/+5 |
* | TLS-SRP: support added when using GnuTLS | Quinn Slack | 2011-01-19 | 1 | -5/+66 |
* | gtls: fix memory leak | Daniel Stenberg | 2011-01-08 | 1 | -2/+9 |
* | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg | 2011-01-04 | 1 | -2/+2 |
* | gtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO. | Yang Tse | 2010-11-20 | 1 | -20/+23 |
* | Detect socket errors in GnuTLS on Windows | Matthias Bolte | 2010-11-19 | 1 | -2/+39 |
* | gnutls->handshake: improved timeout handling | Daniel Stenberg | 2010-11-14 | 1 | -9/+10 |
* | fix compiler warning | Yang Tse | 2010-11-08 | 1 | -1/+1 |
* | sendrecv: make them two pairs of send/recv to properly deal with FTPS | Howard Chu | 2010-05-11 | 1 | -2/+2 |
* | sendrecv: split the I/O handling into private handler | Howard Chu | 2010-05-07 | 1 | -15/+18 |
* | GnuTLS: make the connection phase non-blocking | Jerome Vouillon | 2010-04-16 | 1 | -60/+152 |
* | SSL_RECV: EOF is not an error here | Daniel Stenberg | 2010-04-16 | 1 | -6/+0 |
* | refactorize interface of Curl_ssl_recv/Curl_ssl_send | Kamil Dudka | 2010-04-04 | 1 | -16/+17 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | added cast macros to silent compiler warnings with 64-bit systems. | Gunter Knauf | 2009-10-19 | 1 | -3/+14 |
* | add casts to silent compiler warnings with 64bit systems. | Gunter Knauf | 2009-08-30 | 1 | -2/+2 |
* | - Curt Bogmine reported a problem with SNI enabled on a particular server. We | Daniel Stenberg | 2009-08-01 | 1 | -0/+4 |
* | - David Binderman found a memory and fd leak in lib/gtls.c:load_file() | Michal Marek | 2009-07-22 | 1 | -5/+10 |
* | I simplified the SSL session id re-use code now to *always* ditch the previous | Daniel Stenberg | 2009-05-05 | 1 | -11/+3 |
* | - Inspired by Michael Smith's session id fix for OpenSSL, I did the | Daniel Stenberg | 2009-05-04 | 1 | -7/+26 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -1/+1 |
* | - Andre Guibert de Bruet fixed the gnutls-using code: There are a few places | Daniel Stenberg | 2009-03-08 | 1 | -6/+6 |
* | - As Daniel Fandrich figured out, we must do the GnuTLS initing in the | Daniel Stenberg | 2009-02-25 | 1 | -30/+22 |
* | Added support for Digest and NTLM authentication using GnuTLS. | Dan Fandrich | 2009-02-12 | 1 | -0/+26 |
* | Made an array static const | Dan Fandrich | 2008-11-18 | 1 | -1/+1 |
* | Added #include "rawstr.h" | Dan Fandrich | 2008-11-18 | 1 | -0/+2 |
* | - Rainer Canavan filed bug #2255627 | Daniel Stenberg | 2008-11-11 | 1 | -0/+5 |
* | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg | 2008-10-16 | 1 | -2/+2 |
* | - Pascal Terjan filed bug #2154627 | Daniel Stenberg | 2008-10-15 | 1 | -2/+2 |
* | fix warning in GnuTLS build by making sure Curl_gtls_send() takes a const | Daniel Stenberg | 2008-06-10 | 1 | -3/+3 |
* | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg | 2008-06-06 | 1 | -4/+49 |
* | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg | 2008-06-06 | 1 | -0/+15 |
* | Added support for server name indication (RFC 4366). | Gunter Knauf | 2008-02-26 | 1 | -0/+15 |
* | - Kaspar Brand made GnuTLS-built libcurl properly acknowledge the option that | Daniel Stenberg | 2008-02-25 | 1 | -1/+8 |
* | oops, fixed to build | Daniel Stenberg | 2008-02-20 | 1 | -1/+1 |
* | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg | 2008-02-20 | 1 | -0/+2 |
* | - We no longer support setting the CURLOPT_URL option from inside a callback | Daniel Stenberg | 2008-02-20 | 1 | -1/+3 |
* | oops, that was debug code not meant to be committed like this... | Daniel Stenberg | 2008-02-16 | 1 | -4/+0 |
* | fix warnings about shadowing | Daniel Stenberg | 2008-02-16 | 1 | -19/+23 |
* | - Made the gnutls code path not even try to get the server cert if no peer | Daniel Stenberg | 2008-02-15 | 1 | -21/+25 |
* | - Mike Hommey filed and fixed bug report #1889856 | Daniel Stenberg | 2008-02-08 | 1 | -1/+3 |
* | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg | 2008-02-07 | 1 | -18/+2 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -13/+13 |
* | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg | 2007-10-03 | 1 | -4/+4 |