curl-library
Re: cleaning up lib/hostip.c
From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Thu, 22 Apr 2004 15:14:59 +0200
Received on 2004-04-22
Date: Thu, 22 Apr 2004 15:14:59 +0200
Attached is a patch for 'curl-7.12-hostip2' adding a threaded
getaddrinfo(). There's no Curl_ip2addr() for 'struct addrinfo',
so all names are passed to getaddrinfo().
The Curl_inet_ntop() in dump_addrinfo() will probably go away,
unless we add inet_ntop.* (attached).
Included some preliminaries for IDNA too.
--gv
- application/octet-stream attachment: inet_ntop.c
- application/octet-stream attachment: inet_ntop.h
- application/octet-stream attachment: hostip.diff