summaryrefslogtreecommitdiff
path: root/ares/ares_cancel.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed c-ares setup.h to ares_setup.hYang Tse2009-11-021-1/+1
* - Timo Teras changed the reason code used in the resolve callback done whenDaniel Stenberg2009-08-031-1/+1
* Clarified the comment over ares_cancel.Steinar H. Gunderson2007-10-041-2/+2
* Previously, processing a large batch of timeouts was O(n^2) in the number ofSteinar H. Gunderson2007-09-291-7/+23
* Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson2007-09-281-1/+1
* Three fixes in one commit (sorry): a) Take care of the tcpbuf if it ends whil...Steinar H. Gunderson2007-09-281-1/+1
* avoid a couple of potential zero size memory allocationsYang Tse2006-11-061-2/+5
* 2nd try adding CVS id.Gisle Vanem2006-07-221-1/+1
* Added CVS id.Gisle Vanem2006-07-221-0/+2
* Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg2006-05-031-1/+1
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-11/+10
* Dirk Manske's ares_cancel() function was added.Daniel Stenberg2004-04-011-0/+44