1. 23 Jan, 2007 5 commits
  2. 18 Jan, 2007 2 commits
  3. 17 Jan, 2007 6 commits
  4. 16 Jan, 2007 5 commits
  5. 15 Jan, 2007 2 commits
  6. 14 Jan, 2007 1 commit
  7. 13 Jan, 2007 3 commits
  8. 10 Jan, 2007 3 commits
  9. 09 Jan, 2007 1 commit
  10. 08 Jan, 2007 3 commits
  11. 06 Jan, 2007 1 commit
  12. 05 Jan, 2007 2 commits
  13. 04 Jan, 2007 1 commit
  14. 03 Jan, 2007 4 commits
  15. 02 Jan, 2007 1 commit
    • Daniel Stenberg's avatar
      - Victor Snezhko helped us fix bug report #1603712 · 0682d25d
      Daniel Stenberg authored
        (http://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate
        (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE) are broken
        on Windows (since 7.16.0, but that's when they were introduced as previous
        to that the limiting logic was made in the application only and not in the
        library). It was actually also broken on select()-based systems (as apposed
        to poll()) but we haven't had any such reports. We now use select(), Sleep()
        or delay() properly to sleep a while without waiting for anything input or
        output when the rate limiting is activated with the easy interface.
      0682d25d