summaryrefslogtreecommitdiff
path: root/progress.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Imported Upstream version 3.2.7upstream/3.2.7upstreamTizenOpenSource1-6/+6
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak1-8/+27
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak1-2/+3
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak1-1/+1
2014-02-24Fix --info=progress2 info as a file is transferred.Wayne Davison1-5/+6
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2009-02-28Made --progress use ir-chk instead of to-chk when the incrementalWayne Davison1-2/+3
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-09-26Enhanced the --stats output:Wayne Davison1-1/+1
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-4/+4
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-1/+2
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-11/+32
2008-07-05The --progress output now leaves the cursor at the end of the lineWayne Davison1-9/+10
2008-06-04Improved the progress_is_active code to not overwrite the progressWayne Davison1-4/+4
2008-04-15When running in --progress mode with a progress message active, theWayne Davison1-1/+6
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-12-08Updated indexing for accurate progress and improved raw ndx values.Wayne Davison1-2/+14
2007-08-01Don't output a negative time-remaining value if the file has grown.Wayne Davison1-8/+11
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-10-13Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison1-1/+1
2006-05-09Output the progress message as FCLIENT instead of FINFO.Wayne Davison1-1/+1
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-5/+7
2006-01-14If the --human-readable option is in effect, output the size ofWayne Davison1-2/+2
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