1. 19 Feb, 2009 1 commit
    • Daniel Stenberg's avatar
      - Patrik Thunstrom reported a problem and helped me repeat it. It turned out · 5af0629b
      Daniel Stenberg authored
        libcurl did a superfluous 1000ms wait when doing SFTP downloads!
      
        We read data with libssh2 while doing the "DO" operation for SFTP and then
        when we were about to start getting data for the actual file part, the
        "TRANSFER" part, we waited for socket action (in 1000ms) before doing a
        libssh2-read. But in this case libssh2 had already read and buffered the
        data so we ended up always just waiting 1000ms before we get working on the
        data!
      5af0629b
  2. 18 Feb, 2009 2 commits
  3. 17 Feb, 2009 5 commits
  4. 16 Feb, 2009 1 commit
  5. 14 Feb, 2009 3 commits
  6. 13 Feb, 2009 5 commits
  7. 12 Feb, 2009 3 commits
  8. 11 Feb, 2009 1 commit
  9. 10 Feb, 2009 6 commits
  10. 09 Feb, 2009 2 commits
  11. 07 Feb, 2009 2 commits
  12. 06 Feb, 2009 1 commit
  13. 05 Feb, 2009 1 commit
  14. 04 Feb, 2009 3 commits
  15. 03 Feb, 2009 2 commits
  16. 02 Feb, 2009 2 commits