curl/src
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
..
macos Eric-update 2001-12-04 16:33:40 +00:00
.cvsignore Bryan Henderson: added missing ignores 2005-11-25 22:45:50 +00:00
Makefile.Watcom Removed dependency on zlib.h. Added dependency for 2005-10-27 12:56:05 +00:00
Makefile.am Updated the copyright year since changes have been this year. 2005-03-31 07:02:02 +00:00
Makefile.b32 Changes for static/dynamic linking of libcurl. 2004-11-14 13:51:33 +00:00
Makefile.inc Removed references to config-vms.h from the makefiles. 2005-03-16 23:09:39 +00:00
Makefile.m32 Add "-DCURL_STATICLIB" for static build. 2004-11-13 15:47:17 +00:00
Makefile.netware removed -fpack-struct because gcc4 seems to know its obsolete and warns... 2006-04-20 10:26:51 +00:00
Makefile.riscos brougth by Michael Curtis 2002-04-10 20:52:26 +00:00
Makefile.vc6 Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled 2005-11-08 14:15:34 +00:00
config-amigaos.h Diego Casorran patches to make (lib)curl build fine on Amiga again 2005-07-13 18:06:40 +00:00
config-mac.h Better cope with a failed or unavailable ftruncate(). 2005-03-05 00:54:16 +00:00
config-riscos.h Better cope with a failed or unavailable ftruncate(). 2005-03-05 00:54:16 +00:00
config-win32.h Fix spacing. When defining, define to 1. 2005-12-18 16:50:33 +00:00
curl.rc update the copyright year 2005-04-22 20:49:35 +00:00
getpass.c Fixed some compiler warnings on lcc. 2005-12-13 18:54:31 +00:00
getpass.h My reimplementation and cleanup of the getpass source code. We officially no 2004-12-25 22:08:02 +00:00
homedir.c Cleanup windows header includes. Where aplicable, inclusion of 2005-12-18 15:36:14 +00:00
homedir.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
hugehelp.c.cvs make it more obvious what this is by not even trying to show a manual 2003-02-04 18:22:31 +00:00
hugehelp.h use hugehelp.h to silence picky compiler warnings 2004-01-29 13:48:36 +00:00
main.c Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and 2006-06-22 21:36:53 +00:00
makefile.amiga Diego Casorran patches to make (lib)curl build fine on Amiga again 2005-07-13 18:06:40 +00:00
makefile.dj Add libidn.a and iconv libraries if USE_IDNA=1. 2004-12-17 12:43:02 +00:00
mkhelp.pl Another Yang Tse warning cleanup raid! 2005-12-05 14:10:48 +00:00
setup.h Brian Dessent's fixes for cygwin builds 2006-06-08 06:12:30 +00:00
urlglob.c minor re-arrange to return a value in order to avoid compiler warnings 2006-04-07 12:10:34 +00:00
urlglob.h Introducing range stepping to the curl globbing support. Now you can specify 2005-11-10 22:11:01 +00:00
version.h include curl/curlver.h instead since this only needs the version defines 2004-03-24 07:27:58 +00:00
writeenv.c Add 'const' to immutable arrays. 2004-12-15 01:38:25 +00:00
writeenv.h updated year in the copyright string 2004-01-07 09:19:33 +00:00
writeout.c David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path 2006-03-21 22:30:03 +00:00
writeout.h updated year in the copyright string 2004-01-07 09:19:33 +00:00