f8c357e4 | 10-Aug-2001 |
Daniel Stenberg |
corrected minor source indentation error |
4b6c2408 | 10-Aug-2001 |
Daniel Stenberg |
moved the download/upload speed calculations, to be made on every invoke of the progressupdate, as on very quick transfers they wouldn't always get calculated! |
022ea422 | 09-Aug-2001 |
sm |
Fixed bugs for building debug and SSL lib in VC makefile |
b54b68ac | 09-Aug-2001 |
Daniel Stenberg |
Added CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the two timeout-options that they don't work in multi-threaded programs. |
1ddf2907 | 09-Aug-2001 |
Daniel Stenberg |
non-blocking connect please |
33dc9c1f | 09-Aug-2001 |
Daniel Stenberg |
strip off user-agent before checking protocol |
f112cc14 | 09-Aug-2001 |
Daniel Stenberg |
The redirected error stream was closed before curl_easy_cleanup() was made, and when VERBOSE was enabled, that used the stream. Also, the stream was closed even if we looped to get more files
The redirected error stream was closed before curl_easy_cleanup() was made, and when VERBOSE was enabled, that used the stream. Also, the stream was closed even if we looped to get more files. Corrects Dustin Boswell's bug report #441610
show more ...
|
5de39884 | 09-Aug-2001 |
Daniel Stenberg |
removied $Id:$ again, this is treated as a binary file and then that field isn't updated! :-O |
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?" |