History log of /curl/lib/sendf.c (Results 251 – 275 of 334)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ea81dd9e 03-Jun-2004 Daniel Stenberg

Alexander Krasnostavsky's FTP third party transfer (proxy) support


Revision tags: curl-7_12_0
# bbafb2eb 11-May-2004 Daniel Stenberg

curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.


# b8541929 10-May-2004 Daniel Stenberg

curl_slist_append() fixed to clear up properly if a memory function fails


# dcf5e52b 05-May-2004 Daniel Stenberg

ERR_error_string() returns an unsigned long so we should use one of those
for the return code


Revision tags: curl-7_11_2
# 1401d909 21-Apr-2004 Daniel Stenberg

Fix the "lingering close" problem when re-using a connection, as test case
160 shows.

We got no data and we attempted to re-use a connection. This might happen if
the connection was

Fix the "lingering close" problem when re-using a connection, as test case
160 shows.

We got no data and we attempted to re-use a connection. This might happen if
the connection was left alive when we were done using it before, but that was
closed when we wanted to read from it again. Bad luck. Retry the same request
on a fresh connect!

Deleted the sockerror variable again, it serves no purpose anymore.

show more ...


Revision tags: c-ares-1_2_0, curl-7_11_1
# c39c55cb 10-Mar-2004 Daniel Stenberg

Minor edit to avoid an unreachable break and to remove the extra {} body
within the switch.


# ce5805a9 09-Mar-2004 Daniel Stenberg

Use curl_socket_t instead of int for holding sockets. The typedefs and
defines are in setup.h.


# 2c756fa1 08-Mar-2004 Daniel Stenberg

Commented the Curl_read() arguments.


# d571064b 26-Feb-2004 Daniel Stenberg

Clear up int/long/size_t/ssize_t usage a bit


# 9eb6fc1f 02-Feb-2004 Daniel Stenberg

clear the sockerror if no error was returned


# df750c23 30-Jan-2004 Daniel Stenberg

Somewhat crude attempt at fixing the test 91 failures. I commit this now
so that the automatic testing hosts will test these changes over the weekend.


# 4d17d687 29-Jan-2004 Daniel Stenberg

Dan Fandrich's cleanup patch to make pedantic compiler options cause less
warnings. Minor edits by me.


Revision tags: curl-7_11_0
# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


# 800052dc 02-Dec-2003 Daniel Stenberg

use the HAVE_KRB4 define instead of just KRB4


# 1e98727c 24-Nov-2003 Daniel Stenberg

FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it


Revision tags: curl-7_10_8
# 203f66d0 27-Oct-2003 Daniel Stenberg

James Bursa's fix to prevent failf() to write outside its buffer boundary


# d9f961ed 19-Oct-2003 Daniel Stenberg

better error output on SSL errors when receiving data - Georg Horn patch


# 749f5387 14-Oct-2003 Daniel Stenberg

Gisle Vanem's IPv6-on-Windows patch applied!


Revision tags: curl-7_10_7
# 96e217b4 11-Aug-2003 Daniel Stenberg

the new cookie functions that require 'data' passed in


Revision tags: curl-7_10_6
# 308bc9d9 26-Jun-2003 Daniel Stenberg

use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions


# bc7fe85f 06-Jun-2003 Daniel Stenberg

Just moved around some logic in Curl_write() to make it easier to debug.


Revision tags: curl-7_10_5
# c41c05d4 06-May-2003 Daniel Stenberg

Kevin Delafield reported another case where we didn't correctly check for
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for
and act the same on EINTR errors as we

Kevin Delafield reported another case where we didn't correctly check for
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for
and act the same on EINTR errors as well now.

show more ...


# f69ea2c6 01-May-2003 Daniel Stenberg

Use the proper Curl_ourerrno() function instead of plain errno, for better
portability. Also use Andy Cedilnik's compiler warning fixes.


# 3c3ad134 09-Apr-2003 Daniel Stenberg

the default debugfunction shows incoming headers as well


Revision tags: curl-7_10_4
# e5b7dc56 11-Mar-2003 Daniel Stenberg

syntax error


1...<<11121314