Skip to content
  1. Jun 28, 2007
  2. Jun 26, 2007
  3. Jun 25, 2007
  4. Jun 24, 2007
  5. Jun 21, 2007
  6. Jun 20, 2007
  7. Jun 18, 2007
  8. Jun 14, 2007
  9. Jun 13, 2007
  10. Jun 07, 2007
    • Daniel Stenberg's avatar
      Daniel S (6 June 2007) · 3b9eefca
      Daniel Stenberg authored
      - -s/--silent can now be used to toggle off the silence again if used a second
        time.
      
      Daniel S (5 June 2007)
      - Added Daniel Black's work that adds the first few SOCKS test cases. I also
        fixed two minor SOCKS problems to make the test cases run fine.
      3b9eefca
  11. May 31, 2007
  12. May 30, 2007
  13. May 26, 2007
  14. May 25, 2007
  15. May 22, 2007
  16. May 18, 2007
  17. May 17, 2007
  18. May 15, 2007
  19. May 09, 2007
  20. May 07, 2007
  21. May 02, 2007
  22. Apr 28, 2007
  23. Apr 26, 2007
  24. Apr 25, 2007
  25. Apr 24, 2007
  26. Apr 22, 2007
  27. Apr 21, 2007
  28. 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
  29. Apr 18, 2007