1. 12 Mar, 2011 3 commits
    • Daniel Stenberg's avatar
      readwrite_upload: stop upload at file size · a07a865d
      Daniel Stenberg authored
      As we know how much to send, we can and should stop once we've sent that
      much data as it avoids having to rely on other mechanisms to detect the
      end.
      
      This is one of the problems detected by test 582.
      
      Reported by: Henry Ludemann <misc@hl.id.au>
      a07a865d
    • Daniel Stenberg's avatar
      sftp upload: expire to advance state machine · cccba729
      Daniel Stenberg authored
      When using the multi_socket API to do SFTP upload, it is important that
      we set a quick expire when leaving the SSH_SFTP_UPLOAD_INIT state as
      there's nothing happening on the socket so there's no read or write to
      wait for, but the next libssh2 API function needs to be called to get
      the ball rolling.
      
      This is one of the problems detected by test 582.
      
      Reported by: Henry Ludemann <misc@hl.id.au>
      cccba729
    • Daniel Stenberg's avatar
      test582: improved info messages · 7612ca2a
      Daniel Stenberg authored
      7612ca2a
  2. 11 Mar, 2011 1 commit
  3. 10 Mar, 2011 3 commits
  4. 09 Mar, 2011 4 commits
  5. 08 Mar, 2011 7 commits
  6. 07 Mar, 2011 2 commits
  7. 06 Mar, 2011 1 commit
  8. 04 Mar, 2011 7 commits
  9. 26 Feb, 2011 3 commits
  10. 23 Feb, 2011 1 commit
  11. 22 Feb, 2011 2 commits
  12. 21 Feb, 2011 5 commits
  13. 18 Feb, 2011 1 commit
    • Mike Crowe's avatar
      multi: close connection on timeout · c4369f34
      Mike Crowe authored
      After a request times out, the connection wasn't properly closed and
      prevented to get re-used, so subsequent transfers could still mistakenly
      get to use the previously aborted connection.
      c4369f34