Added --copy-dest logic.
[rsync.git] / options.c
2005-03-11 Wayne DavisonAdded --copy-dest logic.
2005-03-09 Wayne DavisonMade the dest_option string non-static.
2005-03-02 Wayne DavisonTweaked the description for --rsync-path.
2005-03-01 Wayne DavisonA few improvements to the new check_for_hostspec()...
2005-03-01 Wayne Davison- Changed find_colon() into check_for_hostspec(), exten...
2005-02-25 Wayne DavisonGot rid of kluged value for am_sender, and instead...
2005-02-23 Wayne DavisonGot rid of --copy-dest for now -- I think it should...
2005-02-21 Wayne Davison- Set omit_dir_times if backing up files w/o a backup...
2005-02-21 Wayne Davison- For win32: made --no-detach the default for daemon...
2005-02-20 Wayne Davison- Added --remove-sent-files option.
2005-02-19 Wayne Davison- Added log_format_has_i.
2005-02-19 Wayne Davison- Set new variable, log_format_has_o_or_i.
2005-02-19 Wayne DavisonNotify the remote side about -i (if either specified...
2005-02-18 Wayne DavisonFor the server, don't ever intuit verbosity higher...
2005-02-16 Wayne Davison- Auto-set --verbose if --dry-run is specified w/o...
2005-02-16 Wayne Davison- If log_before_transfer is possible, don't force ...
2005-02-15 Wayne DavisonCheck for refusal of --delete-before when it is inferred.
2005-02-15 Wayne DavisonDecided on a better option name --itemize-changes ...
2005-02-15 Wayne DavisonAdded --what-has-changed (-w), which summaries the...
2005-02-14 Wayne DavisonImproved description of --whole-file option.
2005-02-14 Wayne DavisonAdded parsing for the --fuzzy (-y) option.
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-13 Wayne DavisonImproved the help text for -F.
2005-02-12 Wayne DavisonImproved the description of the --compress (-z) option.
2005-02-11 Wayne Davison- Added some new refused_* variables that note if certa...
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-02-04 Wayne Davison- Changed add_filter() to parse_rule() and add_filter_f...
2005-02-03 Wayne DavisonCall add_filter() and add_filter_file() with their...
2005-02-01 Wayne DavisonSet am_sender to -1 until the end of the option parsing...
2005-01-29 Wayne DavisonIf --recurse wasn't specified, turn off all the --delet...
2005-01-29 Wayne DavisonThe --dirs was sending -k instead of -d.
2005-01-29 Wayne DavisonMoved the module_id define into clientserver.c.
2005-01-28 Wayne DavisonPass an unsigned character to isdigit().
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-28 Wayne Davison- Added --verbose option parsing to the daemon options.
2005-01-28 Wayne DavisonImproved the option-descriptions in the --help text.
2005-01-28 Wayne DavisonOne minor tweak to the --delete-before option-passing...
2005-01-28 Wayne DavisonAdded back support for the --delete-before option so...
2005-01-28 Wayne DavisonAdded a sanity check for the SIZEOF_INT64 define.
2005-01-28 Wayne DavisonUse the new SIZEOF_INT64 define instead of INT64_IS_OFF_T.
2005-01-27 Wayne DavisonAdded the new --delay-updates option.
2005-01-27 Wayne DavisonBumped the copyright year to 2005.
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-25 Wayne Davison- Changed --delete to go back to defaulting to the...
2005-01-25 Wayne Davison- Added parsing for --filter (-f) and -F.
2005-01-24 Wayne DavisonAdded the delete-during handling (also selected with...
2005-01-24 Wayne DavisonAdded --omit-dir-times (-O).
2005-01-24 Wayne Davison- Changed --keep-dirs (-k) into --dirs (-d).
2005-01-23 Wayne DavisonWhen an option defined with POPT_ARG_VAL is being refus...
2005-01-22 Wayne Davison- We now set a delete_before variable for the --delete...
2005-01-20 Wayne DavisonSwitched uint64 vars over to int64.
2005-01-19 Wayne DavisonA slight simplification to the no-implied-dirs change.
2005-01-19 Wayne Davison- Added new int, keep_dirs, which is set if either...
2005-01-17 Wayne DavisonWe don't need to complain about --inplace being combine...
2005-01-15 Wayne DavisonFixed an off-by-one comparison against MAX_BASIS_DIRS.
2005-01-15 Wayne DavisonMade basis_dir_cnt non-static.
2005-01-15 Wayne DavisonMade compare_dest non-static.
2005-01-15 Wayne DavisonSome inplace-checking code should have been inside...
2005-01-15 Wayne DavisonSimplified one "if" that checks if one of the --FOO...
2005-01-01 Wayne DavisonUse an int32 for the each block-size variable.
2004-12-22 Wayne DavisonIf we send --files-from to the remote server and relati...
2004-12-08 Wayne DavisonAllow --port to be used in client mode (as well as...
2004-11-27 Wayne DavisonAllow "port" to be specified in the rsyncd.conf file.
2004-11-27 Wayne Davison- Added parsing for --copy-dest.
2004-11-17 Wayne Davison- Added the --bwlimit option to the options that are...
2004-11-11 Wayne DavisonAdded the --max-size option.
2004-10-14 Wayne DavisonSeparate the daemon options so that the user can't...
2004-10-14 Wayne DavisonIt seems that some popt releases don't define POPT_TABL...
2004-10-11 Wayne Davison- Got rid of some awkward spacing in the long_options...
2004-10-07 Wayne DavisonMention in -a's usage message that -H isn't implied.
2004-09-23 Wayne DavisonMade the refused-option message clearer, like Paul...
2004-09-22 Wayne DavisonIf the partial-dir value is relative, add a directory...
2004-09-18 Wayne DavisonLook for the RSYNC_PARTIAL_DIR environment variable...
2004-09-08 Wayne DavisonDon't try to optimize-away the sending of the --delete...
2004-09-07 Wayne DavisonReject the use of --compare-dest or --link-dest with...
2004-08-26 Wayne DavisonAllow the use of the --exclude*/--include* options...
2004-08-12 Wayne DavisonCall clean_flist() with its new "collapse_dot_dot"...
2004-08-11 Wayne DavisonCall sanitize_path() with updated args.
2004-08-05 Wayne DavisonUse the new sanitize_path() calling syntax.
2004-08-04 Wayne DavisonIn set_refuse_options(): make sure we scan the whole...
2004-08-03 Wayne DavisonDecided that we don't need to limit the block size...
2004-08-03 Wayne Davison- Changed the description for --block-size in the ...
2004-08-02 Wayne DavisonAllow better wildcard matching against the short-option...
2004-08-02 Wayne Davison- Extended the "refuse options" daemon setting to allow...
2004-07-31 Wayne Davison- Changed all the errors in parse_arguments() to use...
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-22 Wayne DavisonChanged NO_INT64 to INT64_IS_OFF_T because off_t might...
2004-07-22 Wayne DavisonSome --help text fixes.
2004-07-21 Wayne DavisonComplain if the user combines --read-batch with --files...
2004-07-20 Wayne DavisonTweaked an error message.
2004-07-16 Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-16 Wayne DavisonLimit the block-size that the user can specify.
2004-07-15 Wayne Davison- Complain and die if --dry-run is used with a batch...
2004-07-15 Wayne DavisonWe no longer refer to a batch "prefix".
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-06-20 Wayne DavisonTweaked a comment.
2004-06-07 Wayne DavisonGot rid of some am_daemon games in option_error().
2004-06-06 Wayne DavisonIf the user specifies a small io_timeout value, lower...
2004-06-05 Wayne DavisonNew --keep-dirlinks option.
2004-05-27 Wayne DavisonSet a new variable, bwlimit_writemax, based on the...
next