diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-20 07:53:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-20 07:53:24 +0000 |
commit | b7a760046545fa9afc3feca68d12dc087fbe625c (patch) | |
tree | 292e468bc07f8c59917ab2f078343ac6bed5b354 /CHANGES | |
parent | 111a2f3057b3a13cb91e3c5a702bd1254f774dbb (diff) |
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
length limit of the hostname part of the URL.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -6,6 +6,16 @@ Changelog +Daniel (19 April 2004) +- No more 512 byte limit for host name (inclusing name + password) in libcurl. + An added bonus is that we use less memory for the typical (shorter URL) + case. + +- Cleaned up the sources to better use the terms 'hostname' and 'path' + internally when referring to that data. The buffers used for keep that info + is called 'namebuffer' and 'pathbuffer'. Much easier to read and understand + than the previous mess. + 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. @@ -19,7 +29,8 @@ Daniel (15 April 2004) 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. + that 150 dir levels work fine. An added bonus is that we use less memory + for the typical (not very deep) case. Daniel (14 April 2004) - Asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will |