Skip to content
Snippets Groups Projects
  1. Sep 30, 2007
  2. Sep 26, 2007
    • Daniel Stenberg's avatar
      Philip Langdale provided the new CURLOPT_POST301 option for · fd4cf78f
      Daniel Stenberg authored
      curl_easy_setopt() that alters how libcurl functions when following
      redirects. It makes libcurl obey the RFC2616 when a 301 response is received
      after a non-GET request is made. Default libcurl behaviour is to change
      method to GET in the subsequent request (like it does for response code 302
      - because that's what many/most browsers do), but with this CURLOPT_POST301
      option enabled it will do what the spec says and do the next request using
      the same method again. I.e keep POST after 301.
      
      The curl tool got this option as --post301
      
      Test case 1011 and 1012 were added to verify.
      fd4cf78f
  3. Sep 24, 2007
  4. Sep 11, 2007
    • Daniel Stenberg's avatar
      Daniel S (12 September 2007) · 9e88343a
      Daniel Stenberg authored
      - Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed
        out a problem with doing an empty upload over FTP on a re-used connection.
        I added test case 541 to reproduce it and to verify the fix.
      
      - I noticed while writing test 541 that the FTP code wrongly did a CWD on the
        second transfer as it didn't store and remember the "" path from the
        previous transfer so it would instead CWD to the entry path as stored. This
        worked, but did a superfluous command. Thus, test case 541 now also verifies
        this fix.
      9e88343a
  5. Sep 07, 2007
  6. Aug 30, 2007
  7. Aug 24, 2007
    • Daniel Stenberg's avatar
      Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed · 7cba40b2
      Daniel Stenberg authored
      out that libcurl didn't deal with large responses from server commands, when
      the single response was consisting of multiple lines but of a total size of
      16KB or more. Dan Fandrich improved the ftp test script and provided test
      case 1006 to repeat the problem, and I fixed the code to make sure this new
      test case runs fine.
      7cba40b2
  8. Aug 23, 2007
  9. Aug 22, 2007
  10. Aug 17, 2007
  11. Aug 02, 2007
  12. Jul 22, 2007
  13. Jul 14, 2007
  14. Jul 10, 2007
  15. Jun 19, 2007
  16. Jun 18, 2007
  17. Jun 08, 2007
  18. Jun 05, 2007
  19. May 15, 2007
  20. May 14, 2007
  21. May 10, 2007
  22. May 08, 2007
  23. Apr 23, 2007
  24. Apr 18, 2007
  25. Apr 13, 2007
  26. Apr 04, 2007
  27. Mar 30, 2007
  28. Mar 29, 2007
  29. Mar 26, 2007
  30. Mar 24, 2007
  31. Mar 08, 2007
    • Dan Fandrich's avatar
      Added test infrastructure to support basic FTPS tests. This currently · 1bfa7dfe
      Dan Fandrich authored
      supports only ftps:// URLs with --ftp-ssl-control specified, which
      implicitly encrypts the control channel but not the data channels.  That
      allows stunnel to be used with an unmodified ftp server in exactly the
      same way that the test https server is set up.
      Added test case 400 as a basic FTPS test.
      1bfa7dfe
  32. Jan 29, 2007
  33. Jan 16, 2007
Loading