Skip to content
  1. May 24, 2007
  2. May 22, 2007
  3. May 20, 2007
  4. May 18, 2007
  5. May 17, 2007
  6. May 15, 2007
  7. May 09, 2007
  8. May 08, 2007
  9. May 07, 2007
  10. May 02, 2007
  11. May 01, 2007
  12. Apr 29, 2007
  13. Apr 28, 2007
  14. Apr 27, 2007
  15. Apr 26, 2007
  16. Apr 25, 2007
  17. Apr 24, 2007
  18. Apr 22, 2007
  19. Apr 21, 2007
  20. 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
  21. Apr 19, 2007