summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-28Added --protocol to --help output.Wayne Davison1-0/+1
2005-03-24- Don't complain if --dry-run is specified with --read-batchWayne Davison1-7/+2
2005-03-17Fixed the -r kluge sent for pre-2.6.4 --list-only support.Wayne Davison1-1/+1
2005-03-14The "recurse" value is back to being just 1 or 0 (true or false).Wayne Davison1-4/+4
2005-03-11Added --copy-dest logic.Wayne Davison1-3/+11
2005-03-09Made the dest_option string non-static.Wayne Davison1-1/+1
2005-03-02Tweaked the description for --rsync-path.Wayne Davison1-1/+1
2005-03-01A few improvements to the new check_for_hostspec() function.Wayne Davison1-6/+6
2005-03-01- Changed find_colon() into check_for_hostspec(), extending it toWayne Davison1-42/+96
2005-02-25Got rid of kluged value for am_sender, and instead added a newWayne Davison1-6/+7
2005-02-23Got rid of --copy-dest for now -- I think it should be made to doWayne Davison1-11/+3
2005-02-21- Set omit_dir_times if backing up files w/o a backup dir.Wayne Davison1-2/+4
2005-02-21- For win32: made --no-detach the default for daemon mode.Wayne Davison1-2/+9
2005-02-20- Added --remove-sent-files option.Wayne Davison1-0/+18
2005-02-19- Added log_format_has_i.Wayne Davison1-10/+21
2005-02-19- Set new variable, log_format_has_o_or_i.Wayne Davison1-5/+14
2005-02-19Notify the remote side about -i (if either specified or inferred fromWayne Davison1-0/+7
2005-02-18For the server, don't ever intuit verbosity higher than whatWayne Davison1-5/+2
2005-02-16- Auto-set --verbose if --dry-run is specified w/o --log-format.Wayne Davison1-7/+7
2005-02-16- If log_before_transfer is possible, don't force --verbose on forWayne Davison1-2/+13
2005-02-15Check for refusal of --delete-before when it is inferred.Wayne Davison1-2/+9
2005-02-15Decided on a better option name --itemize-changes (-i).Wayne Davison1-7/+7
2005-02-15Added --what-has-changed (-w), which summaries the changesWayne Davison1-1/+6
2005-02-14Improved description of --whole-file option.Wayne Davison1-1/+1
2005-02-14Added parsing for the --fuzzy (-y) option.Wayne Davison1-0/+6
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-15/+15
2005-02-13Improved the help text for -F.Wayne Davison1-1/+1
2005-02-12Improved the description of the --compress (-z) option.Wayne Davison1-1/+1
2005-02-11- Added some new refused_* variables that note if certain optionsWayne Davison1-36/+98
2005-02-07Adding more calls to safe_fname().Wayne Davison1-2/+4
2005-02-04- Changed add_filter() to parse_rule() and add_filter_file()Wayne Davison1-10/+9
2005-02-03Call add_filter() and add_filter_file() with their new flag args.Wayne Davison1-11/+9
2005-02-01Set am_sender to -1 until the end of the option parsing. ThisWayne Davison1-1/+4
2005-01-29If --recurse wasn't specified, turn off all the --delete* options.Wayne Davison1-1/+4
2005-01-29The --dirs was sending -k instead of -d.Wayne Davison1-1/+1
2005-01-29Moved the module_id define into clientserver.c.Wayne Davison1-1/+1
2005-01-28Pass an unsigned character to isdigit().Wayne Davison1-2/+2
2005-01-28Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison1-6/+6
2005-01-28- Added --verbose option parsing to the daemon options.Wayne Davison1-1/+6
2005-01-28Improved the option-descriptions in the --help text.Wayne Davison1-31/+31
2005-01-28One minor tweak to the --delete-before option-passing code.Wayne Davison1-1/+1
2005-01-28Added back support for the --delete-before option so that futureWayne Davison1-4/+8
2005-01-28Added a sanity check for the SIZEOF_INT64 define.Wayne Davison1-0/+5
2005-01-28Use the new SIZEOF_INT64 define instead of INT64_IS_OFF_T.Wayne Davison1-3/+2
2005-01-27Added the new --delay-updates option.Wayne Davison1-1/+10
2005-01-27Bumped the copyright year to 2005.Wayne Davison1-1/+1
2005-01-25Renamed several exclude-related functions/variables using newWayne Davison1-21/+21
2005-01-25- Changed --delete to go back to defaulting to the delete-beforeWayne Davison1-12/+26
2005-01-25- Added parsing for --filter (-f) and -F.Wayne Davison1-5/+29
2005-01-24Added the delete-during handling (also selected with --delete) andWayne Davison1-5/+10