History log of /curl/lib/sendf.c (Results 226 – 250 of 334)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3cd95eac 21-Oct-2006 Yang Tse

Compiler warning fix


# 5df4be11 18-Oct-2006 Yang Tse

Check for USE_WINSOCK instead of WIN32 where the check was done
to verify winsock API availability.


# ec956b03 17-Oct-2006 Yang Tse

Explicit typecast for Curl_debug() size argument


# 5e0d9aea 30-Sep-2006 Daniel Stenberg

Support for FTP third party transfers is now dropped


# 733a184c 12-Sep-2006 Yang Tse

Compiler warning fix


# b7eeb6e6 07-Sep-2006 Daniel Stenberg

Major overhaul introducing http pipelining support and shared connection
cache within the multi handle.


Revision tags: curl-7_15_6-prepipeline
# cfdcae4b 19-Aug-2006 Daniel Stenberg

Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
command on subsequent requests on a re-used connection unless it has to.


Revision tags: curl-7_15_5
# 58176d14 12-Jul-2006 Yang Tse

Use platform's native types for recv() and send() arguments.


Revision tags: curl-7_15_4
# 9bece2b3 05-May-2006 Daniel Stenberg

additional renames of Curl_ourerrno => Curl_sockerrno


# e85e3054 04-May-2006 Daniel Stenberg

Roland Blom filed bug report #1481217
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows

Roland Blom filed bug report #1481217
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows to
get error details after socket-related function calls, when it really should
use WSAGetLastError() instead.

When changing to this, the former function Curl_ourerrno() is now instead
called Curl_sockerrno() as it is necessary to only use it to get errno from
socket-related functions as otherwise it won't work as intended on Windows.

show more ...


# 95152aec 26-Apr-2006 Daniel Stenberg

David McCreedy brought line end conversions when doing FTP ASCII
transfers. They are done on non-windows systems and translate CRLF to LF.


# 5a4b4384 07-Apr-2006 Daniel Stenberg

First commit of David McCreedy's EBCDIC and TPF changes.


Revision tags: curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0
# 6e619393 07-Apr-2005 Daniel Stenberg

GnuTLS support added. There's now a "generic" SSL layer that we use all over
internally, with code provided by sslgen.c. All SSL-layer-specific code is
then written in ssluse.c (for OpenSSL)

GnuTLS support added. There's now a "generic" SSL layer that we use all over
internally, with code provided by sslgen.c. All SSL-layer-specific code is
then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS).

As far as possible, internals should not need to know what SSL layer that is
in use. Building with GnuTLS currently makes two test cases fail.

TODO.gnutls contains a few known outstanding issues for the GnuTLS support.

GnuTLS support is enabled with configure --with-gnutls

show more ...


Revision tags: curl-7_13_2
# 62970da6 14-Mar-2005 Daniel Stenberg

Removed security.h since it shadows an include file mingw needs when building
for SSPI support. The contents of the file has been moved into the krb4.h file.


Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0
# 7e42cb61 21-Jan-2005 Daniel Stenberg

FTP third transfer support overhaul. See CHANGES for details.


# 444f6427 21-Dec-2004 Daniel Stenberg

oops, variables first then code


# a173e07e 21-Dec-2004 Daniel Stenberg

Prevent failf() from using the va_list variable more than once.
See bug report #1088962 and Single Unix Specification:
http://www.opengroup.org/onlinepubs/007908799/xsh/vfprintf.html


Revision tags: curl-7_12_3
# 4435e3b2 06-Dec-2004 Daniel Stenberg

Fixed so that the final error message is sent to the verbose info "stream"
even if no errorbuffer is set.


Revision tags: curl-7_12_2
# 411e9b0c 12-Oct-2004 Daniel Stenberg

#include "strerror.h" to get the strerror proto


# 557b6cfd 12-Oct-2004 Daniel Stenberg

add proper error message when send() fails


# 39af394a 06-Oct-2004 Daniel Stenberg

removed tabs and trailing whitespace from source


Revision tags: curl-7_12_1
# 89c31269 29-Jul-2004 Daniel Stenberg

additional typecasts to please MIPSPro on 64bit IRIX


Revision tags: pre-aifix
# bd3d5a17 18-Jun-2004 Daniel Stenberg

Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the
mailing list.


# f0969c96 07-Jun-2004 Daniel Stenberg

prevent compiler warning with picky compilers


# 4c587976 07-Jun-2004 Daniel Stenberg

When sending info about which host that sends what, include proper direction
to/from, based on a suggestion from Alexander Krasnostavsky


12345678910>>...14