History log of /curl/lib/transfer.c (Results 801 – 825 of 866)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 617d6eb7 01-Nov-2001 Daniel Stenberg

Update the byte counters in the loop so that aborted transfers have the
information as well. Improves debug outputs etc.


# 54205507 31-Oct-2001 Daniel Stenberg

If Curl_do() fails with CURLE_WRITE_ERROR on a re-used connection, this
new logic can retry the same operation on a new connection!


# 29b76a52 22-Oct-2001 Daniel Stenberg

failed transfers will now close the connection


# 4e37187e 19-Oct-2001 Daniel Stenberg

now counts header size return from server and if nothing is returned from a
HTTP server we return error


# 45cc78fd 19-Oct-2001 Daniel Stenberg

CURLOPT_FAILONERROR now only returns error if the HTTP code is 400 or above
unconditionalliy. Previously, the code check was for >= 300 unless follow-
location was enabled...


# db0e3cc6 17-Oct-2001 Daniel Stenberg

call Curl_done() in Curl_perform() after Transfer() was called, even it it
returned an error as there might be stuff in there we must free/cleanup.
This fixes the memory leak Yanick Pelletier

call Curl_done() in Curl_perform() after Transfer() was called, even it it
returned an error as there might be stuff in there we must free/cleanup.
This fixes the memory leak Yanick Pelletier posted about 16 Oct 2001

show more ...


# 2c5e4165 12-Oct-2001 Daniel Stenberg

better check for absolute URL redirects, adjusted to new Curl_tvdiff() proto


# 8e91d5de 11-Oct-2001 Sterling Hughes

looks nicer and is better compatible with older vim versions


# 5cd267b2 01-Oct-2001 Daniel Stenberg

removed obsoletetd myalarm() calls


# e9aa07f6 28-Sep-2001 Daniel Stenberg

filetime should be -1 if the remote time was unknown as 0 is actually a
valid time. we now store the filetime as a long to know for sure it can
hold -1 (there exist some unsigned time_t cases)


# 598e8dfb 26-Sep-2001 Daniel Stenberg

Now we're setting a default domain for received cookies so that we can
properly match those cookies in subsequent requests


Revision tags: curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7
# 2cb89357 12-Sep-2001 Daniel Stenberg

moved a 100K buffer from the transfer loop to the urlstate struct, as it
seriously decreases the amount of used stack space


# 61478798 07-Sep-2001 Sterling Hughes

Added formatting sections for emacs and vim


# 0ece1b5c 30-Aug-2001 Daniel Stenberg

Major rename and redesign of the internal "backbone" structs. Details will
be posted in a minute to the libcurl list.


Revision tags: before_urldata_rename
# 98356298 28-Aug-2001 Daniel Stenberg

Georg Huettenegger added code to deal with error 417 when doing form posts.
NOTE: we might do this for *ALL* errors when doing form posts.


# 3c52c53d 28-Aug-2001 Daniel Stenberg

Added SSL session ID caching, moved some SSL code from url.c to ssluse.c


# 08655d8d 21-Aug-2001 Daniel Stenberg

Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819


Revision tags: curl-7_8_1
# db9bb922 15-Aug-2001 Daniel Stenberg

calls Curl_initinfo() in perform().


# 85bb25e6 14-Aug-2001 Daniel Stenberg

const and (un)signed fixes


# f8c357e4 10-Aug-2001 Daniel Stenberg

corrected minor source indentation error


Revision tags: curl-7_8_1-pre3
# 47bb09e9 05-Aug-2001 Daniel Stenberg

- Sergio Ballestrero provided a patch for reading responses from NCSA httpd
1.5.x servers, as they return really screwed up response headers when asked
for with HTTP 1.1.


# 89872447 03-Aug-2001 Daniel Stenberg

httpreq cleanup fix


# 3e0a95bb 02-Aug-2001 Daniel Stenberg

FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki
reported 12 Jul 2001)


Revision tags: curl-7_8, curl-7_8-pre2
# 2966ef66 22-May-2001 Daniel Stenberg

store httpcode _before_ doing the FAILONERROR check so that getinfo works
afterwards (bug #426442)


# adc0edc4 21-May-2001 Daniel Stenberg

slightly "hackish" approach to disable SSL during download if the connection
is a FTPS connection as the data transfer is then done unencrypted!


1...<<3132333435