Skip to content
  1. Mar 12, 2011
    • 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. Mar 11, 2011
  3. Mar 10, 2011
  4. Mar 09, 2011
  5. Mar 08, 2011
  6. Mar 07, 2011
  7. Mar 06, 2011
  8. Mar 04, 2011
  9. Feb 26, 2011
  10. Feb 23, 2011
  11. Feb 22, 2011
  12. Feb 21, 2011
  13. Feb 18, 2011
    • 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