summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-12-14 11:18:57 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-12-14 11:18:57 +0100
commit9e6518481cd4e2603b4f9e04d6cfd1a214a72726 (patch)
tree4df89a5bb27c2256aa2a3b0da0135df702faf4d9
parent961266b27fd440400a681dd05682a9878a107475 (diff)
downloadcurl-9e6518481cd4e2603b4f9e04d6cfd1a214a72726.tar.gz
TODO: Windows: set attribute 'archive' for completed downloads
Closes #3354
-rw-r--r--docs/TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index e0d8ed68f..64efef4f4 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -149,6 +149,7 @@
18.8 offer color-coded HTTP header output
18.9 Choose the name of file in braces for complex URLs
18.10 improve how curl works in a windows console window
+ 18.11 Windows: set attribute 'archive' for completed downloads
18.12 keep running, read instructions from pipe/socket
18.13 support metalink in http headers
18.14 --fail without --location should treat 3xx as a failure
@@ -1004,6 +1005,17 @@ that doesn't exist on the server, just like --ftp-create-dirs.
window, the transfer is interrupted and can get disconnected. This can
probably be improved. See https://github.com/curl/curl/issues/322
+18.11 Windows: set attribute 'archive' for completed downloads
+
+ The archive bit (FILE_ATTRIBUTE_ARCHIVE, 0x20) separates files that shall be
+ backed up from those that are either not ready or have not changed.
+
+ Downloads in progress are neither ready to be backed up, nor should they be
+ opened by a different process. Only after a download has been completed it's
+ sensible to include it in any integer snapshot or backup of the system.
+
+ See https://github.com/curl/curl/issues/3354
+
18.12 keep running, read instructions from pipe/socket
Provide an option that makes curl not exit after the last URL (or even work