summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak some indentation.Wayne Davison2020-04-051-1/+1
* No need to forward --write-devices to a remote sender.Wayne Davison2020-04-051-1/+1
* Added the --write-devices option.Wayne Davison2020-04-051-0/+16
* Enhance the validation of --block-size for older protocols.Wayne Davison2020-04-051-4/+11
* Add a --copy-as=USER[:GROUP] optionWayne Davison2020-03-291-0/+3
* Tweak the copyright year.Wayne Davison2019-03-161-2/+2
* Avoid a potential out-of-bounds read in daemon mode if argc is 0.Wayne Davison2018-12-151-0/+4
* Tweak copyright date.Wayne Davison2018-01-141-2/+2
* Ignore --protect-args when already sent by clientJeriko One2018-01-091-0/+5
* Don't allow --daemon or --server alias via popt.Wayne Davison2017-02-201-1/+20
* Support --sparse combined with --preallocate or --inplace.Wayne Davison2016-10-101-9/+1
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-0/+18
* Add support for comparing nanoseconds on the receiver.Wayne Davison2016-01-241-4/+5
* Don't allow an empty flag name to --info & --debug.Wayne Davison2015-12-181-9/+7
* Update the copyright year.Wayne Davison2015-08-081-2/+2
* Add compat flag to allow proper seed checksum order.Wayne Davison2015-05-111-0/+1
* Adding the long options that BackupPC likes to use.Wayne Davison2014-09-041-7/+10
* Updated NEWS & tweaked a comment.Wayne Davison2014-06-141-1/+1
* Added a flag to disable xattr hlink optimization.Wayne Davison2014-06-081-3/+4
* Add new-style compression that skips matching data.Wayne Davison2014-04-191-15/+38
* Bump the year to 2014.Wayne Davison2014-01-261-2/+2
* Restore sending of "-ef" marker to the server.Wayne Davison2013-10-271-1/+4
* Set number_separator the first time it gets used.Wayne Davison2013-06-111-10/+0
* Tweak --checksum-seed docs.Wayne Davison2013-06-021-0/+1
* Update copyright year.Wayne Davison2013-01-191-2/+2
* Avoid an unused variable warning if no setvbuf.Wayne Davison2012-09-231-0/+2
* Make stderr line-buffered w/--msgs2stderr.Wayne Davison2012-01-281-0/+6
* Add new --outbuf=N|L|B option.Wayne Davison2012-01-281-0/+34
* Allow --max-size=0 and --min-size=0.Wayne Davison2011-12-241-6/+6
* Complain if the --block-size=N value is too large.Wayne Davison2011-12-241-0/+6
* make repeated --fuzzy option look into alt-dest dirs.Wayne Davison2011-11-231-4/+13
* Add compatibility with an unmodified zlib.Wayne Davison2011-11-211-1/+1
* Cleanup some manpage & --help info.Wayne Davison2011-09-131-1/+1
* Improve the usage for --help.Wayne Davison2011-09-111-1/+1
* Document --msgs2stderr.Wayne Davison2011-09-111-0/+1
* Add more connect debug info, as Carlos suggested.Wayne Davison2011-07-121-2/+2
* Make --files-from allow a missing trailing arg w/--server.Wayne Davison2011-05-071-1/+1
* Applying the preallocate patch.Wayne Davison2011-04-041-2/+16
* Tweak the year.Wayne Davison2011-01-011-2/+2
* Fix crash when --backup-dir is excessively long.Wayne Davison2010-12-161-3/+5
* Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison2010-08-261-7/+20
* Remove duplication for -x option.Wayne Davison2010-08-261-2/+2
* Mention --debug=hlink's level limits.Wayne Davison2010-05-291-1/+1
* Mention 2010 in the main copyright.Wayne Davison2009-12-311-2/+2
* Add understanding of RSYNC_PROTECT_ARGS environment var.Wayne Davison2009-12-301-3/+8
* Allow "./configure --with-protect-args" to make -s the default.Wayne Davison2009-12-291-2/+12
* Don't send MSG_ERROR_EXIT messages at the end of the transfer.Wayne Davison2009-12-121-1/+1
* Make --bwlimit take the same size suffixes as the --max-size optionWayne Davison2009-11-121-6/+23
* Try to silence some warnings from "checker".Wayne Davison2009-11-071-5/+7
* A protocol 31 daemon will inform the client about its timeout settingWayne Davison2009-10-201-2/+2