Skip to content
  1. Oct 07, 2008
  2. Oct 01, 2008
  3. Sep 30, 2008
    • Daniel Stenberg's avatar
      - The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE · 038542ea
      Daniel Stenberg authored
        gets a 550 response back for the cases where a download (or NOBODY) is
        wanted. It still allows a 550 as response if the SIZE is used as part of an
        upload process (like if resuming an upload is requested and the file isn't
        there before the upload). I also modified the FTP test server and a few test
        cases accordingly to match this modified behavior.
      038542ea
  4. Sep 29, 2008
  5. Sep 25, 2008
  6. Sep 24, 2008
  7. Sep 23, 2008
  8. Sep 22, 2008
  9. Sep 20, 2008
  10. Sep 19, 2008
  11. Sep 18, 2008
  12. Sep 17, 2008
  13. Sep 13, 2008
  14. Sep 12, 2008
  15. Sep 10, 2008
  16. Sep 09, 2008
  17. Sep 08, 2008
  18. Sep 05, 2008
  19. Sep 04, 2008
  20. Sep 03, 2008
  21. Sep 02, 2008
  22. Sep 01, 2008
  23. Aug 29, 2008
    • Dan Fandrich's avatar
      Added tests 1071 through 1074 to test automatic downgrading from HTTP 1.1 · 85a79f9d
      Dan Fandrich authored
      to HTTP 1.0 upon receiving a response from the HTTP server.  Tests 1072
      and 1073 are similar to test 1069 in that they involve the impossible
      scenario of sending chunked data to a HTTP 1.0 server.  All these currently
      fail and are added to DISABLED.
      
      Added test 1075 to test --anyauth with Basic authentication.
      85a79f9d