Skip to content
Snippets Groups Projects
  1. Aug 01, 2008
  2. Jul 30, 2008
  3. Jul 11, 2008
  4. Jul 10, 2008
  5. 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
  6. Jun 08, 2008
    • Daniel Stenberg's avatar
      the next release is now called 7.19.0 · c6efb825
      Daniel Stenberg authored
      c6efb825
    • Daniel Stenberg's avatar
      - curl the tool now deals with its command line options somewhat differently! · 5abfdc01
      Daniel Stenberg authored
        All boolean options (such as -O, -I, -v etc), both short and long versions,
        now always switch on/enable the option named. Using the same option multiple
        times thus make no difference. To switch off one of those options, you need
        to use the long version of the option and type --no-OPTION. Like to disable
        verbose mode you use --no-verbose!
      
      - Added --remote-name-all to curl, which if used changes the default for all
        given URLs to be dealt with as if -O is used. So if you want to disable that
        for a specific URL after --remote-name-all has been used, you muse use -o -
        or --no-remote-name.
      5abfdc01
  7. Apr 30, 2008
    • Daniel Stenberg's avatar
      - To make it easier for applications that want lots of magic stuff done on · 85298985
      Daniel Stenberg authored
        redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now
        introduce the new CURLINFO_REDIRECT_URL option that lets applications
        extract the URL libcurl would've redirected to if it had been told to. This
        then enables the application to continue to that URL as it thinks is
        suitable, without having to re-implement the magic of creating the new URL
        from the Location: header etc. Test 1029 verifies it.
      85298985
  8. Mar 13, 2008
  9. Feb 18, 2008
  10. Jan 25, 2008
  11. Jan 15, 2008
  12. Jan 12, 2008
    • Daniel Stenberg's avatar
      Eric Landes provided the patch (edited by me) that introduces the · f866af91
      Daniel Stenberg authored
      --keepalive-time to curl to set the keepalive probe interval. I also took
      the opportunity to rename the recently added no-keep-alive option to
      no-keepalive to keep a consistent naming and to avoid getting two dashes in
      these option names. Eric also provided an update to the man page for the new
      option.
      f866af91
  13. Jan 11, 2008
  14. Jan 08, 2008
  15. Jan 05, 2008
    • Daniel Stenberg's avatar
      Based on further discussion on curl-library, I reverted yesterday's SOCKS5 · b4305764
      Daniel Stenberg authored
      code to instead introduce support for a new proxy type called
      CURLPROXY_SOCKS5_HOSTNAME that is used to send the host name to the proxy
      instead of IP address and there's thus no longer any need for a new
      curl_easy_setopt() option.
      
      The default SOCKS5 proxy is again back to sending the IP address to the
      proxy.  The new curl command line option for enabling sending host name to a
      SOCKS5 proxy is now --socks5-hostname.
      b4305764
  16. Jan 04, 2008
  17. Jan 02, 2008
  18. Dec 27, 2007
  19. Dec 14, 2007
  20. Dec 12, 2007
  21. Nov 22, 2007
  22. Nov 20, 2007
  23. Oct 13, 2007
    • Daniel Stenberg's avatar
      Chris Leighton: · 887e8f92
      Daniel Stenberg authored
      My understanding is that we use "number" for discrete variables and
      "amount" for continuous variables.
      
      So you can say "The amount of flour required depends on..." or, "Last
      night I consumed a large amount of beer!".
      
      And, "That tank contains a large number of fish" or, "Over the week I
      consumed a number of cases of beer."
      
      I think that features are discrete, so the man page would read "...the
      number of features will make your head spin!".
      887e8f92
  24. Oct 09, 2007
  25. Oct 03, 2007
  26. Oct 02, 2007
  27. Sep 24, 2007
  28. Sep 21, 2007
  29. Sep 18, 2007
    • Daniel Stenberg's avatar
      Rob Crittenden provided an NSS update with the following highlights: · 8c3f40ee
      Daniel Stenberg authored
      o It looks for the NSS database first in the environment variable SSL_DIR,
        then in /etc/pki/nssdb, then it initializes with no database if neither of
        those exist.
      
      o If the NSS PKCS#11 libnspsem.so driver is available then PEM files may be
        loaded, including the ca-bundle. If it is not available then only
        certificates already in the NSS database are used.
      
      o Tries to detect whether a file or nickname is being passed in so the right
        thing is done
      
      o Added a bit of code to make the output more like the OpenSSL module,
        including displaying the certificate information when connecting in
        verbose mode
      
      o Improved handling of certificate errors (expired, untrusted, etc)
      
      The libnsspem.so PKCS#11 module is currently only available in Fedora
      8/rawhide. Work will be done soon to upstream it. The NSS module will work
      with or without it, all that changes is the source of the certificates and
      keys.
      8c3f40ee
  30. Aug 23, 2007
  31. Jul 20, 2007
  32. Jul 01, 2007
  33. Jun 13, 2007
  34. May 15, 2007
Loading