| Commit message (Expand) | Author | Age | Files | Lines |
* | #include "strerror.h" to get the strerror proto | Daniel Stenberg | 2004-10-12 | 1 | -0/+1 |
* | add proper error message when send() fails | Daniel Stenberg | 2004-10-12 | 1 | -0/+3 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -6/+6 |
* | additional typecasts to please MIPSPro on 64bit IRIX | Daniel Stenberg | 2004-07-29 | 1 | -3/+3 |
* | Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the | Daniel Stenberg | 2004-06-18 | 1 | -2/+3 |
* | prevent compiler warning with picky compilers | Daniel Stenberg | 2004-06-07 | 1 | -1/+1 |
* | When sending info about which host that sends what, include proper direction | Daniel Stenberg | 2004-06-07 | 1 | -4/+20 |
* | Alexander Krasnostavsky's FTP third party transfer (proxy) support | Daniel Stenberg | 2004-06-03 | 1 | -13/+28 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+1 |
* | curl_slist_append() fixed to clear up properly if a memory function fails | Daniel Stenberg | 2004-05-10 | 1 | -9/+17 |
* | ERR_error_string() returns an unsigned long so we should use one of those | Daniel Stenberg | 2004-05-05 | 1 | -2/+2 |
* | Fix the "lingering close" problem when re-using a connection, as test case | Daniel Stenberg | 2004-04-21 | 1 | -3/+0 |
* | Minor edit to avoid an unreachable break and to remove the extra {} body | Daniel Stenberg | 2004-03-10 | 1 | -9/+6 |
* | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg | 2004-03-09 | 1 | -5/+5 |
* | Commented the Curl_read() arguments. | Daniel Stenberg | 2004-03-08 | 1 | -5/+5 |
* | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg | 2004-02-26 | 1 | -4/+4 |
* | clear the sockerror if no error was returned | Daniel Stenberg | 2004-02-02 | 1 | -0/+2 |
* | Somewhat crude attempt at fixing the test 91 failures. I commit this now | Daniel Stenberg | 2004-01-30 | 1 | -0/+1 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -3/+2 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | use the HAVE_KRB4 define instead of just KRB4 | Daniel Stenberg | 2003-12-02 | 1 | -4/+4 |
* | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg | 2003-11-24 | 1 | -11/+24 |
* | James Bursa's fix to prevent failf() to write outside its buffer boundary | Daniel Stenberg | 2003-10-27 | 1 | -1/+1 |
* | better error output on SSL errors when receiving data - Georg Horn patch | Daniel Stenberg | 2003-10-19 | 1 | -12/+9 |
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -3/+0 |
* | the new cookie functions that require 'data' passed in | Daniel Stenberg | 2003-08-11 | 1 | -2/+2 |
* | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | Just moved around some logic in Curl_write() to make it easier to debug. | Daniel Stenberg | 2003-06-06 | 1 | -14/+32 |
* | Kevin Delafield reported another case where we didn't correctly check for | Daniel Stenberg | 2003-05-06 | 1 | -2/+2 |
* | Use the proper Curl_ourerrno() function instead of plain errno, for better | Daniel Stenberg | 2003-05-01 | 1 | -5/+22 |
* | the default debugfunction shows incoming headers as well | Daniel Stenberg | 2003-04-09 | 1 | -0/+1 |
* | syntax error | Daniel Stenberg | 2003-03-11 | 1 | -1/+1 |
* | Christophe Demory fixed the check to work better for non-blocking on HP-UX | Daniel Stenberg | 2003-03-11 | 1 | -1/+5 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -9/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | when sending an error message to the debugfunction, we append a newline so | Daniel Stenberg | 2003-01-07 | 1 | -3/+13 |
* | return -1 even if SSL_pending() doesn't return non-zero, as we don't really | Daniel Stenberg | 2002-12-29 | 1 | -4/+2 |
* | Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCK | Daniel Stenberg | 2002-12-19 | 1 | -13/+11 |
* | Lehel Bernadt's fix to prevent debug message to get sent on errors when | Daniel Stenberg | 2002-11-05 | 1 | -2/+3 |
* | failf() now sends the text to the debug function callback | Daniel Stenberg | 2002-10-08 | 1 | -0/+3 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | Markus Oberhumer improved an out-of-memory check | Daniel Stenberg | 2002-08-22 | 1 | -47/+46 |
* | made VERBOSE output more like it used to be, HEADER_IN is thus also ignored | Daniel Stenberg | 2002-05-04 | 1 | -7/+9 |
* | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg | 2002-04-12 | 1 | -5/+27 |
* | error code cleanup, use the new SEND/RECV errors | Daniel Stenberg | 2002-04-10 | 1 | -3/+3 |
* | Clarence Gardner pointed out the not-taken-care-of return codes from SSL_read | Daniel Stenberg | 2002-04-02 | 1 | -0/+3 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | sendf() now deals with Curl_write() returning -1 properly, which it might | Daniel Stenberg | 2002-03-13 | 1 | -5/+27 |
* | Kevin Roth's discovered SSL download problem | Daniel Stenberg | 2002-02-05 | 1 | -1/+1 |
* | Georg Horn the previous SSL_read() fix, this was actually the fix I did | Daniel Stenberg | 2002-01-30 | 1 | -1/+1 |