summaryrefslogtreecommitdiff
path: root/compat.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-14Don't let --fuzzy be used with a protocol_version < 29.Wayne Davison1-0/+8
2005-01-31Tweaked one or more warning messages.Wayne Davison1-1/+1
2004-07-21Don't write out the protocol_version number in read_batch mode.Wayne Davison1-6/+2
2004-07-15My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison1-3/+8
2004-05-11Got rid of unused externs.Wayne Davison1-10/+0
2004-02-09Set checksum_seed only if it is still zero.Wayne Davison1-5/+2
2003-09-11Got rid of some "/* dw */" comments.Wayne Davison1-3/+3
2003-09-09Changed most instances of "remote_version" to "protocol_version", andWayne Davison1-12/+30
2003-03-31Removing vestigial support for protocol versions prior to 15.J.W. Schultz1-10/+6
2003-03-24Increased maximum protocol version.J.W. Schultz1-1/+4
2002-04-08Doc.Martin Pool1-1/+5
2001-08-14Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool1-0/+6
2001-03-22new error handling systemAndrew Tridgell1-4/+0
1999-06-26fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1-2/+0
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-1/+1
1998-07-17added a bit in the man page about the clean shell errorAndrew Tridgell1-0/+1
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-2/+0
1998-05-13save one round trip (version swapping) for daemon.Andrew Tridgell1-29/+31
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-2/+2
1998-03-25fixed the problem where you couldn't specify multiple remoteAndrew Tridgell1-0/+5
1998-03-23a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1-154/+0
1996-07-02save some more bytes by making the checksum smallerAndrew Tridgell1-0/+2
1996-06-30added checksum seedAndrew Tridgell1-1/+29
1996-06-30- hard linksAndrew Tridgell1-8/+8
1996-06-27added csum-length optionAndrew Tridgell1-2/+4
1996-06-27- improved filename packingAndrew Tridgell1-0/+191