summaryrefslogtreecommitdiff
path: root/progress.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-03Fixed a sign error in the output.Wayne Davison1-1/+1
2005-11-03Make the just-updated file-count status even less cryptic.Wayne Davison1-1/+1
2005-11-03Improved the output of the transferred-file count and the positionWayne Davison1-3/+2
2005-03-05Fixed the elapsed time reported for 0-length files.Wayne Davison1-5/+6
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-4/+4
2005-01-28A minor change to the HAVE_GETPGRP code.Wayne Davison1-7/+8
2005-01-25If rsync is put in the background, output fewer progress-reportWayne Davison1-0/+20
2004-02-28Improved the progress reporting/E.T.A. using a (slightly modifed)Wayne Davison1-34/+61
2004-01-27Percentage of file-count output was off by one.Wayne Davison1-1/+2
2004-01-13Give the user an idea of how far along in the transfer we areWayne Davison1-2/+10
2004-01-13Moved a couple externs.Wayne Davison1-3/+2
2003-12-12Neatened up the indentation.Wayne Davison1-46/+44
2003-07-08Optimized show_progress() to reduce the calls to gettimeofday() whenWayne Davison1-25/+29
2002-04-08Fix copyright.Martin Pool1-0/+21
2002-04-08Split code out into separate files and remove some global variables toMartin Pool1-0/+96