Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rsync: add config option for zstd support | Ian Leonard | 2020-10-02 |
| | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> | ||
* | rsync: drop option for included zlib | Ian Leonard | 2020-10-02 |
| | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> | ||
* | net/rsync: Make using ACL/XATTR the default if it's core default | Daniel Dickinson | 2017-01-10 |
| | | | | | | | Core has an option to enable ACL/XATTR by default; if that is set default rsync to use it. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com> | ||
* | rsync: enable selecting bundled or system zlib | Ian Leonard | 2014-09-04 |
| | | | | | | | | | | | | | | rsync, by default, includes a patched zlib within its source tarball. The patch enables a better compression ratio for rsync streams. However, the client and server need the same featureset in their zlib in order to understand the compression stream, or the server will abort the transfer. Older versions have no understanding of the new compression standard used. This patch allows the builder to choose whether to use the bundled or system zlib. It defautls to using the system zlib, as is the default before this patch. Signed-off-by: Ian Leonard <antonlacon@gmail.com> | ||
* | rsync: add support for ACL and XATTR | Maxim Storchak | 2014-06-27 |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com> |