c8a546c9 | 27-Jan-2001 |
Daniel Stenberg |
The progess meter title get an extra output when a resumed transfer is taking place |
62fec1d2 | 27-Jan-2001 |
Daniel Stenberg |
data->httpreq was not set properly |
ac98c73b | 27-Jan-2001 |
Daniel Stenberg |
7.6 |
a1456543 | 26-Jan-2001 |
Daniel Stenberg |
http upload resume |
e8382ba2 | 26-Jan-2001 |
Daniel Stenberg |
moved the symbols talk to the library part, updated slightly to match |
fcb347d1 | 26-Jan-2001 |
Daniel Stenberg |
Added a httpreq field in the main struct so that there's one field to check for what HTTP request that is being used. The old bit-style fields are still in there as well. |
c331ef02 | 26-Jan-2001 |
Daniel Stenberg |
The check for that content-range is received must only be made if we requested GET resume. Other resumes are upload-wise and don't care about this header in the download stream |
3a3f632b | 26-Jan-2001 |
Daniel Stenberg |
Made it possible to do "upload resume" over HTTP |
68d7b6f8 | 25-Jan-2001 |
Daniel Stenberg |
7.6-pre4 |
c43a9d90 | 25-Jan-2001 |
Daniel Stenberg |
timespent is now updated in every call to the progress meter update function |
64e80091 | 25-Jan-2001 |
Daniel Stenberg |
Rick's and Jeff's stuff |
4f255ffb | 25-Jan-2001 |
Daniel Stenberg |
make the configure script die if select() or socket() is missing |
80d75b0e | 25-Jan-2001 |
Daniel Stenberg |
Added Ingo Ralf Blum |
808c4020 | 25-Jan-2001 |
Daniel Stenberg |
use this function only once note added |
149d6363 | 25-Jan-2001 |
Daniel Stenberg |
modified the Curl_ConnectHTTPProxyTunnel proto |
30eab8ca | 25-Jan-2001 |
Daniel Stenberg |
moved curl_read() and curl_write() to sendf.c |
e49a82b0 | 25-Jan-2001 |
Daniel Stenberg |
converted to use Curl_read() and Curl_write() |
45fdb481 | 25-Jan-2001 |
Daniel Stenberg |
uses Curl_read() and Curl_write() unfolded telwrite() instead of being a separate single function |
3fcc9677 | 25-Jan-2001 |
Daniel Stenberg |
use recv()/send() instead of read()/write() with sockets |
1552bd9c | 25-Jan-2001 |
Daniel Stenberg |
sendf is now only Curl_sendf Curl_write() and Curl_read() are here |
939c0c55 | 25-Jan-2001 |
Daniel Stenberg |
removed two compiler warnings |
f0b9aefd | 25-Jan-2001 |
Daniel Stenberg |
Curl_read() and Curl_write() are now used for reading/writing sockets. Some functions changed prototype due to this change as well. |
11f3c51e | 25-Jan-2001 |
Daniel Stenberg |
Get get-ftp-response function is now using Curl_read() for reading from a socket. Curl_ConnectHTTPProxyTunnel changed prototype. |
1a329b98 | 25-Jan-2001 |
Daniel Stenberg |
replaced sendf() calls with Curl_sendf() |
29bcba9a | 24-Jan-2001 |
Daniel Stenberg |
Ingo Ralf Blum's cygwin fixes |