aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-15 14:53:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-15 14:53:47 +0000
commit5dbaced4a2a69fd65dc8bbf5a93149de7ef09865 (patch)
tree0378c6f762e7ddb833b7cf2c9f13ec3cd8d695a7 /CHANGES
parent43f8a1f5de80474435d168153ab936fc04931ff8 (diff)
my test suite edits
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7477dc4e4..aba9ddfd7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
Changelog
Daniel (15 April 2004)
+- Modified runtests.pl again to remove all log files in the log/ dir between
+ each test, and then made -p display all non-zero byte files in the log dir.
+ It should make that data more usable and contain less rubbish.
+
+- ftpserver.pl now produces log files more similar to how the sws ones look
+ and they now also contains a bit more details to help debugging ftp
+ problems.
+
- Removed the fixed maximum amount of dir levels the FTP code supported.
Previously we had a fixed array for 100 levels, now we save space in each
handle by allocating only for a few level by default and then enlarging that