aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-03 12:21:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-03 12:21:07 +0000
commita9e0885be07af2f776716a83ca1f663d36935506 (patch)
treef10bf2edec11d0eacfd1e4129d64f85d6973046c
parent57ff28c9b7d947cc3980f37b6f68f8a0e46f8652 (diff)
another week of changes
-rw-r--r--CHANGES30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7df63909a..c48f5a414 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,36 @@
History of Changes
+Daniel (3 May 2002)
+- Added "--trace [file]" to the command line tool. It makes a very detailed
+ trace dump get stored, with a full protocol dump that includes all received
+ and transmitted data. This could be a very effective tool for debugging what
+ goes wrong. This dump includes every byte the way it is sent to/received
+ from the server. The dump is the plain-text version, so SSL transfers will
+ still be readable.
+
+- I found out that the DEBUGFUNCTION was not called properly everywhere as we
+ wanted it to. I fixed it.
+
+- -D now stores all headers to the same file if multiple URLs are given on the
+ command line! Kevin Roth made me aware of that it didn't already do this!
+
+- Gustaf Hui wrote an excellent formpost example that used the multi
+ interface. Unfortunately, it didn't work due to several bugs in how
+ transfers were made when the multi interface was used.
+
+Daniel (2 May 2002)
+- Hanno Kranzhoff found out that when doing multiple transfers on the same
+ easy handle, the progress meter would show a bad "currently downloaded
+ value" when the transfer starts.
+
+Daniel (1 May 2002)
+- Applied another patch by Jacky Lam to make the name resolve info realloc()
+ stuff work properly.
+
+Daniel (28 April 2002)
+- curl_multi_info_read() is now implemented!
+
Daniel (27 April 2002)
- Updated BUGS, TODO, FAQ, INSTALL and added BINDINGS.