Adding the --fake-super option.
[rsync/rsync.git] / options.c
2005-10-14 Wayne DavisonImproved parse_size_arg() a little more.
2005-10-14 Wayne DavisonImproved parse_size_arg() so that it can be told to...
2005-09-29 Wayne DavisonChanged the variable names for --existing and --ignore...
2005-09-29 Wayne DavisonReverted one xfer_dirs change from the last commit...
2005-09-29 Wayne DavisonAllow deletions to occur in directories transferred...
2005-09-21 Wayne DavisonReordered the usage lines to cover push, then pull...
2005-09-13 Wayne DavisonThe --help text was outputting some incomplete informat...
2005-08-30 Wayne Davison- Allow --no-v and --no-verbose in the daemon options.
2005-08-30 Wayne DavisonAllow --temp-dir to be specified with --daemon to set...
2005-08-30 Wayne DavisonFixed a comment.
2005-08-30 Wayne DavisonReject attempts to combine --sparse with --inplace.
2005-08-28 Wayne DavisonForgot the --no-v option.
2005-08-27 Wayne DavisonOne more tweak to the option data.
2005-08-27 Wayne DavisonAdded the ability to prefix "no-" to various options...
2005-08-27 Wayne DavisonA little more reordering of the option data.
2005-08-27 Wayne DavisonReordered some of the option data to make their groupin...
2005-07-28 Wayne DavisonAdded the --append option.
2005-07-22 Wayne DavisonChanged implied_dirs to only be non-0 if relative_paths...
2005-05-19 Wayne Davison- The variable allowed_lull is now our global.
2005-05-09 Wayne DavisonFixed one synopsis line to make the DEST arg optional.
2005-05-03 Wayne DavisonThere was no reason to have MAX_BASIS_DIRS factored...
2005-05-03 Wayne Davison- Moved the --version option in the help text.
2005-05-02 Wayne DavisonTweaked the description of --from0.
2005-04-28 Wayne DavisonMoved the size-parsing code for --max-size into its...
2005-04-09 Wayne Davison- Added do_xfers variable.
2005-04-05 Wayne DavisonAllows --address to be used in client mode.
2005-03-31 Wayne DavisonUse new log_format_has() function instead of strstr().
2005-03-28 Wayne DavisonAdded --protocol to --help output.
2005-03-24 Wayne Davison- Don't complain if --dry-run is specified with --read...
2005-03-17 Wayne DavisonFixed the -r kluge sent for pre-2.6.4 --list-only support.
2005-03-14 Wayne DavisonThe "recurse" value is back to being just 1 or 0 (true...
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...
next