diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-30 09:08:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-30 09:08:16 +0000 |
commit | fb26b2bd98eb4fb29dc644fdcc74da1ec60c3708 (patch) | |
tree | 538fbde3102ff7b72e38e1402bb7a04bc1db5989 /CHANGES | |
parent | 5554f1ccba826ef54d99fe2fa9ef1a77ae12b441 (diff) |
curl --head now reports info "headers" on file:// URLs as well
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Changelog +Daniel (30 October) +- David Hull made libcurl deal with NOBODY and HEADER for file:// the same way + it already does for FTP: it provides HTTP-looking headers that provide info + only about the file, without doing the actual transfer. The curl tool then + lets --head do this. + Daniel (29 October) - runtests.pl now checks for and use valgrind if present. It will redirect the valgrind results in log/valgrind[num] but it currently doesn't scan that |