1. 23 May, 2016 8 commits
  2. 21 May, 2016 1 commit
  3. 20 May, 2016 6 commits
  4. 19 May, 2016 4 commits
  5. 18 May, 2016 5 commits
  6. 17 May, 2016 10 commits
  7. 16 May, 2016 3 commits
  8. 14 May, 2016 1 commit
    • Daniel Stenberg's avatar
      ftp wildcard: segfault due to init only in multi_perform · cba96213
      Daniel Stenberg authored
      The proper FTP wildcard init is now more properly done in Curl_pretransfer()
      and the corresponding cleanup in Curl_close().
      
      The previous place of init/cleanup code made the internal pointer to be NULL
      when this feature was used with the multi_socket() API, as it was made within
      the curl_multi_perform() function.
      
      Reported-by: Jonathan Cardoso Machado
      Fixes #800
      cba96213
  9. 13 May, 2016 2 commits