| Commit message (Expand) | Author | Age | Files | Lines |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | Philippe Raoult's fix to handle wildcard certificate name checks | Daniel Stenberg | 2003-01-07 | 1 | -1/+39 |
* | Evan Jordan's fix for a memory leak. Bug report 650989. | Daniel Stenberg | 2002-12-13 | 1 | -4/+9 |
* | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg | 2002-12-09 | 1 | -1/+2 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | if verifypeer is enabled but nether CAfile nor CApath is, then don't try | Daniel Stenberg | 2002-08-30 | 1 | -1/+2 |
* | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | 2002-08-30 | 1 | -3/+3 |
* | This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is based | Daniel Stenberg | 2002-06-10 | 1 | -0/+15 |
* | ASN1 files don't work for the *chain_file(), make them use the previous | Daniel Stenberg | 2002-05-21 | 1 | -1/+13 |
* | Roland Zimmermann's hint, we use SSL_CTX_use_certificate_chain_file() instead | Daniel Stenberg | 2002-05-20 | 1 | -24/+2 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | now re-seed by force (even if already seeded) if a random file or egd socket | Daniel Stenberg | 2002-01-30 | 1 | -1/+1 |
* | - T. Bharath pointed out that we seed SSL on every connect, which is a time- | Daniel Stenberg | 2002-01-29 | 1 | -12/+17 |
* | Richard Archer made it compile and build with OpenSSL versions prior to | Daniel Stenberg | 2002-01-17 | 1 | -1/+22 |
* | Cris Bailiff found out that when the SSL session cache was filled, libcurl | Daniel Stenberg | 2002-01-09 | 1 | -2/+3 |
* | added a missing failf() before returning an error code | Daniel Stenberg | 2002-01-08 | 1 | -2/+4 |
* | Modified to use non-blocking sockets all the time. | Daniel Stenberg | 2002-01-07 | 1 | -2/+72 |
* | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | 2001-12-17 | 1 | -7/+126 |
* | failf() calls should not have newlines in the message string! | Daniel Stenberg | 2001-12-11 | 1 | -6/+6 |
* | Samuel Listopad's fix to allow global_init => global_cleanup => global_init | Daniel Stenberg | 2001-11-14 | 1 | -0/+2 |
* | we can now tell ssl to use TLSv1 protocol, and we now use defines instead | Daniel Stenberg | 2001-11-05 | 1 | -3/+9 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
* | Lots of praise and glory to Vojtech Minarik for setting up a test server | Daniel Stenberg | 2001-09-19 | 1 | -3/+6 |
* | narrowed some source lines to fit in 80 cols | Daniel Stenberg | 2001-09-12 | 1 | -4/+10 |
* | added ability to set prefered list of ciphers | Daniel Stenberg | 2001-09-11 | 1 | -0/+8 |
* | ouputs the start and expire dates of the server certificate on verbose | Daniel Stenberg | 2001-09-11 | 1 | -0/+54 |
* | made it compile properly when not building with SSL support | Daniel Stenberg | 2001-09-07 | 1 | -18/+25 |
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
* | moved the session ID cache state variables into the UrlState struct within | Daniel Stenberg | 2001-09-06 | 1 | -16/+16 |
* | Curl_SSL_Close_All() now checks that we have a session cache before we run | Daniel Stenberg | 2001-09-06 | 1 | -6/+8 |
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -48/+48 |
* | take port numbers into account when finding a previous session from thebefore_urldata_rename | Daniel Stenberg | 2001-08-29 | 1 | -3/+5 |
* | Added SSL session ID caching, moved some SSL code from url.c to ssluse.c | Daniel Stenberg | 2001-08-28 | 1 | -0/+186 |
* | strcasecmp() is banned from our code, should be strequal() everywhere! | Daniel Stenberg | 2001-08-24 | 1 | -1/+1 |
* | removed the use of the global array for the password that was necessary | Daniel Stenberg | 2001-08-14 | 1 | -4/+23 |
* | Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with | Daniel Stenberg | 2001-08-08 | 1 | -3/+29 |
* | Nic Roets brought a fix for the certificate verification when using SSL. | Daniel Stenberg | 2001-06-29 | 1 | -1/+1 |
* | removed a failf() that would overwrite the previous error message | Daniel Stenberg | 2001-06-12 | 1 | -1/+1 |
* | curl_global_init() support for CURL_GLOBAL_NOT_SSL | Daniel Stenberg | 2001-05-30 | 1 | -8/+16 |
* | T. Bharath's comments about SSL cleanup incorporated, and the two new | Daniel Stenberg | 2001-05-28 | 1 | -6/+34 |
* | fixed Curl_SSLConnect() to return CURLcode errors, including the new error | Daniel Stenberg | 2001-05-12 | 1 | -10/+14 |
* | include debugmem for memory leak detection | Daniel Stenberg | 2001-04-24 | 1 | -0/+5 |
* | Björn Stenberg corrected the silly '(void)data' usage when SSL is not | Daniel Stenberg | 2001-03-14 | 1 | -1/+1 |
* | Jörn Hartroth fixed a bad #endif placement | Daniel Stenberg | 2001-03-14 | 1 | -1/+1 |
* | two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET | Daniel Stenberg | 2001-03-12 | 1 | -19/+34 |
* | removed compiler warning if HAVE_RAND_STATUS is false | Daniel Stenberg | 2001-03-07 | 1 | -6/+8 |
* | new seeding stuff as mentioned by Albert Chin | Daniel Stenberg | 2001-03-06 | 1 | -31/+84 |
* | multiple connection support initial commit | Daniel Stenberg | 2001-02-20 | 1 | -108/+110 |
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -6/+8 |