]> git.ipfire.org Git - thirdparty/rsync.git/history - compat.c
Some indentation fixes.
[thirdparty/rsync.git] / compat.c
2020-06-14  Wayne DavisonSome indentation fixes.
2020-06-13  Wayne DavisonChange alt_dest_name() to alt_dest_opt().
2020-06-13  Wayne DavisonChange 3 alt-dest vars to just one + some defines.
2020-06-12  Wayne DavisonPromote newer compressors to the start of the list.
2020-05-28  Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28  Wayne DavisonMerge pull request #2 from benrubson/flush
2020-05-27  Wayne DavisonA couple minor tweaks.
2020-05-26  Wayne DavisonImprove how negotiated info affects batch files.
2020-05-25  Wayne DavisonInclude lz4 compression support.
2020-05-25  Wayne DavisonInclude zstd compression support.
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 DavisonSome minor tweaks & tidying up.
2020-05-25  Wayne DavisonPrefer zlibx compression consistently instead of having...
2020-05-25  Wayne DavisonFix -z choice with older rsyncs.
2020-05-25  Wayne DavisonA few more compression tweaks.
2020-05-25  Wayne DavisonMore compress changes
2020-05-24  Wayne DavisonFix negotiation of none & improve NSTR debug msgs.
2020-05-24  Wayne DavisonAdd support for negotiated checksum names.
2020-05-23  Wayne DavisonSome checksum improvements
2020-05-22  Wayne DavisonChecksum negotiation & more bits for compat_flags
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-26  Wayne DavisonUpdate a few more copyright years.
2020-04-23  Wayne DavisonAdded --atimes and --set-noatime options.
2019-03-16  Wayne DavisonTweak the copyright year.
2018-01-15  Wayne DavisonTweak copyright date.
2016-05-02  Wayne DavisonAdd --checksum-choice option to choose the checksum...
2015-08-08  Wayne DavisonUpdate the copyright year.
2015-05-11  Wayne DavisonMake the checksum_seed a bit harder to predict.
2015-05-11  Wayne DavisonAdd compat flag to allow proper seed checksum order.
2014-06-08  Wayne DavisonAdded a flag to disable xattr hlink optimization.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-01-19  Wayne DavisonUpdate copyright year.
2011-04-05  Wayne DavisonApplying the preallocate patch.
2010-02-17  Wayne DavisonWrite out the right compat_flags value into the batch...
2009-12-21  Wayne DavisonPass the 'f' compatibility flag to the server (via -e)
2009-10-27  Wayne DavisonChange the daemon-timeout conveyance into a protocol...
2009-10-20  Wayne DavisonA protocol 31 daemon will inform the client about its...
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-03-29  Wayne DavisonMake symlink iconv work for a local copy.
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-08-02  Wayne DavisonSkip new symlink conversion step if the remote rsync...
2008-07-14  Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-03-11  Wayne DavisonFixed some itemized logging failures:
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2008-02-18  Wayne DavisonExtended the protocol-30 info-passing code at startup...
2008-01-26  Wayne DavisonMoved the batch option checking until after the protoco...
2007-11-30  Wayne DavisonMake sure that the inc_recurse value is always set to
2007-11-06  Wayne DavisonSome changes to allow an unsorted file list even if...
2007-10-16  Wayne DavisonChanged a word in an error message.
2007-10-16  Wayne DavisonTweaked set_allow_inc_recurse() a bit more.
2007-10-16  Wayne Davison- Moved the arg-checking relating into set_allow_inc_re...
2007-10-16  Wayne Davison- Send a flag from the client to the server to indicate...
2007-09-23  Wayne DavisonGot rid of some unneeded externs.
2007-09-22  Wayne DavisonFixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN).
2007-09-18  Wayne DavisonRelocated the setting of ic_ndx.
2007-09-18  Wayne Davison- Setup the ic_ndx value here with the other FOO_ndx...
2007-09-09  Wayne DavisonUsed a couple "#if SUBPROTOCOL_VERSION != 0" conditionals.
2007-09-03  Wayne DavisonWe don't disable inc_recurse due to -H anymore.
2007-09-01  Wayne DavisonDowngrade the new --append option to --append-verify...
2007-07-15  Wayne DavisonWe don't need a compatibility check for --max-delete...
2007-07-14  Wayne DavisonUsing --relative with --no-implied-dirs turns off incre...
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-07-02  Wayne DavisonMake option variables a little clearer by using separat...
2007-05-24  Wayne DavisonIf someone forces the use of qsort() via --qsort, disab...
2007-04-23  Wayne DavisonChanged the prerelease-protocol support to use an idiom...
2007-04-21  Wayne DavisonBatch files need to be written with the new subprotocol...
2007-04-21  Wayne DavisonAdded a way to exchange a protocol's sub-protocol value...
2007-04-07  Wayne DavisonAllow a local-server copy to use -X and -A even if...
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-04  Wayne DavisonA local server needs to process the auto-exclude rules...
2007-03-03  Wayne DavisonMoved a couple auto-filter rules from options.c into...
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31  Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-27  Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2006-12-29  Wayne DavisonIf prune_empty_dirs is set, don't set incremental.
2006-12-28  Wayne Davison- Choose --delete-before or --delete-during depending...
2006-12-18  Wayne DavisonRenamed flist_extra_cnt to file_extra_cnt.
2006-12-17  Wayne DavisonMoved the flist_extra_cnt stuff from options.c to compa...
2006-11-11  Wayne DavisonDie if we sent --max-delete=0 to a receiving side that...
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-02-24  Wayne DavisonGot rid of unused externs.
2006-01-28  Wayne DavisonWe enforce at least protocol 29 for --prune-empty-dirs...
2005-11-13  Wayne DavisonImproved an error message.
2005-03-09  Wayne DavisonComplain if a feature that requires protocol 29 doesn...
2005-02-19  Wayne DavisonNo more need to clear itemize_changes based on protocol...
2005-02-19  Wayne DavisonIf the protocol is less than 29, make sure itemize_chan...
2005-02-14  Wayne DavisonDon't let --fuzzy be used with a protocol_version ...
2005-01-31  Wayne DavisonTweaked one or more warning messages.
2004-07-21  Wayne DavisonDon't write out the protocol_version number in read_bat...
2004-07-15  Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
next