1. 12 Mar, 2011 4 commits
    • Daniel Stenberg's avatar
      PROT_CLOSEACTION: added SFTP and SCP · bec9692a
      Daniel Stenberg authored
      Both SFTP and SCP are protocols that need to shut down stuff properly
      when the connection is about to get torned down. The primary effect of
      not doing this shows up as memory leaks (when using SCP or SFTP with the
      multi interface).
      
      This is one of the problems detected by test 582.
      bec9692a
    • 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