1. 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
  2. 19 Apr, 2007 2 commits
  3. 18 Apr, 2007 5 commits
  4. 16 Apr, 2007 9 commits
  5. 15 Apr, 2007 1 commit
  6. 14 Apr, 2007 5 commits
  7. 13 Apr, 2007 5 commits
  8. 12 Apr, 2007 10 commits
  9. 11 Apr, 2007 2 commits