summaryrefslogtreecommitdiff
path: root/ares_cancel.3
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08Documentation: properly document ARES_ECANCELLEDAlexander Klauer1-1/+3
This commit clarifies the behaviour of ares_cancel() with respect to callbacks and adds missing documentation of ARES_ECANCELLED to the man pages of the affected functions.
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2009-11-23- Jakub Hrozek fixed more function prototypes in man pages to sync themYang Tse1-1/+1
with the ones declared in ares.h
2009-08-03- Timo Teras changed the reason code used in the resolve callback done whenDaniel Stenberg1-1/+6
ares_cancel() is used, to be ARES_ECANCELLED instead of ARES_ETIMEOUT to better allow the callback to know what's happening.
2005-12-22This function was added in c-ares [version]Daniel Stenberg1-1/+1
2004-10-26mention incompatibilities with aresDaniel Stenberg1-0/+2
2004-04-01Dirk Manske's ares_cancel() function was added.Daniel Stenberg1-0/+37