794d08a7 | 29-Mar-2001 |
Daniel Stenberg |
Georg Horn set -Wall |
0abc999c | 29-Mar-2001 |
Daniel Stenberg |
Georg Horn's updates |
3e65062b | 27-Mar-2001 |
Daniel Stenberg |
make sure the alarm is off when returning from curl_easy_perform() |
45ffb16c | 27-Mar-2001 |
Daniel Stenberg |
Added a line about the new makefile example |
0b8b0b7c | 27-Mar-2001 |
Daniel Stenberg |
Added Makefile.example as an example makefile that can build the example source files (if edited slightly) |
053bf49b | 27-Mar-2001 |
Daniel Stenberg |
Added ftpget.c just to show that it is exactly as easy to get FTP files |
8b08dfed | 27-Mar-2001 |
Daniel Stenberg |
no more ' as first letter of a row, and made the quotes match in the top .BI line |
ba3a3553 | 27-Mar-2001 |
Daniel Stenberg |
Added some text to WRITEHEADER about the fact that libcurl will always write complete header lines one-by-one to that file handle |
6a261047 | 26-Mar-2001 |
Daniel Stenberg |
7.7.1-beta1 |
8b35b89f | 26-Mar-2001 |
Daniel Stenberg |
persistant fix for http/1.0 |
31f9d401 | 26-Mar-2001 |
Daniel Stenberg |
'Connection: keep-alive' is now understood when sent by a HTTP/1.0 server as an indication of a persistant connection |
bb601731 | 24-Mar-2001 |
Daniel Stenberg |
numerous corrections since the 7.7 release |
9a851728 | 24-Mar-2001 |
Daniel Stenberg |
Colin Watson's man patch as posted to debian bug tracker numer #90281 |
a0eb52be | 23-Mar-2001 |
Daniel Stenberg |
two Qs added: 1.5 Who makes cURL? 1.6 What do you get for making cURL? |
6235a8d9 | 23-Mar-2001 |
Daniel Stenberg |
make should be $(MAKE) |
0d6a87ed | 23-Mar-2001 |
Daniel Stenberg |
match the new never-read-body when doing HEAD |
b6241b3c | 23-Mar-2001 |
Daniel Stenberg |
curl_setopt() should be curl_easy_setopt() |
1e14f8d4 | 23-Mar-2001 |
Daniel Stenberg |
DONT TOUCH the data->url as it may point to read-only memory!!! |
bc5954fe | 23-Mar-2001 |
Daniel Stenberg |
updates by SM nttp at iname.com |
02f6894a | 23-Mar-2001 |
Daniel Stenberg |
now always stops reading a HEAD reply after all the headers have been returned RFC 2616, section 9.4 says: "The HEAD method is identical to GET except that the server MUST NOT return a messag
now always stops reading a HEAD reply after all the headers have been returned RFC 2616, section 9.4 says: "The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response."
show more ...
|
76576cd1 | 23-Mar-2001 |
Daniel Stenberg |
ConnectionExists() wrongly returned TRUE for too many connections if proxy was not used... |
997672ba | 22-Mar-2001 |
Daniel Stenberg |
updated with the new don't-encode-already-encoded-data concept |
ec1f42a1 | 22-Mar-2001 |
Daniel Stenberg |
Treat 302-redirects the same way we treat 303-redirects |
aa1c3bb4 | 22-Mar-2001 |
Daniel Stenberg |
reset the follow location counter in Curl_perform() so that we can follow new locations on the same connection that was previously followed on |
95f0714f | 22-Mar-2001 |
Daniel Stenberg |
brand new Curl_ prefixes on global symbols |