summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
...
* A few more compression tweaks.Wayne Davison2020-05-241-5/+5
* More compress changesWayne Davison2020-05-241-20/+42
* Add support for negotiated checksum names.Wayne Davison2020-05-241-2/+3
* Promoting xxhash support.Wayne Davison2020-05-221-2/+6
* Some checksum improvementsWayne Davison2020-05-221-1/+2
* AVX2 optimized version of get_checksum1() for x86-64Jorrit Jongma2020-05-221-5/+5
* Checksum negotiation & more bits for compat_flagsWayne Davison2020-05-221-4/+4
* SSE2/SSSE3 optimized version of get_checksum1() for x86-64Jorrit Jongma2020-05-211-2/+6
* Tweak the accept/refuse strings a bit.Wayne Davison2020-05-181-13/+11
* Add back a lost "*" and document the refusing of log-file* opts.Wayne Davison2020-05-171-5/+5
* Add the ability to negate matches for the daemon's "refuse options".Wayne Davison2020-05-171-69/+130
* Need to flush early errors before we exit.Wayne Davison2020-05-171-0/+1
* Use a varint to send the file-list flagsWayne Davison2020-04-291-0/+1
* A resumed partial-dir file is transferred in-place.Wayne Davison2020-04-291-0/+1
* Change --set-notime to --open-noatime.Wayne Davison2020-04-231-7/+7
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-0/+22
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-1/+1
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-2/+3
* Switch RSYNC_PORT to -1 in check_for_hostspec().Wayne Davison2020-04-071-1/+1
* Set RSYNC_PORT in the env for a daemon-over-rsh connection.Wayne Davison2020-04-051-1/+1
* 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