- Dec 18, 2005
- Dec 17, 2005
- Dec 16, 2005
-
-
Yang Tse authored
justify checking for socklen_t in more than one function, the code used to find a valid socklen_t replacement is simplified back. The only function that will be used to find a socklen_t replacement is getpeername, as it has been since revision 1.4 of curl/acinclude.m4
-
Yang Tse authored
CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument. All related changes taken to cares configuration scripts.
-
- Sep 18, 2005
-
-
Dominick Meglio authored
Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment
-
- Sep 10, 2005
-
-
Daniel Stenberg authored
inventing and providing our own. Hopefully this solves a HP-UX 11.00 problem.
-
- Jun 02, 2005
-
-
Daniel Stenberg authored
Make UDP sockets non-blocking. I've confirmed that at least on Linux 2.4 a read event can come back from poll() on a valid SOCK_DGRAM socket but recv(2) will still block. This patch doesn't ignore EAGAIN in read_udp_packets(), though maybe it should. (This patch was edited by Daniel Stenberg and a new configure test was added (imported from curl's configure) to properly detect what non-blocking socket approach to use.)
-
- May 16, 2005
-
-
Dominick Meglio authored
-
- Mar 11, 2005
-
-
Daniel Stenberg authored
work fine with cross-compiled builds.
-
- Mar 10, 2005
-
-
Daniel Stenberg authored
first little steps towards IPv6 support!
-
- Feb 27, 2004
-
-
Daniel Stenberg authored
-
- Feb 25, 2004
-
-
Daniel Stenberg authored
configure stuff
-