summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
* additional typecasts to please MIPSPro on 64bit IRIXDaniel Stenberg2004-07-291-3/+3
* Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on theDaniel Stenberg2004-06-181-2/+3
* prevent compiler warning with picky compilersDaniel Stenberg2004-06-071-1/+1
* When sending info about which host that sends what, include proper directionDaniel Stenberg2004-06-071-4/+20
* Alexander Krasnostavsky's FTP third party transfer (proxy) supportDaniel Stenberg2004-06-031-13/+28
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* curl_slist_append() fixed to clear up properly if a memory function failsDaniel Stenberg2004-05-101-9/+17
* ERR_error_string() returns an unsigned long so we should use one of thoseDaniel Stenberg2004-05-051-2/+2
* Fix the "lingering close" problem when re-using a connection, as test caseDaniel Stenberg2004-04-211-3/+0
* Minor edit to avoid an unreachable break and to remove the extra {} bodyDaniel Stenberg2004-03-101-9/+6
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-5/+5
* Commented the Curl_read() arguments.Daniel Stenberg2004-03-081-5/+5
* Clear up int/long/size_t/ssize_t usage a bitDaniel Stenberg2004-02-261-4/+4
* clear the sockerror if no error was returnedDaniel Stenberg2004-02-021-0/+2
* Somewhat crude attempt at fixing the test 91 failures. I commit this nowDaniel Stenberg2004-01-301-0/+1
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-3/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-021-4/+4
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-11/+24
* James Bursa's fix to prevent failf() to write outside its buffer boundaryDaniel Stenberg2003-10-271-1/+1
* better error output on SSL errors when receiving data - Georg Horn patchDaniel Stenberg2003-10-191-12/+9
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-3/+0
* the new cookie functions that require 'data' passed inDaniel Stenberg2003-08-111-2/+2
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* Just moved around some logic in Curl_write() to make it easier to debug.Daniel Stenberg2003-06-061-14/+32
* Kevin Delafield reported another case where we didn't correctly check forDaniel Stenberg2003-05-061-2/+2
* Use the proper Curl_ourerrno() function instead of plain errno, for betterDaniel Stenberg2003-05-011-5/+22
* the default debugfunction shows incoming headers as wellDaniel Stenberg2003-04-091-0/+1
* syntax errorDaniel Stenberg2003-03-111-1/+1
* Christophe Demory fixed the check to work better for non-blocking on HP-UXDaniel Stenberg2003-03-111-1/+5
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-9/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* when sending an error message to the debugfunction, we append a newline soDaniel Stenberg2003-01-071-3/+13
* return -1 even if SSL_pending() doesn't return non-zero, as we don't reallyDaniel Stenberg2002-12-291-4/+2
* Fixed the usage of SSL_read() to properly return -1 if the EWOULDBLOCKDaniel Stenberg2002-12-191-13/+11
* Lehel Bernadt's fix to prevent debug message to get sent on errors whenDaniel Stenberg2002-11-051-2/+3
* failf() now sends the text to the debug function callbackDaniel Stenberg2002-10-081-0/+3
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Markus Oberhumer improved an out-of-memory checkDaniel Stenberg2002-08-221-47/+46
* made VERBOSE output more like it used to be, HEADER_IN is thus also ignoredDaniel Stenberg2002-05-041-7/+9
* Jean-Philippe Barrette-LaPierre provided his patch that introducesDaniel Stenberg2002-04-121-5/+27
* error code cleanup, use the new SEND/RECV errorsDaniel Stenberg2002-04-101-3/+3
* Clarence Gardner pointed out the not-taken-care-of return codes from SSL_readDaniel Stenberg2002-04-021-0/+3
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* sendf() now deals with Curl_write() returning -1 properly, which it mightDaniel Stenberg2002-03-131-5/+27
* Kevin Roth's discovered SSL download problemDaniel Stenberg2002-02-051-1/+1
* Georg Horn the previous SSL_read() fix, this was actually the fix I didDaniel Stenberg2002-01-301-1/+1
* Georg Horn found yet another SSL reading problem caused by the non-blocks.Daniel Stenberg2002-01-301-1/+1
* Added #include <errno.h>Daniel Stenberg2002-01-181-1/+3
* Andrés García patched. It now checks for EWOULDBLOCK properly on windowsDaniel Stenberg2002-01-181-2/+2