1. 23 Aug, 2007 1 commit
  2. 07 Aug, 2007 1 commit
  3. 01 Aug, 2007 1 commit
  4. 10 Jul, 2007 1 commit
  5. 01 Jul, 2007 1 commit
  6. 30 Jun, 2007 1 commit
  7. 27 Jun, 2007 1 commit
  8. 25 Jun, 2007 2 commits
  9. 30 May, 2007 1 commit
  10. 08 May, 2007 1 commit
  11. 20 Apr, 2007 1 commit
  12. 16 Apr, 2007 1 commit
  13. 11 Apr, 2007 1 commit
  14. 20 Feb, 2007 1 commit
  15. 12 Feb, 2007 2 commits
  16. 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
  17. 30 Jan, 2007 1 commit
  18. 08 Jan, 2007 1 commit
  19. 05 Jan, 2007 1 commit
  20. 02 Nov, 2006 1 commit
  21. 30 Oct, 2006 2 commits
  22. 21 Oct, 2006 1 commit
  23. 12 Oct, 2006 1 commit
    • Daniel Stenberg's avatar
      Jeff Pohlmeyer has been working with the hiperfifo.c example source code, · b61c0638
      Daniel Stenberg authored
      and while doing so it became apparent that the current timeout system for
      the socket API really was a bit awkward since it become quite some work to
      be sure we have the correct timeout set.
      
      Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another
      callback the app can set to get to know when the general timeout time
      changes and thus for an application like hiperfifo.c it makes everything a
      lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in
      good old libcurl tradition.
      b61c0638
  24. 30 Sep, 2006 1 commit
  25. 11 Sep, 2006 1 commit
  26. 07 Sep, 2006 1 commit
  27. 04 Sep, 2006 1 commit
  28. 03 Sep, 2006 1 commit
  29. 29 Aug, 2006 2 commits
  30. 11 Aug, 2006 1 commit
  31. 04 Aug, 2006 3 commits
  32. 03 Aug, 2006 1 commit
  33. 30 Jul, 2006 1 commit
  34. 26 Jul, 2006 1 commit