Move var declaration for older C compilers.
[rsync/rsync.git] / progress.c
2009-02-28 Wayne DavisonMade --progress use ir-chk instead of to-chk when the...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-09-27 Wayne DavisonEnhanced the --stats output:
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-05 Wayne DavisonThe --progress output now leaves the cursor at the...
2008-06-04 Wayne DavisonImproved the progress_is_active code to not overwrite...
2008-04-15 Wayne DavisonWhen running in --progress mode with a progress message...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2007-12-08 Wayne DavisonUpdated indexing for accurate progress and improved...
2007-08-01 Wayne DavisonDon't output a negative time-remaining value if the...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-10-13 Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
2006-05-09 Wayne DavisonOutput the progress message as FCLIENT instead of FINFO.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-01-14 Wayne DavisonIf the --human-readable option is in effect, output...
2005-11-03 Wayne DavisonFixed a sign error in the output.
2005-11-03 Wayne DavisonMake the just-updated file-count status even less cryptic.
2005-11-03 Wayne DavisonImproved the output of the transferred-file count and...
2005-03-05 Wayne DavisonFixed the elapsed time reported for 0-length files.
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-01-28 Wayne DavisonA minor change to the HAVE_GETPGRP code.
2005-01-25 Wayne DavisonIf rsync is put in the background, output fewer progres...
2004-02-28 Wayne DavisonImproved the progress reporting/E.T.A. using a (slightl...
2004-01-27 Wayne DavisonPercentage of file-count output was off by one.
2004-01-13 Wayne DavisonGive the user an idea of how far along in the transfer...
2004-01-13 Wayne DavisonMoved a couple externs.
2003-12-12 Wayne DavisonNeatened up the indentation.
2003-07-08 Wayne DavisonOptimized show_progress() to reduce the calls to gettim...
2002-04-08 Martin PoolFix copyright.
2002-04-08 Martin PoolSplit code out into separate files and remove some...