summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
* Ravi Pratap provided a major update with pipelining fixes. We also no longerDaniel Stenberg2006-10-231-29/+40
* Compiler warning fixYang Tse2006-10-211-1/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-1/+1
* Explicit typecast for Curl_debug() size argumentYang Tse2006-10-171-2/+4
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-301-3/+1
* Compiler warning fixYang Tse2006-09-121-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-10/+48
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-2/+3
* Use platform's native types for recv() and send() arguments.Yang Tse2006-07-121-1/+1
* additional renames of Curl_ourerrno => Curl_sockerrnoDaniel Stenberg2006-05-051-1/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+2
* David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg2006-04-261-15/+98
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+51
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-92/+18
* Removed security.h since it shadows an include file mingw needs when buildingDaniel Stenberg2005-03-141-2/+2
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-211-5/+11
* oops, variables first then codeDaniel Stenberg2004-12-211-1/+1
* Prevent failf() from using the va_list variable more than once.Daniel Stenberg2004-12-211-11/+11
* Fixed so that the final error message is sent to the verbose info "stream"Daniel Stenberg2004-12-061-12/+11
* #include "strerror.h" to get the strerror protoDaniel Stenberg2004-10-121-0/+1
* add proper error message when send() failsDaniel Stenberg2004-10-121-0/+3
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-6/+6
* 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