1. 18 Dec, 2010 6 commits
  2. 17 Dec, 2010 6 commits
  3. 16 Dec, 2010 3 commits
  4. 15 Dec, 2010 13 commits
  5. 13 Dec, 2010 2 commits
  6. 09 Dec, 2010 2 commits
  7. 08 Dec, 2010 1 commit
  8. 07 Dec, 2010 1 commit
  9. 06 Dec, 2010 5 commits
  10. 05 Dec, 2010 1 commit
    • Daniel Stenberg's avatar
      Curl_wait_for_resolv: correct timeout · 2271b60b
      Daniel Stenberg authored
      When looping in this function and checking for the timeout being
      expired, it was not updating the reference time when calculating the
      timediff since previous round which made it think each subsequent loop
      to have taken longer than it actually did.
      
      I also modified the function to use the generic Curl_timeleft() function
      instead of the custom logic.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3112579
      2271b60b