summaryrefslogtreecommitdiff
path: root/progress.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Display ??:??:?? when a time estimate gets too big.Wayne Davison2022-01-131-3/+3
* Avoid a -8 in the progress output's remaining timeWayne Davison2022-01-121-4/+4
* Some indentation fixes.Wayne Davison2020-06-131-6/+3
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Add progress output via SIGINFO and SIGVTALRMWayne Davison2020-04-051-1/+23
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* More fixes for --progress quirks.Wayne Davison2016-10-291-1/+2
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Fix --info=progress2 info as a file is transferred.Wayne Davison2014-02-241-5/+6
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Made --progress use ir-chk instead of to-chk when the incrementalWayne Davison2009-02-281-2/+3
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Enhanced the --stats output:Wayne Davison2008-09-261-1/+1
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-4/+4
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-1/+2
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-11/+32
* The --progress output now leaves the cursor at the end of the lineWayne Davison2008-07-051-9/+10
* Improved the progress_is_active code to not overwrite the progressWayne Davison2008-06-041-4/+4
* When running in --progress mode with a progress message active, theWayne Davison2008-04-151-1/+6
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Updated indexing for accurate progress and improved raw ndx values.Wayne Davison2007-12-081-2/+14
* Don't output a negative time-remaining value if the file has grown.Wayne Davison2007-08-011-8/+11
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison2006-10-131-1/+1
* Output the progress message as FCLIENT instead of FINFO.Wayne Davison2006-05-091-1/+1
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-5/+7
* If the --human-readable option is in effect, output the size ofWayne Davison2006-01-141-2/+2
* Fixed a sign error in the output.Wayne Davison2005-11-031-1/+1
* Make the just-updated file-count status even less cryptic.Wayne Davison2005-11-031-1/+1
* Improved the output of the transferred-file count and the positionWayne Davison2005-11-031-3/+2
* Fixed the elapsed time reported for 0-length files.Wayne Davison2005-03-051-5/+6
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-4/+4
* A minor change to the HAVE_GETPGRP code.Wayne Davison2005-01-281-7/+8
* If rsync is put in the background, output fewer progress-reportWayne Davison2005-01-251-0/+20
* Improved the progress reporting/E.T.A. using a (slightly modifed)Wayne Davison2004-02-281-34/+61
* Percentage of file-count output was off by one.Wayne Davison2004-01-271-1/+2
* Give the user an idea of how far along in the transfer we areWayne Davison2004-01-131-2/+10
* Moved a couple externs.Wayne Davison2004-01-131-3/+2
* Neatened up the indentation.Wayne Davison2003-12-121-46/+44
* Optimized show_progress() to reduce the calls to gettimeofday() whenWayne Davison2003-07-081-25/+29
* Fix copyright.Martin Pool2002-04-081-0/+21
* Split code out into separate files and remove some global variables toMartin Pool2002-04-081-0/+96