Skip to content
  1. Jan 08, 2008
  2. Jan 06, 2008
  3. 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
  4. Jan 04, 2008
  5. Jan 03, 2008
  6. Jan 02, 2008
  7. Dec 26, 2007
  8. Dec 25, 2007
  9. Dec 24, 2007
  10. Dec 18, 2007
  11. Dec 17, 2007
  12. Dec 13, 2007
    • Daniel Stenberg's avatar
      David Wright filed bug report #1849764 · 7b1a2214
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1849764) with an included fix. He
      identified a problem for re-used connections that previously had sent
      Expect: 100-continue and in some situations the subsequent POST (that didn't
      use Expect:) still had the internal flag set for its use. David's fix (that
      makes the setting of the flag in every single request unconditionally) is
      fine and is now used!
      7b1a2214
  13. Dec 09, 2007
  14. Dec 08, 2007
  15. Dec 05, 2007
  16. Dec 04, 2007
  17. Dec 03, 2007
  18. Dec 02, 2007
  19. Nov 29, 2007
  20. Nov 24, 2007
  21. Nov 21, 2007
  22. Nov 20, 2007
  23. Nov 19, 2007
  24. Nov 18, 2007
  25. Nov 16, 2007