summaryrefslogtreecommitdiff
path: root/compat.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-04-04Applying the preallocate patch.Wayne Davison1-0/+9
2010-02-17Write out the right compat_flags value into the batch file.Wayne Davison1-1/+1
2009-12-21Pass the 'f' compatibility flag to the server (via -e)Wayne Davison1-2/+6
2009-10-27Change the daemon-timeout conveyance into a protocol-31 message.Wayne Davison1-15/+0
2009-10-20A protocol 31 daemon will inform the client about its timeout settingWayne Davison1-1/+17
2009-09-07Always use lutimes() if it is available.Wayne Davison1-3/+3
2009-05-23Refactorings to the filter code, most notably:Matt McCutchen1-1/+1
2009-05-23Use typedefs for the filter structures.Wayne Davison1-1/+1
2009-05-23Change filter MATCHFLGs to FILTRULEs.Wayne Davison1-3/+3
2009-03-29Make symlink iconv work for a local copy.Wayne Davison1-1/+1
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-08-02Skip new symlink conversion step if the remote rsync is notWayne Davison1-0/+11
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-2/+1
2008-03-10Fixed some itemized logging failures:Wayne Davison1-0/+4
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-18Extended the protocol-30 info-passing code at startup, and use it toWayne Davison1-8/+32
2008-01-26Moved the batch option checking until after the protocol-versionWayne Davison1-0/+2
2007-11-29Make sure that the inc_recurse value is always set toWayne Davison1-2/+3
2007-11-06Some changes to allow an unsorted file list even if the iconv optionWayne Davison1-8/+5
2007-10-16Changed a word in an error message.Wayne Davison1-1/+1
2007-10-16Tweaked set_allow_inc_recurse() a bit more.Wayne Davison1-2/+5
2007-10-16- Moved the arg-checking relating into set_allow_inc_recurse() andWayne Davison1-14/+24
2007-10-16- Send a flag from the client to the server to indicate if the protocolWayne Davison1-0/+11
2007-09-23Got rid of some unneeded externs.Wayne Davison1-3/+0
2007-09-22Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN).Wayne Davison1-1/+1
2007-09-18Relocated the setting of ic_ndx.Wayne Davison1-4/+5
2007-09-18- Setup the ic_ndx value here with the other FOO_ndx values.Wayne Davison1-4/+27
2007-09-09Used a couple "#if SUBPROTOCOL_VERSION != 0" conditionals.Wayne Davison1-1/+7
2007-09-03We don't disable inc_recurse due to -H anymore.Wayne Davison1-2/+1
2007-09-01Downgrade the new --append option to --append-verify for protocols < 30.Wayne Davison1-0/+3
2007-07-15We don't need a compatibility check for --max-delete anymore.Wayne Davison1-8/+0
2007-07-14Using --relative with --no-implied-dirs turns off incremental recursion.Wayne Davison1-1/+4
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-07-02Make option variables a little clearer by using separate FOO_ndxWayne Davison1-4/+7
2007-05-24If someone forces the use of qsort() via --qsort, disable incrementalWayne Davison1-1/+2
2007-04-23Changed the prerelease-protocol support to use an idiom that will notWayne Davison1-14/+33
2007-04-21Batch files need to be written with the new subprotocol valueWayne Davison1-1/+1
2007-04-21Added a way to exchange a protocol's sub-protocol value. This will beWayne Davison1-0/+13
2007-04-07Allow a local-server copy to use -X and -A even if a --protocol-versionWayne Davison1-2/+2
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-0/+10
2007-03-14Added an explicit option that will disallow the use ofWayne Davison1-2/+4
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-0/+10
2007-03-05Decided that we don't really want the rule that preserves theWayne Davison1-10/+0
2007-03-04A local server needs to process the auto-exclude rules since we don'tWayne Davison1-2/+3
2007-03-03Moved a couple auto-filter rules from options.c into compat.c soWayne Davison1-0/+22
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-01-31Mention the year 2007 in the copyright declarations.Wayne Davison1-1/+1
2007-01-27Changed the variable "incremental" to "inc_recurse".Wayne Davison1-2/+2