| Commit message (Expand) | Author | Age | Files | Lines |
* | hm, avoid division by zero more carefully with that new percentage math | Daniel Stenberg | 2004-05-05 | 1 | -3/+3 |
* | Gisle fixed the percentage to work, I adjusted it slightly to not as easily | Daniel Stenberg | 2004-05-05 | 1 | -3/+6 |
* | made the progress meter display not overflow even if _very_ large files | Daniel Stenberg | 2004-05-05 | 1 | -6/+25 |
* | if the values allow it, avoid floting point math for the current speed | Daniel Stenberg | 2004-05-05 | 1 | -4/+15 |
* | Gisle Vanem corrected a mistake in a recent progress fix | Daniel Stenberg | 2004-04-19 | 1 | -1/+1 |
* | Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. | Daniel Stenberg | 2004-04-09 | 1 | -7/+7 |
* | Dirk Manske's feedback: | Daniel Stenberg | 2004-04-02 | 1 | -10/+8 |
* | made time2str() use longs internally instead to prevent compiler warnings | Daniel Stenberg | 2004-03-23 | 1 | -6/+6 |
* | added explicit typecasts to prevent compiler warnings on variable conversions | Daniel Stenberg | 2004-03-23 | 1 | -6/+6 |
* | it actually fits to make a NNNd NNh display so this can be used up to | Daniel Stenberg | 2004-03-23 | 1 | -2/+2 |
* | Fixed the time fields no never get wider than 8 letters. They can now switch | Daniel Stenberg | 2004-03-23 | 1 | -69/+53 |
* | Made max5data() take a curl_off_t size as argument instead of double. Should | Daniel Stenberg | 2004-03-11 | 1 | -16/+18 |
* | Use more curl_off_t variables when doing the progress meter calculations and | Daniel Stenberg | 2004-03-10 | 1 | -16/+16 |
* | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg | 2004-03-02 | 1 | -5/+5 |
* | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg | 2004-03-02 | 1 | -1/+1 |
* | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg | 2004-03-01 | 1 | -1/+2 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -4/+6 |
* | very big transfers now get nicer progress displayed after 9999 megabytes have | Daniel Stenberg | 2004-01-27 | 1 | -0/+11 |
* | fixed the progress meter display for files >32 bit, Gisle Vanem reported | Daniel Stenberg | 2004-01-23 | 1 | -3/+3 |
* | use the %dk display for one extra k of progress | Daniel Stenberg | 2004-01-15 | 1 | -1/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 1 | -1/+2 |
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -6/+0 |
* | George Comninos provided a fix that calls the progress meter when waiting | Daniel Stenberg | 2003-05-14 | 1 | -6/+8 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | 2002-08-26 | 1 | -3/+3 |
* | T. Bharath fixed the TIMER_REDIRECT. | Daniel Stenberg | 2002-06-03 | 1 | -1/+1 |
* | make sure our own printf() clones are used | Daniel Stenberg | 2002-05-03 | 1 | -0/+4 |
* | Dirk Manske brought the patch that introduces two new CURLINFO_* values: | Daniel Stenberg | 2002-04-16 | 1 | -0/+13 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg | 2001-11-20 | 1 | -7/+9 |
* | We need at least one millisecond to calculate current speed with! I also | Daniel Stenberg | 2001-11-12 | 1 | -3/+5 |
* | added typecasts to make the timers calculate with doubles, not longs as they | Daniel Stenberg | 2001-10-31 | 1 | -3/+3 |
* | made 'timespent' a double, which makes more accurate calculations for quick | Daniel Stenberg | 2001-10-26 | 1 | -7/+10 |
* | extensively commented source code, parts refreshened, the "current speed" is | Daniel Stenberg | 2001-10-12 | 1 | -26/+61 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -19/+19 |
* | As Andrés García reported we need to fflush() the data->err so that the | Daniel Stenberg | 2001-08-21 | 1 | -0/+3 |
* | moved the download/upload speed calculations, to be made on every invoke | Daniel Stenberg | 2001-08-10 | 1 | -6/+5 |
* | don't do final newline output when using progress callback | Daniel Stenberg | 2001-08-02 | 1 | -1/+3 |
* | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg | 2001-04-18 | 1 | -5/+9 |
* | init the speed index variable between transfers | Daniel Stenberg | 2001-04-17 | 1 | -0/+1 |
* | The progess meter title get an extra output when a resumed transfer is | Daniel Stenberg | 2001-01-27 | 1 | -0/+3 |
* | timespent is now updated in every call to the progress meter update function | Daniel Stenberg | 2001-01-25 | 1 | -3/+3 |
* | Björn Stenberg's patch for making the progress meter betterlooking | Daniel Stenberg | 2001-01-22 | 1 | -6/+2 |
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -19/+19 |
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 |