summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSL writes passed back a silly length...Daniel Stenberg2002-01-161-0/+1
* Curl_read() and Curl_write() are both now adjusted to return properly inDaniel Stenberg2002-01-161-14/+33
* Curl_read() now returns a negative return code if EWOULDBLOCK or similarDaniel Stenberg2002-01-141-5/+21
* this seems to correct the SSL reading problem introduced when switchingDaniel Stenberg2002-01-081-5/+20
* solaris 2.5.1 needs the sys/types.h file before the sys/socket.hDaniel Stenberg2001-12-111-0/+3
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-2/+3
* Eric's #include fixes for better macos compilesDaniel Stenberg2001-12-041-0/+4
* failf() now only overwrites the error buffer the first time it gets calledDaniel Stenberg2001-11-021-1/+3
* return type cleanupDaniel Stenberg2001-10-311-5/+6
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-15/+15
* modified to use the renamed kerberos functions with Curl_ prefixDaniel Stenberg2001-08-171-2/+2
* cleaned up some of the size_t and const messDaniel Stenberg2001-08-141-6/+12
* Jonathan Hseu noticed that you couldn't get a header callback unless youDaniel Stenberg2001-08-061-1/+2
* CURLOPT_MUTE and data->bits.mute are history, removed, gone!Daniel Stenberg2001-05-311-5/+0