Skip to content
  1. Apr 20, 2007
    • Yang Tse's avatar
      initialize pending_ms to zero to avoid compiler warning: · 7f33aae0
      Yang Tse authored
      'pending_ms' may be used uninitialized in this function
      7f33aae0
    • 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. Apr 19, 2007
  3. Apr 18, 2007
  4. Apr 16, 2007
  5. Apr 15, 2007
  6. Apr 14, 2007
  7. Apr 13, 2007
  8. Apr 12, 2007
  9. Apr 11, 2007