Skip to content
Snippets Groups Projects
  1. Sep 17, 2007
  2. Sep 15, 2007
  3. Sep 14, 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 09, 2007
  12. Aug 02, 2007
  13. Jul 22, 2007
  14. Jul 21, 2007
  15. Jul 16, 2007
  16. Jul 15, 2007
  17. Jul 14, 2007
  18. Jul 10, 2007
  19. Jun 25, 2007
  20. Jun 21, 2007
  21. Jun 19, 2007
  22. Jun 18, 2007
  23. Jun 08, 2007
  24. Jun 07, 2007
  25. Jun 05, 2007
  26. May 15, 2007
  27. May 14, 2007
  28. May 10, 2007
  29. May 08, 2007
  30. Apr 30, 2007
Loading