diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-11-08 14:45:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-08 14:45:58 +0000 |
commit | cab59b4c3209baa5f067b5c2339748a4669b3662 (patch) | |
tree | 10b2364a98396de3ecfb7016efa7bf73842cf35c /CHANGES | |
parent | 931eff89f52994365e20c8b45fd7498933cbf5be (diff) |
Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since
we really have no use for reverse lookups of the address.
I truly hope these are the last reverse lookups we had lingering in the
code!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ Daniel (8 November 2005) +- Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since + we really have no use for reverse lookups of the address. + + I truly hope these are the last reverse lookups we had lingering in the + code! + - Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled version of libcurl with different Windows versions. Current version of libcurl imports SSPI functions from secur32.dll. However, under Windows NT |