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