1. 10 Apr, 2007 2 commits
  2. 04 Apr, 2007 1 commit
  3. 31 Mar, 2007 2 commits
  4. 29 Mar, 2007 2 commits
  5. 25 Mar, 2007 2 commits
  6. 23 Mar, 2007 1 commit
  7. 22 Mar, 2007 1 commit
  8. 17 Mar, 2007 1 commit
  9. 12 Mar, 2007 1 commit
  10. 11 Mar, 2007 1 commit
  11. 10 Mar, 2007 1 commit
  12. 09 Mar, 2007 1 commit
  13. 01 Mar, 2007 1 commit
  14. 28 Feb, 2007 1 commit
  15. 27 Feb, 2007 1 commit
  16. 23 Feb, 2007 2 commits
  17. 22 Feb, 2007 1 commit
  18. 20 Feb, 2007 2 commits
  19. 19 Feb, 2007 2 commits
  20. 18 Feb, 2007 1 commit
  21. 14 Feb, 2007 1 commit
  22. 12 Feb, 2007 2 commits
  23. 11 Feb, 2007 2 commits
  24. 10 Feb, 2007 3 commits
  25. 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
  26. 03 Feb, 2007 1 commit
  27. 28 Jan, 2007 1 commit
  28. 27 Jan, 2007 1 commit
  29. 26 Jan, 2007 1 commit