summaryrefslogtreecommitdiff
path: root/testsuite/daemon-gzip-download.test
Commit message (Collapse)AuthorAgeFilesLines
* Add new-style compression that skips matching data.Wayne Davison2014-04-191-1/+1
| | | | | | | | | | | | | 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).
* Changed some instances of \" in checkit calls to '.Wayne Davison2007-09-031-1/+1
|
* Decided I don't like "set -x".Wayne Davison2006-02-031-2/+0
|
* Decided I like "set -x" after all.Wayne Davison2005-02-261-0/+2
|
* Test that a config-file-specified exclude works right.Wayne Davison2004-05-181-1/+5
|
* Improved the trailing comment.Wayne Davison2004-02-041-0/+3
|
* Turned on 4 -v options for some build-farm testing.Wayne Davison2004-02-041-2/+1
|
* Moved the chown from the download test to the upload test.Wayne Davison2003-01-211-7/+0
|
* Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if weWayne Davison2003-01-211-0/+7
| | | | can, and don't fail if we can't).
* Change all relevant occurrences of ``rsync'' and ``$rsync_bin'' to theJos Backus2002-12-241-2/+2
| | | | | | canonical form ``$RSYNC'' (set in testsuite/rsync.fns). This prevents any stray rsync binaries in the user's PATH from being picked up by the test scripts and ensures that the newly built rsync binary is used always.
* Try to download a tree over a compressed connection to a daemon.Martin Pool2002-03-121-0/+31