More compress changes
authorWayne Davison <wayne@opencoder.net>
Sun, 24 May 2020 22:45:59 +0000 (15:45 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 25 May 2020 00:24:42 +0000 (17:24 -0700)
commit64d5ea39c0bf4e0e15aeb1f4dae37fc5125fc0c7
tree0b5ae6124976d2497a491e73f3fd35ea915cf819
parent4af8403aa2ea8307a5b2df4ff827ee76606b21a1
More compress changes

- Add the zlibx (external-code compatible) compression name.
- Re-enable zlib support with the external library so it can be
  tried as a fallback if zlibx isn't available.
- Add --compress-choice=STR (aka -zz=STR) option.
- Make --cc=STR an alias for --checksum-choice=STR.
- Hook up the new compression negotiation logic.
compat.c
flist.c
options.c
rsync.yo
token.c