aboutsummaryrefslogtreecommitdiffstats
path: root/compat.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some itemized logging failures:Wayne Davison2008-03-101-0/+4
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Extended the protocol-30 info-passing code at startup, and use it toWayne Davison2008-02-181-8/+32
* Moved the batch option checking until after the protocol-versionWayne Davison2008-01-261-0/+2
* Make sure that the inc_recurse value is always set toWayne Davison2007-11-291-2/+3
* Some changes to allow an unsorted file list even if the iconv optionWayne Davison2007-11-061-8/+5
* Changed a word in an error message.Wayne Davison2007-10-161-1/+1
* Tweaked set_allow_inc_recurse() a bit more.Wayne Davison2007-10-161-2/+5
* - Moved the arg-checking relating into set_allow_inc_recurse() andWayne Davison2007-10-161-14/+24
* - Send a flag from the client to the server to indicate if the protocolWayne Davison2007-10-161-0/+11
* Got rid of some unneeded externs.Wayne Davison2007-09-231-3/+0
* Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN).Wayne Davison2007-09-221-1/+1
* Relocated the setting of ic_ndx.Wayne Davison2007-09-181-4/+5
* - Setup the ic_ndx value here with the other FOO_ndx values.Wayne Davison2007-09-181-4/+27
* Used a couple "#if SUBPROTOCOL_VERSION != 0" conditionals.Wayne Davison2007-09-091-1/+7
* We don't disable inc_recurse due to -H anymore.Wayne Davison2007-09-031-2/+1
* Downgrade the new --append option to --append-verify for protocols < 30.Wayne Davison2007-09-011-0/+3
* We don't need a compatibility check for --max-delete anymore.Wayne Davison2007-07-151-8/+0
* Using --relative with --no-implied-dirs turns off incremental recursion.Wayne Davison2007-07-141-1/+4
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Make option variables a little clearer by using separate FOO_ndxWayne Davison2007-07-021-4/+7
* If someone forces the use of qsort() via --qsort, disable incrementalWayne Davison2007-05-241-1/+2
* Changed the prerelease-protocol support to use an idiom that will notWayne Davison2007-04-231-14/+33
* Batch files need to be written with the new subprotocol valueWayne Davison2007-04-211-1/+1
* Added a way to exchange a protocol's sub-protocol value. This will beWayne Davison2007-04-211-0/+13
* Allow a local-server copy to use -X and -A even if a --protocol-versionWayne Davison2007-04-071-2/+2
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-0/+10
* Added an explicit option that will disallow the use ofWayne Davison2007-03-141-2/+4
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-0/+10
* Decided that we don't really want the rule that preserves theWayne Davison2007-03-051-10/+0
* A local server needs to process the auto-exclude rules since we don'tWayne Davison2007-03-041-2/+3
* Moved a couple auto-filter rules from options.c into compat.c soWayne Davison2007-03-031-0/+22
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Mention the year 2007 in the copyright declarations.Wayne Davison2007-01-311-1/+1
* Changed the variable "incremental" to "inc_recurse".Wayne Davison2007-01-271-2/+2
* If prune_empty_dirs is set, don't set incremental.Wayne Davison2006-12-291-1/+1
* - Choose --delete-before or --delete-during depending on protocol version.Wayne Davison2006-12-281-0/+18
* Renamed flist_extra_cnt to file_extra_cnt.Wayne Davison2006-12-181-5/+7
* Moved the flist_extra_cnt stuff from options.c to compat.c so thatWayne Davison2006-12-171-0/+10
* Die if we sent --max-delete=0 to a receiving side that is too old.Wayne Davison2006-11-111-0/+12
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-23/+20
* Got rid of unused externs.Wayne Davison2006-02-241-1/+0
* We enforce at least protocol 29 for --prune-empty-dirs because theWayne Davison2006-01-281-18/+31
* Improved an error message.Wayne Davison2005-11-131-1/+2
* Complain if a feature that requires protocol 29 doesn't get it.Wayne Davison2005-03-091-1/+18
* No more need to clear itemize_changes based on protocol_version.Wayne Davison2005-02-191-4/+0
* If the protocol is less than 29, make sure itemize_changes is off.Wayne Davison2005-02-191-0/+4
* Don't let --fuzzy be used with a protocol_version < 29.Wayne Davison2005-02-141-0/+8