Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 11, 2008
  3. Jan 08, 2008
  4. 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
  5. Jan 04, 2008
  6. Jan 02, 2008
  7. Dec 27, 2007
  8. Dec 14, 2007
  9. Dec 12, 2007
  10. Nov 22, 2007
  11. Nov 20, 2007
  12. 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
  13. Oct 09, 2007
  14. Oct 03, 2007
  15. Oct 02, 2007
  16. Sep 24, 2007
  17. Sep 21, 2007
  18. 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
  19. Aug 23, 2007
  20. Jul 20, 2007
  21. Jul 01, 2007
  22. Jun 13, 2007
  23. May 15, 2007
  24. May 14, 2007
  25. May 09, 2007
  26. Apr 22, 2007
  27. Mar 23, 2007
  28. Feb 28, 2007
  29. Feb 23, 2007
  30. Feb 20, 2007
  31. Feb 12, 2007
  32. Jan 25, 2007
  33. Jan 05, 2007
  34. Dec 14, 2006
Loading