summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-14Updated NEWS & tweaked a comment.Wayne Davison1-1/+1
2014-06-08Added a flag to disable xattr hlink optimization.Wayne Davison1-3/+4
2014-04-19Add new-style compression that skips matching data.Wayne Davison1-15/+38
2014-01-26Bump the year to 2014.Wayne Davison1-2/+2
2013-10-27Restore sending of "-ef" marker to the server.Wayne Davison1-1/+4
2013-06-11Set number_separator the first time it gets used.Wayne Davison1-10/+0
2013-06-02Tweak --checksum-seed docs.Wayne Davison1-0/+1
2013-01-19Update copyright year.Wayne Davison1-2/+2
2012-09-23Avoid an unused variable warning if no setvbuf.Wayne Davison1-0/+2
2012-01-28Make stderr line-buffered w/--msgs2stderr.Wayne Davison1-0/+6
2012-01-28Add new --outbuf=N|L|B option.Wayne Davison1-0/+34
2011-12-24Allow --max-size=0 and --min-size=0.Wayne Davison1-6/+6
2011-12-24Complain if the --block-size=N value is too large.Wayne Davison1-0/+6
2011-11-23make repeated --fuzzy option look into alt-dest dirs.Wayne Davison1-4/+13
2011-11-21Add compatibility with an unmodified zlib.Wayne Davison1-1/+1
2011-09-13Cleanup some manpage & --help info.Wayne Davison1-1/+1
2011-09-11Improve the usage for --help.Wayne Davison1-1/+1
2011-09-11Document --msgs2stderr.Wayne Davison1-0/+1
2011-07-12Add more connect debug info, as Carlos suggested.Wayne Davison1-2/+2
2011-05-07Make --files-from allow a missing trailing arg w/--server.Wayne Davison1-1/+1
2011-04-04Applying the preallocate patch.Wayne Davison1-2/+16
2011-01-01Tweak the year.Wayne Davison1-2/+2
2010-12-16Fix crash when --backup-dir is excessively long.Wayne Davison1-3/+5
2010-08-26Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison1-7/+20
2010-08-26Remove duplication for -x option.Wayne Davison1-2/+2
2010-05-29Mention --debug=hlink's level limits.Wayne Davison1-1/+1
2009-12-31Mention 2010 in the main copyright.Wayne Davison1-2/+2
2009-12-30Add understanding of RSYNC_PROTECT_ARGS environment var.Wayne Davison1-3/+8
2009-12-29Allow "./configure --with-protect-args" to make -s the default.Wayne Davison1-2/+12
2009-12-12Don't send MSG_ERROR_EXIT messages at the end of the transfer.Wayne Davison1-1/+1
2009-11-12Make --bwlimit take the same size suffixes as the --max-size optionWayne Davison1-6/+23
2009-11-07Try to silence some warnings from "checker".Wayne Davison1-5/+7
2009-10-20A protocol 31 daemon will inform the client about its timeout settingWayne Davison1-2/+2
2009-10-17A major overhaul of I/O routines, creating perform_io().Wayne Davison1-0/+1
2009-09-07Improve the "--delete does not work without -r or -d" message.Wayne Davison1-1/+1
2009-09-07Always use lutimes() if it is available.Wayne Davison1-2/+2
2009-05-23Refactorings to the filter code, most notably:Matt McCutchen1-10/+11
2009-05-23Use typedefs for the filter structures.Wayne Davison1-3/+3
2009-05-23Change filter MATCHFLGs to FILTRULEs.Wayne Davison1-2/+2
2009-04-13Switch to upper-case in the {debug,info}_verbosity arrays.Wayne Davison1-6/+6
2009-04-12Don't allow --remove-s*-files with --read-batch.Wayne Davison1-0/+6
2009-04-11The suffix must be non-empty if the backup-dir is the same as the destWayne Davison1-2/+10
2009-04-11More backup improvements:Wayne Davison1-4/+6
2009-03-13My version of Matt's improvements related to missing source args:Wayne Davison1-5/+13
2009-02-28Added the --delete-missing-args option to delete specifiedWayne Davison1-1/+7
2009-01-30We only need to send --stats to a remote receiver now.Wayne Davison1-3/+2
2009-01-28A few more improvements to the hostspec-parsing code.Wayne Davison1-7/+8
2009-01-28Fixed the parsing of IPv6 literal addresses with a usernameWayne Davison1-52/+67
2009-01-14Send the --stats option for proper del-stats operation.Wayne Davison1-1/+4
2009-01-03Update the copyright year.Wayne Davison1-2/+2