index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
progress.c
Age
Commit message (
Expand
)
Author
2004-03-10
Use more curl_off_t variables when doing the progress meter calculations and
Daniel Stenberg
2004-03-02
Yet another curl_off_t printf format attempt, we now exclude the %-letter from
Daniel Stenberg
2004-03-02
use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of
Daniel Stenberg
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
2004-01-27
very big transfers now get nicer progress displayed after 9999 megabytes have
Daniel Stenberg
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
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
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
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
2001-10-31
added typecasts to make the timers calculate with doubles, not longs as they
Daniel Stenberg
2001-10-26
made 'timespent' a double, which makes more accurate calculations for quick
Daniel Stenberg
2001-10-12
extensively commented source code, parts refreshened, the "current speed" is
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-30
Major rename and redesign of the internal "backbone" structs. Details will
Daniel Stenberg
2001-08-21
As Andrés García reported we need to fflush() the data->err so that the
Daniel Stenberg
2001-08-10
moved the download/upload speed calculations, to be made on every invoke
Daniel Stenberg
2001-08-02
don't do final newline output when using progress callback
Daniel Stenberg
2001-04-18
Remade resume stuff to keep data in the connectdata struct instead of the
Daniel Stenberg
2001-04-17
init the speed index variable between transfers
Daniel Stenberg
2001-01-27
The progess meter title get an extra output when a resumed transfer is
Daniel Stenberg
2001-01-25
timespent is now updated in every call to the progress meter update function
Daniel Stenberg
2001-01-22
Björn Stenberg's patch for making the progress meter betterlooking
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-11-16
data->err must be used, not stderr
Daniel Stenberg
2000-11-06
modified pgrsTime() to the new functionality
Daniel Stenberg
2000-09-25
corrected bad data re-use and buffer problems
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-06-16
removed lots of #if 0'ed code
Daniel Stenberg
2000-05-29
made getenv() more threadsafe for win32
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
2000-04-08
Improved the looks of the progress meter when the file size is between
Daniel Stenberg
2000-03-19
Marco G. Salvagno's OS/2 fixes
Daniel Stenberg
2000-03-01
added pgrsTime() to store various time stamps for the -w option
Daniel Stenberg
2000-02-21
moved a few more variables to the progress struct and I had some problems
Daniel Stenberg
[prev]
[next]