Skip to content
Snippets Groups Projects
  1. Feb 02, 2010
  2. Jan 23, 2010
  3. Jan 02, 2010
  4. Jan 01, 2010
    • Daniel Stenberg's avatar
      - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This · 605bbfc4
      Daniel Stenberg authored
        command is a special "hack" used by the drftpd server, but even though it is
        a custom extension I've deemed it fine to add to libcurl since this server
        seems to survive and people keep using it and want libcurl to support
        it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also
        usable from the curl tool with --ftp-pret. Using this option on a server
        that doesn't support this command will make libcurl fail.
      605bbfc4
  5. Dec 31, 2009
  6. Dec 10, 2009
  7. Nov 27, 2009
  8. Oct 26, 2009
  9. Oct 24, 2009
  10. Oct 21, 2009
  11. Oct 01, 2009
  12. Aug 24, 2009
  13. Aug 14, 2009
  14. Aug 04, 2009
  15. Jun 30, 2009
  16. Jun 29, 2009
  17. Apr 23, 2009
  18. Feb 27, 2009
  19. Feb 20, 2009
  20. Feb 04, 2009
  21. 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
  22. Jan 28, 2009
  23. Jan 25, 2009
  24. Dec 22, 2008
  25. Oct 29, 2008
  26. Oct 09, 2008
  27. Sep 10, 2008
  28. Sep 09, 2008
  29. Sep 05, 2008
    • Daniel Stenberg's avatar
      - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames · 18110b51
      Daniel Stenberg authored
        CURLOPT_POST301 (but adds a define for backwards compatibility for you who
        don't define CURL_NO_OLDIES). This option allows you to now also change the
        libcurl behavior for a HTTP response 302 after a POST to not use GET in the
        subsequent request (when CURLOPT_FOLLOWLOCATION is enabled). I edited the
        patch somewhat before commit. The curl tool got a matching --post302
        option. Test case 1076 was added to verify this.
      18110b51
  30. Aug 20, 2008
  31. Aug 01, 2008
  32. Jul 30, 2008
  33. Jul 11, 2008
  34. Jul 10, 2008
  35. Jul 03, 2008
    • Daniel Stenberg's avatar
      Introcuding a new timestamp for curl_easy_getinfo(): · 7c648782
      Daniel Stenberg authored
      CURLINFO_APPCONNECT_TIME. This is set with the "application layer"
      handshake/connection is completed (typically SSL, TLS or SSH). By using this
      you can figure out the application layer's own connect time. You can extract
      the time stamp using curl's -w option and the new variable named
      'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar.
      7c648782
  36. Jun 08, 2008
Loading