Skip to content
Snippets Groups Projects
  1. Feb 23, 2009
  2. Feb 20, 2009
  3. Feb 19, 2009
  4. Feb 17, 2009
    • 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
  5. Feb 13, 2009
  6. Feb 12, 2009
  7. Feb 11, 2009
  8. Feb 10, 2009
  9. Feb 09, 2009
  10. Feb 06, 2009
  11. Feb 04, 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 30, 2009
  14. Jan 28, 2009
  15. Jan 26, 2009
  16. Jan 25, 2009
  17. Jan 19, 2009
  18. Jan 15, 2009
  19. Jan 14, 2009
  20. Jan 13, 2009
  21. Jan 12, 2009
  22. Jan 08, 2009
  23. Dec 29, 2008
  24. Dec 28, 2008
  25. Dec 22, 2008
  26. Dec 19, 2008
  27. Dec 10, 2008
    • Daniel Stenberg's avatar
      - Internet Explorer had a broken HTTP digest authentication before v7 and · 6e376532
      Daniel Stenberg authored
        there are servers "out there" that relies on the client doing this broken
        Digest authentication. Apache even comes with an option to work with such
        broken clients.
      
        The difference is only for URLs that contain a query-part (a '?'-letter and
        text to the right of it).
      
        libcurl now supports this quirk, and you enable it by setting the
        CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or
        CURLOPT_PROXYAUTH options. They are thus individually controlled to server
        and proxy.
      6e376532
  28. Dec 09, 2008
  29. Dec 03, 2008
Loading