Skip to content
  1. Feb 17, 2009
    • Daniel Stenberg's avatar
      - A second follow-up change by Andre Guibert de Bruet to fix a related memory · 4ad296c6
      Daniel Stenberg authored
        leak like that fixed on the 14th. When zlib returns failure, we need to
        cleanup properly before returning error.
      4ad296c6
    • Daniel Stenberg's avatar
      three new CURLFTP_CREATE_DIR* symbols · 0517fa15
      Daniel Stenberg authored
      0517fa15
    • Daniel Stenberg's avatar
      - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for · 8f81fd6b
      Daniel Stenberg authored
        plain FTP connections, and it will then allow MKD to fail once and retry the
        CWD afterwards. This is especially useful if you're doing many simultanoes
        connections against the same server and they all have this option enabled,
        as then CWD may first fail but then another connection does MKD before this
        connection and thus MKD fails but trying CWD works! The numbers can
        (should?) now be set with the convenience enums now called
        CURLFTP_CREATE_DIR and CURLFTP_CREATE_DIR_RETRY.
      
        Tests has proven that if you're making an application that uploads a set of
        files to an ftp server, you will get a noticable gain in speed if you're
        using multiple connections and this option will be then be very useful.
      8f81fd6b
  2. Feb 16, 2009
  3. Feb 14, 2009
  4. Feb 13, 2009
  5. Feb 12, 2009
  6. Feb 11, 2009
  7. Feb 10, 2009
  8. Feb 09, 2009
  9. Feb 07, 2009
  10. Feb 06, 2009
  11. Feb 05, 2009
  12. Feb 04, 2009
  13. Feb 03, 2009
  14. Feb 02, 2009
  15. Jan 31, 2009
  16. Jan 30, 2009