Output some info about the size of our structures.
[rsync/rsync.git] / options.c
2006-12-13 Wayne DavisonTweaked the option-passing code's delete logic to make...
2006-12-05 Wayne DavisonChanged flist_extra_ndx into flist_extra_cnt.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-12-01 Wayne DavisonChange the format/order of the capabilities --version...
2006-11-22 Wayne DavisonAdded parsing for --delete-delay.
2006-11-21 Wayne DavisonUse an explicit cast when a value gets stored in a...
2006-11-19 Wayne DavisonMoved the options_rejected label to avoid a compiler...
2006-11-11 Wayne DavisonAllow --max-delete=0 (zero used to be ignored).
2006-11-09 Wayne DavisonGot rid of type-casting into isFOO() and toFOO() functi...
2006-10-24 Wayne DavisonAdded the --no-motd option to silence just the text...
2006-10-18 Wayne DavisonThe server should not be adding an assumed filter rule...
2006-10-13 Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
2006-10-13 Wayne DavisonDon't use a bool directly in an int comparison.
2006-10-12 Wayne DavisonRemoved the changes in symlink handling in non-chroot...
2006-10-09 Wayne DavisonAnother tweak to the --chmod summary.
2006-10-08 Wayne DavisonClarify the short description of --chmod.
2006-09-18 Wayne DavisonThe [ & ] are now removed from a literal IPv6 hostname...
2006-09-18 Wayne DavisonWhen parsing a literal IPv6 address in square brackets...
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonAdded --remove-sender-files and deprecated --remove...
2006-06-07 Wayne DavisonCall log_init() with its new "restart" (0 or 1) arg.
2006-06-01 Wayne DavisonChanged rprintf() messages that started with a newline...
2006-06-01 Wayne DavisonFixed a typo that set stdout_format_has_i instead of...
2006-05-30 Wayne DavisonIf the user specifies --log-file-format without --log...
2006-05-30 Wayne Davison- Allow the --log-file-format option to override the...
2006-05-29 Wayne Davison- Renamed log_format -> stdout_format.
2006-05-09 Wayne DavisonAdded --log-file and several logfile_* support variables.
2006-05-05 Wayne Davison- Added some calls to die_on_unsafe_path() to the path...
2006-05-05 Wayne Davison- Don't check HAVE_LINK directly, use SUPPORT_HARD_LINK...
2006-05-03 Wayne DavisonUse the new calling syntax for sanitize_path().
2006-04-28 Wayne DavisonWe can't check the --*-dest args against the server...
2006-04-28 Wayne DavisonMoved the sanitizing of the --*-dest args into main.c.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-03-28 Wayne Davison- Complain if the user specified --delete without ...
2006-02-27 Wayne DavisonAdded --no-H and --no-hard-links.
2006-02-24 Wayne DavisonAdded the new --copy-dirlinks (-k) option.
2006-02-24 Wayne DavisonMoved the orig_umask variable's definition into main...
2006-02-20 Wayne DavisonA brief msleep() in option_error() may be helpful to...
2006-02-11 Wayne DavisonAdded a backward-compatibility note about -h to the...
2006-02-09 Wayne DavisonThere's no need to send --size-only to a remote sender.
2006-02-08 Wayne DavisonChanged -h to mean powers of 1000 when used once, and...
2006-02-07 Wayne DavisonDon't force verbose for --dry-run; let the user decide.
2006-02-07 Wayne DavisonDon't look for $RSYNC_PARTIAL_DIR on the server side.
2006-02-06 Wayne DavisonChanged --8-bit to --8-bit-output.
2006-02-06 Wayne DavisonAdded the --8-bit (-8) option.
2006-02-03 Wayne DavisonDecided to undo the last change to avoid backward compa...
2006-02-03 Wayne DavisonAvoid adding our own exclude of the partial-dir name...
2006-02-02 Wayne DavisonTweaked a couple lines in the code that handles --version.
2006-01-31 Wayne DavisonAnother help-text tweak.
2006-01-31 Wayne DavisonMoved --chmod in the help output.
2006-01-31 Wayne DavisonAdded the --executability (-E) option.
2006-01-30 Wayne DavisonCall the parse_chmod() with its new syntax.
2006-01-29 Wayne DavisonNo need to send --partial when we're the receiver.
2006-01-29 Wayne DavisonAvoid forwarding the --temp-dir option to the server...
2006-01-28 Wayne DavisonDon't add the "protect" filter rule for backup-suffix...
2006-01-28 Wayne DavisonChanged --skip-empty-dirs (-k) to --prune-empty-dirs...
2006-01-27 Wayne DavisonAdded the --skip-empty-dirs (-k) option.
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.
next