summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Change new stderr options to `--stderr=MODE`.Wayne Davison2020-07-251-3/+20
* Change daemon variable & simplify some option codeWayne Davison2020-07-251-8/+0
* Add `--errors2stderr` & `--msgs2protocol` options.Wayne Davison2020-07-241-1/+3
* Fix devices-fake test if rsync can't link specialsWayne Davison2020-07-241-0/+5
* Add --mkpath option. Fixes bugzilla bug 4621.Wayne Davison2020-07-231-0/+6
* Simplify the msgs2stderr default logic.Wayne Davison2020-07-231-4/+2
* Improve error output for local & remote-shell xfersWayne Davison2020-07-231-3/+10
* Add --crtimes option.Wayne Davison2020-07-221-0/+16
* Check for overflow the right way.Wayne Davison2020-07-121-2/+2
* Add the --stop-after & --stop-at options.Wayne Davison2020-07-121-0/+181
* Some number & string improvementsWayne Davison2020-07-111-5/+5
* Allow --block-size's size to have a suffix.Wayne Davison2020-07-101-28/+44
* Warning fixes & impossible-failure improvementsWayne Davison2020-07-081-1/+1
* Allow --max-alloc=0 for unlimited.Wayne Davison2020-07-071-1/+1
* Allow --bwlimit=0 again.Wayne Davison2020-07-071-6/+6
* Send the uid/gid 0 name since not all systems use 0 for root.Wayne Davison2020-07-051-0/+1
* Tweak a couple var names.Wayne Davison2020-07-051-9/+9
* Put the optimizations into their own list.Wayne Davison2020-06-301-21/+15
* A few more simple changes & fixes.Wayne Davison2020-06-261-1/+1
* Some memory allocation improvementsWayne Davison2020-06-251-56/+62
* 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