]> git.ipfire.org Git - thirdparty/rsync.git/commit - configure.ac
Add new-style compression that skips matching data.
authorWayne Davison <wayned@samba.org>
Sat, 19 Apr 2014 19:11:11 +0000 (12:11 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 19 Apr 2014 19:18:19 +0000 (12:18 -0700)
commit22a3ac0b5538ec6c1ff222570413cbdb74fef67b
treeb19fda9d310b51d5673d53426cf37520c7166ae3
parent1524c2e5c73c6d237f8308afc19186e7656aaa44
Add new-style compression that skips matching data.

Adding new-style compression that only compresses the literal data that
is sent over the wire and not also matching file data that was not sent.
This new-style compression is compatible with external zlib instances,
and will eventually become the default (once enough time has passed that
all servers support the --new-compress and --old-compress options).

NOTE: if you build rsync with an external zlib (i.e. if you specified
configure --with-included-zlib=no) you will ONLY get support for the
--new-compress option!  A client will treat -z as uncompressed (with a
warning) and a server will exit with an error (unless -zz was used).
configure.ac
options.c
rsync.yo
testsuite/daemon-gzip-download.test
testsuite/daemon-gzip-upload.test
token.c