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
/
ares_process.c
Age
Commit message (
Expand
)
Author
2007-02-26
Removed inclusion of <sys/types.h> in .c-files
Gisle Vanem
2007-02-22
Check for stdbool.h at configuration stage, and include it if available.
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-04
Use correct 3rd argument for ioctlsocket() under Watt-32.
Gisle Vanem
2007-02-01
compiler warning fix
Yang Tse
2006-10-25
Compiler warning fix
Yang Tse
2006-10-18
Check for USE_WINSOCK instead of WIN32 where the check was done
Yang Tse
2006-08-29
Brad Spencer did
Daniel Stenberg
2006-07-29
Fix compiler warnings.
Yang Tse
2006-07-28
Replace send() and recv() with swrite() and sread() macros.
Yang Tse
2006-07-22
2nd try adding CVS id.
Gisle Vanem
2006-07-14
Fix compiler warning
Yang Tse
2006-06-19
Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP and
William Ahern
2006-05-03
Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes
Daniel Stenberg
2005-12-20
Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the
Gisle Vanem
2005-12-09
Fix compiler warning
Yang Tse
2005-11-25
read_tcp_data() fix to get the proper buffer pointer and size
Daniel Stenberg
2005-11-25
Yang Tse: fixed compiler warnings
Daniel Stenberg
2005-08-10
make ares compile again for NetWare.
Gunter Knauf
2005-06-03
FIONBIO is in sys/ioctl.h on AIX
Daniel Stenberg
2005-06-02
sigh, define TRUE if not already
Daniel Stenberg
2005-06-02
William Ahern:
Daniel Stenberg
2005-04-06
Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS
Daniel Stenberg
2005-03-13
Prevent gcc warning.
Gisle Vanem
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-08-20
No WSAGetLastError() on Watt-32/DOS
Gisle Vanem
2004-08-20
Changes for Watt-32 on Windows. I've assumed Configure
Gisle Vanem
2004-07-29
variable type fix
Daniel Stenberg
2004-07-24
Gisle Vanem:
Daniel Stenberg
2004-07-22
- Fixed a few variable return types for some system calls. Made configure
Daniel Stenberg
2004-07-01
Gisle's win32-fix. 'errno' is not used for errors when socket() fails on
Daniel Stenberg
2004-07-01
Gisle Vanem made this build fine with djgpp and the Watt-32 stack.
Daniel Stenberg
2004-02-27
minor size_t fix to kill a warning
Daniel Stenberg
2004-02-23
make ares_expand_name() take a long * instead of an int *, since we do
Daniel Stenberg
2004-02-04
don't use 'sin' as variable name as the picky compiler warnings complain
Daniel Stenberg
2004-02-02
remove rcsid stuff from c files, it serves no useful purpose
Daniel Stenberg
2004-01-29
Dirk Manske fixed a flaw in the setting of the socket to non-blocking
Daniel Stenberg
2003-10-07
ares 1.1.1 with collected applied patches
Daniel Stenberg