1. 22 May, 2007 2 commits
  2. 18 May, 2007 1 commit
  3. 17 May, 2007 1 commit
  4. 15 May, 2007 1 commit
  5. 09 May, 2007 1 commit
  6. 07 May, 2007 1 commit
  7. 02 May, 2007 4 commits
  8. 28 Apr, 2007 2 commits
  9. 26 Apr, 2007 1 commit
  10. 25 Apr, 2007 2 commits
  11. 24 Apr, 2007 1 commit
  12. 22 Apr, 2007 1 commit
  13. 21 Apr, 2007 1 commit
  14. 20 Apr, 2007 1 commit
    • Yang Tse's avatar
      - Save one call to curlx_tvnow(), which calls gettimeofday(), in each of · 61022f38
      Yang Tse authored
        Curl_socket_ready(), Curl_poll() and Curl_select() when these are called
        with a zero timeout or a timeout value indicating a blocking call should
        be performed.
      
        These unnecessary calls to gettimeofday() got introduced in 7.16.2 when
        fixing 'timeout would restart when signal caught while awaiting socket
        events' on 20 March 2007.
      
      - Move some loop breaking logic from the while clause into the loop,
        avoiding compiler warning 'assignment within conditional expression'
      61022f38
  15. 18 Apr, 2007 2 commits
  16. 16 Apr, 2007 2 commits
  17. 14 Apr, 2007 1 commit
  18. 13 Apr, 2007 1 commit
  19. 12 Apr, 2007 1 commit
  20. 11 Apr, 2007 1 commit
  21. 08 Apr, 2007 1 commit
  22. 03 Apr, 2007 1 commit
  23. 02 Apr, 2007 1 commit
  24. 01 Apr, 2007 1 commit
  25. 31 Mar, 2007 2 commits
  26. 27 Mar, 2007 1 commit
  27. 25 Mar, 2007 1 commit
  28. 23 Mar, 2007 1 commit
  29. 20 Mar, 2007 1 commit
    • Yang Tse's avatar
      Fixed: When a signal was caught awaiting for an event using Curl_select() · e4b754f6
      Yang Tse authored
      or Curl_poll() with a non-zero timeout both functions would restart the
      specified timeout. This could even lead to the extreme case that if a
      signal arrived with a frecuency lower to the specified timeout neither
      function would ever exit.
      
      Added experimental symbol definition check CURL_ACKNOWLEDGE_EINTR in
      Curl_select() and Curl_poll(). When compiled with CURL_ACKNOWLEDGE_EINTR
      defined both functions will return as soon as a signal is caught. Use it
      at your own risk, all calls to these functions in the library should be
      revisited and checked before fully supporting this feature.
      e4b754f6
  30. 19 Mar, 2007 1 commit
  31. 13 Mar, 2007 1 commit