Fixed a bug with truncated xattr data requests when the receiver
[rsync/rsync.git] / options.c
2007-12-16 Wayne DavisonFixed the check_filter() calls that might be checking...
2007-12-15 Wayne DavisonRefer to delta-transfer algorithm rather than rsync...
2007-11-28 Wayne DavisonAdding --contimeout=SECONDS option.
2007-11-21 Wayne DavisonGot rid of the unused symlink parameter to sanitize_path().
2007-11-08 Wayne DavisonImprove the man page and --help descriptions of --dry...
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-11-05 Wayne DavisonFixed some typos that Matt pointed out.
2007-10-31 Wayne DavisonCall clean_fname() with new flag arg.
2007-10-16 Wayne Davison- Send an 'i' in the -e arg to the server if we can...
2007-10-16 Wayne DavisonWe don't need to send --no-i-r anymore.
2007-10-07 Wayne DavisonReposition the call to setup_iconv() so that it gets...
2007-10-07 Wayne DavisonWe now send -d to the server for a list-only transfer...
2007-09-30 Wayne DavisonGot rid of some SPACE-TAB sequencs in the indentation.
2007-09-23 Wayne DavisonAvoid a checker warning about unfreed memory.
2007-09-22 Wayne DavisonWe now forward the --no-implied-dirs option to the...
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-18 Wayne DavisonSwitching to --no-i-r from --no-ir.
2007-09-18 Wayne Davison- Improved -s support.
2007-09-15 Wayne Davison- Fixed a bug in the passing of the --max-delete option.
2007-09-09 Wayne DavisonAdded --no-protect-args and --no-s.
2007-09-09 Wayne DavisonAdded the --protect-args (-s) option, and made parse_ar...
2007-09-08 Wayne DavisonImproved the argv/argc variable names that are really...
2007-09-02 Wayne DavisonOne more tweak to latest omit-dir-times code.
2007-09-02 Wayne DavisonAdded --no-omit-dir-times and --no-O.
2007-09-01 Wayne DavisonMade omit_dir_times a static variable in options.c...
2007-09-01 Wayne DavisonHandle the new --append and --append-verify options.
2007-08-22 Wayne DavisonDon't omit the -4/-6 options if no IPv6 support was...
2007-08-11 Wayne DavisonImproved the arg-checking of a daemon command.
2007-08-04 Wayne DavisonMake the --xattrs option not imply --perms.
2007-08-01 Wayne DavisonFixed the port-parsing in an path; e.g., this now
2007-07-24 Wayne DavisonIf --no-ir is specified, pass it to the server.
2007-07-15 Wayne DavisonWe now take a negative value specified to --max-delete...
2007-07-14 Wayne DavisonParse the --skip-compress=LIST option and sent it to...
2007-07-12 Wayne DavisonMade some descriptions concerning modification times...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-07-02 Wayne DavisonWe omit copying any user-space %FOO attributes unless the
2007-05-24 Wayne Davison- Added the --qsort option.
2007-05-05 Wayne DavisonClumped some option-sending together that only happens...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-04-23 Wayne DavisonImproved the SUBPROTOCOL_VERSION code a little, and...
2007-04-23 Wayne DavisonChanged the prerelease-protocol support to use an idiom...
2007-04-21 Wayne DavisonTweaked --version in a few minor ways, including the...
2007-04-21 Wayne DavisonMention how many bits our local timestamps support.
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-14 Wayne DavisonAdded an explicit option that will disallow the use of
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-03-05 Wayne DavisonDecided that we don't really want the rule that preserv...
2007-03-03 Wayne DavisonMoved a couple auto-filter rules from options.c into...
2007-03-02 Wayne DavisonMake the auto-generated protect filters use the perisha...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2006-12-28 Wayne Davison- Changes to handle new default of --delete-during...
2006-12-24 Wayne DavisonMake the --password-file option's summary even better.
2006-12-24 Wayne DavisonImproved the summary of the --password-file option.
2006-12-17 Wayne DavisonMoved the flist_extra_cnt stuff from options.c to compa...
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.
next