summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update links to https.Wayne Davison2020-06-221-2/+2
* Add `--zl=N` opt & improve its docs.Wayne Davison2020-06-221-0/+1
* Make --backup be set when --backup-dir is usedSamuel Henrique2020-06-221-0/+1
* Disable atimes on macOS.Wayne Davison2020-06-211-1/+11
* Add `--early-input=FILE` option.Wayne Davison2020-06-211-0/+2
* Some more docs/news changes.Wayne Davison2020-06-211-1/+1
* Mention atimes & protected-args in capabilities.Wayne Davison2020-06-201-0/+9
* We only need one capability marked with a "*".Wayne Davison2020-06-201-7/+5
* Mention "asm" instead of "ASM".Wayne Davison2020-06-201-1/+1
* Mention openssl-crypto in -VV list.Wayne Davison2020-06-201-18/+31
* Require -VV to see SIMD & ASM in version outputWayne Davison2020-06-201-7/+26
* Some fixes after compiling on cygwin.Wayne Davison2020-06-161-3/+4
* Some indentation fixes.Wayne Davison2020-06-131-25/+20
* Change alt_dest_name() to alt_dest_opt().Wayne Davison2020-06-131-4/+4
* Change 3 alt-dest vars to just one + some defines.Wayne Davison2020-06-131-26/+36
* The unalias argv array needs room for a trailing NULL.Wayne Davison2020-06-121-2/+3
* Use the refused-option code to disable options that aren't compiled into the ...Wayne Davison2020-06-111-15/+24
* Translate man page's option list into .h files for options.h to use.Wayne Davison2020-06-111-162/+2
* Make -V the short opt for --version.Wayne Davison2020-06-041-5/+5
* Some improvements for --msgs2stderr and --daemon.Wayne Davison2020-05-311-2/+4
* Use MSG_FLUSH in a couple more spots.Wayne Davison2020-05-281-1/+1
* A couple minor tweaks.Wayne Davison2020-05-261-0/+2
* Simplify the capabilities array.Wayne Davison2020-05-261-57/+36
* Get indent right.Wayne Davison2020-05-251-1/+1
* Improve output of capabilities in --version list.Wayne Davison2020-05-251-52/+115
* Remove xxhash from capabilities list.Wayne Davison2020-05-251-6/+2
* Tweak the --zz option to --zc (aka --compress-choice).Wayne Davison2020-05-251-1/+1
* Output the default checksum & compress lists in the --version output.Wayne Davison2020-05-251-0/+11
* Make compression-level handling generic.Wayne Davison2020-05-251-19/+7
* Don't auto-foward debug options to the server side anymore.Wayne Davison2020-05-241-4/+0
* 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