1. 03 Dec, 2007 2 commits
  2. 02 Dec, 2007 1 commit
  3. 29 Nov, 2007 2 commits
  4. 26 Nov, 2007 1 commit
  5. 22 Nov, 2007 2 commits
  6. 20 Nov, 2007 2 commits
  7. 18 Nov, 2007 1 commit
  8. 17 Nov, 2007 1 commit
  9. 16 Nov, 2007 1 commit
  10. 15 Nov, 2007 2 commits
  11. 14 Nov, 2007 1 commit
  12. 12 Nov, 2007 2 commits
  13. 08 Nov, 2007 1 commit
  14. 07 Nov, 2007 1 commit
  15. 06 Nov, 2007 1 commit
  16. 01 Nov, 2007 4 commits
  17. 31 Oct, 2007 1 commit
  18. 30 Oct, 2007 1 commit
  19. 29 Oct, 2007 3 commits
  20. 25 Oct, 2007 5 commits
  21. 24 Oct, 2007 3 commits
  22. 23 Oct, 2007 1 commit
  23. 22 Oct, 2007 1 commit
    • 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