Skip to content
Snippets Groups Projects
  1. Feb 19, 2009
    • 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. Feb 18, 2009
  3. Feb 17, 2009
  4. Feb 14, 2009
  5. Feb 12, 2009
  6. Feb 11, 2009
  7. Feb 07, 2009
  8. Feb 03, 2009
  9. Feb 02, 2009
  10. Jan 31, 2009
  11. Jan 30, 2009
  12. Jan 29, 2009
  13. Jan 28, 2009
  14. Jan 26, 2009
  15. Jan 25, 2009
  16. Jan 21, 2009
    • Dan Fandrich's avatar
      Fixed a couple more locale-dependent toupper conversions, mainly for · 55915501
      Dan Fandrich authored
      clarity.  This does fix one problem that causes ;type=i FTP URLs
      to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is
      used (test case 561)
      
      Added tests 561 and 1092 through 1094 to test various combinations
      of ;type= and ;mode= URLs that could potentially fail in the Turkish
      locale.
      55915501
  17. Jan 20, 2009
  18. Jan 19, 2009
  19. Jan 15, 2009
  20. Jan 13, 2009
Loading