Checksum negotiation & more bits for compat_flags
authorWayne Davison <wayne@opencoder.net>
Fri, 22 May 2020 15:23:26 +0000 (08:23 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 22 May 2020 16:52:14 +0000 (09:52 -0700)
commit4f6c8c6652c74b958c631ca9a16f450c6ce6a23c
tree185ad8e5566441aa11bc984837fb05fac72667be
parenta7303a3d3d1ab3221bcb950f19eefb10e27b4bf7
Checksum negotiation & more bits for compat_flags

- Add checksum negotiation to the protocol so that we can easily add new
  checksum algorithms and each will be used when both sides support it.
- Increase the size of the compat_flags value in the protocol from a
  byte to an int.
checksum.c
compat.c
io.c
options.c
rsync.yo