1. 28 Jan, 2008 1 commit
  2. 25 Jan, 2008 2 commits
  3. 23 Jan, 2008 1 commit
  4. 20 Jan, 2008 1 commit
  5. 17 Jan, 2008 1 commit
  6. 15 Jan, 2008 2 commits
  7. 14 Jan, 2008 1 commit
  8. 12 Jan, 2008 1 commit
    • Daniel Stenberg's avatar
      Eric Landes provided the patch (edited by me) that introduces the · f866af91
      Daniel Stenberg authored
      --keepalive-time to curl to set the keepalive probe interval. I also took
      the opportunity to rename the recently added no-keep-alive option to
      no-keepalive to keep a consistent naming and to avoid getting two dashes in
      these option names. Eric also provided an update to the man page for the new
      option.
      f866af91
  9. 11 Jan, 2008 1 commit
  10. 10 Jan, 2008 1 commit
    • Daniel Stenberg's avatar
      Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow · 18faa509
      Daniel Stenberg authored
      libcurl to seek in a given input stream. This is particularly important when
      doing upload resumes when there's already a huge part of the file present
      remotely. Before, and still if this callback isn't used, libcurl will read
      and through away the entire file up to the point to where the resuming
      begins (which of course can be a slow opereration depending on file size,
      I/O bandwidth and more). This new function will also be preferred to get
      used instead of the CURLOPT_IOCTLFUNCTION for seeking back in a stream when
      doing multi-stage HTTP auth with POST/PUT.
      18faa509
  11. 08 Jan, 2008 2 commits
  12. 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
  13. 04 Jan, 2008 2 commits
  14. 02 Jan, 2008 1 commit
  15. 27 Dec, 2007 1 commit
  16. 14 Dec, 2007 1 commit
  17. 12 Dec, 2007 1 commit
  18. 11 Dec, 2007 1 commit
  19. 10 Dec, 2007 2 commits
  20. 09 Dec, 2007 5 commits
  21. 08 Dec, 2007 3 commits
  22. 06 Dec, 2007 1 commit
  23. 02 Dec, 2007 1 commit
  24. 26 Nov, 2007 2 commits
  25. 22 Nov, 2007 1 commit
  26. 20 Nov, 2007 3 commits