Skip to content
Snippets Groups Projects
  1. Dec 27, 2007
  2. Dec 14, 2007
  3. Dec 12, 2007
  4. Nov 22, 2007
  5. Nov 20, 2007
  6. 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
  7. Oct 09, 2007
  8. Oct 03, 2007
  9. Oct 02, 2007
  10. Sep 24, 2007
  11. Sep 21, 2007
  12. 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
  13. Aug 23, 2007
  14. Jul 20, 2007
  15. Jul 01, 2007
  16. Jun 13, 2007
  17. May 15, 2007
  18. May 14, 2007
  19. May 09, 2007
  20. Apr 22, 2007
  21. Mar 23, 2007
  22. Feb 28, 2007
  23. Feb 23, 2007
  24. Feb 20, 2007
  25. Feb 12, 2007
  26. Jan 25, 2007
  27. Jan 05, 2007
  28. Dec 14, 2006
  29. Dec 06, 2006
  30. Nov 03, 2006
  31. Oct 25, 2006
    • Daniel Stenberg's avatar
      Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the · cde5e35d
      Daniel Stenberg authored
      case when 401 or 407 are returned, *IF* no auth credentials have been given.
      The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401
      and 407 cases when auth credentials is given, but we've now covered this
      somewhat more.
      
      You might get some amounts of headers transferred before this situation is
      detected, like for when a "100-continue" is received as a response to a
      POST/PUT and a 401 or 407 is received immediately afterwards.
      
      Added test 281 to verify this change.
      cde5e35d
  32. Oct 12, 2006
  33. Oct 09, 2006
Loading