A few $last_touch tweaks.
[rsync/rsync.git] / options.c
2008-03-30 Wayne DavisonSome argc-based actions in parse_arguments() shouldn...
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-24 Wayne DavisonImproved --dirs/--no-dirs/--list-only option handling:
2008-03-21 Wayne DavisonSome improvements to the file-name cleaning code:
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be old/master
2008-03-16 Wayne DavisonA daemon no longer tries to refuse the iconv option...
2008-03-15 Wayne DavisonFixed the use of --protect-args (-s) with a daemon.
2008-03-11 Wayne Davison(Matt) Add missing --no-y option.
2008-03-07 Wayne DavisonThe --fake-super option conflicts with -XX (which copie...
2008-03-06 Wayne DavisonAdded even more no-OPTION overrides.
2008-03-03 Wayne DavisonUpdated copyright year in --version output and improved...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-19 Wayne DavisonFixed a compilation problem when iconv support is disabled.
2008-02-18 Wayne DavisonExtended the protocol-30 info-passing code at startup...
2008-02-18 Wayne DavisonAdded --no-one-file-system and --no-x options.
2008-02-16 Wayne DavisonSome daemon security improvements, including the new...
2008-01-19 Wayne DavisonFixed the combination of --dry-run and --only-write...
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.
next