c69c79dd | 27-Jan-2001 |
Daniel Stenberg |
bettersupport for HTTP return codes 300-399 |
7fca24b1 | 27-Jan-2001 |
Daniel Stenberg |
PUT resume things progress meter modified for resume POST/GET/Location adjustments |
2fa0d3dd | 27-Jan-2001 |
Daniel Stenberg |
test case 31 and 32 were added |
3a8210c9 | 27-Jan-2001 |
Daniel Stenberg |
Resume is now done with a Content-Range header instead of a Range header if the request isn't GET. Presumably, this is how it should be made. |
d6930220 | 27-Jan-2001 |
Daniel Stenberg |
minor output fix |
227662d2 | 27-Jan-2001 |
Daniel Stenberg |
Added -d that enables easier protocol/server debug overview (it invokes the servers with their -v options) |
3cb3d439 | 27-Jan-2001 |
Daniel Stenberg |
added test 29 and 30, HTTP resume and partial download tests |
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 |