summaryrefslogtreecommitdiff
path: root/lib/speedcheck.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
| | | | | | | | | | | and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
* make the low_speed check set the expire timer so that it has a chance to workDaniel Stenberg2006-10-171-1/+7
| | | | | even when using curl_multi_socket() or even using the multi_perform() when relying on multi_timeout() to be good.
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-2/+4
| | | | code rearrange to fit the future better.
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-10/+10
|
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
|
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-3/+0
|
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
| | | | way for emacs, and vim users should provide a similar non-polluting style
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
|
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
|
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
|
* Curl_tvdiff() now returns a millisecond diff, no double like beforeDaniel Stenberg2001-10-121-1/+2
|
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
|
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+7
|
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-10/+10
| | | | be posted in a minute to the libcurl list.
* #include <string.h> removed a warningDaniel Stenberg2001-03-091-0/+1
|
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-5/+5
|
* dual-license fixDaniel Stenberg2001-01-031-28/+11
|
* made the speedcheck actually work againDaniel Stenberg2000-10-171-7/+10
|
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-0/+2
|
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
|
* moved here from the newlib branchDaniel Stenberg2000-05-221-3/+3
|
* Initial revisionDaniel Stenberg1999-12-291-0/+81