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