aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Some argc-based actions in parse_arguments() shouldn't happen onWayne Davison2008-03-301-2/+2
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-4/+4
* Improved --dirs/--no-dirs/--list-only option handling:Wayne Davison2008-03-241-7/+17
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-5/+5
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-7/+7
* A daemon no longer tries to refuse the iconv option when it is not enabled.Wayne Davison2008-03-161-0/+2
* Fixed the use of --protect-args (-s) with a daemon.Wayne Davison2008-03-151-10/+6
* (Matt) Add missing --no-y option.Wayne Davison2008-03-101-0/+1
* The --fake-super option conflicts with -XX (which copies internalWayne Davison2008-03-071-1/+7
* Added even more no-OPTION overrides.Wayne Davison2008-03-061-8/+19
* Updated copyright year in --version output and improved the releaseWayne Davison2008-03-031-1/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Fixed a compilation problem when iconv support is disabled.Wayne Davison2008-02-181-0/+2
* Extended the protocol-30 info-passing code at startup, and use it toWayne Davison2008-02-181-12/+16
* Added --no-one-file-system and --no-x options.Wayne Davison2008-02-181-0/+2
* Some daemon security improvements, including the new parametersWayne Davison2008-02-151-3/+17
* Fixed the combination of --dry-run and --only-write-batch.Wayne Davison2008-01-191-1/+2
* Fixed the check_filter() calls that might be checking an absolute pathWayne Davison2007-12-161-9/+17
* Refer to delta-transfer algorithm rather than rsync algorithm.Wayne Davison2007-12-151-1/+1
* Adding --contimeout=SECONDS option.Wayne Davison2007-11-281-1/+4
* Got rid of the unused symlink parameter to sanitize_path().Wayne Davison2007-11-201-5/+5
* Improve the man page and --help descriptions of --dry-run. InWayne Davison2007-11-081-1/+1
* Some changes to allow an unsorted file list even if the iconv optionWayne Davison2007-11-061-1/+1
* Fixed some typos that Matt pointed out.Wayne Davison2007-11-051-1/+1
* Call clean_fname() with new flag arg.Wayne Davison2007-10-311-5/+5
* - Send an 'i' in the -e arg to the server if we can support inc_recurse.Wayne Davison2007-10-161-8/+13
* We don't need to send --no-i-r anymore.Wayne Davison2007-10-161-3/+0
* Reposition the call to setup_iconv() so that it gets called only onceWayne Davison2007-10-071-1/+0
* We now send -d to the server for a list-only transfer w/o -r (ratherWayne Davison2007-10-071-7/+2
* Got rid of some SPACE-TAB sequencs in the indentation.Wayne Davison2007-09-301-6/+6
* Avoid a checker warning about unfreed memory.Wayne Davison2007-09-231-2/+4
* We now forward the --no-implied-dirs option to the receiving side,Wayne Davison2007-09-221-1/+2
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Switching to --no-i-r from --no-ir.Wayne Davison2007-09-181-2/+1
* - Improved -s support.Wayne Davison2007-09-181-22/+30
* - Fixed a bug in the passing of the --max-delete option.Wayne Davison2007-09-151-4/+7
* Added --no-protect-args and --no-s.Wayne Davison2007-09-091-1/+3
* Added the --protect-args (-s) option, and made parse_arguments()Wayne Davison2007-09-091-3/+16
* Improved the argv/argc variable names that are really pointers.Wayne Davison2007-09-081-18/+19
* One more tweak to latest omit-dir-times code.Wayne Davison2007-09-021-5/+9
* Added --no-omit-dir-times and --no-O.Wayne Davison2007-09-021-0/+2
* Made omit_dir_times a static variable in options.c by encodingWayne Davison2007-09-011-7/+10
* Handle the new --append and --append-verify options.Wayne Davison2007-09-011-4/+16
* Don't omit the -4/-6 options if no IPv6 support was compiled intoWayne Davison2007-08-221-10/+7
* Improved the arg-checking of a daemon command.Wayne Davison2007-08-111-2/+2
* Make the --xattrs option not imply --perms.Wayne Davison2007-08-041-2/+1
* Fixed the port-parsing in an rsync:// path; e.g., this nowWayne Davison2007-08-011-1/+1
* If --no-ir is specified, pass it to the server.Wayne Davison2007-07-241-0/+3
* We now take a negative value specified to --max-delete as beingWayne Davison2007-07-151-17/+20
* Parse the --skip-compress=LIST option and sent it to the sending side.Wayne Davison2007-07-141-0/+9