| Commit message (Expand) | Author | Age | Files | Lines |
* | Curl_pgrsStartNow: clear all flags but HIDE | Daniel Stenberg | 2011-08-15 | 1 | -1/+1 |
* | Curl_pgrsStartNow: clear all bits except HIDE | Daniel Stenberg | 2011-08-07 | 1 | -1/+1 |
* | progress: reset flags at transfer start | Ben Winslow | 2011-07-22 | 1 | -0/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -3/+5 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -3/+3 |
* | progress: don't print the last update on a separate line. | Julien Chaffraix | 2011-03-21 | 1 | -0/+6 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | avoid division by zero | Yang Tse | 2009-11-05 | 1 | -6/+6 |
* | - I fixed several problems with the transfer progress meter. It showed the | Daniel Stenberg | 2009-11-04 | 1 | -11/+21 |
* | - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if the | Daniel Stenberg | 2009-10-31 | 1 | -3/+3 |
* | fix compiler warning: explicit conversion of a 64-bit integral type to a smal... | Yang Tse | 2008-10-11 | 1 | -33/+39 |
* | Use SIZEOF_OFF_T definition from config file | Yang Tse | 2008-08-26 | 1 | -1/+1 |
* | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse | 2008-08-16 | 1 | -13/+13 |
* | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | 2008-08-15 | 1 | -13/+13 |
* | Fix curl_off_t sized constants usage | Yang Tse | 2008-08-12 | 1 | -41/+36 |
* | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse | 2008-08-11 | 1 | -1/+1 |
* | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg | 2008-07-03 | 1 | -1/+5 |
* | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg | 2007-11-24 | 1 | -4/+3 |
* | - Prevent the internal progress meter from updating more frequently than once | Daniel Stenberg | 2007-04-18 | 1 | -2/+9 |
* | Change spelling, ONE_TERRABYTE -> ONE_TERABYTE | Yang Tse | 2007-03-23 | 1 | -8/+10 |
* | Bryan Henderson fixed the progress function so that it can get called | Yang Tse | 2007-03-19 | 1 | -154/+156 |
* | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg | 2007-03-11 | 1 | -4/+3 |
* | - Bryan Henderson introduces two things: | Daniel Stenberg | 2007-03-10 | 1 | -3/+4 |
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 1 | -1/+1 |
* | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | 2006-09-07 | 1 | -2/+2 |
* | As reported in Mandrake's bug tracker bug 12289 | Daniel Stenberg | 2004-11-26 | 1 | -4/+2 |
* | prevent warning with comparison between signed and unsigned | Daniel Stenberg | 2004-10-08 | 1 | -1/+1 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -1/+1 |
* | more typecasts to please picky compilers | Daniel Stenberg | 2004-08-10 | 1 | -1/+1 |
* | explicit typecasts to double to prevent warnings about implicit conversions | Daniel Stenberg | 2004-07-02 | 1 | -5/+5 |
* | typecast to int when the variable is int! | Daniel Stenberg | 2004-07-01 | 1 | -2/+2 |
* | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg | 2004-06-24 | 1 | -17/+18 |
* | quickfix to avoid division by zero, possibly we should go over all of these | Daniel Stenberg | 2004-05-21 | 1 | -2/+4 |
* | calculate upload and download speed using doubles to keep precision. | Daniel Stenberg | 2004-05-20 | 1 | -14/+16 |
* | 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 |