summaryrefslogtreecommitdiff
path: root/ares_set_local_ip4.3
AgeCommit message (Collapse)AuthorFilesLines
2010-12-08ares_set_local_*: added in 1.7.4, not beforeDaniel Stenberg1-1/+1
2010-07-30remove all uses of uint32_tBen Greear1-1/+1
Previous fix forgot a few. Signed-off-by: Ben Greear <greearb@candelatech.com>
2010-07-18local-bind: Support binding to local interface/IPsBen Greear1-0/+34
Add 3 new functions to set the local binding for the out-going socket connection, and add ares_set_servers_csv() to set a list of servers at once as a comma-separated string. Signed-off-by: Ben Greear <greearb@candelatech.com>