1. 03 Nov, 2013 11 commits
  2. 02 Nov, 2013 2 commits
  3. 31 Oct, 2013 1 commit
  4. 30 Oct, 2013 8 commits
  5. 29 Oct, 2013 2 commits
  6. 28 Oct, 2013 3 commits
  7. 27 Oct, 2013 11 commits
  8. 26 Oct, 2013 2 commits
    • Steve Holme's avatar
      ftp: Fixed compiler warning · 9f503a25
      Steve Holme authored
      warning: 'result' may be used uninitialized in this function
      9f503a25
    • Daniel Stenberg's avatar
      FTP: make the data connection work when going through proxy · d44b0142
      Daniel Stenberg authored
      This is a regression since the switch to always-multi internally
      c4312741.
      
      Test 1316 was modified since we now clearly call the Curl_client_write()
      function when doing the LIST transfer part and then the
      handler->protocol says FTP and ftpc.transfertype is 'A' which implies
      text converting even though that the response is initially a HTTP
      CONNECT response in this case.
      d44b0142