smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / progress.c
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-11-20 Daniel StenbergGeorg Horn's STARTTRANSFER_TIME patch
2001-11-12 Daniel StenbergWe need at least one millisecond to calculate current...
2001-10-31 Daniel Stenbergadded typecasts to make the timers calculate with doubl...
2001-10-26 Daniel Stenbergmade 'timespent' a double, which makes more accurate...
2001-10-12 Daniel Stenbergextensively commented source code, parts refreshened...
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-21 Daniel StenbergAs Andrés García reported we need to fflush() the data...
2001-08-10 Daniel Stenbergmoved the download/upload speed calculations, to be...
2001-08-02 Daniel Stenbergdon't do final newline output when using progress callback
2001-04-18 Daniel StenbergRemade resume stuff to keep data in the connectdata...
2001-04-17 Daniel Stenberginit the speed index variable between transfers
2001-01-27 Daniel StenbergThe progess meter title get an extra output when a...
2001-01-25 Daniel Stenbergtimespent is now updated in every call to the progress...
2001-01-22 Daniel StenbergBjörn Stenberg's patch for making the progress meter...
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-16 Daniel Stenbergdata->err must be used, not stderr
2000-11-06 Daniel Stenbergmodified pgrsTime() to the new functionality
2000-09-25 Daniel Stenbergcorrected bad data re-use and buffer problems
2000-08-24 Daniel Stenberg#include "setup.h" moved first of all includes
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-06-16 Daniel Stenbergremoved lots of #if 0'ed code
2000-05-29 Daniel Stenbergmade getenv() more threadsafe for win32
2000-05-22 Daniel Stenbergmoved here from the newlib branch
2000-04-08 Daniel StenbergImproved the looks of the progress meter when the file...
2000-03-19 Daniel StenbergMarco G. Salvagno's OS/2 fixes
2000-03-01 Daniel Stenbergadded pgrsTime() to store various time stamps for the...
2000-02-21 Daniel Stenbergmoved a few more variables to the progress struct and...
2000-02-16 Daniel Stenbergre-arranged the progress meter columns, made the hour...
2000-02-14 Daniel Stenbergall new progress stuff on the way in
2000-01-31 Daniel Stenbergassume 79 columns instead of 80 in case we don't know...
2000-01-16 Daniel StenbergMade the progress bar cooler, with ideas from Björn...
1999-12-29 Daniel StenbergInitial revision