1. 08 May, 2016 1 commit
    • Antonio Larrosa's avatar
      connect: fix invalid "Network is unreachable" errors · ae8f6620
      Antonio Larrosa authored
      Sometimes, in systems with both ipv4 and ipv6 addresses but where the
      network doesn't support ipv6, Curl_is_connected returns an error
      (intermittently) even if the ipv4 socket connects successfully.
      
      This happens because there's a for-loop that iterates on the sockets but
      the error variable is not resetted when the ipv4 is checked and is ok.
      
      This patch fixes this problem by setting error to 0 when checking the
      second socket and not having a result yet.
      
      Fixes #794
      ae8f6620
  2. 05 May, 2016 1 commit
  3. 03 May, 2016 1 commit
  4. 02 May, 2016 5 commits
  5. 01 May, 2016 13 commits
  6. 29 Apr, 2016 8 commits
  7. 28 Apr, 2016 11 commits