summaryrefslogtreecommitdiff
path: root/ares/ares_getsock.c
Commit message (Expand)AuthorAgeFilesLines
* Port the TCP socket fix made in ares_fds() to ares_getsock() as well.Steinar H. Gunderson2007-09-291-5/+11
* Previously, processing a large batch of timeouts was O(n^2) in the number ofSteinar H. Gunderson2007-09-291-1/+1
* update copyright yearYang Tse2007-04-031-1/+1
* Removed inclusion of <sys/types.h> in .c-filesGisle Vanem2007-02-261-1/+0
* avoid an overflow if an excessive amount of servers are usedDaniel Stenberg2006-10-121-6/+7
* Ravi Pratap fixed ares_getsock() to actually return the proper bitmap andDaniel Stenberg2006-08-031-3/+1
* Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg2005-12-221-0/+71