diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-09-29 21:02:22 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-09-29 21:02:22 +0000 |
commit | 4adcf7e9ed32ed055470a17f715ee222285c1308 (patch) | |
tree | 6a8d9c28552a054836261626d2290ff185695c61 /CHANGES | |
parent | 9f8c40ed78a8673ed14427dee8bd3c1858843745 (diff) |
Moved all signal-based name resolution timeout handling into a single new
Curl_resolv_timeout function to reduce coupling.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel Fandrich (29 Sep 2008) +- Moved all signal-based name resolution timeout handling into a single new + Curl_resolv_timeout function to reduce coupling. + Daniel Stenberg (29 Sep 2008) - Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTP downloads! |