Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Stenberg 670273968c added ares_process_fd() to allow applications to ask for processing on
specific sockets and thus avoiding select() and associated functions/macros.
This function will be used by upcoming libcurl releases for this very
reason. It also made me export the ares_socket_t type in the public ares.h
header file, since ares_process_fd() uses that type for two of the arguments.
2007-05-30 12:58:47 +00:00
Daniel Stenberg ce6b767b47 minor edits 2004-04-02 09:50:42 +00:00
Daniel Stenberg 0436fbe226 ares 1.1.1 with collected applied patches 2003-10-07 21:54:04 +00:00