e840c109 | 09-Aug-2001 |
Daniel Stenberg |
Added $Id:$ to the header |
f1ce2036 | 09-Aug-2001 |
Daniel Stenberg |
Added $Id:$ string for file version in the header |
d6ccc33d | 08-Aug-2001 |
Daniel Stenberg |
when a test expects an error code but gets a different one, we now output both of them |
1b2f4031 | 08-Aug-2001 |
Daniel Stenberg |
Nico's notes about porting to VMS |
64822958 | 08-Aug-2001 |
Daniel Stenberg |
test cases, verifyhost, curl -E |
af59b9b9 | 08-Aug-2001 |
Daniel Stenberg |
added unfortunate but necessary special-purpose files for VMS and RISC OS |
59ab21ed | 08-Aug-2001 |
Daniel Stenberg |
The file name given to -E can now contain drive letters on windows, if they start the file name as in 'X:\' where X is any letter. The colon otherwise normally separate the file name from the
The file name given to -E can now contain drive letters on windows, if they start the file name as in 'X:\' where X is any letter. The colon otherwise normally separate the file name from the password.
show more ...
|
edec6524 | 08-Aug-2001 |
Daniel Stenberg |
credit where credit is due, added a bunch of recent contributors |
95837043 | 08-Aug-2001 |
Daniel Stenberg |
Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with it. |
dcfb10fb | 08-Aug-2001 |
Daniel Stenberg |
Patrick Bihan-Faou's verifyhost addition |
0553ab81 | 08-Aug-2001 |
Daniel Stenberg |
config.h file for RISC OS compiles |
410dd54d | 08-Aug-2001 |
Daniel Stenberg |
script to build curl on VMS |
7b9ec950 | 07-Aug-2001 |
Daniel Stenberg |
replacing FILE * with common file descriptors? |
4045cd5e | 07-Aug-2001 |
Daniel Stenberg |
language correction |
81b6ebc0 | 07-Aug-2001 |
Daniel Stenberg |
added Rick Jones's more polite wording of 1.7, makes it better and friendlier |
56da5a05 | 07-Aug-2001 |
Daniel Stenberg |
nine new test cases |
c528dc53 | 07-Aug-2001 |
Daniel Stenberg |
added "1.7 What about CURL from curl.com?" |
ed786290 | 07-Aug-2001 |
Daniel Stenberg |
test 202 - two file:// URLs in one command line |
8b2861da | 07-Aug-2001 |
Daniel Stenberg |
added test 201, file:// with missing file |
2a704654 | 06-Aug-2001 |
Daniel Stenberg |
VMS fixes, file:// changes, curl-config --libs patch |
d60cd937 | 06-Aug-2001 |
Daniel Stenberg |
Heikki Korpela posted a patch that makes --libs include the directory in which libcurl itself is installed in. |
76125e19 | 06-Aug-2001 |
Daniel Stenberg |
Nico's VMS fixes added |
82199900 | 06-Aug-2001 |
Daniel Stenberg |
Added curlmsg.msg to the distribution |
f8d09660 | 06-Aug-2001 |
Daniel Stenberg |
used under VMS |
823fa6d2 | 06-Aug-2001 |
Daniel Stenberg |
Nico's fixes for VMS, most of these are fixes for bad uses of size_t that forgets that it is very often unsigned. These should be fixed globally and then many #ifdef VMS lines can be removed. |