summaryrefslogtreecommitdiff
path: root/lib/progress.c
Commit message (Expand)AuthorAgeFilesLines
...
* Gisle fixed the percentage to work, I adjusted it slightly to not as easilyDaniel Stenberg2004-05-051-3/+6
* made the progress meter display not overflow even if _very_ large filesDaniel Stenberg2004-05-051-6/+25
* if the values allow it, avoid floting point math for the current speedDaniel Stenberg2004-05-051-4/+15
* Gisle Vanem corrected a mistake in a recent progress fixDaniel Stenberg2004-04-191-1/+1
* Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.Daniel Stenberg2004-04-091-7/+7
* Dirk Manske's feedback:Daniel Stenberg2004-04-021-10/+8
* made time2str() use longs internally instead to prevent compiler warningsDaniel Stenberg2004-03-231-6/+6
* added explicit typecasts to prevent compiler warnings on variable conversionsDaniel Stenberg2004-03-231-6/+6
* it actually fits to make a NNNd NNh display so this can be used up toDaniel Stenberg2004-03-231-2/+2
* Fixed the time fields no never get wider than 8 letters. They can now switchDaniel Stenberg2004-03-231-69/+53
* Made max5data() take a curl_off_t size as argument instead of double. ShouldDaniel Stenberg2004-03-111-16/+18
* Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg2004-03-101-16/+16
* Yet another curl_off_t printf format attempt, we now exclude the %-letter fromDaniel Stenberg2004-03-021-5/+5
* use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity ofDaniel Stenberg2004-03-021-1/+1
* Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.Daniel Stenberg2004-03-011-1/+2
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-4/+6
* very big transfers now get nicer progress displayed after 9999 megabytes haveDaniel Stenberg2004-01-271-0/+11
* fixed the progress meter display for files >32 bit, Gisle Vanem reportedDaniel Stenberg2004-01-231-3/+3
* use the %dk display for one extra k of progressDaniel Stenberg2004-01-151-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* David J Meyer's large file support.Daniel Stenberg2004-01-051-1/+2
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-6/+0
* George Comninos provided a fix that calls the progress meter when waitingDaniel Stenberg2003-05-141-6/+8
* 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
* Andrew Francis removed the need for/use of MSVC pragmasDaniel Stenberg2002-08-261-3/+3
* T. Bharath fixed the TIMER_REDIRECT.Daniel Stenberg2002-06-031-1/+1
* make sure our own printf() clones are usedDaniel Stenberg2002-05-031-0/+4
* Dirk Manske brought the patch that introduces two new CURLINFO_* values:Daniel Stenberg2002-04-161-0/+13
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Georg Horn's STARTTRANSFER_TIME patchDaniel Stenberg2001-11-201-7/+9
* We need at least one millisecond to calculate current speed with! I alsoDaniel Stenberg2001-11-121-3/+5
* added typecasts to make the timers calculate with doubles, not longs as theyDaniel Stenberg2001-10-311-3/+3
* made 'timespent' a double, which makes more accurate calculations for quickDaniel Stenberg2001-10-261-7/+10
* extensively commented source code, parts refreshened, the "current speed" isDaniel Stenberg2001-10-121-26/+61
* 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/+8
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-19/+19
* As Andrés García reported we need to fflush() the data->err so that theDaniel Stenberg2001-08-211-0/+3
* moved the download/upload speed calculations, to be made on every invokeDaniel Stenberg2001-08-101-6/+5
* don't do final newline output when using progress callbackDaniel Stenberg2001-08-021-1/+3
* Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg2001-04-181-5/+9
* init the speed index variable between transfersDaniel Stenberg2001-04-171-0/+1
* The progess meter title get an extra output when a resumed transfer isDaniel Stenberg2001-01-271-0/+3
* timespent is now updated in every call to the progress meter update functionDaniel Stenberg2001-01-251-3/+3
* Björn Stenberg's patch for making the progress meter betterlookingDaniel Stenberg2001-01-221-6/+2
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-19/+19
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* data->err must be used, not stderrDaniel Stenberg2000-11-161-2/+2