Skip to content
Snippets Groups Projects
  1. Oct 26, 2007
  2. Oct 24, 2007
  3. Oct 22, 2007
    • Daniel Stenberg's avatar
      Michal Marek forwarded the bug report · 5b358603
      Daniel Stenberg authored
      https://bugzilla.novell.com/show_bug.cgi?id=332917 about a HTTP redirect to
      FTP that caused memory havoc. His work together with my efforts created two
      fixes:
      
      #1 - FTP::file was moved to struct ftp_conn, because is has to be dealt with
           at connection cleanup, at which time the struct HandleData could be
           used by another connection.
           Also, the unused char *urlpath member is removed from struct FTP.
      
      #2 - provide a Curl_reset_reqproto() function that frees
           data->reqdata.proto.* on connection setup if needed (that is if the
           SessionHandle was used by a different connection).
      5b358603
  4. Oct 17, 2007
  5. Oct 13, 2007
  6. Oct 12, 2007
  7. Oct 02, 2007
  8. Sep 27, 2007
  9. Sep 26, 2007
  10. Sep 24, 2007
  11. Sep 11, 2007
  12. Sep 05, 2007
  13. Aug 31, 2007
  14. Aug 30, 2007
  15. Aug 27, 2007
  16. 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
  17. Aug 22, 2007
  18. Aug 20, 2007
  19. Aug 17, 2007
  20. Aug 01, 2007
  21. Jul 29, 2007
  22. Jul 23, 2007
  23. Jul 21, 2007
  24. Jul 20, 2007
  25. Jul 17, 2007
  26. Jul 13, 2007
  27. Jul 01, 2007
  28. Jun 24, 2007
  29. Jun 19, 2007
  30. Jun 18, 2007
  31. Apr 25, 2007
  32. Apr 22, 2007
  33. Apr 12, 2007
Loading