More manpage improvements.
[rsync/rsync.git] / options.c
2010-05-29 Wayne DavisonMention --debug=hlink's level limits.
2009-12-31 Wayne DavisonMention 2010 in the main copyright.
2009-12-30 Wayne DavisonAdd understanding of RSYNC_PROTECT_ARGS environment...
2009-12-29 Wayne DavisonAllow "./configure --with-protect-args" to make -s...
2009-12-12 Wayne DavisonDon't send MSG_ERROR_EXIT messages at the end of the...
2009-11-13 Wayne DavisonMake --bwlimit take the same size suffixes as the ...
2009-11-07 Wayne DavisonTry to silence some warnings from "checker".
2009-10-20 Wayne DavisonA protocol 31 daemon will inform the client about its...
2009-10-17 Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-09-07 Wayne DavisonImprove the "--delete does not work without -r or ...
2009-09-07 Wayne DavisonAlways use lutimes() if it is available.
2009-05-23 Matt McCutchenRefactorings to the filter code, most notably:
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-05-23 Wayne DavisonChange filter MATCHFLGs to FILTRULEs.
2009-04-13 Wayne DavisonSwitch to upper-case in the {debug,info}_verbosity...
2009-04-12 Wayne DavisonDon't allow --remove-s*-files with --read-batch.
2009-04-12 Wayne DavisonThe suffix must be non-empty if the backup-dir is the...
2009-04-11 Wayne DavisonMore backup improvements:
2009-03-13 Wayne DavisonMy version of Matt's improvements related to missing...
2009-02-28 Wayne DavisonAdded the --delete-missing-args option to delete specified
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
next