aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-12 11:39:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-12 11:39:27 +0000
commita00918116de72a88f8b29cae1f9ed075057dea9f (patch)
tree67672b17197ebcbb66b4e3e6da4480c56f39b8c2 /CHANGES
parentd26c318321d9517b890dbb6ea79aaeb648989ae7 (diff)
7.9.6-pre5
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 611ef3431..ac93fdb14 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,10 +7,20 @@
History of Changes
Daniel (12 April 2002)
+- Fixed the TIMER_CONNECT to be more accurate for FTP transfers. Previously
+ FTP transfers got the "connect done" time set after the initial FTP commands
+ and not directly after the TCP/IP connect as it should.
+
+ I also made the time stamp get set even if the connect itself fails, which
+ it didn't do previously.
+
- Jean-Philippe Barrette-LaPierre provided his patch that introduces
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. They allow a program to a set a
callback to receive debug/information data. That includes headers and data
- that is received and sent.
+ that is received and sent. CURLOPT_VERBOSE still controls it.
+
+ By default, there is an internal debugfunction that will make things look
+ and work as before if not changed.
Daniel (10 April 2002)
- Sebastien Willemijns found out that -x didn't use the default port number as