1. 12 Jun, 2012 3 commits
  2. 11 Jun, 2012 36 commits
  3. 10 Jun, 2012 1 commit
    • Daniel Stenberg's avatar
      Curl_pgrsDone: return int and acknowledge return code · 6cd084a3
      Daniel Stenberg authored
      Since Curl_pgrsDone() itself calls Curl_pgrsUpdate() which may return an
      abort instruction or similar we need to return that info back and
      subsequently properly handle return codes from Curl_pgrsDone() where
      used.
      
      (Spotted by a Coverity scan)
      6cd084a3