- Jun 30, 2006
- Jun 26, 2006
-
-
Daniel Stenberg authored
-
- Jun 24, 2006
-
-
Daniel Stenberg authored
-
- Jun 19, 2006
-
-
William Ahern authored
ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C operate on logical values. And in any event the octets are already in big-endian (aka network) byte order so they're being reversed (thus the source of the breakage).
-
William Ahern authored
UDP even when a poll(2) or select(2) suggest otherwise.
-
- May 24, 2006
-
-
Daniel Stenberg authored
libtool cross-compiled on linux with mingw32
-
- May 10, 2006
-
-
Daniel Stenberg authored
things such as C++ compiler actually is a bad thing and since we don't need that detection I added a work-around, much inspired by a previous patch by Paolo Bonzini. This also shortens the configure script quite a lot.
-
- May 05, 2006
-
-
Daniel Stenberg authored
-
- May 03, 2006
-
-
Daniel Stenberg authored
moved the curl_off_t check to within the --enable-debug block where it belongs since it is a somewhat ugly hack
-
Daniel Stenberg authored
c-ares call a callback on socket state changes. A better way than the ares_getsock() to get full control over the socket state.
-
- Apr 20, 2006
-
-
Guenter Knauf authored
-
- Apr 17, 2006
-
-
Guenter Knauf authored
use correct version var.
-
- Jan 09, 2006
-
-
Daniel Stenberg authored
-
- Jan 06, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 05, 2006
-
-
Daniel Stenberg authored
newer gcc versions that no longer defines "riscos".
-
Daniel Stenberg authored
-
- Jan 04, 2006
-
-
Gisle Vanem authored
-
- Jan 02, 2006
-
-
Daniel Stenberg authored
-
- Dec 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
limited to select().
-
- Dec 21, 2005
-
-
Yang Tse authored
done in one single function CURL_CHECK_FUNC_GETNAMEINFO which will only define HAVE_GETNAMEINFO if the function has been found AND the type of its arguments has been properly been detected
-
Yang Tse authored
proper types to use for getnameinfo args
-
Yang Tse authored
proper types to use for getnameinfo args
-
Yang Tse authored
-
- Dec 20, 2005
-
-
Yang Tse authored
target use calling convention WSAAPI for getnameinfo() prototype. Checking type DWORD as argument 4 and 6 of getnameinfo not needed.
-
Gisle Vanem authored
-
Gisle Vanem authored
rearrangement in ares_process.c.
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 19, 2005