- Include popt.h using <popt.h>, not "popt.h".
[rsync.git] / options.c
2006-01-26 Wayne Davison- Include popt.h using <popt.h>, not "popt.h".
2006-01-26 Wayne DavisonAdded the --sockopts option.
2006-01-26 Wayne DavisonAdded the --super option.
2006-01-26 Wayne DavisonHandle separated devices and special files.
2006-01-23 Wayne DavisonTweaked the copyright message.
2006-01-21 Wayne DavisonDisable popt aliases when we're a server so that any...
2006-01-21 Wayne Davison- We now set some saw_delete* vars to keep track of...
2006-01-21 Wayne Davison- Allow multiple --chmod options to be specified.
2006-01-21 Wayne DavisonWe don't ever need to send the --chmod option to the...
2006-01-21 Wayne DavisonAllow the -x option to be repeated.
2006-01-20 Wayne DavisonAllow the --itemize-changes (-i) option to be repeated...
2006-01-17 Wayne Davison- Fixed the --help and --version output to avoid using...
2006-01-13 Wayne DavisonGot rid of calls to the (soon to vanish) safe_fname...
2005-12-19 Wayne DavisonMade --existing the main option, with --ignore-non...
2005-12-16 Wayne DavisonIf the user specifies --backup with --delete (but witho...
2005-11-15 Wayne DavisonMade the parsing in parse_size_arg() a little more...
2005-11-15 Wayne DavisonFixed a typo in the --help output for --no-OPTION.
2005-11-15 Wayne DavisonChanged -h to be an alias for --human-readable (getting...
2005-11-12 Wayne DavisonChanged the parsing of suffixes for --min-size and...
2005-11-12 Wayne DavisonParse the new --human-readable (-m) option.
2005-11-07 Wayne DavisonAdded support for the new --chmod option.
2005-10-26 Wayne DavisonAdded --compress-level option.
2005-10-15 Wayne DavisonChanged the --help text to mention --ignore-non-existing
2005-10-15 Wayne DavisonMade parse_size_arg()'s parsing a little stricter.
2005-10-14 Wayne DavisonAdded handling of the --min-size option.
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...
next