Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-13 | Changed strcpy() calls into strlcpy() calls, just to be extra safe. | Wayne Davison | 1 | -1/+1 | |
2006-05-09 | Output the progress message as FCLIENT instead of FINFO. | Wayne Davison | 1 | -1/+1 | |
2006-04-25 | Updated the FSF's address to an even newer one. | Wayne Davison | 1 | -3/+3 | |
2006-04-25 | - Updated the address for the FSF in the opening comment. | Wayne Davison | 1 | -5/+7 | |
- Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files). | |||||
2006-01-14 | If the --human-readable option is in effect, output the size of | Wayne Davison | 1 | -2/+2 | |
each file in human-readable units instead of a raw byte count. | |||||
2005-11-03 | Fixed a sign error in the output. | Wayne Davison | 1 | -1/+1 | |
2005-11-03 | Make the just-updated file-count status even less cryptic. | Wayne Davison | 1 | -1/+1 | |
2005-11-03 | Improved the output of the transferred-file count and the position | Wayne Davison | 1 | -3/+2 | |
in the flist (which was changed to a countdown of files to check) so that it's clearer what the numbers mean. | |||||
2005-03-05 | Fixed the elapsed time reported for 0-length files. | Wayne Davison | 1 | -5/+6 | |
2005-02-14 | John E. Malmberg convinced me to standardize on #ifs for defined | Wayne Davison | 1 | -4/+4 | |
values instead of non-zero. | |||||
2005-01-28 | A minor change to the HAVE_GETPGRP code. | Wayne Davison | 1 | -7/+8 | |
2005-01-25 | If rsync is put in the background, output fewer progress-report | Wayne Davison | 1 | -0/+20 | |
lines. | |||||
2004-02-28 | Improved the progress reporting/E.T.A. using a (slightly modifed) | Wayne Davison | 1 | -34/+61 | |
patch from Timo Sirainen. | |||||
2004-01-27 | Percentage of file-count output was off by one. | Wayne Davison | 1 | -1/+2 | |
2004-01-13 | Give the user an idea of how far along in the transfer we are | Wayne Davison | 1 | -2/+10 | |
when using --progress. | |||||
2004-01-13 | Moved a couple externs. | Wayne Davison | 1 | -3/+2 | |
2003-12-12 | Neatened up the indentation. | Wayne Davison | 1 | -46/+44 | |
2003-07-08 | Optimized show_progress() to reduce the calls to gettimeofday() when | Wayne Davison | 1 | -25/+29 | |
am_server is set. No need to check do_progress here anymore, since we aren't called if do_progress isn't set. | |||||
2002-04-08 | Fix copyright. | Martin Pool | 1 | -0/+21 | |
2002-04-08 | Split code out into separate files and remove some global variables to | Martin Pool | 1 | -0/+96 | |
reduce symbol dependencies between files and therefore make it easier to write unit tests. The diff is large, but the actual code changes are pretty small. |