aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Tweaked the copyright message.Wayne Davison2006-01-231-1/+1
* Disable popt aliases when we're a server so that any user-redefinedWayne Davison2006-01-211-10/+21
* - We now set some saw_delete* vars to keep track of the case whereWayne Davison2006-01-211-10/+20
* - Allow multiple --chmod options to be specified.Wayne Davison2006-01-211-9/+12
* We don't ever need to send the --chmod option to the remote rsync.Wayne Davison2006-01-211-6/+1
* Allow the -x option to be repeated.Wayne Davison2006-01-211-2/+9
* Allow the --itemize-changes (-i) option to be repeated to indicateWayne Davison2006-01-201-5/+13
* - Fixed the --help and --version output to avoid using embeddedWayne Davison2006-01-171-10/+7
* Got rid of calls to the (soon to vanish) safe_fname() function.Wayne Davison2006-01-131-5/+3
* Made --existing the main option, with --ignore-non-existingWayne Davison2005-12-191-2/+2
* If the user specifies --backup with --delete (but without --backup-dirWayne Davison2005-12-161-0/+4
* Made the parsing in parse_size_arg() a little more strict.Wayne Davison2005-11-151-21/+24
* Fixed a typo in the --help output for --no-OPTION.Wayne Davison2005-11-151-1/+1
* Changed -h to be an alias for --human-readable (getting rid of -m).Wayne Davison2005-11-151-7/+12
* Changed the parsing of suffixes for --min-size and --max-size a little.Wayne Davison2005-11-121-1/+1
* Parse the new --human-readable (-m) option.Wayne Davison2005-11-121-4/+7
* Added support for the new --chmod option.Wayne Davison2005-11-071-0/+16
* Added --compress-level option.Wayne Davison2005-10-261-2/+30
* Changed the --help text to mention --ignore-non-existingWayne Davison2005-10-151-1/+1
* Made parse_size_arg()'s parsing a little stricter.Wayne Davison2005-10-151-5/+4
* Added handling of the --min-size option.Wayne Davison2005-10-141-4/+21
* Improved parse_size_arg() a little more.Wayne Davison2005-10-141-15/+19
* Improved parse_size_arg() so that it can be told to use powers ofWayne Davison2005-10-141-10/+34
* Changed the variable names for --existing and --ignore-existing.Wayne Davison2005-09-291-8/+10
* Reverted one xfer_dirs change from the last commit that should notWayne Davison2005-09-291-1/+1
* Allow deletions to occur in directories transferred with theWayne Davison2005-09-291-2/+2
* Reordered the usage lines to cover push, then pull (which has aWayne Davison2005-09-211-4/+4
* The --help text was outputting some incomplete information on howWayne Davison2005-09-131-3/+2
* - Allow --no-v and --no-verbose in the daemon options.Wayne Davison2005-08-301-0/+10
* Allow --temp-dir to be specified with --daemon to set the default.Wayne Davison2005-08-301-0/+1
* Fixed a comment.Wayne Davison2005-08-301-1/+1
* Reject attempts to combine --sparse with --inplace.Wayne Davison2005-08-301-0/+8
* Forgot the --no-v option.Wayne Davison2005-08-281-0/+1
* One more tweak to the option data.Wayne Davison2005-08-271-2/+2
* Added the ability to prefix "no-" to various options, which gives theWayne Davison2005-08-271-31/+56
* A little more reordering of the option data.Wayne Davison2005-08-271-50/+49
* Reordered some of the option data to make their grouping more logical.Wayne Davison2005-08-271-15/+15
* Added the --append option.Wayne Davison2005-07-281-3/+26
* Changed implied_dirs to only be non-0 if relative_paths is non-0.Wayne Davison2005-07-221-1/+3
* - The variable allowed_lull is now our global.Wayne Davison2005-05-191-9/+5
* Fixed one synopsis line to make the DEST arg optional.Wayne Davison2005-05-091-1/+1
* There was no reason to have MAX_BASIS_DIRS factored into theWayne Davison2005-05-031-1/+1
* - Moved the --version option in the help text.Wayne Davison2005-05-031-3/+3
* Tweaked the description of --from0.Wayne Davison2005-05-021-1/+1
* Moved the size-parsing code for --max-size into its own function.Wayne Davison2005-04-281-21/+30
* - Added do_xfers variable.Wayne Davison2005-04-091-3/+17
* Allows --address to be used in client mode.Wayne Davison2005-04-051-1/+2
* Use new log_format_has() function instead of strstr().Wayne Davison2005-03-311-6/+5
* Added --protocol to --help output.Wayne Davison2005-03-281-0/+1
* - Don't complain if --dry-run is specified with --read-batchWayne Davison2005-03-241-7/+2