1. 11 Apr, 2007 1 commit
  2. 10 Apr, 2007 2 commits
  3. 04 Apr, 2007 1 commit
  4. 31 Mar, 2007 2 commits
  5. 29 Mar, 2007 2 commits
  6. 25 Mar, 2007 2 commits
  7. 23 Mar, 2007 1 commit
  8. 22 Mar, 2007 1 commit
  9. 17 Mar, 2007 1 commit
  10. 12 Mar, 2007 1 commit
  11. 11 Mar, 2007 1 commit
  12. 10 Mar, 2007 1 commit
  13. 09 Mar, 2007 1 commit
  14. 01 Mar, 2007 1 commit
  15. 28 Feb, 2007 1 commit
  16. 27 Feb, 2007 1 commit
  17. 23 Feb, 2007 2 commits
  18. 22 Feb, 2007 1 commit
  19. 20 Feb, 2007 2 commits
  20. 19 Feb, 2007 2 commits
  21. 18 Feb, 2007 1 commit
  22. 14 Feb, 2007 1 commit
  23. 12 Feb, 2007 2 commits
  24. 11 Feb, 2007 2 commits
  25. 10 Feb, 2007 3 commits
  26. 05 Feb, 2007 1 commit
    • Daniel Stenberg's avatar
      - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS · 91386937
      Daniel Stenberg authored
        and CURLOPT_CONNECTTIMEOUT_MS that, as their names should hint, do the
        timeouts with millisecond resolution instead. The only restriction to that
        is the alarm() (sometimes) used to abort name resolves as that uses full
        seconds. I fixed the FTP response timeout part of the patch.
      
        Internally we now count and keep the timeouts in milliseconds but it also
        means we multiply set timeouts with 1000. The effect of this is that no
        timeout can be set to more than 2^31 milliseconds (on 32 bit systems), which
        equals 24.86 days.  We probably couldn't before either since the code did
        *1000 on the timeout values on several places already.
      91386937
  27. 03 Feb, 2007 1 commit
  28. 28 Jan, 2007 1 commit
  29. 27 Jan, 2007 1 commit