aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_process.3
AgeCommit message (Collapse)Author
2007-05-30added ares_process_fd() to allow applications to ask for processing onDaniel Stenberg
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.
2004-04-02minor editsDaniel Stenberg
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg