summaryrefslogtreecommitdiff
path: root/lib/progress.c
AgeCommit message (Expand)Author
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-03-16rate-limit: use three second window to better handle high speedsDaniel Stenberg
2018-03-12limit-rate: fix compiler warningMichael Kaufmann
2018-03-11limit-rate: kick in even before "limit" data has been receivedDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-01-08progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-15progress: Track total times following redirectsRyan Winograd
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-06-30progress: prevent resetting t_starttransferRyan Winograd
2017-06-24progress: progress.timespent needs to be usDaniel Stenberg
2017-06-24progress: fix "time spent", broke in adef394acDaniel Stenberg
2017-06-14progress: let "current speed" be UL + DL speeds combinedDaniel Stenberg
2017-06-14timers: store internal time stamps as time_t instead of doublesDaniel Stenberg
2017-03-26spelling fixesklemens
2017-03-13Improve code readbilitySylvestre Ledru
2016-11-13time_t fix: follow-up to de4de4e3c7cDaniel Stenberg
2016-11-12timeval: prefer time_t to hold seconds instead of longDaniel Stenberg
2016-11-11Curl_pgrsUpdate: use dedicated function for time passedDaniel Stenberg
2016-09-04speed caps: not based on average speeds anymoreOlivier Brunel
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-09-07Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey
2014-05-15timers: fix timer regression involving redirects / reconnectsDaniel Stenberg
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-07-18CURLOPT_XFERINFOFUNCTION: introducing a new progress callbackDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-06-10Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg
2012-04-01HTTP: reset expected DL/UL sizes on redirectsDaniel Stenberg
2011-12-20FTP: perform active connections non-blockingGokhan Sengun
2011-12-20Curl_pgrsTime: store now in an auto variableDaniel Stenberg
2011-09-22Curl_pgrsStartNow: keep HEADERS_OUT setDaniel Stenberg
2011-08-15Curl_pgrsStartNow: clear all flags but HIDEDaniel Stenberg
2011-08-07Curl_pgrsStartNow: clear all bits except HIDEDaniel Stenberg
2011-07-22progress: reset flags at transfer startBen Winslow
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-03-21progress: don't print the last update on a separate line.Julien Chaffraix
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-11-05avoid division by zeroYang Tse
2009-11-04- I fixed several problems with the transfer progress meter. It showed theDaniel Stenberg
2009-10-31- Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if theDaniel Stenberg
2008-10-11fix compiler warning: explicit conversion of a 64-bit integral type to a smal...Yang Tse