66a1e3df | 03-Apr-2001 |
Daniel Stenberg |
two crashes removed |
28497e7e | 03-Apr-2001 |
Daniel Stenberg |
better error checks for failure conditions (based on Puneet Pawaia's reports) |
87c7f403 | 03-Apr-2001 |
Daniel Stenberg |
Puneet Pawaia pointed out the lack of http_chunks in several places. |
1a2c3acb | 30-Mar-2001 |
Daniel Stenberg |
elaborated more in CURLOPT_HTTPHEADER section |
b54d7527 | 29-Mar-2001 |
Daniel Stenberg |
ftps:// added and the perl interfaces changed |
b1328430 | 29-Mar-2001 |
Daniel Stenberg |
ftps:// support added |
34efa74a | 29-Mar-2001 |
Daniel Stenberg |
Georg Horn's and my fixes to make it compile with 7.7 |
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!!! |