Daniel Stenberg dfe1884c25 Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and
CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed
to send or receive data. This kind of adds the the command line tool's
option --limit-rate to the library.

The rate limiting logic in the curl app is now removed and is instead
provided by libcurl itself. Transfer rate limiting will now also work for -d
and -F, which it didn't before.
2006-06-22 21:36:53 +00:00
..
2001-12-04 16:33:40 +00:00
2005-04-22 20:49:35 +00:00
2005-12-13 18:54:31 +00:00
2004-01-07 09:19:33 +00:00
2002-04-10 20:52:26 +00:00
2004-12-15 01:38:25 +00:00