summaryrefslogtreecommitdiff
path: root/testsuite/daemon-gzip-upload.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).
* Ignore exit-code 23 when we expect a daemon-excluded file to be excluded.Wayne Davison2008-02-091-1/+1
|
* Changed some instances of \" in checkit calls to '.Wayne Davison2007-09-031-1/+1
|
* Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison2006-10-121-5/+1
| | | | | they were not yet safe (I'll consider similar changes for the next release).
* Test the new symlink sanitizing fix by using ::test-scratchdir/toWayne Davison2006-05-021-1/+5
| | | | as the destination and including a symlink with a leading "../" .
* 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
|
* Getting rid of recent "chown" since we decided to forego trying to runWayne Davison2003-01-251-7/+0
| | | | the daemon tests as "nobody".
* 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.
* This test tries to upload a file over a compressed connection to theMartin Pool2002-03-121-0/+25
server. This ought to exercise (exorcise? :-) a bug in 2.5.3. It ought to fail there and pass with later versions.