aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-15 07:52:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-15 07:52:39 +0000
commit4f84e6d9e249297fa659818d5e28934fc98c5936 (patch)
treeff699de834b02fe704b543d3c2c12aaaf9e64ca6 /CHANGES
parent6f08903f07cc35240bcdcf81113e47bd6ced2724 (diff)
removed the fixed dir depth limit in the FTP code
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b802a6112..7477dc4e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel (15 April 2004)
+- 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
+ in case of need (with no maximum depth). Adjusted test case 142 to verify
+ that 150 dir levels work fine.
+
Daniel (14 April 2004)
- Asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will
now cause the resolve function to return NULL immediately. This flaw was