Skip to content
  1. Jan 15, 2008
    • Daniel Stenberg's avatar
      Woops, partly revert my previous commit and do it slightly differently instead. · 991505e0
      Daniel Stenberg authored
      The signalling of that a global DNS cache is wanted is done by setting the
      option but the setting of the internal variable that it is in use must not be
      done until it finally actually gets used!
      
      NOTE and WARNING: I noticed that you can't actually switch off the global dns
      cache with CURLOPT_DNS_USE_GLOBAL_CACHE but you couldn't do that previously
      either and the option is very clearly and loudly documented as DO NOTE USE so
      I won't bother to fix this bug now.
      991505e0
    • Daniel Stenberg's avatar
      I made the torture test on test 530 go through. This was actually due to · 56f17d2c
      Daniel Stenberg authored
      silly code left from when we switched to let the multi handle "hold" the dns
      cache when using the multi interface... Of course this only triggered when a
      certain function call returned error at the correct moment.
      56f17d2c
  2. Jan 14, 2008
  3. Jan 13, 2008
  4. Jan 11, 2008
  5. Jan 10, 2008
  6. Jan 09, 2008
  7. Jan 08, 2008
  8. Jan 06, 2008
  9. 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
  10. Jan 04, 2008
  11. Jan 03, 2008
  12. Jan 02, 2008
  13. Dec 26, 2007
  14. Dec 25, 2007
  15. Dec 24, 2007
  16. Dec 18, 2007
  17. Dec 17, 2007
  18. 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
  19. Dec 09, 2007
  20. Dec 08, 2007
  21. Dec 05, 2007
  22. Dec 04, 2007
  23. Dec 03, 2007
  24. Dec 02, 2007
  25. Nov 29, 2007