7d26eb61 | 05-Feb-2001 |
Daniel Stenberg |
Added a few more configure option explanations |
8613ce37 | 04-Feb-2001 |
Daniel Stenberg |
the new getinfo() stuff and the cygwin patch |
d6b94488 | 04-Feb-2001 |
Daniel Stenberg |
Added blurb about the win32 thing that precents a DLL from using a pointer passed to it from user-space! |
5d7b32d0 | 04-Feb-2001 |
Daniel Stenberg |
extended 5.5 |
ed16d30e | 04-Feb-2001 |
Daniel Stenberg |
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD documented |
6f7c70fb | 04-Feb-2001 |
Daniel Stenberg |
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD were added as suggested by Bob Schader |
9ab5d30e | 04-Feb-2001 |
Daniel Stenberg |
Ingo Ralf Blum made it compile with the newest cygwin |
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 |