summaryrefslogtreecommitdiff
path: root/ares_getsock.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-14Header inclusion clean-upYang Tse1-4/+0
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2010-03-11fix compiler warningYang Tse1-4/+2
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse1-1/+1
2007-09-29Port the TCP socket fix made in ares_fds() to ares_getsock() as well.Steinar H. Gunderson1-5/+11
2007-09-29Previously, processing a large batch of timeouts was O(n^2) in the number ofSteinar H. Gunderson1-1/+1
2007-04-03update copyright yearYang Tse1-1/+1
2007-02-26Removed inclusion of <sys/types.h> in .c-filesGisle Vanem1-1/+0
2006-10-12avoid an overflow if an excessive amount of servers are usedDaniel Stenberg1-6/+7
2006-08-03Ravi Pratap fixed ares_getsock() to actually return the proper bitmap andDaniel Stenberg1-3/+1
2005-12-22Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg1-0/+71