summaryrefslogtreecommitdiff
path: root/lib/speedcheck.c
Commit message (Expand)AuthorAgeFilesLines
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-1/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-2/+2
* expire: remove Curl_expire_latest()Daniel Stenberg2017-06-081-1/+1
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-1/+1
* low_speed_limit: improved function for longer time periodsDaniel Stenberg2017-04-061-29/+30
* Improve code readbilitySylvestre Ledru2017-03-131-4/+2
* timeval: prefer time_t to hold seconds instead of longDaniel Stenberg2016-11-121-3/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* low-speed-limit: avoid timeout floodDaniel Stenberg2014-08-311-3/+3
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+74
* build: rename 93 lib/*.c filesYang Tse2013-01-031-74/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-5/+5
* Curl_speedcheck: don't mistakenly clear Curl_expire()Adriano Meirelles2011-09-081-3/+6
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-2/+2
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix printf-style format stringsYang Tse2010-01-281-2/+2
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-1/+1
* make the low_speed check set the expire timer so that it has a chance to workDaniel Stenberg2006-10-171-1/+7
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-2/+4
* 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
* 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
* #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