History log of /curl/lib/transfer.c (Results 751 – 775 of 866)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 265c5861 11-Oct-2002 Daniel Stenberg

When we receive a "bad header" we must sure not to write down the data part
as well, as then we write the same data twice.


Revision tags: curl-7_10_1
# c3cc6162 09-Oct-2002 Daniel Stenberg

Junk data could get inserted when saving/getting HTTP headers, as discovered
by Craig Davison. Now we deal with the 'nread' variable correctly between
each header line.


# 5f649a16 07-Oct-2002 Daniel Stenberg

Move the URL concat code to Curl_follow(), and added a proto for that
function. For Location: following.


# 3d582064 04-Oct-2002 Daniel Stenberg

as Ralph Mitchell pointed out, the Location: following code needs some
basic ./ and ../ strip-off understanding, and this change introduces with.
test cases 49 - 52 test this.


Revision tags: curl-7_10
# 5b3069e2 23-Sep-2002 Daniel Stenberg

spell fix comment


# fb5d267b 16-Sep-2002 Daniel Stenberg

a follow-up fix to the previous fix for HTTP servers that don't reply *any*
headers at all


# c19844a0 13-Sep-2002 Daniel Stenberg

better deal with HTTP(S) servers that respond with no headers at all, test
case 306 added to verify that we do right


# 371da713 09-Sep-2002 Daniel Stenberg

remove redundant comment


# ba4e69be 03-Sep-2002 Daniel Stenberg

updated source code boilerplate/header


# 64bbe9df 02-Sep-2002 Daniel Stenberg

James Gallagher's Content-Encoding work


# 7140baae 29-Aug-2002 Daniel Stenberg

remove the data and conn fields from the Curl_transfer_keeper struct, they
weren't used anyway and mostly caused confusion


# 4cf95367 08-Aug-2002 Daniel Stenberg

Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch


# 108cb14d 05-Aug-2002 Daniel Stenberg

Make SessionHandle keep record if it is used with the multi interface or
the easy interface, it CANNOT be used by a mixture.


# 7313501e 29-Jul-2002 Daniel Stenberg

fixed the Curl_cookie_add() invoke to not assume a space after the colon


# e54e0c78 15-Jun-2002 Daniel Stenberg

CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size
for receiving data from the network. It is meant as a hint, not as a forced
limit.


Revision tags: curl-7_9_8
# 407583e8 12-Jun-2002 Daniel Stenberg

Moved the secondarysocket cleanup. The 'conn' struct may have been cleared
already at that other place.


# d8667165 10-Jun-2002 Daniel Stenberg

Gautam Mani found a socket descriptor leak that happened when FTP transfers
failed and you reinvoked curl_easy_perform().


# 99c04568 28-May-2002 Daniel Stenberg

Adjusted to make curl_multi_perform() work properly even when
curl_multi_fdset() is not used.


Revision tags: curl-7_9_7, curl-7_9_7-pre2
# 44debdde 05-May-2002 Daniel Stenberg

Better support for being used with the multi interface without the *fd_set()
and proper select()ing have been made.


# 86cc34c0 03-May-2002 Daniel Stenberg

made the DEBUGFUNCTION get called properly on a few more places, especially
for DATA_IN and DATA_OUT.


# 913e9970 02-May-2002 Daniel Stenberg

use and set the fd_set pointers instead of the actual values, as then we
work properly with the multi interface when the user has provided the
fd_sets!


# 35d04c53 02-May-2002 Daniel Stenberg

Hanno Kranzhoff noticed we didn't properly reset the download/upload counters
before transfers, when doing multiple ones on the same handle.


# 08f8917a 17-Apr-2002 Daniel Stenberg

Dirk Manske's fix for HTTP response code 301, that now behaves more like
browsers do. Which thus *breaks* the RFC 2616...


# 62d205a2 16-Apr-2002 Daniel Stenberg

Dirk Manske brought the patch that introduces two new CURLINFO_* values:
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.


# 29e873b1 15-Apr-2002 Daniel Stenberg

Jonatan Lander fixed the "Disables POST, goes with GET" output to be more
connected with reality! ;-)


1...<<3132333435