We only need to send --stats to a remote receiver now.
[rsync/rsync.git] / options.c
2009-01-30 Wayne DavisonWe only need to send --stats to a remote receiver now.
2009-01-29 Wayne DavisonA few more improvements to the hostspec-parsing code.
2009-01-28 Wayne DavisonFixed the parsing of IPv6 literal addresses with a...
2009-01-14 Wayne DavisonSend the --stats option for proper del-stats operation.
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-11-16 Wayne DavisonAdding the --usermap/--groupmap/--chown options.
2008-11-10 Wayne DavisonFixed a bunch of "warn_unused_result" compiler warnings.
2008-10-15 Wayne DavisonAdding hashtable debugging output (--debug=hash).
2008-09-24 Wayne DavisonDon't send a bogus "-" option to an older server if...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-02 Wayne DavisonSkip new symlink conversion step if the remote rsync...
2008-08-02 Wayne DavisonChanged the iconv-related message that was being output...
2008-07-28 Wayne DavisonAdded a client --munge-links option that works like...
2008-07-27 Wayne DavisonAdded a command-line override for daemon config parameters:
2008-07-21 Wayne DavisonImproved var-checker and tweaked all the issues it...
2008-07-21 Wayne DavisonAdded a debug-helping option, --msgs2stderr, than shoul...
2008-07-21 Wayne DavisonChanged the chksum debug flag to deltasum.
2008-07-20 Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
2008-07-18 Wayne DavisonSome minor tweaking for the info+debug option parsing.
2008-07-15 Wayne DavisonA few more minor improvements in the --info/--debug...
2008-07-14 Wayne DavisonMade the info_verbosity array 1 element larger.
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-11 Wayne DavisonIf the user specifies --protocol=29, rsync will avoid...
2008-07-05 Wayne DavisonAdded the --remote-option=OPT (-M OPT) option.
2008-07-05 Wayne DavisonThe --progress output now leaves the cursor at the...
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...
next