aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-19 06:44:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-19 06:44:19 +0000
commitc8c47768c76aac020adc2a7ebf5e45e3ea95abd9 (patch)
treed0dcb47635b17bff31b45a060cb619ad87b297e4 /CHANGES
parent62ff567c472838207c2a2409cf41e90dc3e6d6d6 (diff)
Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and
this is an attempt to prevent it from doing that. affects ipv6-enabled only.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 10f2a7d66..61fddfb4b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (18 August 2004)
+- Ling Thio pointed out that when libcurl is built ipv6-enabled, it still did
+ reverse DNS lookups when fed with a numerical IP-address (like
+ http://127.0.0.1/), although it doesn't when built ipv6-disabled. libcurl
+ should never do reverse lookups.
+
Daniel (17 August 2004)
- Kjetil Jacobsen noticed that when transferring a file:// URL pointing to an
empty file, libcurl would return with the file still open.