summaryrefslogtreecommitdiff
path: root/compat.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-29If prune_empty_dirs is set, don't set incremental.Wayne Davison1-1/+1
2006-12-28- Choose --delete-before or --delete-during depending on protocol version.Wayne Davison1-0/+18
2006-12-18Renamed flist_extra_cnt to file_extra_cnt.Wayne Davison1-5/+7
2006-12-17Moved the flist_extra_cnt stuff from options.c to compat.c so thatWayne Davison1-0/+10
2006-11-11Die if we sent --max-delete=0 to a receiving side that is too old.Wayne Davison1-0/+12
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-23/+20
2006-02-24Got rid of unused externs.Wayne Davison1-1/+0
2006-01-28We enforce at least protocol 29 for --prune-empty-dirs because theWayne Davison1-18/+31
2005-11-13Improved an error message.Wayne Davison1-1/+2
2005-03-09Complain if a feature that requires protocol 29 doesn't get it.Wayne Davison1-1/+18
2005-02-19No more need to clear itemize_changes based on protocol_version.Wayne Davison1-4/+0
2005-02-19If the protocol is less than 29, make sure itemize_changes is off.Wayne Davison1-0/+4