Improve output of capabilities in --version list.
[rsync.git] / options.c
2020-05-26 Wayne DavisonImprove output of capabilities in --version list.
2020-05-26 Wayne DavisonRemove xxhash from capabilities list.
2020-05-25 Wayne DavisonTweak the --zz option to --zc (aka --compress-choice).
2020-05-25 Wayne DavisonOutput the default checksum & compress lists in the...
2020-05-25 Wayne DavisonMake compression-level handling generic.
2020-05-25 Wayne DavisonDon't auto-foward debug options to the server side...
2020-05-25 Wayne DavisonA few more compression tweaks.
2020-05-25 Wayne DavisonMore compress changes
2020-05-24 Wayne DavisonAdd support for negotiated checksum names.
2020-05-23 Wayne DavisonPromoting xxhash support.
2020-05-23 Wayne DavisonSome checksum improvements
2020-05-22 Jorrit JongmaAVX2 optimized version of get_checksum1() for x86-64
2020-05-22 Wayne DavisonChecksum negotiation & more bits for compat_flags
2020-05-21 Jorrit JongmaSSE2/SSSE3 optimized version of get_checksum1() for...
2020-05-18 Wayne DavisonTweak the accept/refuse strings a bit.
2020-05-18 Wayne DavisonAdd back a lost "*" and document the refusing of log...
2020-05-18 Wayne DavisonAdd the ability to negate matches for the daemon's...
2020-05-18 Wayne DavisonNeed to flush early errors before we exit.
2020-04-30 Wayne DavisonUse a varint to send the file-list flags
2020-04-30 Wayne DavisonA resumed partial-dir file is transferred in-place.
2020-04-23 Wayne DavisonChange --set-notime to --open-noatime.
2020-04-23 Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-16 Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-08 Wayne DavisonSwitch RSYNC_PORT to -1 in check_for_hostspec().
2020-04-06 Wayne DavisonSet RSYNC_PORT in the env for a daemon-over-rsh connection.
2020-04-06 Wayne DavisonTweak some indentation.
2020-04-05 Wayne DavisonNo need to forward --write-devices to a remote sender.
2020-04-05 Wayne DavisonAdded the --write-devices option.
2020-04-05 Wayne DavisonEnhance the validation of --block-size for older protocols.
2020-03-29 Wayne DavisonAdd a --copy-as=USER[:GROUP] option
2019-03-16 Wayne DavisonTweak the copyright year.
2018-12-16 Wayne DavisonAvoid a potential out-of-bounds read in daemon mode...
2018-01-15 Wayne DavisonTweak copyright date.
2018-01-10 Jeriko OneIgnore --protect-args when already sent by client
2017-02-20 Wayne DavisonDon't allow --daemon or --server alias via popt.
2016-10-10 Wayne DavisonSupport --sparse combined with --preallocate or --inplace.
2016-05-02 Wayne DavisonAdd --checksum-choice option to choose the checksum...
2016-01-24 Wayne DavisonAdd support for comparing nanoseconds on the receiver.
2015-12-18 Wayne DavisonDon't allow an empty flag name to --info & --debug.
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-05-11 Wayne DavisonAdd compat flag to allow proper seed checksum order.
2014-09-04 Wayne DavisonAdding the long options that BackupPC likes to use.
2014-06-14 Wayne DavisonUpdated NEWS & tweaked a comment.
2014-06-08 Wayne DavisonAdded a flag to disable xattr hlink optimization.
2014-04-19 Wayne DavisonAdd new-style compression that skips matching data.
2014-01-26 Wayne DavisonBump the year to 2014.
2013-10-27 Wayne DavisonRestore sending of "-ef" marker to the server.
2013-06-11 Wayne DavisonSet number_separator the first time it gets used.
2013-06-02 Wayne DavisonTweak --checksum-seed docs.
2013-01-19 Wayne DavisonUpdate copyright year.
2012-09-23 Wayne DavisonAvoid an unused variable warning if no setvbuf.
2012-01-28 Wayne DavisonMake stderr line-buffered w/--msgs2stderr.
2012-01-28 Wayne DavisonAdd new --outbuf=N|L|B option.
2011-12-24 Wayne DavisonAllow --max-size=0 and --min-size=0.
2011-12-24 Wayne DavisonComplain if the --block-size=N value is too large.
2011-11-23 Wayne Davisonmake repeated --fuzzy option look into alt-dest dirs.
2011-11-21 Wayne DavisonAdd compatibility with an unmodified zlib.
2011-09-13 Wayne DavisonCleanup some manpage & --help info.
2011-09-12 Wayne DavisonImprove the usage for --help.
2011-09-11 Wayne DavisonDocument --msgs2stderr.
2011-07-12 Wayne DavisonAdd more connect debug info, as Carlos suggested.
2011-05-07 Wayne DavisonMake --files-from allow a missing trailing arg w/-...
2011-04-05 Wayne DavisonApplying the preallocate patch.
2011-01-01 Wayne DavisonTweak the year.
2010-12-17 Wayne DavisonFix crash when --backup-dir is excessively long.
2010-08-26 Wayne DavisonAdd --omit-link-times and use CAN_SET_SYMLINK_TIMES...
2010-08-26 Wayne DavisonRemove duplication for -x option.
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...
next