1. 12 Jan, 2008 4 commits
  2. 11 Jan, 2008 8 commits
  3. 10 Jan, 2008 6 commits
  4. 09 Jan, 2008 3 commits
  5. 08 Jan, 2008 8 commits
  6. 07 Jan, 2008 2 commits
  7. 06 Jan, 2008 8 commits
  8. 05 Jan, 2008 1 commit
    • 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