summaryrefslogtreecommitdiff
path: root/lib/progress.h
Commit message (Expand)AuthorAgeFilesLines
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-0/+7
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-3/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* Curl_pgrsTime - return new time to avoid timeout integer overflowDaniel Stenberg2020-08-281-2/+2
* whitespace fixesViktor Szakats2018-09-231-1/+0
* progress: remove a set of unused definesDaniel Stenberg2018-06-131-13/+0
* rate-limit: use three second window to better handle high speedsDaniel Stenberg2018-03-161-0/+1
* limit-rate: kick in even before "limit" data has been receivedDaniel Stenberg2018-03-111-6/+6
* progress: Track total times following redirectsRyan Winograd2017-08-151-1/+1
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-3/+3
* speed caps: not based on average speeds anymoreOlivier Brunel2016-09-041-1/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-7/+7
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* timers: fix timer regression involving redirects / reconnectsDaniel Stenberg2014-05-151-2/+3
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+72
* build: rename 76 lib/*.h filesYang Tse2012-12-281-72/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-3/+4
* Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg2012-06-101-1/+1
* HTTP: reset expected DL/UL sizes on redirectsDaniel Stenberg2012-04-011-2/+2
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-0/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-1/+2
* clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg2004-11-151-6/+6
* Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg2004-03-101-4/+4
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Dirk Manske brought the patch that introduces two new CURLINFO_* values:Daniel Stenberg2002-04-161-0/+2
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Georg Horn's STARTTRANSFER_TIME patchDaniel Stenberg2001-11-201-0/+1
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-6/+6
* Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg2001-04-181-2/+2
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-8/+8
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* modified pgrsTime() to the new functionalityDaniel Stenberg2000-11-061-0/+1
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* removed pgrsMode()Daniel Stenberg2000-06-161-1/+0
* moved here from the newlib branchDaniel Stenberg2000-05-221-2/+3
* added a missing prototype, removed unused codeDaniel Stenberg2000-04-111-17/+10
* added prototype and defines for pgrsTime()Daniel Stenberg2000-03-011-0/+10
* all new progress stuff on the way inDaniel Stenberg2000-02-141-0/+26
* Initial revisionDaniel Stenberg1999-12-291-0/+54