Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 04, 2008
  3. Jan 02, 2008
  4. Dec 27, 2007
  5. Dec 14, 2007
  6. Dec 12, 2007
  7. Dec 11, 2007
  8. Dec 10, 2007
  9. Dec 09, 2007
  10. Dec 08, 2007
  11. Dec 06, 2007
  12. Dec 02, 2007
  13. Nov 26, 2007
  14. Nov 22, 2007
  15. Nov 20, 2007
  16. Nov 17, 2007
  17. Nov 11, 2007
  18. Nov 07, 2007
  19. Nov 05, 2007
  20. Oct 30, 2007
  21. Oct 26, 2007
  22. Oct 25, 2007
  23. Oct 15, 2007
  24. 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
  25. Oct 09, 2007
Loading