Commit History

Author SHA1 Message Date
  Daniel Stenberg e096072745 very big transfers now get nicer progress displayed after 9999 megabytes have 20 years ago
  Daniel Stenberg fac1c13895 fixed the progress meter display for files >32 bit, Gisle Vanem reported 20 years ago
  Daniel Stenberg 686c70c5b5 use the %dk display for one extra k of progress 21 years ago
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 years ago
  Daniel Stenberg b60e0fa97e David J Meyer's large file support. 21 years ago
  Daniel Stenberg 749f5387c1 Gisle Vanem's IPv6-on-Windows patch applied! 21 years ago
  Daniel Stenberg 22569681bc George Comninos provided a fix that calls the progress meter when waiting 21 years ago
  Daniel Stenberg a7c72b7abf removed the local variables for emacs and vim, use the new sample.emacs 21 years ago
  Daniel Stenberg f26a338a54 copyright year update in the source header 22 years ago
  Daniel Stenberg ba4e69bebc updated source code boilerplate/header 22 years ago
  Daniel Stenberg 982c5460f0 Andrew Francis removed the need for/use of MSVC pragmas 22 years ago
  Daniel Stenberg bce5e0d82c T. Bharath fixed the TIMER_REDIRECT. 22 years ago
  Daniel Stenberg 39028f1bd4 make sure our own printf() clones are used 22 years ago
  Daniel Stenberg 62d205a2ec Dirk Manske brought the patch that introduces two new CURLINFO_* values: 22 years ago
  Daniel Stenberg 974f314f57 copyright string (year) update 22 years ago
  Daniel Stenberg ca0fd33d2d Georg Horn's STARTTRANSFER_TIME patch 23 years ago
  Daniel Stenberg c55d0bb804 We need at least one millisecond to calculate current speed with! I also 23 years ago
  Daniel Stenberg bbdc9f15e7 added typecasts to make the timers calculate with doubles, not longs as they 23 years ago
  Daniel Stenberg babb985f1a made 'timespent' a double, which makes more accurate calculations for quick 23 years ago
  Daniel Stenberg ef48c73783 extensively commented source code, parts refreshened, the "current speed" is 23 years ago
  Sterling Hughes 8e91d5de8e looks nicer and is better compatible with older vim versions 23 years ago
  Sterling Hughes 6147879837 Added formatting sections for emacs and vim 23 years ago
  Daniel Stenberg 0ece1b5c34 Major rename and redesign of the internal "backbone" structs. Details will 23 years ago
  Daniel Stenberg d5fbfa3d0b As Andrs Garca reported we need to fflush() the data->err so that the 23 years ago
  Daniel Stenberg 4b6c240832 moved the download/upload speed calculations, to be made on every invoke 23 years ago
  Daniel Stenberg 2b44fdab2e don't do final newline output when using progress callback 23 years ago
  Daniel Stenberg 3fd65fb7d8 Remade resume stuff to keep data in the connectdata struct instead of the 23 years ago
  Daniel Stenberg 8274bee963 init the speed index variable between transfers 23 years ago
  Daniel Stenberg c8a546c941 The progess meter title get an extra output when a resumed transfer is 24 years ago
  Daniel Stenberg c43a9d9068 timespent is now updated in every call to the progress meter update function 24 years ago