aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-02-21 23:48:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-02-21 23:48:31 +0000
commiteecf41b299f90b128d47f1e61b528c7adc0c2e35 (patch)
tree3f810b83f0b2a21528098d4ee468338a3104ad40
parentf028f4f4a555a51e7ef5d8666b4eda81f96f675f (diff)
tonight's changes, the progress bar and the new -w option
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 938c8f597..dba754c28 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,26 @@
Version XX
+Daniel (21 February 2000):
+
+- I added the -w/--write-out flag and some variables to go with it. -w is a
+ single string, whatever you enter there will be written out when curl has
+ completed a successful request. There are some variable substitutions and
+ they are specifed as '%{variable}' (without the quotes). Variables that
+ exist as of this moment are:
+
+ total_time - total transfer time in seconds (with 2 decimals)
+ size_download - total downloaded amount of bytes
+ size_upload - total uploaded amount of bytes
+ speed_download - the average speed of the entire download
+ speed_upload - the average speed of the entire upload
+
+ I will of course add more variables, but I need input on these and others.
+
+- It struck me that the -# progress bar will be hard to just apply on the new
+ progress bar concept. I need some feedback on this before that'll get re-
+ introduced! :-/
+
Daniel (16 February 2000):
- Jörn Hartroth brought me some fixes for the progress meter and I continued
working on it. It seems to work for http download, http post, ftp download