summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.3.0pre1 [buildall]v3.3.0pre1Wayne Davison2023-04-291-1/+1
* Fix flist string comparison issue in tr_TR.utf-8 locale.Wayne Davison2023-02-051-1/+1
* Add backtick to SHELL_CHARS.Wayne Davison2023-01-041-1/+1
* Duplicate argv data before poptFreeContext().Wayne Davison2022-11-221-70/+90
* Avoid quoting of tilde when it's a destination arg.Wayne Davison2022-11-051-1/+1
* Use JSON output if --version (-V) is repeated (client side only).Wayne Davison2022-09-101-1/+1
* Rename `--protect-args` to `--secluded-args`.Wayne Davison2022-08-231-4/+6
* Allow ~/remote/./path with -R if the path has /./ in it.Wayne Davison2022-08-151-1/+3
* Add `--trust-sender` option.Wayne Davison2022-08-091-1/+10
* Escape leading tilde char when "~" or with -R.Wayne Davison2022-08-091-0/+7
* Fix some issues with backslashed wildcards in args.Wayne Davison2022-08-081-1/+4
* More improvements to file-list checkingWayne Davison2022-08-011-1/+1
* Add new & improved `--copy-devices` option.Wayne Davison2022-03-271-0/+7
* Complain about --old-args with --protect-args.Wayne Davison2022-01-171-2/+10
* A repeated `--old-args` does more escape disabling.Wayne Davison2022-01-091-4/+11
* Add an arg-protection idiom using backslash-escapesWayne Davison2022-01-091-52/+91
* Only send the `--no-W` kluge to a receiver.Wayne Davison2022-01-021-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Tweak stderr handling for older BackupPC versionsWayne Davison2022-01-021-0/+5
* Add the --info=NONREG setting.Wayne Davison2021-11-031-6/+7
* Make --chown|--usermap|--groupmap imply -o|-g (as appropriate).Wayne Davison2021-10-191-0/+4
* Improve --omit-dir-times & --omit-link-timesWayne Davison2021-10-101-23/+11
* Add --fsync option (promoted from patches).Wayne Davison2021-09-271-0/+5
* Help avoid a --sparse --inplace bug in older rsyncs.Wayne Davison2021-09-271-1/+5
* Various file comparison improvementsWayne Davison2020-09-221-1/+1
* Simplify the compat logic for local_serverWayne Davison2020-08-271-41/+48
* Move SUPPORT_ATIMES to rsync.h.Wayne Davison2020-08-031-4/+0
* Create usage.c for smaller awk-dep rebuilds.Wayne Davison2020-08-031-235/+0
* Use RSYNC_GITVER in more outputWayne Davison2020-08-031-1/+6
* Put git version in a file for between-release versioning.Wayne Davison2020-08-011-1/+2
* 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