3b44a3df | 01-Feb-2001 |
Daniel Stenberg |
7.6.1-pre2 |
572c29a4 | 01-Feb-2001 |
Daniel Stenberg |
Added support for --enable-debug |
9464c543 | 31-Jan-2001 |
Daniel Stenberg |
Curl_read() uses ssize_t now |
a14aaaf2 | 31-Jan-2001 |
Daniel Stenberg |
fixed up the telnet to work (using support from Linus Nielsen) |
c41c5a0e | 31-Jan-2001 |
Daniel Stenberg |
curl_read() and Curl_read() now have ssize_t in the last argument |
c0c02833 | 31-Jan-2001 |
Daniel Stenberg |
Added a check for a working getaddrinfo() that is required for the IPv6 to be considered enabled |
1bcd3e60 | 30-Jan-2001 |
Daniel Stenberg |
changed order of the range and follow-location checks so that a range-request will work even when following a Location: |
e721f85c | 29-Jan-2001 |
Daniel Stenberg |
new test case |
7015c61b | 29-Jan-2001 |
Daniel Stenberg |
removed upload.NN files after each test |
30ec0af1 | 29-Jan-2001 |
Daniel Stenberg |
test case 33, HTTP PUT resume |
f585b66a | 29-Jan-2001 |
Daniel Stenberg |
7.6-pre1 |
1b77c184 | 29-Jan-2001 |
Daniel Stenberg |
Added an extra text about % in POST data after comments from Daniel Marell |
bd0bd357 | 29-Jan-2001 |
Daniel Stenberg |
s/to I/do I/ |
368e3526 | 29-Jan-2001 |
Daniel Stenberg |
Added "3.9 How to I use curl in PHP?" |
1bbe407a | 29-Jan-2001 |
Daniel Stenberg |
The PUT stuff is never set! It is set with the UPLOAD... |
513bc444 | 29-Jan-2001 |
Daniel Stenberg |
HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616 describes, Bob Schader's research seems to agree. |
4cc76d15 | 29-Jan-2001 |
Daniel Stenberg |
upload sets HTTP request to PUT for "HTTP upload" |
6dc5c6ff | 27-Jan-2001 |
Daniel Stenberg |
the keep-alive issue |
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 |