Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-23 | Change spelling, ONE_TERRABYTE -> ONE_TERABYTE | Yang Tse | |
Shave off a couple of function calls in the part of Curl_pgrsUpdate() which is always executed when called. Fix a couple of comments. | |||
2007-03-19 | Bryan Henderson fixed the progress function so that it can get called | Yang Tse | |
more frequently allowing same calling frecuency for the client progress callback, while keeping the once a second frecuency for speed calculations and internal display of the transfer progress. | |||
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg | |
2007-03-10 | - Bryan Henderson introduces two things: | Daniel Stenberg | |
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal | |||
2006-10-27 | Update copyright year, since the file has been modified | Yang Tse | |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | |
cache within the multi handle. | |||
2004-11-26 | As reported in Mandrake's bug tracker bug 12289 | Daniel Stenberg | |
(http://qa.mandrakesoft.com/show_bug.cgi?id=12289), curl would print a newline to "finish" the progress meter after each redirect and not only after a completed transfer. | |||
2004-10-08 | prevent warning with comparison between signed and unsigned | Daniel Stenberg | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-08-10 | more typecasts to please picky compilers | Daniel Stenberg | |
2004-07-02 | explicit typecasts to double to prevent warnings about implicit conversions | Daniel Stenberg | |
that might lose accuracy | |||
2004-07-01 | typecast to int when the variable is int! | Daniel Stenberg | |
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg | |
precaution to prevent mistakes to lead to buffer overflows. | |||
2004-05-21 | quickfix to avoid division by zero, possibly we should go over all of these | Daniel Stenberg | |
once and for all | |||
2004-05-20 | calculate upload and download speed using doubles to keep precision. | Daniel Stenberg | |
deleted trailing whitespace | |||
2004-05-05 | hm, avoid division by zero more carefully with that new percentage math | Daniel Stenberg | |
2004-05-05 | Gisle fixed the percentage to work, I adjusted it slightly to not as easily | Daniel Stenberg | |
overflow on 32bit filesize-systems | |||
2004-05-05 | made the progress meter display not overflow even if _very_ large files | Daniel Stenberg | |
are transfered. The maximum size we support now is 8 exabytes, which equals to 8192 petabytes... | |||
2004-05-05 | if the values allow it, avoid floting point math for the current speed | Daniel Stenberg | |
2004-04-19 | Gisle Vanem corrected a mistake in a recent progress fix | Daniel Stenberg | |
2004-04-09 | Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. | Daniel Stenberg | |
2004-04-02 | Dirk Manske's feedback: | Daniel Stenberg | |
* bring back subsecond resolution to CURLINFO_TOTAL_TIME * Fix the Curl_pgrsDone() so that the final progress update is shown properly | |||
2004-03-23 | made time2str() use longs internally instead to prevent compiler warnings | Daniel Stenberg | |
when converting to ints | |||
2004-03-23 | added explicit typecasts to prevent compiler warnings on variable conversions | Daniel Stenberg | |
2004-03-23 | it actually fits to make a NNNd NNh display so this can be used up to | Daniel Stenberg | |
999 days | |||
2004-03-23 | Fixed the time fields no never get wider than 8 letters. They can now switch | Daniel Stenberg | |
to a "days + hours" or even "just days" display if the time value is very large. I also switched several calculations over to fixed-point instead of the previous doubles. | |||
2004-03-11 | Made max5data() take a curl_off_t size as argument instead of double. Should | Daniel Stenberg | |
make the progress meter more accurate for large files. Also made the sprintf usage in that function avoid floating point. | |||
2004-03-10 | Use more curl_off_t variables when doing the progress meter calculations and | Daniel Stenberg | |
argument passing and try to convert to double only when providing data to the external world. | |||
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg | |
FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'. | |||
2004-03-02 | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg | |
having to redef that name | |||
2004-03-01 | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg | |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | |
warnings. Minor edits by me. | |||
2004-01-27 | very big transfers now get nicer progress displayed after 9999 megabytes have | Daniel Stenberg | |
been transfered! | |||
2004-01-23 | fixed the progress meter display for files >32 bit, Gisle Vanem reported | Daniel Stenberg | |
2004-01-15 | use the %dk display for one extra k of progress | Daniel Stenberg | |
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | |
2003-05-14 | George Comninos provided a fix that calls the progress meter when waiting | Daniel Stenberg | |
for FTP command responses take >1 second. | |||
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | |
way for emacs, and vim users should provide a similar non-polluting style | |||
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | |
2002-06-03 | T. Bharath fixed the TIMER_REDIRECT. | Daniel Stenberg | |
2002-05-03 | make sure our own printf() clones are used | Daniel Stenberg | |
2002-04-16 | Dirk Manske brought the patch that introduces two new CURLINFO_* values: | Daniel Stenberg | |
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT. | |||
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2001-11-20 | Georg Horn's STARTTRANSFER_TIME patch | Daniel Stenberg | |
2001-11-12 | We need at least one millisecond to calculate current speed with! I also | Daniel Stenberg | |
made the getinfo() stuff divide with 1000.0 now to enforce floating point since Paul Harrington claims the 7.9.1 still uses even second resolution in the timers there | |||
2001-10-31 | added typecasts to make the timers calculate with doubles, not longs as they | Daniel Stenberg | |
accidentally did after the Curl_tvdiff() interface change |