Skip to content
Snippets Groups Projects
  1. Apr 14, 2009
  2. Apr 09, 2009
  3. Apr 08, 2009
  4. Apr 06, 2009
  5. Mar 29, 2009
  6. Mar 11, 2009
  7. Mar 08, 2009
  8. Feb 20, 2009
  9. Feb 18, 2009
  10. Feb 17, 2009
    • 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
  11. Feb 05, 2009
  12. Feb 02, 2009
    • Daniel Stenberg's avatar
      - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP · bdd4294e
      Daniel Stenberg authored
        version 1.1 instead of 1.0 like before. This change also introduces the new
        proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to
        switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0
        option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0.
      
        I updated all test cases cases that use CONNECT and I tried to do some using
        --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
      bdd4294e
  13. Jan 29, 2009
    • Yang Tse's avatar
      Introduced curl_sspi.c and curl_sspi.h for the implementation of functions · e813bf31
      Yang Tse authored
      Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were
      named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c
      Also adjusted socks_sspi.c to remove the link-time dependency on the Windows
      SSPI library using it now in the same way as it was done in http_ntlm.c.
      e813bf31
  14. Jan 28, 2009
  15. Jan 26, 2009
  16. Jan 25, 2009
  17. Jan 07, 2009
  18. Dec 30, 2008
  19. Dec 16, 2008
  20. Nov 17, 2008
  21. Nov 14, 2008
  22. Nov 13, 2008
  23. Nov 11, 2008
  24. Nov 03, 2008
  25. Nov 01, 2008
  26. Oct 30, 2008
  27. Oct 28, 2008
  28. Oct 27, 2008
Loading