aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-22 08:16:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-22 08:16:36 +0000
commitd6b1162a6327f37c75495f062cd5c70f98c7fde3 (patch)
treed25d06fa177f6c74452451314567b0e98fcf2b33
parent486591f9d179932b2e2a67c585eef13340649511 (diff)
working with the test suite brings things up
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9c58e0a9d..e4970c29f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,24 @@
History of Changes
+Daniel (21 November 2000)
+- Numerous fixes the test suite has brought into the daylight:
+
+ * curl_unescape() could return a too long string
+ * on ftp transfer failures, there could be memory leaks
+ * ftp CWD could use bad directory names
+ * memdebug now uses the mprintf() routines for better portability
+ * free(NULL) removed when doing resumed transfers
+
+- Added a bunch of test cases for FTP.
+
+- General cleanups to make less warnings with gcc -Wall -pedantic.
+
+- I made the tests/ftpserver.pl work with the most commonly used ftp
+ operations. PORT, PASV, RETR, STOR, LIST, SIZE, USER, PASS all work now. Now
+ all I have to do is integrate the ftp server doings in the runtests.pl
+ script so that ftp tests can be run the same way http tests already run.
+
Daniel (20 November 2000)
- Made libcurl capable of dealing with any-length URLs. The former limit of
4096 bytes was a bit annoying when people wanted to use curl to really make