History log of /curl/lib/transfer.c (Results 776 – 800 of 866)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_9_6
# e8109b09 10-Apr-2002 Daniel Stenberg

error code cleanup, use the new SEND/RECV errors


# 5d28a857 08-Apr-2002 Daniel Stenberg

based on Jacky Lam's "HTTP 1.0 304-only" fix, this change makes a 304 reply
always stop reading after the headers no matter what 'close' is.


# 1cfcbc50 04-Apr-2002 Daniel Stenberg

Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for an
extra second after having downloaded headers-only


# 854277ba 20-Mar-2002 Daniel Stenberg

crlf replacement on uploads did not work. test case 128 was added just now
to make sure it remains functional.


# 974f314f 19-Mar-2002 Daniel Stenberg

copyright string (year) update


# 5f758fbd 15-Mar-2002 Daniel Stenberg

make sure we return CURLE_WRITE_ERROR if the write callback returned
an error, even if we were decoding a chunked-encoded transfer


# cfdb6f85 14-Mar-2002 Daniel Stenberg

2002


Revision tags: curl-7_9_5
# ea8476a2 28-Feb-2002 Daniel Stenberg

Ralph Mitchell's SSL problems made me notice that we didn't increase the
header byte counter properly


Revision tags: curl-7_9_5-pre4, curl-7_9_5-pre2
# a333bdde 20-Feb-2002 Daniel Stenberg

Andr�s Garc�a solved bug report #515228 by making sure the progress meter
is updated even if everything is read in one single pass, as the windows
functions apparantly does more often than ot

Andr�s Garc�a solved bug report #515228 by making sure the progress meter
is updated even if everything is read in one single pass, as the windows
functions apparantly does more often than other systems.

show more ...


# e9bfef0e 06-Feb-2002 Daniel Stenberg

Brent Beardsley found the content-type bug!


Revision tags: curl-7_9_4
# a4934387 29-Jan-2002 Daniel Stenberg

upload progress counter fix, removed the adjustable upload buffer size


# 76c53c69 29-Jan-2002 Daniel Stenberg

Giaslas Georgios introduced CURLINFO_CONTENT_TYPE


# 4146ce82 25-Jan-2002 Daniel Stenberg

bug report #508235 identified a non-working Location: following, and this
little fix seems to correct it. another case where we just returned and
didn't shut off the reading. This bug is intr

bug report #508235 identified a non-working Location: following, and this
little fix seems to correct it. another case where we just returned and
didn't shut off the reading. This bug is introduced in 7.9.3 due to the
new internal "order".

show more ...


Revision tags: curl-7_9_3
# 2db89480 23-Jan-2002 Daniel Stenberg

Andr�s Garc�a found out that we didn't properly stop reading from a connection
after the headers on a HEAD request. This bug has been added in 7.9.3 and was
mnot present earlier.


Revision tags: curl-7_9_3-pre3, curl-7_9_3-pre2
# 8d07c87b 16-Jan-2002 Daniel Stenberg

modified to deal with the new non-blocking versions of Curl_read() and
Curl_write().


# 4931fbce 14-Jan-2002 Daniel Stenberg

Curl_read() now returns a negative return code if EWOULDBLOCK or similar


Revision tags: curl-7_9_3-pre1
# 1de82b22 07-Jan-2002 Daniel Stenberg

removed silly check for >=0 of a supposedly unsigned value!


# c69c0c04 07-Jan-2002 Daniel Stenberg

added proper breaks in the switch()


# e31a306a 07-Jan-2002 Daniel Stenberg

HTTP response 204 should be treated similar to 304, that is we must not
expect (nor read) any response-body


# 8b6314cc 03-Jan-2002 Daniel Stenberg

merged the multi-dev branch back into MAIN again


Revision tags: pre-host-cache, curl-7_9_2
# 7ee6a9dc 04-Dec-2001 Daniel Stenberg

i'm soooo funny


# ca0fd33d 20-Nov-2001 Daniel Stenberg

Georg Horn's STARTTRANSFER_TIME patch


# fe3a78ab 07-Nov-2001 Daniel Stenberg

we use signal() to ignore signals only as long as we have to, and we now
restore the previous (if any) signal handler properly on return.


# 2e32d415 06-Nov-2001 Daniel Stenberg

myalarm() is history, we now use HAVE_ALARM and we now do our very best to
1 - restore the previous sigaction struct as soon as we are about to shut
off our timeout
2 - restore the previo

myalarm() is history, we now use HAVE_ALARM and we now do our very best to
1 - restore the previous sigaction struct as soon as we are about to shut
off our timeout
2 - restore the previous alarm() timeout, in case an application or similar
had it running before we "borrowed" it for a while.

No, this does not fix the multi-thread problem you get with alarm(). This
patch should correct bug report #478780:
//sourceforge.net/tracker/?func=detail&atid=100976&aid=478780&group_id=976

If not, please post details!

show more ...


Revision tags: curl-7_9_1
# 4163b86c 02-Nov-2001 Daniel Stenberg

failf() now only overwrites the error buffer the first time it gets called
for each *_perform(). It makes things a lot easier, as the first one that
detects the error get to write the final e

failf() now only overwrites the error buffer the first time it gets called
for each *_perform(). It makes things a lot easier, as the first one that
detects the error get to write the final error reason...

show more ...


1...<<3132333435