index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ares
/
setup.h
Age
Commit message (
Expand
)
Author
2007-06-02
Brad House fixed VS2005 compiler warnings due to time_t being 64bit.
Daniel Stenberg
2007-05-30
added ares_process_fd() to allow applications to ask for processing on
Daniel Stenberg
2007-01-30
Support for OpenWatcom (Win32): It do have getpid(), but no
Gisle Vanem
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-10-18
Introduce symbol USE_WINSOCK which will be defined when
Yang Tse
2006-08-04
Avoid redundant check. configure script takes care of not defining
Yang Tse
2006-07-28
First step trying to avoid the multiple header inclusion and recursion nightm...
Yang Tse
2006-07-22
Added CVS id.
Gisle Vanem
2006-07-22
Added CVS id.
Gisle Vanem
2006-07-05
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...
Yang Tse
2005-12-20
Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the
Gisle Vanem
2005-12-17
Fix typo
Yang Tse
2005-12-17
Windows related cleanup
Yang Tse
2005-12-16
'Fix' windows builds
Yang Tse
2005-11-10
Use config-win32.h on Windows. Fixes for djgpp.
Gisle Vanem
2005-11-09
MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +
Gisle Vanem
2005-05-16
Added ares_getnameinfo which mimics the getnameinfo API
Dominick Meglio
2005-04-06
moved the *_inet_pton protos to inet_net_pton.h instead
Daniel Stenberg
2005-04-06
made the ares_inet_net_pton() proto use size_t size, as the function in the
Daniel Stenberg
2005-04-05
Provided implementations of inet_net_pton and inet_pton from BIND for systems...
Dominick Meglio
2005-03-22
Prevent redefinition warning with CURLDEBUG.
Gisle Vanem
2005-03-10
Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The
Daniel Stenberg
2004-08-20
No <sys/uio.h> on DOS/Win32
Gisle Vanem
2004-08-20
Changes for Watt-32 on Windows. I've assumed Configure
Gisle Vanem
2004-07-24
Gisle Vanem:
Daniel Stenberg
2004-07-22
- Fixed a few variable return types for some system calls. Made configure
Daniel Stenberg