aboutsummaryrefslogtreecommitdiffstats
path: root/compat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweaked one or more warning messages.Wayne Davison2005-01-311-1/+1
* Don't write out the protocol_version number in read_batch mode.Wayne Davison2004-07-211-6/+2
* My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison2004-07-151-3/+8
* Got rid of unused externs.Wayne Davison2004-05-111-10/+0
* Set checksum_seed only if it is still zero.Wayne Davison2004-02-091-5/+2
* Got rid of some "/* dw */" comments.Wayne Davison2003-09-111-3/+3
* Changed most instances of "remote_version" to "protocol_version", andWayne Davison2003-09-091-12/+30
* Removing vestigial support for protocol versions prior to 15.J.W. Schultz2003-03-311-10/+6
* Increased maximum protocol version.J.W. Schultz2003-03-241-1/+4
* Doc.Martin Pool2002-04-081-1/+5
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-0/+6
* new error handling systemAndrew Tridgell2001-03-221-4/+0
* fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1999-06-261-2/+0
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-1/+1
* added a bit in the man page about the clean shell errorAndrew Tridgell1998-07-171-0/+1
* heaps of cleanup in the io code.Andrew Tridgell1998-05-271-2/+0
* save one round trip (version swapping) for daemon.Andrew Tridgell1998-05-131-29/+31
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-2/+2
* fixed the problem where you couldn't specify multiple remoteAndrew Tridgell1998-03-251-0/+5
* a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1998-03-231-154/+0
* save some more bytes by making the checksum smallerAndrew Tridgell1996-07-021-0/+2
* added checksum seedAndrew Tridgell1996-06-301-1/+29
* - hard linksAndrew Tridgell1996-06-301-8/+8
* added csum-length optionAndrew Tridgell1996-06-271-2/+4
* - improved filename packingAndrew Tridgell1996-06-271-0/+191